Bug 1323506 - [abrt] yum-utils: misc.py:1019:write:IOError: [Errno 5] Input/output error
Summary: [abrt] yum-utils: misc.py:1019:write:IOError: [Errno 5] Input/output error
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-utils
Version: 23
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:7099380c6859dbe05f25fa9e89e...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-03 18:45 UTC by Rahul Chowdhury
Modified: 2016-12-20 19:46 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-20 19:46:14 UTC
Type: ---


Attachments (Terms of Use)
File: backtrace (3.13 KB, text/plain)
2016-04-03 18:45 UTC, Rahul Chowdhury
no flags Details
File: dso_list (64 bytes, text/plain)
2016-04-03 18:45 UTC, Rahul Chowdhury
no flags Details
File: environ (2.10 KB, text/plain)
2016-04-03 18:45 UTC, Rahul Chowdhury
no flags Details

Description Rahul Chowdhury 2016-04-03 18:45:44 UTC
Version-Release number of selected component:
yum-utils-1.1.31-508.fc23

Additional info:
reporter:       libreport-2.6.4
cmdline:        /usr/bin/python -tt /bin/yum-builddep *chromium*
executable:     /bin/yum-builddep
kernel:         4.4.6-300.fc23.x86_64
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
misc.py:1019:write:IOError: [Errno 5] Input/output error

Traceback (most recent call last):
  File "/bin/yum-builddep", line 258, in <module>
    util = YumBuildDep()
  File "/bin/yum-builddep", line 71, in __init__
    self.main()
  File "/bin/yum-builddep", line 102, in main
    self.doUtilYumSetup()
  File "/usr/share/yum-cli/utils.py", line 363, in doUtilYumSetup
    self._getTs()
  File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 137, in _getTs
    if not remove_only and self._tsInfo.pkgSack is None:
  File "/usr/lib/python2.7/site-packages/yum/transactioninfo.py", line 140, in <lambda>
    pkgSack = property(fget=lambda self: self._getPkgSack(),
  File "/usr/lib/python2.7/site-packages/yum/transactioninfo.py", line 137, in _getPkgSack
    self._pkgSack = self._pkgSackCtor()
  File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 76, in __call__
    return self.ayum.pkgSack
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1095, in <lambda>
    pkgSack = property(fget=lambda self: self._getSacks(),
  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 799, in _getSacks
    self.repos.populateSack(which=repos)
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 344, in populateSack
    self.doSetup()
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 157, in doSetup
    self.retrieveAllMD()
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 88, in retrieveAllMD
    dl = repo._async and repo._commonLoadRepoXML(repo)
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1460, in _commonLoadRepoXML
    result = self._getFileRepoXML(local, text)
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1234, in _getFileRepoXML
    size=102400) # setting max size as 100K
  File "/usr/lib/python2.7/site-packages/yum/yumRepo.py", line 1022, in _getFile
    **kwargs
  File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 448, in urlgrab
    return self._mirror_try(func, url, kw)
  File "/usr/lib/python2.7/site-packages/urlgrabber/mirror.py", line 425, in _mirror_try
    return func_ref( *(fullurl,), opts=opts, **kw )
  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1172, in urlgrab
    return self._retry(opts, retryfunc, url, filename)
  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1064, in _retry
    r = apply(func, (opts,) + args, {})
  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1168, in retryfunc
    fo.close()
  File "/usr/lib/python2.7/site-packages/urlgrabber/grabber.py", line 1898, in close
    self.opts.progress_obj.end(self._amount_read)
  File "/usr/lib/python2.7/site-packages/urlgrabber/progress.py", line 151, in end
    self._do_end(amount_read, now)
  File "/usr/lib/python2.7/site-packages/urlgrabber/progress.py", line 308, in _do_end
    self.fo.write(out)
  File "/usr/lib/python2.7/site-packages/yum/misc.py", line 1019, in write
    self.stream.write(s)
IOError: [Errno 5] Input/output error

Local variables in innermost frame:
s: '\rrpmfusion-free-updates-testing                              | 3.0 kB  00:00     \n'
self: <open file '<stdout>', mode 'w' at 0x7f2685d01150>

Comment 1 Rahul Chowdhury 2016-04-03 18:45:50 UTC
Created attachment 1143077 [details]
File: backtrace

Comment 2 Rahul Chowdhury 2016-04-03 18:45:51 UTC
Created attachment 1143078 [details]
File: dso_list

Comment 3 Rahul Chowdhury 2016-04-03 18:45:53 UTC
Created attachment 1143079 [details]
File: environ

Comment 4 Fedora End Of Life 2016-11-25 07:14:02 UTC
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. 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 EOL if it remains open with a Fedora  'version'
of '23'.

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.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 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 this bug is closed as described in the policy above.

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 5 Fedora End Of Life 2016-12-20 19:46:14 UTC
Fedora 23 changed to end-of-life (EOL) status on 2016-12-20. Fedora 23 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.