#9762 Please create a repo for python-bokeh on src.fp.o. PDC branch exists but repo and branches were not created
Closed: Fixed 3 years ago by pingou. Opened 3 years ago by ankursinha.

  • Describe the issue

The scm request tickets for the new package python-bokeh were closed as invalid. The comment is "The PDC branch already exists". However, there isn't an scm repo for this package yet. Could someone please take a look?


Metadata Update from @mohanboddu:
- Issue tagged with: low-trouble, medium-gain, ops

3 years ago

I removed the pdc entry and tried to re process the ticket but hit with

- Creating new pagure project rpms/python-bokeh
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 833, in urlopen
    return self.urlopen(
  File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 833, in urlopen
    return self.urlopen(
  File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 833, in urlopen
    return self.urlopen(
  [Previous line repeated 2 more times]
  File "/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 819, in urlopen
    retries = retries.increment(method, url, response=response, _pool=self)
  File "/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 436, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='src.fedoraproject.org', port=443): Max retries exceeded with url: /api/0/new (Caused by ResponseError('too many 400 error responses'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/fedscm-admin", line 33, in <module>
    sys.exit(load_entry_point('fedscm-admin==1.0.17', 'console_scripts', 'fedscm-admin')())
  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 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/fedscm_admin/fedscm_admin.py", line 87, in cli
    process_ticket(issue, force=force, auto_approve=auto_approve)
  File "/usr/lib/python3.9/site-packages/fedscm_admin/utils.py", line 265, in process_ticket
    prompt_for_new_repo(issue, issue_body, force=force,
  File "/usr/lib/python3.9/site-packages/fedscm_admin/utils.py", line 451, in prompt_for_new_repo
    fedscm_admin.pagure.new_project(
  File "/usr/lib/python3.9/site-packages/fedscm_admin/pagure.py", line 210, in new_project
    rv = requests_wrapper(
  File "/usr/lib/python3.9/site-packages/fedscm_admin/request_utils.py", line 86, in requests_wrapper
    return requests_function(*args, **kwargs)
  File "/usr/lib/python3.9/site-packages/requests/sessions.py", line 578, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "/usr/lib/python3.9/site-packages/requests/sessions.py", line 530, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3.9/site-packages/requests/sessions.py", line 643, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3.9/site-packages/requests/adapters.py", line 507, in send
    raise RetryError(e, request=request)
requests.exceptions.RetryError: HTTPSConnectionPool(host='src.fedoraproject.org', port=443): Max retries exceeded with url: /api/0/new (Caused by ResponseError('too many 400 error responses'))

I left the scm requests open and see what @limb finds out.

No luck, script erred again. I reopened the tickets.

Reopened again. @limb : could you please take a look to see why the script is erring? Did I make a mistake in my new repo request perhaps?

@mohanboddu : is there anything I can do to check what's up in PDC? Your error seems different to what @limb 's run of the script gets too :pensive:

The PDC branch was created (I think):

https://pdc.fedoraproject.org/rest_api/v1/component-branches/?active=true&type=rpm&global_component=python-bokeh

but the script failed before creating bits on src.fp.o. Could someone please create the repo there with the master branch (and that should fix the f33 branch error too?)

I think there's an issue with the git repo, as the script crashes with 400 error on my end. @mohanboddu , can you remove both the PDC entry and anything in pagure or dist-git, and we can start fresh?

@pingou Something might be stuck around in the db or something, can you let me know when you have 5 min and we can work on it?

Thanks.

I was able to create the project just fine using my usual token: https://src.fedoraproject.org/rpms/python-bokeh

@ankursinha could you check if everything is working fine on your end?

Yes, the repo is fine now. I was able to push to master and kick off a build. I'll go request the f33 branch again and it should all be OK. Thanks!

Metadata Update from @ankursinha:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Hrm, I jinxed it: the build didn't go through:

https://koji.fedoraproject.org/koji/taskinfo?taskID=52100477

says:

BuildError: package python-bokeh not in list for tag f34-updates-candidate

Metadata Update from @ankursinha:
- Issue status updated to: Open (was: Closed)

3 years ago

Everything should be fixed now.

Metadata Update from @mohanboddu:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Issue status updated to: Open (was: Closed)

3 years ago

Issue status updated to: Closed (was: Open)
Issue close_status updated to: Fixed

3 years ago

Login to comment on this ticket.

Metadata
Boards 1
Ops Status: Done