Hi folks,
I wanted to build a new version of memcached module, but it fails with traceback.
10:20 $ mbs-build submit INFO: You have not provided SCM URL or branch. Trying to get it from current working directory INFO: Submitting module build git://pkgs.fedoraproject.org/modules/memcached?#8e47ee5f60b3217856971ccd618298fb5bb375be INFO: Trying to get the token from https://id.fedoraproject.org/openidc/ INFO: Starting new HTTPS connection (1): mbs.fedoraproject.org INFO: Starting new HTTPS connection (1): id.fedoraproject.org Traceback (most recent call last): File "/home/phracek/work/programming/fm-orchestrator/contrib/mbs-build", line 404, in <module> main() File "/home/phracek/work/programming/fm-orchestrator/contrib/mbs-build", line 383, in main args.idprovider, args.pyrpkg_client) File "/home/phracek/work/programming/fm-orchestrator/contrib/mbs-build", line 221, in submit_module_build body) File "/home/phracek/work/programming/fm-orchestrator/contrib/mbs-build", line 156, in send_authorized_request scopes=scopes, **kwargs) File "/home/phracek/work/programming/fm-orchestrator/contrib/mbs-build", line 123, in _send_oidc_request oidc.token_to_try = oidc.report_token_issue() File "/usr/lib/python2.7/site-packages/openidc_client/__init__.py", line 170, in report_token_issue refresh_result = self._refresh_token(self.last_returned_uuid) File "/usr/lib/python2.7/site-packages/openidc_client/__init__.py", line 407, in _refresh_token resp.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 844, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://id.fedoraproject.org/openidc/Token
Issue can be solved by removing rm -rf ~/.openidc/
rm -rf ~/.openidc/
That's openidc server-side issue.
Needs to be fixed by @puiterwijk :).
This is a known problem with a six character fix that just hasn't been merged yet.
https://pagure.io/ipsilon/issue/264
This has nothing to do with MBS; I would close it.
Metadata Update from @ralph: - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/mbs/issues/589
Please continue any further discussion there.