Bug 1060031 - TypeError: %d format: a number is required, not str
Summary: TypeError: %d format: a number is required, not str
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: rawhide
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Shea
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:32e76328afb98f4bc852e87c39b...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-31 09:48 UTC by Piruthiviraj Natarajan
Modified: 2014-02-12 15:49 UTC (History)
8 users (show)

Fixed In Version: python-blivet-0.40-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-12 15:49:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (303.59 KB, text/plain)
2014-01-31 09:48 UTC, Piruthiviraj Natarajan
no flags Details
File: anaconda.log (4.26 KB, text/plain)
2014-01-31 09:48 UTC, Piruthiviraj Natarajan
no flags Details
File: environ (3.01 KB, text/plain)
2014-01-31 09:48 UTC, Piruthiviraj Natarajan
no flags Details
File: journalctl (172.74 KB, text/plain)
2014-01-31 09:48 UTC, Piruthiviraj Natarajan
no flags Details
File: lsblk_output (3.30 KB, text/plain)
2014-01-31 09:49 UTC, Piruthiviraj Natarajan
no flags Details
File: nmcli_dev_list (1.47 KB, text/plain)
2014-01-31 09:49 UTC, Piruthiviraj Natarajan
no flags Details
File: os_info (381 bytes, text/plain)
2014-01-31 09:49 UTC, Piruthiviraj Natarajan
no flags Details
File: program.log (14.44 KB, text/plain)
2014-01-31 09:49 UTC, Piruthiviraj Natarajan
no flags Details
File: storage.log (41.98 KB, text/plain)
2014-01-31 09:49 UTC, Piruthiviraj Natarajan
no flags Details
File: ifcfg.log (5.04 KB, text/plain)
2014-01-31 09:49 UTC, Piruthiviraj Natarajan
no flags Details
File: packaging.log (886 bytes, text/plain)
2014-01-31 09:49 UTC, Piruthiviraj Natarajan
no flags Details

Description Piruthiviraj Natarajan 2014-01-31 09:48:13 UTC
Description of problem:
I tried the latest rawhide compose xfce live 64 bit CD which had  anaconda-21.19-1.fc21.x86_64 version and it crashed with errors.

Version-Release number of selected component:
anaconda-core-21.19-1.fc21.x86_64

The following was filed automatically by anaconda:
anaconda 21.19-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 1387, in _getMinSize
    minSize = Size(spec="%d mb" % l.split(":")[1].strip())
  File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 222, in updateSizeInfo
    self._getMinSize(info=info)   # force calculation of minimum size
  File "/usr/lib/python2.7/site-packages/blivet/formats/fs.py", line 117, in __init__
    self.updateSizeInfo()
  File "/usr/lib/python2.7/site-packages/blivet/formats/__init__.py", line 82, in getFormat
    fmt = fmt_class(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1797, in handleUdevDeviceFormat
    device.format = formats.getFormat(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1154, in addUdevDevice
    self.handleUdevDeviceFormat(info, device)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2080, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2021, in populate
    self._populate()
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 426, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 145, in storageInitialize
    storage.reset()
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 226, in run
    threading.Thread.run(self, *args, **kwargs)
TypeError: %d format: a number is required, not str

Additional info:
cmdline:        /usr/bin/python  /usr/sbin/anaconda
cmdline_file:   initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Xfce-x86_64-rawhide- rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0  BOOT_IMAGE=vmlinuz0 
executable:     /usr/sbin/anaconda
hashmarkername: anaconda
kernel:         3.14.0-0.rc0.git13.1.fc21.x86_64
other involved packages: python-libs-2.7.5-11.fc21.x86_64, python-blivet-0.39-1.fc21.noarch
product:        Fedora
release:        Fedora release 21 (Rawhide)
type:           anaconda
version:        rawhide

Comment 1 Piruthiviraj Natarajan 2014-01-31 09:48:42 UTC
Created attachment 857762 [details]
File: anaconda-tb

Comment 2 Piruthiviraj Natarajan 2014-01-31 09:48:45 UTC
Created attachment 857763 [details]
File: anaconda.log

Comment 3 Piruthiviraj Natarajan 2014-01-31 09:48:48 UTC
Created attachment 857764 [details]
File: environ

Comment 4 Piruthiviraj Natarajan 2014-01-31 09:48:58 UTC
Created attachment 857765 [details]
File: journalctl

Comment 5 Piruthiviraj Natarajan 2014-01-31 09:49:01 UTC
Created attachment 857766 [details]
File: lsblk_output

Comment 6 Piruthiviraj Natarajan 2014-01-31 09:49:03 UTC
Created attachment 857767 [details]
File: nmcli_dev_list

Comment 7 Piruthiviraj Natarajan 2014-01-31 09:49:05 UTC
Created attachment 857768 [details]
File: os_info

Comment 8 Piruthiviraj Natarajan 2014-01-31 09:49:08 UTC
Created attachment 857769 [details]
File: program.log

Comment 9 Piruthiviraj Natarajan 2014-01-31 09:49:13 UTC
Created attachment 857770 [details]
File: storage.log

Comment 10 Piruthiviraj Natarajan 2014-01-31 09:49:15 UTC
Created attachment 857771 [details]
File: ifcfg.log

Comment 11 Piruthiviraj Natarajan 2014-01-31 09:49:18 UTC
Created attachment 857772 [details]
File: packaging.log


Note You need to log in before you can comment on or make changes to this bug.