Re: fedpkg new-sources broken?

2017-07-21 Thread Ralf Corsepius

On 07/21/2017 11:09 AM, Patrick  マルタインアンドレアス  Uiterwijk wrote:

Hi,


I seem to be unable to upload a new tarball for freefem++:

$ fedpkg new-sources freefem++-3.56.tar.gz
/usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48:
DeprecationWarning: fedora.client.bodhi has been deprecated. Please use
bodhi.client.bindings instead.
DeprecationWarning)
Uploading: freefem++-3.56.tar.gz

100.0%
Could not execute new_sources: Fail to upload files. Server returns
status 502


Any ideas about what is going on here?


We were testing a fix for the double-upload.

Could you let us know what versions you have of: fedora-packager fedpkg curl 
python2-pycurl libcurl.


This should be F26 with all "released updates" applied.

# rpm -q fedora-packager fedpkg curl python2-pycurl libcurl
fedora-packager-0.6.0.1-2.fc26.noarch
fedpkg-1.28-1.fc26.noarch
curl-7.53.1-7.fc26.x86_64
python2-pycurl-7.43.0-8.fc26.x86_64
libcurl-7.53.1-7.fc26.x86_64


Also, please retry now, as we have reverted the server-side change that likely 
made you hit this.
OK, I see. The double-uploads now seem to be back, however "fedpkg 
new-sources" appears to be functional, now ;)


Ralf
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: fedpkg new-sources broken?

2017-07-21 Thread Patrick マルタインアンドレアス Uiterwijk
> Hi,
> 
> 
> I seem to be unable to upload a new tarball for freefem++:
> 
> $ fedpkg new-sources freefem++-3.56.tar.gz
> /usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: 
> DeprecationWarning: fedora.client.bodhi has been deprecated. Please use 
> bodhi.client.bindings instead.
>DeprecationWarning)
> Uploading: freefem++-3.56.tar.gz
>  
> 100.0%
> Could not execute new_sources: Fail to upload files. Server returns 
> status 502
> 
> 
> Any ideas about what is going on here?

We were testing a fix for the double-upload.

Could you let us know what versions you have of: fedora-packager fedpkg curl 
python2-pycurl libcurl.
Also, please retry now, as we have reverted the server-side change that likely 
made you hit this.

> 
> Ralf

Patrick
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


fedpkg new-sources broken?

2017-07-21 Thread Ralf Corsepius

Hi,


I seem to be unable to upload a new tarball for freefem++:

$ fedpkg new-sources freefem++-3.56.tar.gz
/usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: 
DeprecationWarning: fedora.client.bodhi has been deprecated. Please use 
bodhi.client.bindings instead.

  DeprecationWarning)
Uploading: freefem++-3.56.tar.gz
 
100.0%
Could not execute new_sources: Fail to upload files. Server returns 
status 502



Any ideas about what is going on here?

Ralf
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: fedpkg new-sources broken?

2017-07-14 Thread Fabio Valentini
On Fri, Jul 14, 2017 at 2:56 PM, Petr Pisar  wrote:
> On 2017-07-14, Mamoru TASAKA  wrote:
>> Fabio Valentini wrote on 07/14/2017 06:04 PM:
>>> Right now, I can't build updates or new packages, because "fedpkg
>>> new-sources" is getting stuck (for more than 15 minutes) without error
>>> message (other than the bodhi deprecation warning) and it doesn't do
>>> anything until I kill it ...
>>>
>>> I can't pin down the exact date it stopped working (since I don't use it
>>> every day), but I first noticed it yesterday after installing updates from
>>> f26-updates-testing (although those updates probably didn't cause the bug,
>>> because downgrading to f26 stable packages didn't help).
>>>
>>> Am I the only one affected by this bug or has nobody else been building
>>> packages? ;)
>>
>> Yes, I am seeing the same issue on F-26.
>> Looks like some of nss-* 3.31.0-1.0.fc26 packages are the culprits.
>> I downgraded to nss-* 3.30.2-1.1.fc26 and it seems to be working.
>>
> I have experienced this issue now with nss-3.31.0-1.0.fc25.x86_64 on
> F25. The fedpkg client gets stucked after reading expired
> ~/.fedora.cert. After removing the old certificate-key file, it works
> again with the new nss.

Good catch! After removing ~/.fedora.cert, it works for me again, too :)

> -- Petr
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: fedpkg new-sources broken?

