Bug 702445

Summary: [abrt] fedpkg-0.5.9.0-1.fc14: urllib2.py:518:http_error_default:HTTPError: HTTP Error 504: Gateway Time-out
Product: [Fedora] Fedora Reporter: Bojan Smojver <bojan>
Component: fedora-packagerAssignee: Dennis Gilmore <dennis>
Status: CLOSED DUPLICATE 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:cef986b4
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-05 17:48:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description Bojan Smojver 2011-05-05 17:06:58 UTC
abrt version: 1.1.18
architecture: x86_64
cmdline: /usr/bin/python /usr/bin/fedpkg push
component: fedora-packager
executable: /usr/bin/fedpkg
kernel: 2.6.35.12-90.fc14.x86_64
package: fedpkg-0.5.9.0-1.fc14
reason: urllib2.py:518:http_error_default:HTTPError: HTTP Error 504: Gateway Time-out
release: Fedora release 14 (Laughlin)
time: 1304615098
uid: 500

backtrace
-----
urllib2.py:518:http_error_default:HTTPError: HTTP Error 504: Gateway Time-out

Traceback (most recent call last):
  File "/usr/bin/fedpkg", line 1494, in <module>
    args.command(args)
  File "/usr/bin/fedpkg", line 657, in push
    pyfedpkg.push(path=args.path)
  File "/usr/lib/python2.7/site-packages/pyfedpkg/__init__.py", line 804, in push
    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 397, in open
    response = meth(req, response)
  File "/usr/lib64/python2.7/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.7/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.7/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 504: Gateway Time-out

Local variables in innermost frame:
fp: <addinfourl at 17549072 whose fp = <socket._fileobject object at 0xde0850>>
code: 504
hdrs: <httplib.HTTPMessage instance at 0x10bc680>
self: <urllib2.HTTPDefaultErrorHandler instance at 0x10bc488>
req: <urllib2.Request instance at 0x10bc638>
msg: 'Gateway Time-out'

How to reproduce
-----
1. fedpkg push.
2.
3.

Comment 1 Bojan Smojver 2011-05-05 17:07:00 UTC
Created attachment 497158 [details]
File: backtrace

Comment 2 Jesse Keating 2011-05-05 17:48:30 UTC

*** This bug has been marked as a duplicate of bug 702235 ***