Bug 711465

Summary: [abrt] fedpkg-0.5.9.0-1.fc14: urllib2.py:1148:do_open:URLError: <urlopen error [Errno 110] Connection timed out>
Product: [Fedora] Fedora Reporter: Paul Wouters <pwouters>
Component: fedora-packagerAssignee: Dennis Gilmore <dennis>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: dcantrell, dennis, rhbugs
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:f927a57b
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-07 15:22:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace none

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