2017-07-14 Thread Petr Pisar
On 2017-07-14, Mamoru TASAKA  wrote:
> Fabio Valentini wrote on 07/14/2017 06:04 PM:
>> Right now, I can't build updates or new packages, because "fedpkg
>> new-sources" is getting stuck (for more than 15 minutes) without error
>> message (other than the bodhi deprecation warning) and it doesn't do
>> anything until I kill it ...
>> 
>> I can't pin down the exact date it stopped working (since I don't use it
>> every day), but I first noticed it yesterday after installing updates from
>> f26-updates-testing (although those updates probably didn't cause the bug,
>> because downgrading to f26 stable packages didn't help).
>> 
>> Am I the only one affected by this bug or has nobody else been building
>> packages? ;)
>
> Yes, I am seeing the same issue on F-26.
> Looks like some of nss-* 3.31.0-1.0.fc26 packages are the culprits.
> I downgraded to nss-* 3.30.2-1.1.fc26 and it seems to be working.
>
I have experienced this issue now with nss-3.31.0-1.0.fc25.x86_64 on
F25. The fedpkg client gets stucked after reading expired
~/.fedora.cert. After removing the old certificate-key file, it works
again with the new nss.

-- Petr
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: fedpkg new-sources broken?

2017-07-14 Thread Mamoru TASAKA

Hello:

Fabio Valentini wrote on 07/14/2017 06:04 PM:

Right now, I can't build updates or new packages, because "fedpkg
new-sources" is getting stuck (for more than 15 minutes) without error
message (other than the bodhi deprecation warning) and it doesn't do
anything until I kill it ...

I can't pin down the exact date it stopped working (since I don't use it
every day), but I first noticed it yesterday after installing updates from
f26-updates-testing (although those updates probably didn't cause the bug,
because downgrading to f26 stable packages didn't help).

Am I the only one affected by this bug or has nobody else been building
packages? ;)

Fabio



Yes, I am seeing the same issue on F-26.
Looks like some of nss-* 3.31.0-1.0.fc26 packages are the culprits. I 
downgraded to
nss-* 3.30.2-1.1.fc26 and it seems to be working.

Regards,
Mamoru
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: fedpkg new-sources broken?

2017-07-14 Thread Richard W.M. Jones
On Fri, Jul 14, 2017 at 09:04:23AM +, Fabio Valentini wrote:
> Right now, I can't build updates or new packages, because "fedpkg
> new-sources" is getting stuck (for more than 15 minutes) without error
> message (other than the bodhi deprecation warning) and it doesn't do
> anything until I kill it ...
> 
> I can't pin down the exact date it stopped working (since I don't use it
> every day), but I first noticed it yesterday after installing updates from
> f26-updates-testing (although those updates probably didn't cause the bug,
> because downgrading to f26 stable packages didn't help).
> 
> Am I the only one affected by this bug or has nobody else been building
> packages? ;)

It worked for me about 2 hours ago when I was uploading a new
version of american-fuzzy-lop.

Might it be a network problem, either at your side or on the server
side?  Proxy settings might also affect curl.

fedpkg has ‘--verbose’ and ‘--debug’ options which might help.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: fedpkg new-sources broken?

2017-07-14 Thread Michal Novotny
Hello,

I was able to successfully use 'fedpkg new-sources' (still from f25) right
now.

clime

On Fri, Jul 14, 2017 at 11:04 AM, Fabio Valentini 
wrote:

> Right now, I can't build updates or new packages, because "fedpkg
> new-sources" is getting stuck (for more than 15 minutes) without error
> message (other than the bodhi deprecation warning) and it doesn't do
> anything until I kill it ...
>
> I can't pin down the exact date it stopped working (since I don't use it
> every day), but I first noticed it yesterday after installing updates from
> f26-updates-testing (although those updates probably didn't cause the bug,
> because downgrading to f26 stable packages didn't help).
>
> Am I the only one affected by this bug or has nobody else been building
> packages? ;)
>
> Fabio
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
>
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


fedpkg new-sources broken?

2017-07-14 Thread Fabio Valentini
Right now, I can't build updates or new packages, because "fedpkg
new-sources" is getting stuck (for more than 15 minutes) without error
message (other than the bodhi deprecation warning) and it doesn't do
anything until I kill it ...

I can't pin down the exact date it stopped working (since I don't use it
every day), but I first noticed it yesterday after installing updates from
f26-updates-testing (although those updates probably didn't cause the bug,
because downgrading to f26 stable packages didn't help).

Am I the only one affected by this bug or has nobody else been building
packages? ;)

Fabio
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org