Bug 622291 - [abrt] crash in fedora-packager-0.5.1.0-1.fc12: __init__.py:580:file_exists:error: (35, 'SSL connect error')
Summary: [abrt] crash in fedora-packager-0.5.1.0-1.fc12: __init__.py:580:file_exists:e...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: fedora-packager
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:6112e6a9
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-08 18:28 UTC by David Juran
Modified: 2013-01-10 06:08 UTC (History)
2 users (show)

Fixed In Version: fedora-packager-0.5.1.2-2.fc14
Clone Of:
Environment:
Last Closed: 2010-08-17 05:37:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (954 bytes, text/plain)
2010-08-08 18:28 UTC, David Juran
no flags Details

Description David Juran 2010-08-08 18:28:39 UTC
abrt 1.1.1 detected a crash.

architecture: x86_64
cmdline: /usr/bin/python /usr/bin/fedpkg new-sources Vuze_4500_source.zip
component: fedora-packager
executable: /usr/bin/fedpkg
kernel: 2.6.32.16-150.fc12.x86_64
package: fedora-packager-0.5.1.0-1.fc12
reason: __init__.py:580:file_exists:error: (35, 'SSL connect error')
release: Fedora release 12 (Constantine)

backtrace
-----
__init__.py:580:file_exists:error: (35, 'SSL connect error')

Traceback (most recent call last):
  File "/usr/bin/fedpkg", line 959, in <module>
    args.command(args)
  File "/usr/bin/fedpkg", line 540, in new_sources
    mymodule.upload(args.files, replace=args.replace)
  File "/usr/lib/python2.6/site-packages/pyfedpkg/__init__.py", line 1278, in upload
    if lookaside.file_exists(self.module, file_basename, file_hash):
  File "/usr/lib/python2.6/site-packages/pyfedpkg/__init__.py", line 580, in file_exists
    curl.perform()
error: (35, 'SSL connect error')

Local variables in innermost frame:
self: <pyfedpkg.Lookaside object at 0x13fa950>
md5sum: 'de37e5022f74f644a865c4097a180bec'
filename: 'Vuze_4500_source.zip'
pkg_name: 'azureus'
post_data: [('name', 'azureus'), ('md5sum', 'de37e5022f74f644a865c4097a180bec'), ('filename', 'Vuze_4500_source.zip')]
curl: <pycurl.Curl object at 0x14f6c90>
buf: <StringIO.StringIO instance at 0x1401488>

How to reproduce
-----
1. fedpkg new-sources Vuze_4500_source.zip

Comment 1 David Juran 2010-08-08 18:28:42 UTC
Created attachment 437463 [details]
File: backtrace

Comment 2 Jesse Keating 2010-08-10 19:10:52 UTC
Just need to trap this error, but you had an ssl connection issue, perhaps your cert has expired?

Comment 3 David Juran 2010-08-11 16:59:09 UTC
Uhm yes, expired certificate was the root problem...

Comment 4 Jesse Keating 2010-08-12 07:16:47 UTC
Trapping the error now.

Comment 5 Fedora Update System 2010-08-12 19:53:49 UTC
python-kitchen-0.2-0.1.a2.el5,fedora-packager-0.5.1.2-1.el5 has been submitted as an update for Fedora EPEL 5.
http://admin.fedoraproject.org/updates/python-kitchen-0.2-0.1.a2.el5,fedora-packager-0.5.1.2-1.el5

Comment 6 Fedora Update System 2010-08-12 19:57:22 UTC
fedora-packager-0.5.1.2-1.fc14 has been submitted as an update for Fedora 14.
http://admin.fedoraproject.org/updates/fedora-packager-0.5.1.2-1.fc14

Comment 7 Fedora Update System 2010-08-12 20:01:50 UTC
fedora-packager-0.5.1.2-1.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/fedora-packager-0.5.1.2-1.fc13

Comment 8 Fedora Update System 2010-08-12 20:07:44 UTC
fedora-packager-0.5.1.2-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/fedora-packager-0.5.1.2-1.fc12

Comment 9 Fedora Update System 2010-08-13 21:06:43 UTC
fedora-packager-0.5.1.2-2.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update fedora-packager'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/fedora-packager-0.5.1.2-2.fc13

Comment 10 Fedora Update System 2010-08-13 22:39:21 UTC
fedora-packager-0.5.1.2-2.el5, python-kitchen-0.2-0.1.a2.el5 has been pushed to the Fedora EPEL 5 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update fedora-packager python-kitchen'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python-kitchen-0.2-0.1.a2.el5,fedora-packager-0.5.1.2-2.el5

Comment 11 Fedora Update System 2010-08-17 05:36:16 UTC
fedora-packager-0.5.1.2-2.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2010-08-24 21:09:29 UTC
fedora-packager-0.5.1.2-2.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 13 Fedora Update System 2010-08-24 23:03:55 UTC
fedora-packager-0.5.1.2-2.el5, python-kitchen-0.2-0.1.a2.el5 has been pushed to the Fedora EPEL 5 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 14 Fedora Update System 2010-08-25 01:19:39 UTC
fedora-packager-0.5.1.2-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.


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