Skip to content

Introduce extensions: Gubbins #108

Introduce extensions: Gubbins

Introduce extensions: Gubbins #108

Triggered via pull request October 15, 2024 09:15
@chaenchaen
synchronize #249
chaen:gubbins
Status Failure
Total duration 15m 45s
Artifacts 4

extensions.yml

on: pull_request
client-generation
3m 27s
client-generation
Matrix: unittest
pytest-integration
11m 46s
pytest-integration
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Unit test - ./extensions/gubbins/gubbins-client: extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L71
test_client_extension AssertionError: Traceback (most recent call last): File "/tmp/pytest-of-runner/pytest-0/test_client_extension0/test_client_ext.py", line 3, in <module> with DiracClient() as api: ^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 222, in __init__ openid_configuration = get_openid_configuration(self._endpoint, verify=verify) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 72, in get_openid_configuration raise RuntimeError("Cannot fetch any information from the .well-known endpoint") RuntimeError: Cannot fetch any information from the .well-known endpoint
Unit test - ./extensions/gubbins/gubbins-client: extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L103
test_gubbins_client AssertionError: Traceback (most recent call last): File "/tmp/pytest-of-runner/pytest-0/test_gubbins_client0/test_client_ext.py", line 3, in <module> with GubbinsClient() as api: ^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 222, in __init__ openid_configuration = get_openid_configuration(self._endpoint, verify=verify) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 72, in get_openid_configuration raise RuntimeError("Cannot fetch any information from the .well-known endpoint") RuntimeError: Cannot fetch any information from the .well-known endpoint
Unit test - ./extensions/gubbins/gubbins-client: extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L141
test_async_client_extension AssertionError: Traceback (most recent call last): File "/tmp/pytest-of-runner/pytest-0/test_async_client_extension0/test_client_ext.py", line 12, in <module> asyncio.run(main()) File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/tmp/pytest-of-runner/pytest-0/test_async_client_extension0/test_client_ext.py", line 7, in main async with DiracClient() as api: ^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/aio/utils.py", line 157, in __init__ openid_configuration = get_openid_configuration(self._endpoint, verify=verify) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 72, in get_openid_configuration raise RuntimeError("Cannot fetch any information from the .well-known endpoint") RuntimeError: Cannot fetch any information from the .well-known endpoint
Unit test - ./extensions/gubbins/gubbins-client: extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L178
test_async_gubbins_client AssertionError: Traceback (most recent call last): File "/tmp/pytest-of-runner/pytest-0/test_async_gubbins_client0/test_client_ext.py", line 12, in <module> asyncio.run(main()) File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/tmp/pytest-of-runner/pytest-0/test_async_gubbins_client0/test_client_ext.py", line 7, in main async with GubbinsClient() as api: ^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/aio/utils.py", line 157, in __init__ openid_configuration = get_openid_configuration(self._endpoint, verify=verify) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 72, in get_openid_configuration raise RuntimeError("Cannot fetch any information from the .well-known endpoint") RuntimeError: Cannot fetch any information from the .well-known endpoint
Unit test - ./extensions/gubbins/gubbins-client
Process completed with exit code 1.
pytest-integration: extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L71
test_client_extension AssertionError: Traceback (most recent call last): File "/tmp/pytest-of-runner/pytest-0/test_client_extension0/test_client_ext.py", line 3, in <module> with DiracClient() as api: ^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 222, in __init__ openid_configuration = get_openid_configuration(self._endpoint, verify=verify) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 72, in get_openid_configuration raise RuntimeError("Cannot fetch any information from the .well-known endpoint") RuntimeError: Cannot fetch any information from the .well-known endpoint
pytest-integration: extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L103
test_gubbins_client AssertionError: Traceback (most recent call last): File "/tmp/pytest-of-runner/pytest-0/test_gubbins_client0/test_client_ext.py", line 3, in <module> with GubbinsClient() as api: ^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 222, in __init__ openid_configuration = get_openid_configuration(self._endpoint, verify=verify) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 72, in get_openid_configuration raise RuntimeError("Cannot fetch any information from the .well-known endpoint") RuntimeError: Cannot fetch any information from the .well-known endpoint
pytest-integration: extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L141
test_async_client_extension AssertionError: Traceback (most recent call last): File "/tmp/pytest-of-runner/pytest-0/test_async_client_extension0/test_client_ext.py", line 12, in <module> asyncio.run(main()) File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/tmp/pytest-of-runner/pytest-0/test_async_client_extension0/test_client_ext.py", line 7, in main async with DiracClient() as api: ^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/site-packages/diracx/client/patches/aio/utils.py", line 157, in __init__ openid_configuration = get_openid_configuration(self._endpoint, verify=verify) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 72, in get_openid_configuration raise RuntimeError("Cannot fetch any information from the .well-known endpoint") RuntimeError: Cannot fetch any information from the .well-known endpoint
pytest-integration: extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L178
test_async_gubbins_client AssertionError: Traceback (most recent call last): File "/tmp/pytest-of-runner/pytest-0/test_async_gubbins_client0/test_client_ext.py", line 12, in <module> asyncio.run(main()) File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/asyncio/runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/tmp/pytest-of-runner/pytest-0/test_async_gubbins_client0/test_client_ext.py", line 7, in main async with GubbinsClient() as api: ^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/site-packages/diracx/client/patches/aio/utils.py", line 157, in __init__ openid_configuration = get_openid_configuration(self._endpoint, verify=verify) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/micromamba/envs/diracx-dev/lib/python3.11/site-packages/diracx/client/patches/utils.py", line 72, in get_openid_configuration raise RuntimeError("Cannot fetch any information from the .well-known endpoint") RuntimeError: Cannot fetch any information from the .well-known endpoint
pytest-integration
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
DIRACGrid~diracx~NR0LMH.dockerbuild
36.6 KB
DIRACGrid~diracx~QK1JI4.dockerbuild
26.7 KB
gubbins-services-img
663 MB
gubbins-whl Expired
249 KB