Re: Can't push update to stable

2020-09-15 Thread Richard W.M. Jones

https://pagure.io/fedora-infrastructure/issue/9320

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Can't push update to stable (was: Re: What is the status of this F33 update?)

2020-09-15 Thread Richard W.M. Jones
On Tue, Sep 15, 2020 at 02:52:14PM +0100, Richard W.M. Jones wrote:
> https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65 again ...
> 
> I cannot push this to stable, at least, not through the web UI.
> The button does nothing.

Meanwhile the command line hangs for a long time and then fails with
some kind of timeout:

$ bodhi updates request FEDORA-2020-3f6760cc65 stable
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/fedora/client/openidbaseclient.py", 
line 249, in send_request
data = output.json()
  File "/usr/lib/python3.9/site-packages/requests/models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
  File "/usr/lib64/python3.9/site-packages/simplejson/__init__.py", line 525, 
in loads
return _default_decoder.decode(s)
  File "/usr/lib64/python3.9/site-packages/simplejson/decoder.py", line 370, in 
decode
obj, end = self.raw_decode(s)
  File "/usr/lib64/python3.9/site-packages/simplejson/decoder.py", line 400, in 
raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/bodhi", line 11, in 
load_entry_point('bodhi-client==5.2.2', 'console_scripts', 'bodhi')()
  File "/usr/lib/python3.9/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
  File "/usr/lib/python3.9/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3.9/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3.9/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3.9/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/bodhi/client/__init__.py", line 263, 
