#5733 unable to "fedpkg build"; ssh pub key disappears
Closed: Fixed Opened by levined.

Hi,

I'm not sure who to ask, I apologize if this is wrong place. My first problem is that "fedpkg build" always fails (after about 10 minutes) with:
/usr/lib/python2.7/site-packages/pyrpkg/init.py:314: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
for (, , ssl_reason) in error.message:
You might want to run fedora-packager-setup to regenerate SSL certificate. For more info see https://fedoraproject.org/wiki/Using_the_Koji_build_system#Fedora_Account_System_.28FAS2.29_Setup
Could not execute build: Could not auth with koji. Login failed: [('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')]

Then, I noticed that my ssh pub key keeps disappearing. I add it, get the confirmation email, then verify that it's still in my account. But a short time later, it's gone. I wonder if that's related?

Thanks,
David
par.packager@gmail.com


What does:

rpm -q koji fedpkg pyrpkg fedora-packager

return? You need to have the latest versions of all those packages and have a kerberos ticket.
(ie, kinit levined@FEDORAPROJECT.ORG) (yes, the domain is in all upper case).

koji-1.10.1-13.fc25.noarch
fedpkg-1.25-1.fc25.noarch
pyrpkg-1.46-5.fc25.noarch
fedora-packager-0.5.10.7-3.fc25.noarch

I had never added a kerberos ticket. I just ran kinit. Is there documentation on this?

Thanks.

Those are all old. Please 'dnf update' them. :)

https://fedoraproject.org/wiki/Infrastructure/Kerberos

and

https://fedoraproject.org/wiki/ReleaseEngineering/FlagDay2016

dnf update solved it!! Thank you.

@levined changed the status to Closed

Metadata