Bug 711465 - [abrt] fedpkg-0.5.9.0-1.fc14: urllib2.py:1148:do_open:URLError: <urlopen error [Errno 110] Connection timed out>
Summary: [abrt] fedpkg-0.5.9.0-1.fc14: urllib2.py:1148:do_open:URLError: <urlopen erro...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: fedora-packager
Version: 14
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dennis Gilmore
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:f927a57b
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-07 14:57 UTC by Paul Wouters
Modified: 2013-01-10 06:37 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-07 15:22:09 UTC
Type: ---


Attachments (Terms of Use)
File: backtrace (1.42 KB, text/plain)
2011-06-07 14:57 UTC, Paul Wouters
no flags Details

Description Paul Wouters 2011-06-07 14:57:12 UTC
abrt version: 1.1.18
architecture: x86_64
cmdline: /usr/bin/python /usr/bin/fedpkg build
component: fedora-packager
executable: /usr/bin/fedpkg
kernel: 2.6.35.13-91.fc14.x86_64
package: fedpkg-0.5.9.0-1.fc14
reason: urllib2.py:1148:do_open:URLError: <urlopen error [Errno 110] Connection timed out>
release: Fedora release 14 (Laughlin)
How to reproduce: 1. fedpkg build
time: 1307458407
uid: 500

backtrace
-----
urllib2.py:1148:do_open:URLError: <urlopen error [Errno 110] Connection timed out>

Traceback (most recent call last):
  File "/usr/bin/fedpkg", line 1494, in <module>
    args.command(args)
  File "/usr/bin/fedpkg", line 334, in build
    url, chain, arches, sets)
  File "/usr/lib/python2.7/site-packages/pyfedpkg/__init__.py", line 1294, in build
    if urllib2.urlopen(STATUSURL).read():
  File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.7/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib64/python2.7/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 1173, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.7/urllib2.py", line 1148, in do_open
    raise URLError(err)
URLError: <urlopen error [Errno 110] Connection timed out>

Local variables in innermost frame:
err: error(110, 'Connection timed out')
h: <httplib.HTTPConnection instance at 0x19cf950>
self: <urllib2.HTTPHandler instance at 0x19cf7e8>
req: <urllib2.Request instance at 0x19cfab8>
headers: {'Host': 'jkeating.fedorapeople.org', 'Connection': 'close', 'User-Agent': 'Python-urllib/2.7'}
host: 'jkeating.fedorapeople.org'
http_class: <class httplib.HTTPConnection at 0x1440d50>

comment
-----
[paul@bofh nsd]$ fedpkg build
Traceback (most recent call last):
  File "/usr/bin/fedpkg", line 1494, in <module>
    args.command(args)
  File "/usr/bin/fedpkg", line 334, in build
    url, chain, arches, sets)
  File "/usr/lib/python2.7/site-packages/pyfedpkg/__init__.py", line 1294, in build
    if urllib2.urlopen(STATUSURL).read():
  File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.7/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.7/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib64/python2.7/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 1173, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.7/urllib2.py", line 1148, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 110] Connection timed out>

not sure why it tried to connect to jkeating.fedorapeople.org- it likely should not

Comment 1 Paul Wouters 2011-06-07 14:57:14 UTC
Created attachment 503510 [details]
File: backtrace

Comment 2 Paul Wouters 2011-06-07 15:22:09 UTC
This is fixed in 0.5.9.2-1


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