Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1143005 Details for
Bug 1323488
After installing Fedora 24 Alpha I am getting black screen with blink cursor instead of grub menu
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
anaconda.log
anaconda.log (text/plain), 249.32 KB, created by
Mikhail
on 2016-04-03 14:53:52 UTC
(
hide
)
Description:
anaconda.log
Filename:
MIME Type:
Creator:
Mikhail
Created:
2016-04-03 14:53:52 UTC
Size:
249.32 KB
patch
obsolete
>07:02:10,809 INFO anaconda: /sbin/anaconda 24.13-1 >07:02:11,336 INFO anaconda: 4098184 kB (4002 MB) are available >07:02:11,349 INFO anaconda: check_memory(): total:4002, needed:320, graphical:410 >07:02:11,369 INFO anaconda: Unable to inhibit the screensaver: Failed to call Inhibit method on /org/freedesktop/ScreenSaver with ('anaconda', 'Installing') arguments: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files >07:02:11,371 INFO anaconda: Not doing 'early exception handler' in live installation >07:02:11,371 INFO anaconda: Not doing 'start audit daemon' in live installation >07:02:11,372 INFO anaconda: anaconda called with cmdline = ['/sbin/anaconda', '--liveinst', '--method=livecd:///dev/mapper/live-base'] >07:02:11,373 INFO anaconda: Default encoding = utf-8 >07:02:11,404 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) > >07:02:11,413 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) > >07:02:11,415 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) > >07:02:11,417 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) > >07:02:11,419 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="") > >07:02:11,422 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") > >07:02:11,423 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") > >07:02:11,427 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) > >07:02:11,429 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) > >07:02:11,431 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) > >07:02:11,434 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") > >07:02:11,434 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) > >07:02:11,438 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") > >07:02:11,438 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") > >07:02:11,440 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) > >07:02:11,441 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") > >07:02:11,444 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) > >07:02:11,446 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) > >07:02:11,446 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") > >07:02:11,448 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) > >07:02:11,450 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) > >07:02:11,451 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) > >07:02:11,453 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) > >07:02:11,455 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) > >07:02:11,455 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) > >07:02:11,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) > >07:02:11,459 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) > >07:02:11,461 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="") > >07:02:11,462 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") > >07:02:11,464 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) > >07:02:11,466 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") > >07:02:11,468 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) > >07:02:11,469 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) > >07:02:11,470 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") > >07:02:11,471 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") > >07:02:11,474 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) > >07:02:11,475 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) > >07:02:11,477 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") > >07:02:11,477 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") > >07:02:11,479 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) > >07:02:11,481 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") > >07:02:11,483 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") > >07:02:11,484 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") > >07:02:11,486 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) > >07:02:11,487 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") > >07:02:11,489 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) > >07:02:11,491 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) > >07:02:11,493 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) > >07:02:11,493 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") > >07:02:11,495 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") > >07:02:11,496 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") > >07:02:11,498 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) > >07:02:11,499 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") > >07:02:11,501 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") > >07:02:11,503 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) > >07:02:11,503 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) > >07:02:11,505 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) > >07:02:11,507 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") > >07:02:11,509 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) > >07:02:11,511 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") > >07:02:11,513 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") > >07:02:11,515 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) > >07:02:11,515 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) > >07:02:11,522 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") > >07:02:11,524 INFO anaconda: Parsing kickstart: /usr/share/anaconda/interactive-defaults.ks >07:02:12,452 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/pwpolicy.py:117: PendingDeprecationWarning: _setToObj has been renamed to set_to_obj. The old name will be removed in a future release. > self._setToObj(self.op, opts, pd) > >07:02:12,456 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) > >07:02:12,457 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) > >07:02:12,461 DEBUG anaconda: setting locale to: en_US.UTF-8 >07:02:12,499 DEBUG anaconda: network: devices found ['enp0s25', 'virbr0'] >07:02:13,009 DEBUG anaconda: network: dumping ifcfg file for default autoconnection on enp0s25 >07:02:13,031 DEBUG anaconda: network: missing ifcfgs created for devices ['enp0s25'] >07:02:13,209 DEBUG anaconda: Exception caught trying to get host name of 192.168.124.1: [Errno 1] Unknown host >07:02:13,310 DEBUG anaconda: Exception caught trying to get host name of 192.168.1.41: [Errno 1] Unknown host >07:02:13,463 DEBUG anaconda: Exception caught trying to get host name of 2a02:1c8:103:1e79:d46a:99d4:b3f:f6d0: [Errno 1] Unknown host >07:02:13,465 DEBUG anaconda: Exception caught trying to get host name of fe80::97bd:8857:6b1d:c8b0: [Errno 1] Unknown host >07:02:13,465 DEBUG anaconda: updating host name localhost.localdomain >07:02:13,467 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) > >07:02:13,468 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) > >07:02:13,470 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) > >07:02:13,471 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="") > >07:02:13,474 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") > >07:02:13,475 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") > >07:02:13,476 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) > >07:02:13,478 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) > >07:02:13,479 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) > >07:02:13,480 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") > >07:02:13,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) > >07:02:13,484 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") > >07:02:13,485 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") > >07:02:13,486 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) > >07:02:13,487 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") > >07:02:13,491 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) > >07:02:13,492 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) > >07:02:13,493 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") > >07:02:13,495 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) > >07:02:13,496 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) > >07:02:13,497 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) > >07:02:13,499 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) > >07:02:13,501 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) > >07:02:13,501 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) > >07:02:13,503 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) > >07:02:13,506 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) > >07:02:13,507 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="") > >07:02:13,508 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") > >07:02:13,510 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) > >07:02:13,511 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") > >07:02:13,513 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) > >07:02:13,514 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) > >07:02:13,516 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") > >07:02:13,517 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") > >07:02:13,520 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) > >07:02:13,521 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) > >07:02:13,523 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") > >07:02:13,523 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") > >07:02:13,524 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) > >07:02:13,526 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") > >07:02:13,528 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") > >07:02:13,529 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") > >07:02:13,530 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) > >07:02:13,531 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") > >07:02:13,532 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) > >07:02:13,534 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) > >07:02:13,535 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) > >07:02:13,536 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") > >07:02:13,537 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") > >07:02:13,538 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") > >07:02:13,541 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) > >07:02:13,541 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") > >07:02:13,544 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") > >07:02:13,546 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) > >07:02:13,546 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) > >07:02:13,548 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) > >07:02:13,550 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") > >07:02:13,551 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) > >07:02:13,554 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") > >07:02:13,555 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") > >07:02:13,556 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) > >07:02:13,557 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) > >07:02:13,558 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") > >07:02:13,560 INFO anaconda: Running Thread: AnaWaitForConnectingNMThread (140546707982080) >07:02:13,580 INFO anaconda: Display mode = g >07:02:13,583 INFO anaconda: 4098184 kB (4002 MB) are available >07:02:13,612 INFO anaconda: check_memory(): total:4002, needed:320, graphical:410 >07:02:14,366 INFO anaconda: Fedora Workstation is the highest priority installclass, using it >07:02:14,470 DEBUG anaconda: Exception caught trying to get host name of 192.168.124.1: [Errno 1] Unknown host >07:02:14,528 INFO anaconda: bootloader GRUB2 on X86 platform >07:02:14,533 INFO anaconda: Detected 3.88 GiB of memory >07:02:14,553 INFO anaconda: Suggested swap size (3.88 GiB) exceeds 10 % of disk space, using 10 % of disk space (0.0) instead. >07:02:14,566 INFO anaconda: Swap attempt of 0.0 >07:02:14,567 INFO anaconda: bootloader GRUB2 on X86 platform >07:02:14,582 INFO anaconda: Running Thread: AnaStorageThread (140546343384832) >07:02:14,596 INFO anaconda: Running Thread: AnaTimeInitThread (140546334992128) >07:02:14,601 DEBUG anaconda: Exception caught trying to get host name of 192.168.1.41: [Errno 1] Unknown host >07:02:14,605 DEBUG anaconda: Exception caught trying to get host name of 2a02:1c8:103:1e79:d46a:99d4:b3f:f6d0: [Errno 1] Unknown host >07:02:14,609 DEBUG anaconda: Exception caught trying to get host name of fe80::97bd:8857:6b1d:c8b0: [Errno 1] Unknown host >07:02:14,610 DEBUG anaconda: updating host name localhost.localdomain >07:02:14,686 INFO anaconda: Running Thread: AnaPayloadRestartThread (140546326337280) >07:02:14,692 INFO anaconda: Running Thread: AnaPayloadThread (140546317944576) >07:02:14,693 INFO anaconda: Thread Done: AnaPayloadRestartThread (140546326337280) >07:02:14,793 INFO anaconda: got 0 NTP servers from DHCP >07:02:14,794 INFO anaconda: Thread Done: AnaWaitForConnectingNMThread (140546707982080) >07:02:14,795 INFO anaconda: Running Thread: AnaGeolocationRefreshThread (140546326337280) >07:02:14,796 INFO anaconda: Not doing 'start chronyd' in live installation >07:02:14,797 INFO anaconda: Starting geolocation lookup >07:02:14,806 INFO anaconda: Geolocation provider: Fedora GeoIP >07:02:14,814 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) > >07:02:15,083 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:119: PyGIDeprecationWarning: GObject.G_MAXUINT is deprecated; use GLib.MAXUINT instead > 0, GObject.G_MAXUINT, 0, > >07:02:15,084 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:120: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead > GObject.PARAM_READWRITE), > >07:02:15,085 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:173: PyGIDeprecationWarning: GObject.G_MAXUINT is deprecated; use GLib.MAXUINT instead > 0, GObject.G_MAXUINT, 0, > >07:02:15,085 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:174: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead > GObject.PARAM_READWRITE), > >07:02:15,087 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:243: PyGIDeprecationWarning: GObject.SIGNAL_RUN_LAST is deprecated; use GObject.SignalFlags.RUN_LAST instead > "nm-state-changed": (GObject.SIGNAL_RUN_LAST, GObject.TYPE_NONE, []), > >07:02:15,087 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/network.py:244: PyGIDeprecationWarning: GObject.SIGNAL_RUN_LAST is deprecated; use GObject.SignalFlags.RUN_LAST instead > "device-state-changed": (GObject.SIGNAL_RUN_LAST, GObject.TYPE_NONE, [str, int, int, int]), > >07:02:15,704 DEBUG anaconda: Detected primary monitor: 1680x1050 90dpix 90dpiy >07:02:15,736 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) > >07:02:16,656 INFO anaconda: Geolocation lookup finished in 1.8 seconds >07:02:16,659 INFO anaconda: got results from geolocation >07:02:16,661 INFO anaconda: Thread Done: AnaGeolocationRefreshThread (140546326337280) >07:02:17,659 DEBUG anaconda: setting locale to: ru_RU.UTF-8 >07:02:17,686 DEBUG anaconda: setting locale to: ru_RU.UTF-8 >07:02:17,747 DEBUG anaconda: Entered spoke: WelcomeLanguageSpoke >07:02:17,786 WARN anaconda: /usr/lib64/python3.5/site-packages/gi/overrides/Gdk.py:329: DeprecationWarning: Gdk.Cursor.new is deprecated > return cls.new(*args, **kwds) > >07:02:21,948 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) > >07:02:21,983 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) > >07:02:22,019 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) > >07:02:22,053 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) > >07:02:22,087 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) > >07:02:22,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) > >07:02:22,158 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) > >07:02:22,193 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) > >07:02:22,228 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) > >07:02:22,263 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) > >07:02:22,298 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) > >07:02:22,340 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) > >07:02:22,381 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) > >07:02:22,422 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) > >07:02:22,462 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) > >07:02:22,502 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) > >07:02:22,541 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) > >07:02:22,586 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) > >07:02:22,625 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) > >07:02:22,670 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) > >07:02:22,709 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) > >07:02:22,752 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) > >07:02:22,788 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) > >07:02:22,828 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) > >07:02:22,867 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) > >07:02:22,907 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) > >07:02:22,947 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) > >07:02:22,988 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) > >07:02:23,027 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) > >07:02:23,069 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) > >07:02:23,108 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) > >07:02:23,153 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) > >07:02:23,192 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) > >07:02:23,234 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) > >07:02:23,276 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) > >07:02:23,324 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) > >07:02:23,360 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) > >07:02:23,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) > >07:02:23,598 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) > >07:02:23,633 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) > >07:02:23,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) > >07:02:23,701 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) > >07:02:23,742 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) > >07:02:23,777 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) > >07:02:23,812 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) > >07:02:23,847 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) > >07:02:23,880 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) > >07:02:23,916 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) > >07:02:23,949 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) > >07:02:23,984 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) > >07:02:24,026 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) > >07:02:24,060 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) > >07:02:24,095 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) > >07:02:24,128 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) > >07:02:24,164 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) > >07:02:24,198 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) > >07:02:24,238 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) > >07:02:24,273 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) > >07:02:24,308 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) > >07:02:24,340 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) > >07:02:24,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) > >07:02:24,409 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) > >07:02:24,443 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) > >07:02:24,477 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) > >07:02:24,512 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) > >07:02:24,571 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) > >07:02:24,622 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) > >07:02:24,668 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) > >07:02:24,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) > >07:02:24,777 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) > >07:02:24,819 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) > >07:02:24,863 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) > >07:02:24,899 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) > >07:02:24,933 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) > >07:02:24,967 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) > >07:02:25,002 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) > >07:02:25,037 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) > >07:02:25,328 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) > >07:02:25,363 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) > >07:02:25,398 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) > >07:02:25,433 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) > >07:02:25,469 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) > >07:02:25,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) > >07:02:25,540 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) > >07:02:25,576 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) > >07:02:25,609 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) > >07:02:25,645 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) > >07:02:25,679 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) > >07:02:25,714 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) > >07:02:25,750 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) > >07:02:25,786 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) > >07:02:25,823 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) > >07:02:25,867 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) > >07:02:25,912 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) > >07:02:25,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) > >07:02:25,997 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) > >07:02:26,043 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) > >07:02:26,087 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) > >07:02:26,130 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) > >07:02:26,168 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) > >07:02:26,211 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) > >07:02:26,247 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) > >07:02:26,286 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) > >07:02:26,322 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) > >07:02:26,359 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) > >07:02:26,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) > >07:02:26,428 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) > >07:02:26,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) > >07:02:26,497 DEBUG anaconda: setting locale to: en_US.UTF-8 >07:02:26,515 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) > >07:02:26,561 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) > >07:02:26,606 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) > >07:02:26,648 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) > >07:02:26,694 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) > >07:02:26,740 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) > >07:02:26,917 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) > >07:02:26,952 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) > >07:02:26,988 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) > >07:02:27,024 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) > >07:02:27,059 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) > >07:02:27,096 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) > >07:02:27,137 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) > >07:02:27,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) > >07:02:27,217 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) > >07:02:27,258 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) > >07:02:27,305 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) > >07:02:27,348 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) > >07:02:27,388 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) > >07:02:27,430 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) > >07:02:27,466 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) > >07:02:27,502 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) > >07:02:27,538 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) > >07:02:27,574 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) > >07:02:27,609 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) > >07:02:27,645 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) > >07:02:27,681 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) > >07:02:27,717 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) > >07:02:27,750 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) > >07:02:27,786 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) > >07:02:27,821 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) > >07:02:27,866 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) > >07:02:27,907 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) > >07:02:27,952 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) > >07:02:27,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) > >07:02:28,034 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) > >07:02:28,078 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) > >07:02:28,132 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) > >07:02:28,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) > >07:02:28,221 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) > >07:02:28,265 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) > >07:02:28,314 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) > >07:02:28,354 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) > >07:02:28,408 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) > >07:02:28,496 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) > >07:02:28,556 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) > >07:02:29,096 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >07:02:29,227 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >07:02:29,361 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) > >07:02:29,466 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) > >07:02:29,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) > >07:02:29,541 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) > >07:02:29,578 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) > >07:02:29,617 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) > >07:02:29,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) > >07:02:29,691 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) > >07:02:29,729 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) > >07:02:29,766 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) > >07:02:29,809 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) > >07:02:29,851 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) > >07:02:29,892 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) > >07:02:29,934 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) > >07:02:29,976 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) > >07:02:30,015 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) > >07:02:30,052 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) > >07:02:30,088 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) > >07:02:30,125 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) > >07:02:30,160 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) > >07:02:30,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) > >07:02:30,232 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) > >07:02:30,276 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) > >07:02:30,314 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) > >07:02:30,349 DEBUG anaconda: setting locale to: en_US.UTF-8 >07:02:30,365 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) > >07:02:30,428 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) > >07:02:30,486 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) > >07:02:30,564 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) > >07:02:30,572 INFO anaconda: Not doing 'require network connection' in live installation >07:02:30,573 DEBUG anaconda: network standalone spoke (init): completed: True >07:02:30,574 INFO anaconda: Not doing 'require network connection' in live installation >07:02:30,598 DEBUG anaconda: Left spoke: WelcomeLanguageSpoke >07:02:30,599 DEBUG anaconda: Entered hub: SummaryHub >07:02:30,618 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) > >07:02:30,677 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) > >07:02:30,722 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) > >07:02:30,736 INFO anaconda: Running Thread: AnaAddLayoutsInitThread (140546326337280) >07:02:30,749 DEBUG anaconda: Starting applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7fd36e94e940>> on <list object at 0x7fd36e930748> >07:02:30,757 INFO anaconda: Running Thread: AnaGtkBatchPre1 (140546055223040) >07:02:30,765 INFO anaconda: Thread Done: AnaGtkBatchPre1 (140546055223040) >07:02:30,775 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) > >07:02:30,835 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) > >07:02:30,892 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) > >07:02:30,947 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) > >07:02:30,949 INFO anaconda: Running Thread: AnaKeyboardThread (140546055223040) >07:02:31,006 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) > >07:02:31,048 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) > >07:02:31,087 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) > >07:02:31,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) > >07:02:31,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) > >07:02:31,225 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) > >07:02:31,265 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) > >07:02:31,301 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) > >07:02:31,341 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) > >07:02:31,505 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) > >07:02:31,546 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) > >07:02:31,584 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) > >07:02:31,642 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) > >07:02:31,652 INFO anaconda: Not doing 'modify system time and date' in live installation >07:02:31,688 INFO anaconda: Running Thread: AnaNTPserver1 (140546046830336) >07:02:31,689 INFO anaconda: Running Thread: AnaDateTimeThread (140546038437632) >07:02:31,726 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/hubs/__init__.py:195: DeprecationWarning: Gtk.Widget.set_margin_left is deprecated > selector.set_margin_left(12) > >07:02:31,746 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) > >07:02:31,813 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) > >07:02:31,880 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/software.py:85: DeprecationWarning: Gtk.Viewport.get_vadjustment is deprecated > self._environmentListBox.set_focus_vadjustment(environmentViewport.get_vadjustment()) > >07:02:31,882 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) > >07:02:31,935 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) > >07:02:31,967 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/storage.py:570: DeprecationWarning: Gtk.Viewport.get_hadjustment is deprecated > self.local_disks_box.set_focus_hadjustment(localViewport.get_hadjustment()) > >07:02:31,969 INFO anaconda: Running Thread: AnaStorageWatcher (140545753671424) >07:02:32,015 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) > >07:02:32,066 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) > >07:02:32,105 INFO anaconda: Running Thread: AnaCustomStorageInit (140545745278720) >07:02:32,115 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) > >07:02:32,182 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) > >07:02:32,402 INFO anaconda: Not doing 'register anaconda secret agent' in live installation >07:02:32,419 DEBUG anaconda: network: can't get remote connection of active connection of device virbr0 >07:02:32,430 DEBUG anaconda: network: GUI, device configuration added: connection 6fdf8bee-d44a-4e95-bd10-85f4d225bf39 device virbr0 >07:02:32,440 DEBUG anaconda: network: can't get remote connection of active connection of device enp0s25 >07:02:32,442 DEBUG anaconda: network: GUI, device configuration added: connection b832a6a3-a643-46fe-9be4-9f53f87971f1 device enp0s25 >07:02:32,446 DEBUG anaconda: network: GUI, not adding connection 6fdf8bee-d44a-4e95-bd10-85f4d225bf39, already in list >07:02:32,448 DEBUG anaconda: network: GUI, not adding connection b832a6a3-a643-46fe-9be4-9f53f87971f1, already in list >07:02:32,462 INFO anaconda: Not doing 'hide hint to use network configuration in DE' in live installation >07:02:32,540 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) > >07:02:32,606 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) > >07:02:32,712 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) > >07:02:32,714 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) > >07:02:32,716 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) > >07:02:32,719 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) > >07:02:32,721 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="") > >07:02:32,725 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") > >07:02:32,727 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") > >07:02:32,730 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) > >07:02:32,732 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) > >07:02:32,735 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) > >07:02:32,749 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") > >07:02:32,752 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) > >07:02:32,753 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) > >07:02:32,758 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") > >07:02:32,759 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") > >07:02:32,765 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) > >07:02:32,767 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") > >07:02:32,772 INFO anaconda: Thread Done: AnaCustomStorageInit (140545745278720) >07:02:32,773 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) > >07:02:32,775 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) > >07:02:32,775 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") > >07:02:32,777 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) > >07:02:32,778 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) > >07:02:32,779 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) > >07:02:32,781 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) > >07:02:32,783 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) > >07:02:32,783 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) > >07:02:32,785 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) > >07:02:32,787 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) > >07:02:32,788 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="") > >07:02:32,789 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") > >07:02:32,791 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) > >07:02:32,792 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") > >07:02:32,794 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) > >07:02:32,795 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) > >07:02:32,796 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") > >07:02:32,797 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") > >07:02:32,803 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) > >07:02:32,804 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) > >07:02:32,805 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") > >07:02:32,806 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") > >07:02:32,807 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) > >07:02:32,808 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") > >07:02:32,812 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") > >07:02:32,812 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") > >07:02:32,814 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) > >07:02:32,815 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") > >07:02:32,816 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) > >07:02:32,818 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) > >07:02:32,819 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) > >07:02:32,820 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") > >07:02:32,822 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") > >07:02:32,822 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") > >07:02:32,825 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) > >07:02:32,826 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") > >07:02:32,828 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") > >07:02:32,830 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) > >07:02:32,830 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) > >07:02:32,832 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) > >07:02:32,833 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") > >07:02:32,835 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) > >07:02:32,849 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") > >07:02:32,851 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") > >07:02:32,854 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) > >07:02:32,854 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) > >07:02:32,856 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") > >07:02:32,894 DEBUG anaconda: updating host name localhost.localdomain >07:02:32,895 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) > >07:02:32,896 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) > >07:02:32,898 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) > >07:02:32,899 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="") > >07:02:32,900 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") > >07:02:32,902 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") > >07:02:32,904 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) > >07:02:32,905 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) > >07:02:32,906 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) > >07:02:33,077 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) > >07:02:33,365 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) > >07:02:33,419 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) > >07:02:33,428 INFO anaconda: Not doing 'require network connection' in live installation >07:02:33,476 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) > >07:02:33,523 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) > >07:02:33,616 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) > >07:02:33,679 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) > >07:02:33,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) > >07:02:33,798 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) > >07:02:33,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) > >07:02:33,931 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) > >07:02:33,975 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) > >07:02:34,023 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) > >07:02:34,212 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) > >07:02:34,256 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) > >07:02:34,297 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) > >07:02:34,341 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) > >07:02:34,438 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) > >07:02:34,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) > >07:02:34,526 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) > >07:02:34,572 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) > >07:02:34,776 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) > >07:02:34,822 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) > >07:02:34,866 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) > >07:02:34,912 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) > >07:02:34,989 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) > >07:02:35,036 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) > >07:02:35,080 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) > >07:02:35,128 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) > >07:02:35,205 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) > >07:02:35,252 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) > >07:02:35,297 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) > >07:02:35,345 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) > >07:02:35,581 INFO anaconda: Thread Done: AnaStorageThread (140546343384832) >07:02:35,595 INFO anaconda: Thread Done: AnaStorageWatcher (140545753671424) >07:02:35,681 INFO anaconda: using environment from kickstart: None >07:02:35,683 INFO anaconda: Thread Done: AnaPayloadThread (140546317944576) >03:02:36,005 INFO anaconda: Thread Done: AnaTimeInitThread (140546334992128) >03:02:36,124 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fd36e94e710> >03:02:36,125 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fd36e94e710> status to: Getting list of layouts... >03:02:36,126 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fd36f009940> status to: Probing storage... >03:02:36,131 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fd36f009940> >03:02:36,788 INFO anaconda: Thread Done: AnaNTPserver1 (140546046830336) >09:02:37,400 INFO anaconda: Not doing 'save system time' in live installation >09:02:37,403 INFO anaconda: Not doing 'save system time' in live installation >09:02:37,407 INFO anaconda: Not doing 'save system time' in live installation >10:02:37,417 INFO anaconda: Thread Done: AnaDateTimeThread (140546038437632) >10:02:37,422 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.datetime_spoke.DatetimeSpoke object at 0x7fd36e94ee48> >10:02:39,764 DEBUG anaconda: Entered spoke: DatetimeSpoke >10:02:39,775 INFO anaconda: Not doing 'get NTP service state' in live installation >10:02:39,776 INFO anaconda: Not doing 'start NTP service' in live installation >10:02:40,140 INFO anaconda: Running Thread: AnaNTPserver2 (140546046830336) >12:02:42,623 DEBUG anaconda: Left spoke: DatetimeSpoke >12:02:42,944 INFO anaconda: Not doing 'require network connection' in live installation >12:02:43,747 DEBUG anaconda: Finished applying <bound method AddLayoutDialog._addLayout of <pyanaconda.ui.gui.spokes.keyboard.AddLayoutDialog object at 0x7fd36e94e940>> on <list object at 0x7fd36e930748> >12:02:43,748 INFO anaconda: Thread Done: AnaAddLayoutsInitThread (140546326337280) >12:02:43,750 INFO anaconda: Thread Done: AnaKeyboardThread (140546055223040) >12:02:43,854 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.keyboard.KeyboardSpoke object at 0x7fd36e94e710> >12:02:44,324 DEBUG anaconda: Entered spoke: KeyboardSpoke >12:02:45,164 INFO anaconda: Thread Done: AnaNTPserver2 (140546046830336) >12:03:06,683 DEBUG anaconda: Left spoke: KeyboardSpoke >12:03:07,009 INFO anaconda: Not doing 'require network connection' in live installation >12:03:10,747 DEBUG anaconda: Entered spoke: StorageSpoke >12:03:10,775 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:10,810 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:12,853 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:16,289 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:16,451 INFO anaconda: Running Thread: AnaExecuteStorageThread (140546038437632) >12:03:16,451 DEBUG anaconda: Left spoke: StorageSpoke >12:03:16,454 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:16,922 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:16,929 DEBUG anaconda: new disk order: [] >12:03:17,029 DEBUG anaconda: new disk order: [] >12:03:17,068 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) > >12:03:17,163 INFO anaconda: Not doing 'require network connection' in live installation >12:03:17,204 DEBUG anaconda: Entered spoke: CustomPartitioningSpoke >12:03:17,344 DEBUG anaconda: stage1 device cannot be of type btrfs volume >12:03:17,345 DEBUG anaconda: stage1 device cannot be of type btrfs subvolume >12:03:17,369 DEBUG anaconda: _is_valid_disklabel(sda) returning True >12:03:17,370 DEBUG anaconda: _is_valid_size(sda) returning True >12:03:17,370 DEBUG anaconda: _is_valid_location(sda) returning True >12:03:17,371 DEBUG anaconda: _is_valid_format(sda) returning True >12:03:17,371 DEBUG anaconda: is_valid_stage1_device(sda) returning True >12:03:17,372 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) > >12:03:17,373 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) > >12:03:17,374 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") > >12:03:17,377 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) > >12:03:17,377 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) > >12:03:17,380 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) > >12:03:17,380 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) > >12:03:17,382 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") > >12:03:17,382 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) > >12:03:17,385 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) > >12:03:17,386 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) > >12:03:17,387 INFO anaconda: Thread Done: AnaExecuteStorageThread (140546038437632) >12:03:17,469 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:17,656 DEBUG anaconda: ui: devices=['/LiveOS/rootfs.img', '/overlay (deleted)', '/run/initramfs/live/LiveOS/squashfs.img', 'fedora', 'home', 'live-base', 'live-rw', 'loop0', 'loop1', 'loop2', 'sda', 'sda1', 'sda2', 'sda3'] >12:03:17,730 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:17,737 DEBUG anaconda: ui: unused=[] >12:03:17,737 DEBUG anaconda: ui: new_devices=[] >12:03:17,742 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py:527: DeprecationWarning: Gtk.Misc.set_alignment is deprecated > label.set_alignment(0, 0.5) > >12:03:17,750 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py:576: DeprecationWarning: Gtk.Widget.set_margin_right is deprecated > combo.set_margin_right(18) > >12:03:17,837 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:17,845 DEBUG anaconda: page clicked: New Fedora 24 Installation >12:03:17,845 DEBUG anaconda: show mountpoint: New Fedora 24 Installation >12:03:17,846 DEBUG anaconda: show mountpoint: New Fedora 24 Installation >12:03:18,018 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:03:18,050 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fd36f009940> >12:03:18,050 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fd36f009940> status to: Saving storage configuration... >12:03:18,055 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fd36f009940> >12:03:22,242 DEBUG anaconda: page clicked: Fedora Linux 24 for x86_64 >12:03:22,242 DEBUG anaconda: show mountpoint: Fedora Linux 24 for x86_64 >12:03:22,243 DEBUG anaconda: Accordion: unselecting all items >12:03:22,245 DEBUG anaconda: Accordion: select existing 40 GiB partition sda1 (13) with existing ext4 filesystem device >12:03:22,249 DEBUG anaconda: populate_right_side: existing 40 GiB partition sda1 (13) with existing ext4 filesystem >12:03:22,251 DEBUG anaconda: updated device_disks to ['sda'] >12:03:22,251 DEBUG anaconda: updated device_container_name to None >12:03:22,252 DEBUG anaconda: updated device_container_raid_level to None >12:03:22,252 DEBUG anaconda: updated device_container_encrypted to False >12:03:22,252 DEBUG anaconda: updated device_container_size to 0 >12:03:22,267 DEBUG anaconda: device_type_changed: None >12:03:22,269 DEBUG anaconda: device_type_changed: DEVICE_TYPE_PARTITION >12:03:22,271 DEBUG anaconda: populate_raid: 2, None >12:03:22,274 DEBUG anaconda: populate_raid: 2, None >12:03:24,147 DEBUG anaconda: Accordion: unselecting all items >12:03:24,150 DEBUG anaconda: Accordion: select existing 93 GiB btrfs subvolume home (37) with existing btrfs filesystem device >12:03:24,154 DEBUG anaconda: Saving current selector: existing 40 GiB partition sda1 (13) with existing ext4 filesystem >12:03:24,155 DEBUG anaconda: populate_right_side: existing 93 GiB btrfs subvolume home (37) with existing btrfs filesystem >12:03:24,157 DEBUG anaconda: updated device_disks to ['sda'] >12:03:24,157 DEBUG anaconda: updated device_container_name to fedora >12:03:24,158 DEBUG anaconda: updated device_container_raid_level to single >12:03:24,159 DEBUG anaconda: updated device_container_encrypted to False >12:03:24,159 DEBUG anaconda: updated device_container_size to 93 GiB >12:03:24,169 DEBUG anaconda: device_type_changed: DEVICE_TYPE_BTRFS >12:03:24,170 DEBUG anaconda: populate_raid: 3, None >12:03:24,172 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:489: DeprecationWarning: getDevicesByType will be removed in a future version. > return sorted(self.devicetree.getDevicesByType("btrfs volume"), > >12:03:24,178 DEBUG anaconda: new container selection: fedora >12:03:24,178 DEBUG anaconda: default container is fedora >12:03:24,182 DEBUG anaconda: populate_raid: 3, None >12:03:24,189 DEBUG anaconda: new container selection: fedora >12:03:24,189 DEBUG anaconda: default container is fedora >12:03:35,024 INFO anaconda: ui: saving changes to device home >12:03:35,026 DEBUG anaconda: reformat: False >12:03:35,046 DEBUG anaconda: old disks: ['sda'] >12:03:35,046 DEBUG anaconda: new disks: ['sda'] >12:03:35,047 DEBUG anaconda: device: existing 93 GiB btrfs subvolume home (37) with existing btrfs filesystem >12:03:35,049 DEBUG anaconda: old container_raid_level: None >12:03:35,049 DEBUG anaconda: new container_raid_level: single >12:03:35,050 DEBUG anaconda: old container_name: fedora >12:03:35,050 DEBUG anaconda: new container_name: fedora >12:03:35,050 DEBUG anaconda: old min_luks_entropy: 256 >12:03:35,051 DEBUG anaconda: new min_luks_entropy: 256 >12:03:35,051 DEBUG anaconda: old mountpoint: >12:03:35,051 DEBUG anaconda: new mountpoint: /home >12:03:35,052 DEBUG anaconda: old raid_level: None >12:03:35,052 DEBUG anaconda: new raid_level: None >12:03:35,052 DEBUG anaconda: old name: home >12:03:35,053 DEBUG anaconda: new name: None >12:03:35,053 DEBUG anaconda: old container_encrypted: False >12:03:35,054 DEBUG anaconda: new container_encrypted: False >12:03:35,054 DEBUG anaconda: old container_size: 93 GiB >12:03:35,055 DEBUG anaconda: new container_size: 93 GiB >12:03:35,056 DEBUG anaconda: old device_type: 3 >12:03:35,056 DEBUG anaconda: new device_type: 3 >12:03:35,056 DEBUG anaconda: old fstype: btrfs >12:03:35,057 DEBUG anaconda: new fstype: btrfs >12:03:35,057 DEBUG anaconda: old size: 93 GiB >12:03:35,058 DEBUG anaconda: new size: 93 GiB >12:03:35,058 DEBUG anaconda: old encrypted: False >12:03:35,059 DEBUG anaconda: new encrypted: False >12:03:35,059 DEBUG anaconda: old label: >12:03:35,059 DEBUG anaconda: new label: >12:03:35,060 DEBUG anaconda: updating mountpoint of home to /home >12:03:35,069 DEBUG anaconda: populate_right_side: existing 93 GiB btrfs subvolume home (37) with existing btrfs filesystem mounted at /home >12:03:35,072 DEBUG anaconda: updated device_disks to ['sda'] >12:03:35,072 DEBUG anaconda: updated device_container_name to fedora >12:03:35,072 DEBUG anaconda: updated device_container_raid_level to single >12:03:35,073 DEBUG anaconda: updated device_container_encrypted to False >12:03:35,073 DEBUG anaconda: updated device_container_size to 93 GiB >12:03:35,083 DEBUG anaconda: populate_raid: 3, None >12:03:35,091 DEBUG anaconda: new container selection: fedora >12:03:35,091 DEBUG anaconda: default container is fedora >12:03:36,683 DEBUG anaconda: Accordion: unselecting all items >12:03:36,684 DEBUG anaconda: Accordion: select existing 40 GiB partition sda1 (13) with existing ext4 filesystem device >12:03:36,685 DEBUG anaconda: Saving current selector: existing 93 GiB btrfs subvolume home (37) with existing btrfs filesystem mounted at /home >12:03:36,687 DEBUG anaconda: populate_right_side: existing 40 GiB partition sda1 (13) with existing ext4 filesystem >12:03:36,688 DEBUG anaconda: updated device_disks to ['sda'] >12:03:36,689 DEBUG anaconda: updated device_container_name to None >12:03:36,689 DEBUG anaconda: updated device_container_raid_level to None >12:03:36,690 DEBUG anaconda: updated device_container_encrypted to False >12:03:36,690 DEBUG anaconda: updated device_container_size to 0 >12:03:36,704 DEBUG anaconda: device_type_changed: DEVICE_TYPE_PARTITION >12:03:36,705 DEBUG anaconda: populate_raid: 2, None >12:03:36,707 DEBUG anaconda: populate_raid: 2, None >12:03:43,564 INFO anaconda: ui: saving changes to device sda1 >12:03:43,567 DEBUG anaconda: reformat: True >12:03:43,572 DEBUG anaconda: old disks: ['sda'] >12:03:43,572 DEBUG anaconda: new disks: ['sda'] >12:03:43,573 DEBUG anaconda: device: existing 40 GiB partition sda1 (13) with existing ext4 filesystem >12:03:43,575 DEBUG anaconda: old container_raid_level: None >12:03:43,575 DEBUG anaconda: new container_raid_level: None >12:03:43,576 DEBUG anaconda: old container_name: None >12:03:43,576 DEBUG anaconda: new container_name: None >12:03:43,576 DEBUG anaconda: old min_luks_entropy: 256 >12:03:43,577 DEBUG anaconda: new min_luks_entropy: 256 >12:03:43,577 DEBUG anaconda: old mountpoint: >12:03:43,578 DEBUG anaconda: new mountpoint: / >12:03:43,578 DEBUG anaconda: old raid_level: None >12:03:43,578 DEBUG anaconda: new raid_level: None >12:03:43,579 DEBUG anaconda: old name: sda1 >12:03:43,579 DEBUG anaconda: new name: None >12:03:43,579 DEBUG anaconda: old container_encrypted: False >12:03:43,580 DEBUG anaconda: new container_encrypted: False >12:03:43,580 DEBUG anaconda: old container_size: 0 >12:03:43,580 DEBUG anaconda: new container_size: 0 >12:03:43,581 DEBUG anaconda: old device_type: 2 >12:03:43,581 DEBUG anaconda: new device_type: 2 >12:03:43,581 DEBUG anaconda: old fstype: ext4 >12:03:43,582 DEBUG anaconda: new fstype: ext4 >12:03:43,582 DEBUG anaconda: old size: 40 GiB >12:03:43,583 DEBUG anaconda: new size: 40 GiB >12:03:43,584 DEBUG anaconda: old encrypted: False >12:03:43,584 DEBUG anaconda: new encrypted: False >12:03:43,585 DEBUG anaconda: old label: >12:03:43,585 DEBUG anaconda: new label: >12:03:43,585 INFO anaconda: scheduling reformat of sda1 as ext4 >12:03:43,628 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) > >12:03:43,668 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) > >12:03:43,706 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) > >12:03:43,747 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) > >12:03:43,786 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) > >12:03:43,827 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) > >12:03:43,866 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) > >12:03:43,907 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) > >12:03:43,946 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) > >12:03:43,987 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) > >12:03:44,026 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) > >12:03:44,068 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) > >12:03:44,107 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) > >12:03:44,147 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) > >12:03:44,186 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) > >12:03:44,226 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) > >12:03:44,266 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) > >12:03:44,305 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) > >12:03:44,345 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) > >12:03:44,385 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) > >12:03:44,424 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) > >12:03:44,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) > >12:03:44,502 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) > >12:03:44,541 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) > >12:03:44,582 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) > >12:03:44,622 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) > >12:03:44,662 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) > >12:03:44,702 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) > >12:03:44,743 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) > >12:03:44,782 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) > >12:03:44,824 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) > >12:03:44,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) > >12:03:44,904 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) > >12:03:44,944 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) > >12:03:44,984 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) > >12:03:45,024 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) > >12:03:45,064 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) > >12:03:45,080 DEBUG anaconda: Device <AnacondaWidgets.MountpointSelector object at 0x7fd3949a8b88 (AnacondaMountpointSelector at 0x5562f43acbb0)> removed from selection >12:03:45,081 DEBUG anaconda: Accordion: selected items 0; removed items 1 >12:03:45,085 DEBUG anaconda: populate_right_side: existing 40 GiB partition sda1 (13) with non-existent ext4 filesystem mounted at / >12:03:45,087 DEBUG anaconda: updated device_disks to ['sda'] >12:03:45,088 DEBUG anaconda: updated device_container_name to None >12:03:45,088 DEBUG anaconda: updated device_container_raid_level to None >12:03:45,088 DEBUG anaconda: updated device_container_encrypted to False >12:03:45,089 DEBUG anaconda: updated device_container_size to 0 >12:03:45,106 DEBUG anaconda: populate_raid: 2, None >12:03:46,114 DEBUG anaconda: Accordion: unselecting all items >12:03:46,115 DEBUG anaconda: Accordion: select existing 16 GiB partition sda2 (19) with existing swap device >12:03:46,118 DEBUG anaconda: populate_right_side: existing 16 GiB partition sda2 (19) with existing swap >12:03:46,119 DEBUG anaconda: updated device_disks to ['sda'] >12:03:46,120 DEBUG anaconda: updated device_container_name to None >12:03:46,120 DEBUG anaconda: updated device_container_raid_level to None >12:03:46,121 DEBUG anaconda: updated device_container_encrypted to False >12:03:46,121 DEBUG anaconda: updated device_container_size to 0 >12:03:46,141 DEBUG anaconda: populate_raid: 2, None >12:03:48,476 INFO anaconda: ui: saving changes to device sda2 >12:03:48,478 DEBUG anaconda: reformat: True >12:03:48,484 DEBUG anaconda: old disks: ['sda'] >12:03:48,484 DEBUG anaconda: new disks: ['sda'] >12:03:48,484 DEBUG anaconda: device: existing 16 GiB partition sda2 (19) with existing swap >12:03:48,486 DEBUG anaconda: old container_raid_level: None >12:03:48,486 DEBUG anaconda: new container_raid_level: None >12:03:48,487 DEBUG anaconda: old container_name: None >12:03:48,487 DEBUG anaconda: new container_name: None >12:03:48,487 DEBUG anaconda: old min_luks_entropy: 256 >12:03:48,488 DEBUG anaconda: new min_luks_entropy: 256 >12:03:48,488 DEBUG anaconda: old mountpoint: >12:03:48,488 DEBUG anaconda: new mountpoint: None >12:03:48,489 DEBUG anaconda: old raid_level: None >12:03:48,489 DEBUG anaconda: new raid_level: None >12:03:48,490 DEBUG anaconda: old name: sda2 >12:03:48,490 DEBUG anaconda: new name: None >12:03:48,490 DEBUG anaconda: old container_encrypted: False >12:03:48,491 DEBUG anaconda: new container_encrypted: False >12:03:48,491 DEBUG anaconda: old container_size: 0 >12:03:48,492 DEBUG anaconda: new container_size: 0 >12:03:48,492 DEBUG anaconda: old device_type: 2 >12:03:48,492 DEBUG anaconda: new device_type: 2 >12:03:48,493 DEBUG anaconda: old fstype: swap >12:03:48,493 DEBUG anaconda: new fstype: swap >12:03:48,493 DEBUG anaconda: old size: 16 GiB >12:03:48,494 DEBUG anaconda: new size: 16 GiB >12:03:48,495 DEBUG anaconda: old encrypted: False >12:03:48,495 DEBUG anaconda: new encrypted: False >12:03:48,496 DEBUG anaconda: old label: >12:03:48,496 DEBUG anaconda: new label: >12:03:48,497 INFO anaconda: scheduling reformat of sda2 as swap >12:03:48,508 DEBUG anaconda: Device <AnacondaWidgets.MountpointSelector object at 0x7fd3949a8c60 (AnacondaMountpointSelector at 0x5562f43ac870)> removed from selection >12:03:48,508 DEBUG anaconda: Accordion: selected items 0; removed items 1 >12:03:48,512 DEBUG anaconda: populate_right_side: existing 16 GiB partition sda2 (19) with non-existent swap >12:03:48,513 DEBUG anaconda: updated device_disks to ['sda'] >12:03:48,514 DEBUG anaconda: updated device_container_name to None >12:03:48,514 DEBUG anaconda: updated device_container_raid_level to None >12:03:48,515 DEBUG anaconda: updated device_container_encrypted to False >12:03:48,515 DEBUG anaconda: updated device_container_size to 0 >12:03:48,530 DEBUG anaconda: populate_raid: 2, None >12:03:51,771 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:385: DeprecationWarning: getDevicesByInstance will be removed in a future version. > partitions = self.devicetree.getDevicesByInstance(PartitionDevice) > >12:04:03,105 DEBUG anaconda: Accordion: unselecting all items >12:04:03,107 DEBUG anaconda: Accordion: select existing 40 GiB partition sda1 (13) with non-existent ext4 filesystem mounted at / device >12:04:03,109 DEBUG anaconda: populate_right_side: existing 40 GiB partition sda1 (13) with non-existent ext4 filesystem mounted at / >12:04:03,111 DEBUG anaconda: updated device_disks to ['sda'] >12:04:03,112 DEBUG anaconda: updated device_container_name to None >12:04:03,112 DEBUG anaconda: updated device_container_raid_level to None >12:04:03,113 DEBUG anaconda: updated device_container_encrypted to False >12:04:03,113 DEBUG anaconda: updated device_container_size to 0 >12:04:03,131 DEBUG anaconda: populate_raid: 2, None >12:04:04,129 DEBUG anaconda: Accordion: unselecting all items >12:04:04,132 DEBUG anaconda: Accordion: select existing 93 GiB btrfs subvolume home (37) with existing btrfs filesystem mounted at /home device >12:04:04,134 DEBUG anaconda: Saving current selector: existing 40 GiB partition sda1 (13) with non-existent ext4 filesystem mounted at / >12:04:04,136 DEBUG anaconda: populate_right_side: existing 93 GiB btrfs subvolume home (37) with existing btrfs filesystem mounted at /home >12:04:04,138 DEBUG anaconda: updated device_disks to ['sda'] >12:04:04,138 DEBUG anaconda: updated device_container_name to fedora >12:04:04,139 DEBUG anaconda: updated device_container_raid_level to single >12:04:04,139 DEBUG anaconda: updated device_container_encrypted to False >12:04:04,139 DEBUG anaconda: updated device_container_size to 93 GiB >12:04:04,152 DEBUG anaconda: device_type_changed: DEVICE_TYPE_BTRFS >12:04:04,153 DEBUG anaconda: populate_raid: 3, None >12:04:04,156 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/blivet.py:489: DeprecationWarning: getDevicesByType will be removed in a future version. > return sorted(self.devicetree.getDevicesByType("btrfs volume"), > >12:04:04,161 DEBUG anaconda: new container selection: fedora >12:04:04,161 DEBUG anaconda: default container is fedora >12:04:04,165 DEBUG anaconda: populate_raid: 3, None >12:04:04,172 DEBUG anaconda: new container selection: fedora >12:04:04,173 DEBUG anaconda: default container is fedora >12:04:06,817 DEBUG anaconda: Accordion: unselecting all items >12:04:06,819 DEBUG anaconda: Accordion: select existing 16 GiB partition sda2 (19) with non-existent swap device >12:04:06,821 DEBUG anaconda: Saving current selector: existing 93 GiB btrfs subvolume home (37) with existing btrfs filesystem mounted at /home >12:04:06,823 DEBUG anaconda: populate_right_side: existing 16 GiB partition sda2 (19) with non-existent swap >12:04:06,825 DEBUG anaconda: updated device_disks to ['sda'] >12:04:06,825 DEBUG anaconda: updated device_container_name to None >12:04:06,825 DEBUG anaconda: updated device_container_raid_level to None >12:04:06,826 DEBUG anaconda: updated device_container_encrypted to False >12:04:06,826 DEBUG anaconda: updated device_container_size to 0 >12:04:06,844 DEBUG anaconda: device_type_changed: None >12:04:06,845 DEBUG anaconda: device_type_changed: DEVICE_TYPE_PARTITION >12:04:06,847 DEBUG anaconda: populate_raid: 2, None >12:04:06,849 DEBUG anaconda: populate_raid: 2, None >12:04:09,474 DEBUG anaconda: new disk order: [] >12:04:09,508 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) > >12:04:09,750 DEBUG anaconda: stage1 device cannot be of type btrfs volume >12:04:09,751 DEBUG anaconda: stage1 device cannot be of type btrfs subvolume >12:04:09,776 DEBUG anaconda: _is_valid_disklabel(sda) returning True >12:04:09,776 DEBUG anaconda: _is_valid_size(sda) returning True >12:04:09,777 DEBUG anaconda: _is_valid_location(sda) returning True >12:04:09,777 DEBUG anaconda: _is_valid_format(sda) returning True >12:04:09,778 DEBUG anaconda: is_valid_stage1_device(sda) returning True >12:04:09,806 DEBUG anaconda: _is_valid_disklabel(sda) returning True >12:04:09,806 DEBUG anaconda: _is_valid_size(sda) returning True >12:04:09,807 DEBUG anaconda: _is_valid_location(sda) returning True >12:04:09,808 DEBUG anaconda: _is_valid_format(sda) returning True >12:04:09,808 DEBUG anaconda: is_valid_stage1_device(sda) returning True >12:04:09,833 DEBUG anaconda: _is_valid_disklabel(sda1) returning True >12:04:09,835 DEBUG anaconda: _is_valid_size(sda1) returning True >12:04:09,835 DEBUG anaconda: _is_valid_partition(sda1) returning True >12:04:09,836 DEBUG anaconda: _is_valid_format(sda1) returning True >12:04:09,837 DEBUG anaconda: is_valid_stage2_device(sda1) returning True >12:04:15,141 INFO anaconda: fs space: 34 GiB needed: 3.76 GiB >12:04:15,143 DEBUG anaconda: spoke is not ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fd36f009940> >12:04:15,144 DEBUG anaconda: setting <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fd36f009940> status to: Checking storage configuration... >12:04:17,394 INFO anaconda: fs space: 34 GiB needed: 3.76 GiB >12:04:17,395 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fd36f009940> >12:04:19,580 DEBUG anaconda: Left spoke: CustomPartitioningSpoke >12:04:19,894 INFO anaconda: Not doing 'require network connection' in live installation >12:04:22,175 INFO anaconda: fs space: 34 GiB needed: 3.76 GiB >12:04:24,457 INFO anaconda: fs space: 34 GiB needed: 3.76 GiB >12:04:24,458 DEBUG anaconda: spoke is ready: <pyanaconda.ui.gui.spokes.storage.StorageSpoke object at 0x7fd36f009940> >12:04:31,968 DEBUG anaconda: Entered spoke: NetworkSpoke >12:04:34,529 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) > >12:04:34,530 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) > >12:04:34,531 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) > >12:04:34,533 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) > >12:04:34,534 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="") > >12:04:34,536 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") > >12:04:34,537 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") > >12:04:34,539 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) > >12:04:34,540 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) > >12:04:34,541 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) > >12:04:34,543 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") > >12:04:34,543 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) > >12:04:34,546 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") > >12:04:34,547 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") > >12:04:34,548 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) > >12:04:34,549 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") > >12:04:34,552 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) > >12:04:34,554 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) > >12:04:34,554 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") > >12:04:34,556 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) > >12:04:34,557 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) > >12:04:34,557 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) > >12:04:34,560 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) > >12:04:34,561 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) > >12:04:34,561 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) > >12:04:34,563 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) > >12:04:34,565 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) > >12:04:34,566 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="") > >12:04:34,567 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") > >12:04:34,568 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) > >12:04:34,569 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") > >12:04:34,571 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) > >12:04:34,572 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) > >12:04:34,573 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") > >12:04:34,574 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") > >12:04:34,576 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) > >12:04:34,577 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) > >12:04:34,579 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") > >12:04:34,579 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") > >12:04:34,581 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) > >12:04:34,582 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") > >12:04:34,584 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") > >12:04:34,585 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") > >12:04:34,586 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) > >12:04:34,587 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") > >12:04:34,589 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) > >12:04:34,590 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) > >12:04:34,592 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) > >12:04:34,592 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") > >12:04:34,594 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") > >12:04:34,594 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") > >12:04:34,596 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) > >12:04:34,597 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") > >12:04:34,599 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") > >12:04:34,600 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) > >12:04:34,601 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) > >12:04:34,602 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) > >12:04:34,604 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") > >12:04:34,605 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) > >12:04:34,607 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") > >12:04:34,608 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") > >12:04:34,610 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) > >12:04:34,610 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) > >12:04:34,612 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") > >12:04:34,648 DEBUG anaconda: updating host name localhost.localdomain >12:04:34,692 DEBUG anaconda: network: apply ksdata # Network information >network --bootproto=dhcp --device=enp0s25 --ipv6=auto --activate >network --hostname=localhost.localdomain > >12:04:34,694 INFO anaconda: setting installation environment host name to localhost.localdomain >12:04:34,829 DEBUG anaconda: Left spoke: NetworkSpoke >12:04:35,186 INFO anaconda: Not doing 'require network connection' in live installation >12:04:37,459 INFO anaconda: fs space: 34 GiB needed: 3.76 GiB >12:04:49,099 DEBUG anaconda: Left hub: SummaryHub >12:04:49,100 DEBUG anaconda: Entered hub: ProgressHub >12:04:49,180 INFO anaconda: Running Thread: AnaInstallThread (140546038437632) >12:04:49,182 INFO anaconda: Not doing 'save system time to HW clock' in live installation >12:04:49,183 INFO anaconda: Setting up the installation environment >12:04:49,185 INFO anaconda: Setting up the installation environment -- DONE >12:04:49,454 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) > >12:04:49,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) > >12:04:49,717 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) > >12:04:49,769 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) > >12:04:49,819 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) > >12:04:49,872 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) > >12:04:49,963 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) > >12:04:50,020 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) > >12:04:50,070 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) > >12:04:50,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) > >12:04:50,211 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) > >12:04:50,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) > >12:04:50,312 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) > >12:04:50,362 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) > >12:04:50,476 DEBUG anaconda: Entered spoke: PasswordSpoke >12:04:50,500 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) > >12:04:50,553 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) > >12:04:50,727 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) > >12:04:50,780 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) > >12:04:51,173 INFO anaconda: Creating ext4 on /dev/sda1 >12:04:55,707 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >12:04:55,708 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >12:04:55,710 INFO anaconda: Created ext4 on /dev/sda1 >12:04:55,712 INFO anaconda: Creating swap on /dev/sda2 >12:04:57,152 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/devices/storage.py:280: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > self.path) > >12:04:57,154 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/udev.py:44: DeprecationWarning: Will be removed in 1.0. Use equivalent Devices method instead. > dev = pyudev.Device.from_sys_path(global_udev, sysfs_path) > >12:04:57,156 INFO anaconda: Created swap on /dev/sda2 >12:04:57,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) > >12:04:57,652 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) > >12:04:57,803 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) > >12:04:57,843 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) > >12:04:57,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) > >12:04:57,923 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) > >12:04:57,969 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) > >12:04:58,009 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) > >12:04:58,048 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) > >12:04:58,093 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) > >12:04:58,133 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) > >12:04:58,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) > >12:04:58,215 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) > >12:04:58,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) > >12:04:58,295 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) > >12:04:58,335 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) > >12:04:58,382 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) > >12:04:58,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) > >12:04:58,476 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) > >12:04:58,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) > >12:04:58,573 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) > >12:04:58,621 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) > >12:04:58,675 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) > >12:04:58,728 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) > >12:04:58,775 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) > >12:04:58,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) > >12:04:58,875 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) > >12:04:58,919 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) > >12:04:58,961 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) > >12:04:59,002 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) > >12:04:59,042 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) > >12:04:59,082 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) > >12:04:59,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) > >12:04:59,165 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) > >12:04:59,204 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) > >12:04:59,244 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) > >12:04:59,285 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) > >12:04:59,324 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) > >12:04:59,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) > >12:04:59,502 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) > >12:04:59,553 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) > >12:04:59,608 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) > >12:04:59,723 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) > >12:04:59,777 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) > >12:04:59,827 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) > >12:04:59,875 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) > >12:04:59,925 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) > >12:04:59,979 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) > >12:05:00,027 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) > >12:05:00,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) > >12:05:00,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) > >12:05:00,176 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) > >12:05:00,225 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) > >12:05:00,277 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) > >12:05:00,328 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) > >12:05:00,377 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) > >12:05:00,427 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) > >12:05:00,477 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) > >12:05:00,523 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) > >12:05:00,562 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) > >12:05:00,603 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) > >12:05:00,687 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) > >12:05:00,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) > >12:05:00,791 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) > >12:05:00,841 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) > >12:05:00,897 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) > >12:05:00,970 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) > >12:05:01,074 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) > >12:05:01,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) > >12:05:01,177 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) > >12:05:01,219 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) > >12:05:01,258 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) > >12:05:01,297 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) > >12:05:01,342 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) > >12:05:01,395 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) > >12:05:01,442 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) > >12:05:01,497 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) > >12:05:01,544 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) > >12:05:01,586 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) > >12:05:01,624 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) > >12:05:01,664 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) > >12:05:01,708 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) > >12:05:01,780 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) > >12:05:01,820 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) > >12:05:01,861 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) > >12:05:01,901 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) > >12:05:01,941 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) > >12:05:01,981 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) > >12:05:02,022 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) > >12:05:02,061 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) > >12:05:02,101 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) > >12:05:02,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) > >12:05:02,184 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) > >12:05:02,228 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) > >12:05:02,267 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) > >12:05:02,308 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) > >12:05:02,348 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) > >12:05:02,389 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) > >12:05:02,431 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) > >12:05:02,471 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) > >12:05:02,511 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) > >12:05:02,551 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) > >12:05:02,590 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) > >12:05:02,631 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) > >12:05:02,669 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) > >12:05:02,709 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) > >12:05:02,749 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) > >12:05:02,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) > >12:05:02,835 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) > >12:05:02,876 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) > >12:05:02,924 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) > >12:05:02,963 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) > >12:05:03,004 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) > >12:05:03,044 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) > >12:05:03,084 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) > >12:05:03,129 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) > >12:05:03,168 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) > >12:05:03,208 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) > >12:05:03,248 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) > >12:05:03,286 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) > >12:05:03,331 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) > >12:05:03,371 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) > >12:05:03,411 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) > >12:05:03,453 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) > >12:05:03,533 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) > >12:05:03,573 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) > >12:05:03,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) > >12:05:03,653 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) > >12:05:03,693 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) > >12:05:03,734 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) > >12:05:03,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) > >12:05:03,819 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) > >12:05:03,860 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) > >12:05:03,899 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) > >12:05:03,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) > >12:05:03,979 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) > >12:05:04,019 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) > >12:05:04,063 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) > >12:05:04,104 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) > >12:05:04,145 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) > >12:05:04,185 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) > >12:05:04,224 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) > >12:05:04,264 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) > >12:05:04,304 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) > >12:05:04,345 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) > >12:05:04,385 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) > >12:05:04,422 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) > >12:05:04,462 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) > >12:05:04,503 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) > >12:05:04,548 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) > >12:05:04,587 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) > >12:05:04,627 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) > >12:05:04,666 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) > >12:05:04,706 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) > >12:05:04,751 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) > >12:05:04,791 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) > >12:05:04,829 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) > >12:05:04,876 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) > >12:05:04,926 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) > >12:05:04,967 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) > >12:05:05,006 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) > >12:05:05,044 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) > >12:05:05,084 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) > >12:05:05,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) > >12:05:05,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) > >12:05:05,210 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) > >12:05:05,264 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) > >12:05:05,507 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) > >12:05:05,550 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) > >12:05:05,593 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) > >12:05:05,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) > >12:05:05,675 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) > >12:05:05,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) > >12:05:05,758 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) > >12:05:05,799 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) > >12:05:05,840 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) > >12:05:05,880 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) > >12:05:05,921 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) > >12:05:05,963 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) > >12:05:06,018 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) > >12:05:06,071 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) > >12:05:06,120 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) > >12:05:06,159 DEBUG anaconda: Left spoke: PasswordSpoke >12:05:06,169 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) > >12:05:06,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) > >12:05:06,283 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) > >12:05:06,342 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) > >12:05:06,396 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) > >12:05:06,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) > >12:05:06,514 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) > >12:05:06,561 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) > >12:05:06,617 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) > >12:05:06,662 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) > >12:05:06,718 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) > >12:05:06,769 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) > >12:05:06,823 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) > >12:05:06,880 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) > >12:05:06,929 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) > >12:05:06,977 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) > >12:05:07,028 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) > >12:05:07,080 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) > >12:05:07,130 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) > >12:05:07,181 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) > >12:05:07,231 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) > >12:05:07,281 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) > >12:05:07,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) > >12:05:07,378 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) > >12:05:07,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) > >12:05:07,477 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) > >12:05:07,504 DEBUG anaconda: Entered spoke: UserSpoke >12:05:07,528 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) > >12:05:07,581 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) > >12:05:07,629 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) > >12:05:07,678 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) > >12:05:07,729 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) > >12:05:07,785 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) > >12:05:07,955 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) > >12:05:08,013 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) > >12:05:08,067 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) > >12:05:08,115 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) > >12:05:08,156 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) > >12:05:08,197 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) > >12:05:08,239 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) > >12:05:08,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) > >12:05:08,321 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) > >12:05:08,366 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) > >12:05:08,408 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) > >12:05:08,448 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) > >12:05:08,489 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) > >12:05:08,531 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) > >12:05:08,573 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) > >12:05:08,614 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) > >12:05:08,655 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) > >12:05:08,696 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) > >12:05:08,736 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) > >12:05:08,778 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) > >12:05:08,818 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) > >12:05:08,857 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) > >12:05:08,894 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) > >12:05:08,934 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) > >12:05:08,974 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) > >12:05:09,015 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) > >12:05:09,055 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) > >12:05:09,095 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) > >12:05:09,134 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) > >12:05:09,175 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) > >12:05:09,215 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) > >12:05:09,256 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) > >12:05:09,296 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) > >12:05:09,336 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) > >12:05:09,376 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) > >12:05:09,416 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) > >12:05:09,457 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) > >12:05:09,496 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) > >12:05:09,538 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) > >12:05:09,579 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) > >12:05:09,620 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) > >12:05:09,660 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) > >12:05:09,700 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) > >12:05:09,738 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) > >12:05:09,776 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) > >12:05:09,817 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) > >12:05:09,857 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) > >12:05:09,897 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) > >12:05:09,941 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) > >12:05:10,027 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) > >12:05:10,068 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) > >12:05:10,107 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) > >12:05:10,148 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) > >12:05:10,188 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) > >12:05:10,228 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) > >12:05:10,268 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) > >12:05:10,309 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) > >12:05:10,363 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) > >12:05:10,418 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) > >12:05:10,464 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) > >12:05:10,518 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) > >12:05:10,570 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) > >12:05:10,616 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) > >12:05:10,657 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) > >12:05:10,696 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) > >12:05:10,736 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) > >12:05:10,776 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) > >12:05:10,816 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) > >12:05:10,856 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) > >12:05:10,898 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) > >12:05:10,944 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) > >12:05:10,983 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) > >12:05:11,023 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) > >12:05:11,064 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) > >12:05:11,104 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) > >12:05:11,145 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) > >12:05:11,186 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) > >12:05:11,226 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) > >12:05:11,266 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) > >12:05:11,306 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) > >12:05:11,347 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) > >12:05:11,390 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) > >12:05:11,432 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) > >12:05:11,476 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) > >12:05:11,516 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) > >12:05:11,556 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) > >12:05:11,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) > >12:05:11,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) > >12:05:11,678 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) > >12:05:11,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) > >12:05:11,759 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) > >12:05:11,798 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) > >12:05:11,838 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) > >12:05:11,878 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) > >12:05:11,922 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) > >12:05:11,961 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) > >12:05:12,002 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) > >12:05:12,045 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) > >12:05:12,133 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) > >12:05:12,173 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) > >12:05:12,225 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) > >12:05:12,266 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) > >12:05:12,306 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) > >12:05:12,347 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) > >12:05:12,391 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) > >12:05:12,430 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) > >12:05:12,472 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) > >12:05:12,512 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) > >12:05:12,553 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) > >12:05:12,598 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) > >12:05:12,639 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) > >12:05:12,679 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) > >12:05:12,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) > >12:05:12,759 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) > >12:05:12,798 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) > >12:05:12,838 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) > >12:05:12,881 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) > >12:05:12,928 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) > >12:05:12,967 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) > >12:05:13,007 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) > >12:05:13,044 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) > >12:05:13,084 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) > >12:05:13,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) > >12:05:13,164 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) > >12:05:13,204 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) > >12:05:13,244 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) > >12:05:13,285 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) > >12:05:13,327 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) > >12:05:13,371 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) > >12:05:13,413 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) > >12:05:13,454 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) > >12:05:13,496 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) > >12:05:13,540 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) > >12:05:13,582 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) > >12:05:13,622 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) > >12:05:13,661 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) > >12:05:13,702 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) > >12:05:13,742 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) > >12:05:13,785 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) > >12:05:13,825 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) > >12:05:13,866 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) > >12:05:13,907 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) > >12:05:13,947 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) > >12:05:13,987 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) > >12:05:14,037 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) > >12:05:14,085 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) > >12:05:14,135 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) > >12:05:14,187 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) > >12:05:14,235 INFO anaconda: Running pre-installation scripts >12:05:14,236 INFO anaconda: Running pre-installation scripts -- DONE >12:05:14,304 INFO anaconda: Not doing 'copy /etc/resolv.conf to sysroot' in live installation >12:05:14,329 INFO anaconda: Running Thread: AnaLiveProgressThread (140546055223040) >12:05:15,110 INFO anaconda: Thread Done: AnaLiveProgressThread (140546055223040) >12:05:24,956 DEBUG anaconda: Left spoke: UserSpoke >12:10:30,279 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/osinstall.py:809: DeprecationWarning: getDevicesByInstance will be removed in a future version. > netdevs = self.devicetree.getDevicesByInstance(NetworkStorageDevice) > >12:10:30,311 WARN anaconda: /usr/lib/python3.5/site-packages/blivet/osinstall.py:763: DeprecationWarning: getDevicesByType will be removed in a future version. > arrays = self.devicetree.getDevicesByType("mdarray") > >12:10:30,362 INFO anaconda: Installing boot loader >12:10:30,367 INFO anaconda: boot loader stage1 target device is sda >12:10:30,369 INFO anaconda: boot loader stage2 target device is sda1 >12:10:30,371 DEBUG anaconda: new default image: <pyanaconda.bootloader.LinuxBootLoaderImage object at 0x7fd39487aef0> >12:10:31,094 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/bootloader.py:842: PendingDeprecationWarning: use len(mi) instead > setup_args = cfg_obj.dracutSetupArgs() > >12:10:36,558 INFO anaconda: bootloader.py: mbr will be updated for grub2 >12:10:56,600 INFO anaconda: bootloader.py: used boot args: rhgb quiet >12:11:08,085 INFO anaconda: Installing boot loader -- DONE >12:11:08,086 INFO anaconda: Performing post-installation setup tasks >12:11:08,565 WARN anaconda: /usr/lib64/python3.5/site-packages/pyanaconda/packaging/__init__.py:617: PendingDeprecationWarning: use len(mi) instead > self._setDefaultBootTarget() > >12:11:08,655 INFO anaconda: Performing post-installation setup tasks -- DONE >12:11:08,656 INFO anaconda: Thread Done: AnaInstallThread (140546038437632) >12:11:08,720 INFO anaconda: Running Thread: AnaConfigurationThread (140546038437632) >12:11:08,725 INFO anaconda: Configuring installed system >12:11:15,119 INFO anaconda: Configuring installed system -- DONE >12:11:15,120 INFO anaconda: Writing network configuration >12:11:15,121 INFO anaconda: setting installation environment host name to localhost.localdomain >12:11:15,593 INFO anaconda: Writing network configuration -- DONE >12:11:15,595 INFO anaconda: Creating users >12:11:16,565 INFO anaconda: Home directory for the user mikhail already existed, fixing the owner and SELinux context. >12:11:27,387 ERR anaconda: User mikhail already exists, not creating. >12:11:27,388 INFO anaconda: Creating users -- DONE >12:11:27,389 INFO anaconda: Configuring addons >12:11:27,390 INFO anaconda: Configuring addons -- DONE >12:11:27,391 INFO anaconda: Generating initramfs >12:13:22,743 INFO anaconda: Generating initramfs -- DONE >12:13:22,746 INFO anaconda: Running post-installation scripts >12:13:22,747 INFO anaconda: Running kickstart %%post script(s) >12:13:23,291 ERR anaconda: Error code 1 running the kickstart script at line 12 >12:13:36,928 INFO anaconda: All kickstart %%post script(s) have been run >12:13:36,929 INFO anaconda: Running post-installation scripts -- DONE >12:13:36,932 INFO anaconda: Thread Done: AnaConfigurationThread (140546038437632)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1323488
: 1143005 |
1143006
|
1143007
|
1143008
|
1143009
|
1143010
|
1143021
|
1143022
|
1143023