in wrapper
method(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/bodhi/client/__init__.py", line 690, 
in request
resp = client.request(update, state)
  File "/usr/lib/python3.9/site-packages/bodhi/client/bindings.py", line 117, 
in wrapper
result = method(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/bodhi/client/bindings.py", line 297, 
in request
return self.send_request(f'updates/{update}/request',
  File "/usr/lib/python3.9/site-packages/fedora/client/openidbaseclient.py", 
line 252, in send_request
raise ServerError(
fedora.client.ServerError: 
ServerError(https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65/request,
 504, Error returned from json module while processing 
b'https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65/request': 
b'Expecting value: line 1 column 1 (char 0)'
b"504 Gateway Time-out\nThe server didn't respond in 
time.\n\n")

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Can't push update to stable

2020-09-15 Thread Miro Hrončok

On 15. 09. 20 15:52, Richard W.M. Jones wrote:

https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65 again ...

I cannot push this to stable, at least, not through the web UI.
The button does nothing.


$ bodhi updates request FEDORA-2020-3f6760cc65 stable
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/fedora/client/openidbaseclient.py", 
line 249, in send_request

data = output.json()
  File "/usr/lib/python3.8/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
  File "/usr/lib64/python3.8/site-packages/simplejson/__init__.py", line 525, 
in loads

return _default_decoder.decode(s)
  File "/usr/lib64/python3.8/site-packages/simplejson/decoder.py", line 370, in 
decode

obj, end = self.raw_decode(s)
  File "/usr/lib64/python3.8/site-packages/simplejson/decoder.py", line 400, in 
raw_decode

return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/bodhi", line 11, in 
load_entry_point('bodhi-client==5.1.1', 'console_scripts', 'bodhi')()
  File "/usr/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
  File "/usr/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/bodhi/client/__init__.py", line 263, 
in wrapper

method(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/bodhi/client/__init__.py", line 683, 
in request

resp = client.request(update, state)
  File "/usr/lib/python3.8/site-packages/bodhi/client/bindings.py", line 117, 
in wrapper

result = method(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/bodhi/client/bindings.py", line 297, 
in request

return self.send_request(f'updates/{update}/request',
  File "/usr/lib/python3.8/site-packages/fedora/client/openidbaseclient.py", 
line 252, in send_request

raise ServerError(
fedora.client.ServerError: 
ServerError(https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65/request, 
504, Error returned from json module while processing 
b'https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65/request': 
b'Expecting value: line 1 column 1 (char 0)'
b"504 Gateway Time-out\nThe server didn't respond in 
time.\n\n")



I suggest you open an infra ticket.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Can't push update to stable (was: Re: What is the status of this F33 update?)

2020-09-15 Thread Richard W.M. Jones
https://bodhi.fedoraproject.org/updates/FEDORA-2020-3f6760cc65 again ...

I cannot push this to stable, at least, not through the web UI.
The button does nothing.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Can't push update to stable

2015-09-15 Thread Richard Fearn
On 8 September 2015 at 18:36, Dave Love  wrote:
> I haven't had any messages saying that things could be pushed to stable
> recently, though, which I had previously (to bodhi2?).  Should that be
> working?

I wondered about this too. There is an open issue on GitHub:

https://github.com/fedora-infra/bodhi/issues/298

Regards,

Richard

-- 
Richard Fearn
richardfe...@gmail.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Can't push update to stable

2015-09-08 Thread gil



Il 08/09/2015 06:54, Michel Alexandre Salim ha scritto:


The 14 day period is only for critical path packages though. This is odd.

-
Michel Alexandre Salim



Hi
I could be wrong but these are not updates that may have requirements 
which you mentioned

https://bodhi.fedoraproject.org/updates/FEDORA-2015-14667
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14582
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14586
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14591
https://bodhi.fedoraproject.org/updates/FEDORA-2015-14679
It did not work yesterday, supposedly as a result of the
correction of https://github.com/fedora-infra/bodhi/issues/505,
today it worked.
Thanks
regards
gil
On Tue, Sep 8, 2015, 11:04 gil > wrote:




Il 08/09/2015 05:02, Jerry James ha scritto:

I tried this morning and tonight to push this update to stable:

https://bodhi.fedoraproject.org/updates/FEDORA-2015-14375

Both times, bodhi told me that this update has not yet met the
minimum testing requirements defined in the Package Update
Acceptance Criteria.  But why not?  It has been in testing for 10
days, and the minimum is only 7, right?

Hi
was become 14  :(

https://fedoraproject.org/wiki/Updates_Policy?rd=Package_update_acceptance_criteria

-- 
Jerry James

http://www.jamezone.org/




--
devel mailing list
devel@lists.fedoraproject.org 
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct





-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Can't push update to stable

2015-09-08 Thread Dave Love
Jerry James  writes:

> I tried this morning and tonight to push this update to stable:
>
> https://bodhi.fedoraproject.org/updates/FEDORA-2015-14375
>
> Both times, bodhi told me that this update has not yet met the minimum
> testing requirements defined in the Package Update Acceptance Criteria.
> But why not?  It has been in testing for 10 days, and the minimum is only
> 7, right?  The depchecks passed.  http://status.fedoraproject.org/ says
> that all systems are go.  I don't understand what the problem is.

For what it's worth, it failed for me yesterday, but worked today,
presumably as a result of the fix referred to.

I haven't had any messages saying that things could be pushed to stable
recently, though, which I had previously (to bodhi2?).  Should that be
working?
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Can't push update to stable

2015-09-07 Thread Jerry James
I tried this morning and tonight to push this update to stable:

https://bodhi.fedoraproject.org/updates/FEDORA-2015-14375

Both times, bodhi told me that this update has not yet met the minimum
testing requirements defined in the Package Update Acceptance Criteria.
But why not?  It has been in testing for 10 days, and the minimum is only
7, right?  The depchecks passed.  http://status.fedoraproject.org/ says
that all systems are go.  I don't understand what the problem is.
-- 
Jerry James
http://www.jamezone.org/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Can't push update to stable

2015-09-07 Thread Michel Alexandre Salim
The 14 day period is only for critical path packages though. This is odd.

-
Michel Alexandre Salim

On Tue, Sep 8, 2015, 11:04 gil  wrote:

>
>
> Il 08/09/2015 05:02, Jerry James ha scritto:
>
> I tried this morning and tonight to push this update to stable:
>
> https://bodhi.fedoraproject.org/updates/FEDORA-2015-14375
>
> Both times, bodhi told me that this update has not yet met the minimum
> testing requirements defined in the Package Update Acceptance Criteria.
> But why not?  It has been in testing for 10 days, and the minimum is only
> 7, right?
>
> Hi
> was become 14  :(
>
> https://fedoraproject.org/wiki/Updates_Policy?rd=Package_update_acceptance_criteria
>
> --
> Jerry James
> http://www.jamezone.org/
>
>
>
> --
> devel mailing list
> devel@lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/devel
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Can't push update to stable

2015-09-07 Thread gil



Il 08/09/2015 05:02, Jerry James ha scritto:

I tried this morning and tonight to push this update to stable:

https://bodhi.fedoraproject.org/updates/FEDORA-2015-14375

Both times, bodhi told me that this update has not yet met the minimum 
testing requirements defined in the Package Update Acceptance 
Criteria.  But why not?  It has been in testing for 10 days, and the 
minimum is only 7, right?

Hi
was become 14  :(
https://fedoraproject.org/wiki/Updates_Policy?rd=Package_update_acceptance_criteria

--
Jerry James
http://www.jamezone.org/




-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: Can't push update to stable

2015-09-07 Thread Parag Nemade
Hi,

On Tue, Sep 8, 2015 at 8:32 AM, Jerry James  wrote:
> I tried this morning and tonight to push this update to stable:
>
> https://bodhi.fedoraproject.org/updates/FEDORA-2015-14375
>
> Both times, bodhi told me that this update has not yet met the minimum
> testing requirements defined in the Package Update Acceptance Criteria.  But
> why not?  It has been in testing for 10 days, and the minimum is only 7,
> right?  The depchecks passed.  http://status.fedoraproject.org/ says that
> all systems are go.  I don't understand what the problem is.
> --

I think problem is identified and explained in this ticket
https://github.com/fedora-infra/bodhi/issues/505

Regards,
Parag.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct