Bug 922482 - [abrt] fedup-0.7.1-1.fc18: textoutput.py:86:bar:ValueError: Sign not allowed in string format specifier
Summary: [abrt] fedup-0.7.1-1.fc18: textoutput.py:86:bar:ValueError: Sign not allowed ...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: fedup
Version: 18
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Will Woods
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:9372ea4cee5fd0b2499077c3633...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-17 11:24 UTC by Alexandre Moine
Modified: 2014-02-05 20:02 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-05 20:02:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (6.10 KB, text/plain)
2013-03-17 11:24 UTC, Alexandre Moine
no flags Details
File: core_backtrace (5.18 KB, text/plain)
2013-03-17 11:25 UTC, Alexandre Moine
no flags Details
File: dso_list (62 bytes, text/plain)
2013-03-17 11:25 UTC, Alexandre Moine
no flags Details
File: environ (3.00 KB, text/plain)
2013-03-17 11:25 UTC, Alexandre Moine
no flags Details

Description Alexandre Moine 2013-03-17 11:24:55 UTC
Description of problem:
I run this command "fedup-cli --network rawhide --debuglog=fedupdebug.log ", and I stop the process of FedUp.

I join the fedupdebug.log:
[    10.152] (II) fedup:<module>() /usr/bin/fedup-cli starting at Sun Mar 17 12:01:05 2013
[    10.933] (DD) fedup:setup_downloader() setup_downloader(version=rawhide, repos=[])
[    10.933] (II) fedup.yum:__init__() FedupDownloader(version=rawhide, cachedir=/var/tmp/fedora-upgrade)
[    10.935] (DD) fedup.yum:__init__() prerepoconf.cache=0
[    10.935] (II) fedup.yum:setup_repos() checking repos
[    23.284] (DD) fedup.yum:_getConfig() conf.cache=0
[    27.776] (II) fedup.yum:setup_repos() repo adobe-linux-i386 seems OK
[    58.405] (II) fedup.yum:setup_repos() repo fedora seems OK
[    66.336] (II) fedup.yum:setup_repos() can't find valid repo metadata for fedora-chromium
[    72.927] (II) fedup.yum:setup_repos() can't find valid repo metadata for fedora-chromium-stable
[    75.923] (II) fedup.yum:setup_repos() repo rpmfusion-free seems OK
[    76.331] (II) fedup.yum:setup_repos() can't find valid repo metadata for rpmfusion-free-updates
[    76.871] (II) fedup.yum:setup_repos() repo rpmfusion-nonfree seems OK
[    77.182] (II) fedup.yum:setup_repos() can't find valid repo metadata for rpmfusion-nonfree-updates
[   106.375] (II) fedup.yum:setup_repos() repo updates seems OK
[   106.375] (DD) fedup.yum:setup_repos() repos.cache=0
[   405.512] (II) fedup.yum:build_update_transaction() looking for updates
[   641.894] (II) fedup:<module>() Exception:
Traceback (most recent call last):
  File "/usr/bin/fedup-cli", line 285, in <module>
    main(args)
  File "/usr/bin/fedup-cli", line 228, in main
    pkgs = download_packages(f)
  File "/usr/bin/fedup-cli", line 55, in download_packages
    updates = f.build_update_transaction(callback=output.DepsolveCallback(f))
  File "/usr/lib/python2.7/site-packages/fedup/download.py", line 155, in build_update_transaction
    self.update()
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 4733, in update
    updates = self.up.getUpdatesTuples()
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1033, in <lambda>
    up = property(fget=lambda self: self._getUpdates(),
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 840, in _getUpdates
    self._up = rpmUtils.updates.Updates(self.rpmdb.simplePkgList(), self.pkgSack.simplePkgList())
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1014, in <lambda>
    pkgSack = property(fget=lambda self: self._getSacks(),
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 780, in _getSacks
    self.repos.populateSack(which=repos)
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 352, in populateSack
    sack.populate(repo, mdtype, callback, cacheonly)
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 257, in populate
    dobj = repo_cache_function(xml, csum)
  File "/usr/lib/python2.7/site-packages/sqlitecachec.py", line 46, in getPrimary
    self.repoid))
  File "/usr/lib/python2.7/site-packages/sqlitecachec.py", line 31, in open_database
    con = sqlite.connect(filename)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 93, in update
    self.curval = min(newval, self.maxval)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 113, in progressbar
    self._pb.update(current)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 96, in update
    self.tty.write("\r%s" % self)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 89, in __str__
    return self.formatstr.format(self)
  File "/usr/lib/python2.7/site-packages/fedup/textoutput.py", line 86, in bar
    width=barwidth)
ValueError: Sign not allowed in string format specifier
[   646.140] (II) fedup:<module>() /usr/bin/fedup-cli exiting at Sun Mar 17 12:11:41 2013

Version-Release number of selected component:
fedup-0.7.1-1.fc18

Additional info:
cmdline:        /usr/bin/python /usr/bin/fedup-cli --network rawhide --debuglog=fedupdebug.log
executable:     /usr/bin/fedup-cli
kernel:         3.8.2-206.fc18.i686
uid:            0

Comment 1 Alexandre Moine 2013-03-17 11:24:59 UTC
Created attachment 711339 [details]
File: backtrace

Comment 2 Alexandre Moine 2013-03-17 11:25:01 UTC
Created attachment 711340 [details]
File: core_backtrace

Comment 3 Alexandre Moine 2013-03-17 11:25:07 UTC
Created attachment 711341 [details]
File: dso_list

Comment 4 Alexandre Moine 2013-03-17 11:25:08 UTC
Created attachment 711342 [details]
File: environ

Comment 5 Fedora End Of Life 2013-12-21 12:13:23 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 6 Fedora End Of Life 2014-02-05 20:02:55 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


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