{"language": "Python", "id": 41, "repo_owner": "robusta-dev", "repo_name": "robusta", "head_branch": "openshift-issues-fix", "workflow_name": "Test robusta-cli installation package", "workflow_filename": "test_installation.yaml", "workflow_path": ".github/workflows/test_installation.yaml", "contributor": "robusta-dev", "sha_fail": "903a05c3ab95316477dd9d322b29e29b14f12ce9", "sha_success": "c9f76aa196df9bfe403a2ae1d70d1390e3147fad", "workflow": "name: Test robusta-cli installation package\n\non: [push, pull_request]\n\njobs:\n build_package:\n runs-on: ubuntu-latest\n steps:\n - uses: actions/checkout@v2\n - name: Set up Python\n uses: actions/setup-python@v2\n with:\n python-version: 3.9\n - name: Build and install package\n run: |\n curl -sSL https://install.python-poetry.org | python3 -\n poetry build\n pip3 install ./dist/robusta_cli-0.0.0-py3-none-any.whl\n - name: Upload robusta package artifact\n uses: actions/upload-artifact@v2\n with:\n name: robusta-pkg\n path: dist/robusta_cli-0.0.0-py3-none-any.whl\n\n\n # we use a totally separate job for testing the package because we want an environment which is free of all the\n # dependencies that poetry itself requires\n test_package:\n needs: build_package\n runs-on: ubuntu-latest\n strategy:\n fail-fast: false\n matrix:\n python-version: [ \"3.8\", \"3.9\", \"3.10\" ]\n\n steps:\n - name: Set up Python ${{ matrix.python-version }}\n uses: actions/setup-python@v2\n with:\n python-version: ${{ matrix.python-version }}\n - name: Download robusta-pkg\n uses: actions/download-artifact@v2\n with:\n name: robusta-pkg\n - name: Install and test robusta cli\n run: |\n ls\n pip3 install robusta_cli-0.0.0-py3-none-any.whl\n robusta version\n", "logs": [{"step_name": "test_package (3.8)/4_Install and test robusta cli.txt", "log": "##[group]Run ls\n\u001b[36;1mls\u001b[0m\n\u001b[36;1mpip3 install robusta_cli-0.0.0-py3-none-any.whl\u001b[0m\n\u001b[36;1mrobusta version\u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.8.18/x64/lib\n##[endgroup]\nrobusta_cli-0.0.0-py3-none-any.whl\nProcessing ./robusta_cli-0.0.0-py3-none-any.whl\nCollecting PyJWT==2.4.0 (from robusta-cli==0.0.0)\n Downloading PyJWT-2.4.0-py3-none-any.whl (18 kB)\nCollecting apprise<2.0.0,>=1.5.0 (from robusta-cli==0.0.0)\n Downloading apprise-1.6.0-py3-none-any.whl.metadata (42 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 42.1/42.1 kB 2.4 MB/s eta 0:00:00\nCollecting attrs<24.0.0,>=23.1.0 (from robusta-cli==0.0.0)\n Downloading attrs-23.1.0-py3-none-any.whl (61 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 61.2/61.2 kB 9.1 MB/s eta 0:00:00\nCollecting bitmath<2.0.0.0,>=1.3.3.1 (from robusta-cli==0.0.0)\n Downloading bitmath-1.3.3.1.tar.gz (88 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 88.5/88.5 kB 19.7 MB/s eta 0:00:00\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'done'\nCollecting click-spinner<0.2.0,>=0.1.10 (from robusta-cli==0.0.0)\n Downloading click_spinner-0.1.10-py2.py3-none-any.whl (4.0 kB)\nCollecting colorlog<6.0.0,>=5.0.1 (from robusta-cli==0.0.0)\n Downloading colorlog-5.0.1-py2.py3-none-any.whl (10 kB)\nCollecting croniter<2.0.0,>=1.3.15 (from robusta-cli==0.0.0)\n Downloading croniter-1.4.1-py2.py3-none-any.whl.metadata (24 kB)\nCollecting cryptography<37.0.0,>=36.0.0 (from robusta-cli==0.0.0)\n Downloading cryptography-36.0.2-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.6/3.6 MB 112.0 MB/s eta 0:00:00\nCollecting docutils<0.18.0,>=0.17.0 (from robusta-cli==0.0.0)\n Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 575.5/575.5 kB 83.2 MB/s eta 0:00:00\nCollecting dpath<3.0.0,>=2.0.5 (from robusta-cli==0.0.0)\n Downloading dpath-2.1.6-py3-none-any.whl.metadata (15 kB)\nCollecting fpdf2<3.0.0,>=2.7.1 (from robusta-cli==0.0.0)\n Downloading fpdf2-2.7.7-py2.py3-none-any.whl.metadata (55 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 55.8/55.8 kB 18.1 MB/s eta 0:00:00\nCollecting hikaru-model-26<2.0.0,>=1.1.1 (from robusta-cli==0.0.0)\n Downloading hikaru_model_26-1.1.1-py3-none-any.whl.metadata (4.5 kB)\nCollecting kubernetes<27.0.0,>=26.1.0 (from robusta-cli==0.0.0)\n Downloading kubernetes-26.1.0-py2.py3-none-any.whl (1.4 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.4/1.4 MB 102.7 MB/s eta 0:00:00\nCollecting markdown2<3.0.0,>=2.4.2 (from robusta-cli==0.0.0)\n Downloading markdown2-2.4.12-py2.py3-none-any.whl.metadata (2.0 kB)\nCollecting opsgenie-sdk<3.0.0,>=2.1.5 (from robusta-cli==0.0.0)\n Downloading opsgenie_sdk-2.1.5-py3-none-any.whl (247 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 247.8/247.8 kB 59.8 MB/s eta 0:00:00\nCollecting prometheus-client<0.13.0,>=0.12.0 (from robusta-cli==0.0.0)\n Downloading prometheus_client-0.12.0-py2.py3-none-any.whl (57 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 57.2/57.2 kB 19.1 MB/s eta 0:00:00\nCollecting prometrix==0.1.15 (from robusta-cli==0.0.0)\n Downloading prometrix-0.1.15-py3-none-any.whl.metadata (5.6 kB)\nCollecting pydantic<2.0.0,>=1.8.1 (from robusta-cli==0.0.0)\n Downloading pydantic-1.10.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (149 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 149.6/149.6 kB 41.1 MB/s eta 0:00:00\nCollecting pymsteams<0.2.0,>=0.1.16 (from robusta-cli==0.0.0)\n Downloading pymsteams-0.1.16.tar.gz (7.6 kB)\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'done'\nCollecting pytz<2022.0,>=2021.3 (from robusta-cli==0.0.0)\n Downloading pytz-2021.3-py2.py3-none-any.whl (503 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 503.5/503.5 kB 76.5 MB/s eta 0:00:00\nCollecting pyyaml<7.0,>=6.0 (from robusta-cli==0.0.0)\n Downloading PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)\nCollecting rocketchat-api<2.0.0,>=1.30.0 (from robusta-cli==0.0.0)\n Downloading rocketchat_API-1.31.0-py3-none-any.whl.metadata (4.3 kB)\nCollecting slack-sdk<4.0.0,>=3.7.0 (from robusta-cli==0.0.0)\n Downloading slack_sdk-3.26.1-py2.py3-none-any.whl.metadata (15 kB)\nCollecting toml<0.11.0,>=0.10.2 (from robusta-cli==0.0.0)\n Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)\nCollecting typer<0.5.0,>=0.4.1 (from robusta-cli==0.0.0)\n Downloading typer-0.4.2-py3-none-any.whl (27 kB)\nCollecting watchgod<0.8,>=0.7 (from robusta-cli==0.0.0)\n Downloading watchgod-0.7-py3-none-any.whl (11 kB)\nCollecting webexteamssdk<2.0.0,>=1.6.1 (from robusta-cli==0.0.0)\n Downloading webexteamssdk-1.6.1-py3-none-any.whl (113 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 113.5/113.5 kB 34.4 MB/s eta 0:00:00\nCollecting websocket-client==1.3.3 (from robusta-cli==0.0.0)\n Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 54.3/54.3 kB 18.4 MB/s eta 0:00:00\nCollecting boto3<2.0.0,>=1.28.15 (from prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading boto3-1.34.7-py3-none-any.whl.metadata (6.6 kB)\nCollecting botocore<2.0.0,>=1.31.15 (from prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading botocore-1.34.7-py3-none-any.whl.metadata (5.6 kB)\nCollecting prometheus-api-client<0.6.0,>=0.5.3 (from prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading prometheus_api_client-0.5.4-py3-none-any.whl.metadata (11 kB)\nCollecting certifi (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)\nCollecting requests (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)\nCollecting requests-oauthlib (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)\nCollecting click>=5.0 (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)\nCollecting markdown (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading Markdown-3.5.1-py3-none-any.whl.metadata (7.1 kB)\nCollecting python-dateutil (from croniter<2.0.0,>=1.3.15->robusta-cli==0.0.0)\n Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 247.7/247.7 kB 60.0 MB/s eta 0:00:00\nCollecting cffi>=1.12 (from cryptography<37.0.0,>=36.0.0->robusta-cli==0.0.0)\n Downloading cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)\nCollecting defusedxml (from fpdf2<3.0.0,>=2.7.1->robusta-cli==0.0.0)\n Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)\nCollecting Pillow!=9.2.*,>=6.2.2 (from fpdf2<3.0.0,>=2.7.1->robusta-cli==0.0.0)\n Downloading Pillow-10.1.0-cp38-cp38-manylinux_2_28_x86_64.whl.metadata (9.5 kB)\nCollecting fonttools>=4.34.0 (from fpdf2<3.0.0,>=2.7.1->robusta-cli==0.0.0)\n Downloading fonttools-4.47.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (157 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 157.2/157.2 kB 42.4 MB/s eta 0:00:00\nCollecting hikaru-core>=1.1.0 (from hikaru-model-26<2.0.0,>=1.1.1->robusta-cli==0.0.0)\n Downloading hikaru_core-1.1.1-py3-none-any.whl.metadata (16 kB)\nCollecting six>=1.9.0 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)\nRequirement already satisfied: setuptools>=21.0.0 in /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0) (56.0.0)\nCollecting google-auth>=1.0.1 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading google_auth-2.25.2-py2.py3-none-any.whl.metadata (4.7 kB)\nCollecting urllib3>=1.24.2 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB)\nCollecting tenacity>=5.0.4 (from opsgenie-sdk<3.0.0,>=2.1.5->robusta-cli==0.0.0)\n Downloading tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB)\nCollecting typing-extensions>=4.2.0 (from pydantic<2.0.0,>=1.8.1->robusta-cli==0.0.0)\n Downloading typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)\nCollecting packaging (from rocketchat-api<2.0.0,>=1.30.0->robusta-cli==0.0.0)\n Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)\nCollecting future (from webexteamssdk<2.0.0,>=1.6.1->robusta-cli==0.0.0)\n Downloading future-0.18.3.tar.gz (840 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 840.9/840.9 kB 92.7 MB/s eta 0:00:00\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'done'\nCollecting requests-toolbelt (from webexteamssdk<2.0.0,>=1.6.1->robusta-cli==0.0.0)\n Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 54.5/54.5 kB 19.3 MB/s eta 0:00:00\nCollecting jmespath<2.0.0,>=0.7.1 (from boto3<2.0.0,>=1.28.15->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)\nCollecting s3transfer<0.11.0,>=0.10.0 (from boto3<2.0.0,>=1.28.15->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading s3transfer-0.10.0-py3-none-any.whl.metadata (1.7 kB)\nCollecting urllib3>=1.24.2 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading urllib3-1.26.18-py2.py3-none-any.whl.metadata (48 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 48.9/48.9 kB 15.6 MB/s eta 0:00:00\nCollecting pycparser (from cffi>=1.12->cryptography<37.0.0,>=36.0.0->robusta-cli==0.0.0)\n Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 118.7/118.7 kB 37.2 MB/s eta 0:00:00\nCollecting cachetools<6.0,>=2.0.0 (from google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading cachetools-5.3.2-py3-none-any.whl.metadata (5.2 kB)\nCollecting pyasn1-modules>=0.2.1 (from google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 181.3/181.3 kB 49.4 MB/s eta 0:00:00\nCollecting rsa<5,>=3.1.4 (from google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading rsa-4.9-py3-none-any.whl (34 kB)\nCollecting ruamel.yaml>=0.16.12 (from hikaru-core>=1.1.0->hikaru-model-26<2.0.0,>=1.1.1->robusta-cli==0.0.0)\n Downloading ruamel.yaml-0.18.5-py3-none-any.whl.metadata (23 kB)\nCollecting dateparser (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading dateparser-1.2.0-py2.py3-none-any.whl.metadata (28 kB)\nCollecting pandas>=1.4.0 (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading pandas-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB)\nCollecting numpy (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading numpy-1.24.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.6 kB)\nCollecting matplotlib (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading matplotlib-3.7.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (5.7 kB)\nCollecting httmock (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading httmock-1.4.0-py3-none-any.whl (4.8 kB)\nCollecting charset-normalizer<4,>=2 (from requests->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)\nCollecting idna<4,>=2.5 (from requests->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)\nCollecting importlib-metadata>=4.4 (from markdown->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading importlib_metadata-7.0.1-py3-none-any.whl.metadata (4.9 kB)\nCollecting oauthlib>=3.0.0 (from requests-oauthlib->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 151.7/151.7 kB 44.1 MB/s eta 0:00:00\nCollecting zipp>=0.5 (from importlib-metadata>=4.4->markdown->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)\nCollecting tzdata>=2022.1 (from pandas>=1.4.0->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 341.8/341.8 kB 68.7 MB/s eta 0:00:00\nCollecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB)\nCollecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml>=0.16.12->hikaru-core>=1.1.0->hikaru-model-26<2.0.0,>=1.1.1->robusta-cli==0.0.0)\n Downloading ruamel.yaml.clib-0.2.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (2.2 kB)\nCollecting regex!=2019.02.19,!=2021.8.27 (from dateparser->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading regex-2023.12.25-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 40.9/40.9 kB 12.5 MB/s eta 0:00:00\nCollecting tzlocal (from dateparser->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB)\nCollecting contourpy>=1.0.1 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading contourpy-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.9 kB)\nCollecting cycler>=0.10 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)\nCollecting kiwisolver>=1.0.1 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading kiwisolver-1.4.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (6.4 kB)\nCollecting pyparsing>=2.3.1 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)\nCollecting importlib-resources>=3.2.0 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB)\nCollecting backports.zoneinfo (from tzlocal->dateparser->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl (74 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 74.0/74.0 kB 25.6 MB/s eta 0:00:00\nDownloading prometrix-0.1.15-py3-none-any.whl (12 kB)\nDownloading apprise-1.6.0-py3-none-any.whl (1.2 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.2/1.2 MB 75.6 MB/s eta 0:00:00\nDownloading croniter-1.4.1-py2.py3-none-any.whl (19 kB)\nDownloading dpath-2.1.6-py3-none-any.whl (17 kB)\nDownloading fpdf2-2.7.7-py2.py3-none-any.whl (193 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 193.5/193.5 kB 52.7 MB/s eta 0:00:00\nDownloading hikaru_model_26-1.1.1-py3-none-any.whl (532 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 532.7/532.7 kB 82.5 MB/s eta 0:00:00\nDownloading markdown2-2.4.12-py2.py3-none-any.whl (41 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 41.2/41.2 kB 12.9 MB/s eta 0:00:00\nDownloading pydantic-1.10.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.2/3.2 MB 109.9 MB/s eta 0:00:00\nDownloading PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (736 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 736.6/736.6 kB 89.1 MB/s eta 0:00:00\nDownloading rocketchat_API-1.31.0-py3-none-any.whl (21 kB)\nDownloading slack_sdk-3.26.1-py2.py3-none-any.whl (284 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 284.1/284.1 kB 62.8 MB/s eta 0:00:00\nDownloading boto3-1.34.7-py3-none-any.whl (139 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 139.3/139.3 kB 42.9 MB/s eta 0:00:00\nDownloading botocore-1.34.7-py3-none-any.whl (11.9 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 11.9/11.9 MB 115.8 MB/s eta 0:00:00\nDownloading certifi-2023.11.17-py3-none-any.whl (162 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 162.5/162.5 kB 43.7 MB/s eta 0:00:00\nDownloading cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 444.7/444.7 kB 78.4 MB/s eta 0:00:00\nDownloading click-8.1.7-py3-none-any.whl (97 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 97.9/97.9 kB 33.5 MB/s eta 0:00:00\nDownloading fonttools-4.47.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 4.7/4.7 MB 116.8 MB/s eta 0:00:00\nDownloading google_auth-2.25.2-py2.py3-none-any.whl (184 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 184.2/184.2 kB 48.6 MB/s eta 0:00:00\nDownloading hikaru_core-1.1.1-py3-none-any.whl (83 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 83.7/83.7 kB 28.3 MB/s eta 0:00:00\nDownloading Pillow-10.1.0-cp38-cp38-manylinux_2_28_x86_64.whl (3.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.6/3.6 MB 114.4 MB/s eta 0:00:00\nDownloading prometheus_api_client-0.5.4-py3-none-any.whl (28 kB)\nDownloading requests-2.31.0-py3-none-any.whl (62 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 62.6/62.6 kB 22.9 MB/s eta 0:00:00\nDownloading tenacity-8.2.3-py3-none-any.whl (24 kB)\nDownloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)\nDownloading urllib3-1.26.18-py2.py3-none-any.whl (143 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 143.8/143.8 kB 43.8 MB/s eta 0:00:00\nDownloading Markdown-3.5.1-py3-none-any.whl (102 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 102.2/102.2 kB 31.2 MB/s eta 0:00:00\nDownloading packaging-23.2-py3-none-any.whl (53 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 53.0/53.0 kB 19.1 MB/s eta 0:00:00\nDownloading cachetools-5.3.2-py3-none-any.whl (9.3 kB)\nDownloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 141.1/141.1 kB 41.4 MB/s eta 0:00:00\nDownloading idna-3.6-py3-none-any.whl (61 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 61.6/61.6 kB 16.8 MB/s eta 0:00:00\nDownloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB)\nDownloading pandas-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 12.4/12.4 MB 69.4 MB/s eta 0:00:00\nDownloading numpy-1.24.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 17.3/17.3 MB 100.3 MB/s eta 0:00:00\nDownloading ruamel.yaml-0.18.5-py3-none-any.whl (116 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 116.4/116.4 kB 37.0 MB/s eta 0:00:00\nDownloading s3transfer-0.10.0-py3-none-any.whl (82 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 82.1/82.1 kB 17.5 MB/s eta 0:00:00\nDownloading dateparser-1.2.0-py2.py3-none-any.whl (294 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 295.0/295.0 kB 60.2 MB/s eta 0:00:00\nDownloading matplotlib-3.7.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (9.2 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 9.2/9.2 MB 118.8 MB/s eta 0:00:00\nDownloading contourpy-1.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (301 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 301.1/301.1 kB 53.8 MB/s eta 0:00:00\nDownloading cycler-0.12.1-py3-none-any.whl (8.3 kB)\nDownloading importlib_resources-6.1.1-py3-none-any.whl (33 kB)\nDownloading kiwisolver-1.4.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.2 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.2/1.2 MB 94.4 MB/s eta 0:00:00\nDownloading pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 84.9/84.9 kB 28.6 MB/s eta 0:00:00\nDownloading pyparsing-3.1.1-py3-none-any.whl (103 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 103.1/103.1 kB 30.5 MB/s eta 0:00:00\nDownloading regex-2023.12.25-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (777 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 777.0/777.0 kB 87.1 MB/s eta 0:00:00\nDownloading ruamel.yaml.clib-0.2.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (596 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 596.0/596.0 kB 87.6 MB/s eta 0:00:00\nDownloading zipp-3.17.0-py3-none-any.whl (7.4 kB)\nDownloading tzlocal-5.2-py3-none-any.whl (17 kB)\nBuilding wheels for collected packages: bitmath, pymsteams, future\n Building wheel for bitmath (pyproject.toml): started\n Building wheel for bitmath (pyproject.toml): finished with status 'done'\n Created wheel for bitmath: filename=bitmath-1.3.3.1-py3-none-any.whl size=23976 sha256=1e077ad5e81e2ac012abe5fd4a3b74958489c7abc0c34e2e59892e6b960adde2\n Stored in directory: /home/runner/.cache/pip/wheels/f8/27/45/1bb5ccf30e6547dd54f876ec625f11ce36e1b81f921f2881e4\n Building wheel for pymsteams (pyproject.toml): started\n Building wheel for pymsteams (pyproject.toml): finished with status 'done'\n Created wheel for pymsteams: filename=pymsteams-0.1.16-py3-none-any.whl size=5825 sha256=91f1ca1b0db5458b4d6f9e36ea1610ad2eb5902f5a683e6103786c5c60c0eb52\n Stored in directory: /home/runner/.cache/pip/wheels/47/3e/40/f2388a851a589833a6407c86a300468a74c33cc7f607b078b2\n Building wheel for future (pyproject.toml): started\n Building wheel for future (pyproject.toml): finished with status 'done'\n Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492024 sha256=9e57c9c695652d4528a3469219c16f6ba027b4b05c5aba55ed248621a543d312\n Stored in directory: /home/runner/.cache/pip/wheels/a0/0b/ee/e6994fadb42c1354dcccb139b0bf2795271bddfe6253ccdf11\nSuccessfully built bitmath pymsteams future\nInstalling collected packages: pytz, colorlog, click-spinner, bitmath, zipp, websocket-client, watchgod, urllib3, tzdata, typing-extensions, toml, tenacity, slack-sdk, six, ruamel.yaml.clib, regex, pyyaml, pyparsing, PyJWT, pycparser, pyasn1, prometheus-client, Pillow, packaging, oauthlib, numpy, markdown2, kiwisolver, jmespath, idna, future, fonttools, dpath, docutils, defusedxml, cycler, click, charset-normalizer, certifi, cachetools, backports.zoneinfo, attrs, tzlocal, typer, ruamel.yaml, rsa, requests, python-dateutil, pydantic, pyasn1-modules, importlib-resources, importlib-metadata, fpdf2, contourpy, cffi, rocketchat-api, requests-toolbelt, requests-oauthlib, pymsteams, pandas, opsgenie-sdk, matplotlib, markdown, httmock, google-auth, dateparser, cryptography, croniter, botocore, webexteamssdk, s3transfer, prometheus-api-client, kubernetes, apprise, hikaru-core, boto3, prometrix, hikaru-model-26, robusta-cli\nSuccessfully installed Pillow-10.1.0 PyJWT-2.4.0 apprise-1.6.0 attrs-23.1.0 backports.zoneinfo-0.2.1 bitmath-1.3.3.1 boto3-1.34.7 botocore-1.34.7 cachetools-5.3.2 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 click-spinner-0.1.10 colorlog-5.0.1 contourpy-1.1.1 croniter-1.4.1 cryptography-36.0.2 cycler-0.12.1 dateparser-1.2.0 defusedxml-0.7.1 docutils-0.17.1 dpath-2.1.6 fonttools-4.47.0 fpdf2-2.7.7 future-0.18.3 google-auth-2.25.2 hikaru-core-1.1.1 hikaru-model-26-1.1.1 httmock-1.4.0 idna-3.6 importlib-metadata-7.0.1 importlib-resources-6.1.1 jmespath-1.0.1 kiwisolver-1.4.5 kubernetes-26.1.0 markdown-3.5.1 markdown2-2.4.12 matplotlib-3.7.4 numpy-1.24.4 oauthlib-3.2.2 opsgenie-sdk-2.1.5 packaging-23.2 pandas-2.0.3 prometheus-api-client-0.5.4 prometheus-client-0.12.0 prometrix-0.1.15 pyasn1-0.5.1 pyasn1-modules-0.3.0 pycparser-2.21 pydantic-1.10.13 pymsteams-0.1.16 pyparsing-3.1.1 python-dateutil-2.8.2 pytz-2021.3 pyyaml-6.0.1 regex-2023.12.25 requests-2.31.0 requests-oauthlib-1.3.1 requests-toolbelt-1.0.0 robusta-cli-0.0.0 rocketchat-api-1.31.0 rsa-4.9 ruamel.yaml-0.18.5 ruamel.yaml.clib-0.2.8 s3transfer-0.10.0 six-1.16.0 slack-sdk-3.26.1 tenacity-8.2.3 toml-0.10.2 typer-0.4.2 typing-extensions-4.9.0 tzdata-2023.3 tzlocal-5.2 urllib3-1.26.18 watchgod-0.7 webexteamssdk-1.6.1 websocket-client-1.3.3 zipp-3.17.0\n\n[notice] A new release of pip is available: 23.0.1 -> 23.3.2\n[notice] To update, run: pip install --upgrade pip\nWARNING:root:Running without kube-config! e=Invalid kube-config file. No configuration found.\nTraceback (most recent call last):\n File \"/opt/hostedtoolcache/Python/3.8.18/x64/bin/robusta\", line 5, in \n from robusta.cli.main import app\n File \"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/robusta/cli/main.py\", line 32, in \n from robusta.core.sinks.robusta.robusta_sink_params import RobustaSinkConfigWrapper, RobustaSinkParams\n File \"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/robusta/core/sinks/robusta/__init__.py\", line 1, in \n from robusta.core.sinks.robusta.robusta_sink import RobustaSink\n File \"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/robusta/core/sinks/robusta/robusta_sink.py\", line 29, in \n from robusta.core.sinks.robusta.prometheus_health_checker import PrometheusHealthChecker\n File \"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/robusta/core/sinks/robusta/prometheus_health_checker.py\", line 16, in \n from robusta.utils.silence_utils import BaseSilenceParams, get_alertmanager_silences_connection\n File \"/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/robusta/utils/silence_utils.py\", line 14, in \n from src.robusta.integrations import openshift\nModuleNotFoundError: No module named 'src'\n##[error]Process completed with exit code 1.\n"}, {"step_name": "test_package (3.9)/4_Install and test robusta cli.txt", "log": "##[group]Run ls\n\u001b[36;1mls\u001b[0m\n\u001b[36;1mpip3 install robusta_cli-0.0.0-py3-none-any.whl\u001b[0m\n\u001b[36;1mrobusta version\u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.9.18/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.9.18/x64/lib\n##[endgroup]\nrobusta_cli-0.0.0-py3-none-any.whl\nProcessing ./robusta_cli-0.0.0-py3-none-any.whl\nCollecting PyJWT==2.4.0 (from robusta-cli==0.0.0)\n Downloading PyJWT-2.4.0-py3-none-any.whl (18 kB)\nCollecting apprise<2.0.0,>=1.5.0 (from robusta-cli==0.0.0)\n Downloading apprise-1.6.0-py3-none-any.whl.metadata (42 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 42.1/42.1 kB 3.0 MB/s eta 0:00:00\nCollecting attrs<24.0.0,>=23.1.0 (from robusta-cli==0.0.0)\n Downloading attrs-23.1.0-py3-none-any.whl (61 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 61.2/61.2 kB 11.3 MB/s eta 0:00:00\nCollecting bitmath<2.0.0.0,>=1.3.3.1 (from robusta-cli==0.0.0)\n Downloading bitmath-1.3.3.1.tar.gz (88 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 88.5/88.5 kB 19.6 MB/s eta 0:00:00\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'done'\nCollecting click-spinner<0.2.0,>=0.1.10 (from robusta-cli==0.0.0)\n Downloading click_spinner-0.1.10-py2.py3-none-any.whl (4.0 kB)\nCollecting colorlog<6.0.0,>=5.0.1 (from robusta-cli==0.0.0)\n Downloading colorlog-5.0.1-py2.py3-none-any.whl (10 kB)\nCollecting croniter<2.0.0,>=1.3.15 (from robusta-cli==0.0.0)\n Downloading croniter-1.4.1-py2.py3-none-any.whl.metadata (24 kB)\nCollecting cryptography<37.0.0,>=36.0.0 (from robusta-cli==0.0.0)\n Downloading cryptography-36.0.2-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.6/3.6 MB 73.5 MB/s eta 0:00:00\nCollecting docutils<0.18.0,>=0.17.0 (from robusta-cli==0.0.0)\n Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 575.5/575.5 kB 81.3 MB/s eta 0:00:00\nCollecting dpath<3.0.0,>=2.0.5 (from robusta-cli==0.0.0)\n Downloading dpath-2.1.6-py3-none-any.whl.metadata (15 kB)\nCollecting fpdf2<3.0.0,>=2.7.1 (from robusta-cli==0.0.0)\n Downloading fpdf2-2.7.7-py2.py3-none-any.whl.metadata (55 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 55.8/55.8 kB 14.4 MB/s eta 0:00:00\nCollecting hikaru-model-26<2.0.0,>=1.1.1 (from robusta-cli==0.0.0)\n Downloading hikaru_model_26-1.1.1-py3-none-any.whl.metadata (4.5 kB)\nCollecting kubernetes<27.0.0,>=26.1.0 (from robusta-cli==0.0.0)\n Downloading kubernetes-26.1.0-py2.py3-none-any.whl (1.4 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.4/1.4 MB 99.6 MB/s eta 0:00:00\nCollecting markdown2<3.0.0,>=2.4.2 (from robusta-cli==0.0.0)\n Downloading markdown2-2.4.12-py2.py3-none-any.whl.metadata (2.0 kB)\nCollecting opsgenie-sdk<3.0.0,>=2.1.5 (from robusta-cli==0.0.0)\n Downloading opsgenie_sdk-2.1.5-py3-none-any.whl (247 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 247.8/247.8 kB 56.1 MB/s eta 0:00:00\nCollecting prometheus-client<0.13.0,>=0.12.0 (from robusta-cli==0.0.0)\n Downloading prometheus_client-0.12.0-py2.py3-none-any.whl (57 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 57.2/57.2 kB 18.0 MB/s eta 0:00:00\nCollecting prometrix==0.1.15 (from robusta-cli==0.0.0)\n Downloading prometrix-0.1.15-py3-none-any.whl.metadata (5.6 kB)\nCollecting pydantic<2.0.0,>=1.8.1 (from robusta-cli==0.0.0)\n Downloading pydantic-1.10.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (149 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 149.6/149.6 kB 37.8 MB/s eta 0:00:00\nCollecting pymsteams<0.2.0,>=0.1.16 (from robusta-cli==0.0.0)\n Downloading pymsteams-0.1.16.tar.gz (7.6 kB)\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'done'\nCollecting pytz<2022.0,>=2021.3 (from robusta-cli==0.0.0)\n Downloading pytz-2021.3-py2.py3-none-any.whl (503 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 503.5/503.5 kB 73.0 MB/s eta 0:00:00\nCollecting pyyaml<7.0,>=6.0 (from robusta-cli==0.0.0)\n Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)\nCollecting rocketchat-api<2.0.0,>=1.30.0 (from robusta-cli==0.0.0)\n Downloading rocketchat_API-1.31.0-py3-none-any.whl.metadata (4.3 kB)\nCollecting slack-sdk<4.0.0,>=3.7.0 (from robusta-cli==0.0.0)\n Downloading slack_sdk-3.26.1-py2.py3-none-any.whl.metadata (15 kB)\nCollecting toml<0.11.0,>=0.10.2 (from robusta-cli==0.0.0)\n Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)\nCollecting typer<0.5.0,>=0.4.1 (from robusta-cli==0.0.0)\n Downloading typer-0.4.2-py3-none-any.whl (27 kB)\nCollecting watchgod<0.8,>=0.7 (from robusta-cli==0.0.0)\n Downloading watchgod-0.7-py3-none-any.whl (11 kB)\nCollecting webexteamssdk<2.0.0,>=1.6.1 (from robusta-cli==0.0.0)\n Downloading webexteamssdk-1.6.1-py3-none-any.whl (113 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 113.5/113.5 kB 28.1 MB/s eta 0:00:00\nCollecting websocket-client==1.3.3 (from robusta-cli==0.0.0)\n Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 54.3/54.3 kB 14.9 MB/s eta 0:00:00\nCollecting boto3<2.0.0,>=1.28.15 (from prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading boto3-1.34.7-py3-none-any.whl.metadata (6.6 kB)\nCollecting botocore<2.0.0,>=1.31.15 (from prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading botocore-1.34.7-py3-none-any.whl.metadata (5.6 kB)\nCollecting prometheus-api-client<0.6.0,>=0.5.3 (from prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading prometheus_api_client-0.5.4-py3-none-any.whl.metadata (11 kB)\nCollecting certifi (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)\nCollecting requests (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)\nCollecting requests-oauthlib (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)\nCollecting click>=5.0 (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)\nCollecting markdown (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading Markdown-3.5.1-py3-none-any.whl.metadata (7.1 kB)\nCollecting python-dateutil (from croniter<2.0.0,>=1.3.15->robusta-cli==0.0.0)\n Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 247.7/247.7 kB 56.1 MB/s eta 0:00:00\nCollecting cffi>=1.12 (from cryptography<37.0.0,>=36.0.0->robusta-cli==0.0.0)\n Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)\nCollecting defusedxml (from fpdf2<3.0.0,>=2.7.1->robusta-cli==0.0.0)\n Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)\nCollecting Pillow!=9.2.*,>=6.2.2 (from fpdf2<3.0.0,>=2.7.1->robusta-cli==0.0.0)\n Downloading Pillow-10.1.0-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (9.5 kB)\nCollecting fonttools>=4.34.0 (from fpdf2<3.0.0,>=2.7.1->robusta-cli==0.0.0)\n Downloading fonttools-4.47.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (157 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 157.2/157.2 kB 39.9 MB/s eta 0:00:00\nCollecting hikaru-core>=1.1.0 (from hikaru-model-26<2.0.0,>=1.1.1->robusta-cli==0.0.0)\n Downloading hikaru_core-1.1.1-py3-none-any.whl.metadata (16 kB)\nCollecting six>=1.9.0 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)\nRequirement already satisfied: setuptools>=21.0.0 in /opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0) (58.1.0)\nCollecting google-auth>=1.0.1 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading google_auth-2.25.2-py2.py3-none-any.whl.metadata (4.7 kB)\nCollecting urllib3>=1.24.2 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB)\nCollecting tenacity>=5.0.4 (from opsgenie-sdk<3.0.0,>=2.1.5->robusta-cli==0.0.0)\n Downloading tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB)\nCollecting typing-extensions>=4.2.0 (from pydantic<2.0.0,>=1.8.1->robusta-cli==0.0.0)\n Downloading typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)\nCollecting packaging (from rocketchat-api<2.0.0,>=1.30.0->robusta-cli==0.0.0)\n Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)\nCollecting future (from webexteamssdk<2.0.0,>=1.6.1->robusta-cli==0.0.0)\n Downloading future-0.18.3.tar.gz (840 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 840.9/840.9 kB 88.1 MB/s eta 0:00:00\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'done'\nCollecting requests-toolbelt (from webexteamssdk<2.0.0,>=1.6.1->robusta-cli==0.0.0)\n Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 54.5/54.5 kB 16.5 MB/s eta 0:00:00\nCollecting jmespath<2.0.0,>=0.7.1 (from boto3<2.0.0,>=1.28.15->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)\nCollecting s3transfer<0.11.0,>=0.10.0 (from boto3<2.0.0,>=1.28.15->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading s3transfer-0.10.0-py3-none-any.whl.metadata (1.7 kB)\nCollecting urllib3>=1.24.2 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading urllib3-1.26.18-py2.py3-none-any.whl.metadata (48 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 48.9/48.9 kB 13.4 MB/s eta 0:00:00\nCollecting pycparser (from cffi>=1.12->cryptography<37.0.0,>=36.0.0->robusta-cli==0.0.0)\n Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 118.7/118.7 kB 33.1 MB/s eta 0:00:00\nCollecting cachetools<6.0,>=2.0.0 (from google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading cachetools-5.3.2-py3-none-any.whl.metadata (5.2 kB)\nCollecting pyasn1-modules>=0.2.1 (from google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 181.3/181.3 kB 45.4 MB/s eta 0:00:00\nCollecting rsa<5,>=3.1.4 (from google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading rsa-4.9-py3-none-any.whl (34 kB)\nCollecting ruamel.yaml>=0.16.12 (from hikaru-core>=1.1.0->hikaru-model-26<2.0.0,>=1.1.1->robusta-cli==0.0.0)\n Downloading ruamel.yaml-0.18.5-py3-none-any.whl.metadata (23 kB)\nCollecting dateparser (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading dateparser-1.2.0-py2.py3-none-any.whl.metadata (28 kB)\nCollecting pandas>=1.4.0 (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading pandas-2.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB)\nCollecting numpy (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading numpy-1.26.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 61.2/61.2 kB 16.3 MB/s eta 0:00:00\nCollecting matplotlib (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading matplotlib-3.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB)\nCollecting httmock (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading httmock-1.4.0-py3-none-any.whl (4.8 kB)\nCollecting charset-normalizer<4,>=2 (from requests->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)\nCollecting idna<4,>=2.5 (from requests->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)\nCollecting importlib-metadata>=4.4 (from markdown->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading importlib_metadata-7.0.1-py3-none-any.whl.metadata (4.9 kB)\nCollecting oauthlib>=3.0.0 (from requests-oauthlib->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 151.7/151.7 kB 42.4 MB/s eta 0:00:00\nCollecting zipp>=0.5 (from importlib-metadata>=4.4->markdown->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)\nCollecting tzdata>=2022.1 (from pandas>=1.4.0->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 341.8/341.8 kB 59.7 MB/s eta 0:00:00\nCollecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB)\nCollecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml>=0.16.12->hikaru-core>=1.1.0->hikaru-model-26<2.0.0,>=1.1.1->robusta-cli==0.0.0)\n Downloading ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (2.2 kB)\nCollecting regex!=2019.02.19,!=2021.8.27 (from dateparser->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading regex-2023.12.25-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 40.9/40.9 kB 12.4 MB/s eta 0:00:00\nCollecting tzlocal (from dateparser->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB)\nCollecting contourpy>=1.0.1 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading contourpy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB)\nCollecting cycler>=0.10 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)\nCollecting kiwisolver>=1.3.1 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (6.4 kB)\nCollecting pyparsing>=2.3.1 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)\nCollecting importlib-resources>=3.2.0 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading importlib_resources-6.1.1-py3-none-any.whl.metadata (4.1 kB)\nDownloading prometrix-0.1.15-py3-none-any.whl (12 kB)\nDownloading apprise-1.6.0-py3-none-any.whl (1.2 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.2/1.2 MB 91.6 MB/s eta 0:00:00\nDownloading croniter-1.4.1-py2.py3-none-any.whl (19 kB)\nDownloading dpath-2.1.6-py3-none-any.whl (17 kB)\nDownloading fpdf2-2.7.7-py2.py3-none-any.whl (193 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 193.5/193.5 kB 40.8 MB/s eta 0:00:00\nDownloading hikaru_model_26-1.1.1-py3-none-any.whl (532 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 532.7/532.7 kB 79.7 MB/s eta 0:00:00\nDownloading markdown2-2.4.12-py2.py3-none-any.whl (41 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 41.2/41.2 kB 12.2 MB/s eta 0:00:00\nDownloading pydantic-1.10.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.2/3.2 MB 107.2 MB/s eta 0:00:00\nDownloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 738.9/738.9 kB 85.0 MB/s eta 0:00:00\nDownloading rocketchat_API-1.31.0-py3-none-any.whl (21 kB)\nDownloading slack_sdk-3.26.1-py2.py3-none-any.whl (284 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 284.1/284.1 kB 42.6 MB/s eta 0:00:00\nDownloading boto3-1.34.7-py3-none-any.whl (139 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 139.3/139.3 kB 36.7 MB/s eta 0:00:00\nDownloading botocore-1.34.7-py3-none-any.whl (11.9 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 11.9/11.9 MB 108.2 MB/s eta 0:00:00\nDownloading certifi-2023.11.17-py3-none-any.whl (162 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 162.5/162.5 kB 39.7 MB/s eta 0:00:00\nDownloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 443.4/443.4 kB 76.7 MB/s eta 0:00:00\nDownloading click-8.1.7-py3-none-any.whl (97 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 97.9/97.9 kB 27.6 MB/s eta 0:00:00\nDownloading fonttools-4.47.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 4.6/4.6 MB 113.4 MB/s eta 0:00:00\nDownloading google_auth-2.25.2-py2.py3-none-any.whl (184 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 184.2/184.2 kB 46.7 MB/s eta 0:00:00\nDownloading hikaru_core-1.1.1-py3-none-any.whl (83 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 83.7/83.7 kB 24.6 MB/s eta 0:00:00\nDownloading Pillow-10.1.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.6/3.6 MB 106.7 MB/s eta 0:00:00\nDownloading prometheus_api_client-0.5.4-py3-none-any.whl (28 kB)\nDownloading requests-2.31.0-py3-none-any.whl (62 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 62.6/62.6 kB 18.9 MB/s eta 0:00:00\nDownloading tenacity-8.2.3-py3-none-any.whl (24 kB)\nDownloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)\nDownloading urllib3-1.26.18-py2.py3-none-any.whl (143 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 143.8/143.8 kB 35.1 MB/s eta 0:00:00\nDownloading Markdown-3.5.1-py3-none-any.whl (102 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 102.2/102.2 kB 30.3 MB/s eta 0:00:00\nDownloading packaging-23.2-py3-none-any.whl (53 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 53.0/53.0 kB 7.2 MB/s eta 0:00:00\nDownloading cachetools-5.3.2-py3-none-any.whl (9.3 kB)\nDownloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 142.3/142.3 kB 39.2 MB/s eta 0:00:00\nDownloading idna-3.6-py3-none-any.whl (61 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 61.6/61.6 kB 19.2 MB/s eta 0:00:00\nDownloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB)\nDownloading pandas-2.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 12.3/12.3 MB 111.9 MB/s eta 0:00:00\nDownloading numpy-1.26.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 18.2/18.2 MB 94.1 MB/s eta 0:00:00\nDownloading ruamel.yaml-0.18.5-py3-none-any.whl (116 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 116.4/116.4 kB 30.3 MB/s eta 0:00:00\nDownloading s3transfer-0.10.0-py3-none-any.whl (82 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 82.1/82.1 kB 24.7 MB/s eta 0:00:00\nDownloading dateparser-1.2.0-py2.py3-none-any.whl (294 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 295.0/295.0 kB 50.3 MB/s eta 0:00:00\nDownloading matplotlib-3.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 11.6/11.6 MB 111.2 MB/s eta 0:00:00\nDownloading contourpy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 311.0/311.0 kB 54.9 MB/s eta 0:00:00\nDownloading cycler-0.12.1-py3-none-any.whl (8.3 kB)\nDownloading importlib_resources-6.1.1-py3-none-any.whl (33 kB)\nDownloading kiwisolver-1.4.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.6/1.6 MB 98.8 MB/s eta 0:00:00\nDownloading pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 84.9/84.9 kB 20.0 MB/s eta 0:00:00\nDownloading pyparsing-3.1.1-py3-none-any.whl (103 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 103.1/103.1 kB 30.4 MB/s eta 0:00:00\nDownloading regex-2023.12.25-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (773 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 773.4/773.4 kB 88.6 MB/s eta 0:00:00\nDownloading ruamel.yaml.clib-0.2.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (562 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 562.1/562.1 kB 79.1 MB/s eta 0:00:00\nDownloading zipp-3.17.0-py3-none-any.whl (7.4 kB)\nDownloading tzlocal-5.2-py3-none-any.whl (17 kB)\nBuilding wheels for collected packages: bitmath, pymsteams, future\n Building wheel for bitmath (pyproject.toml): started\n Building wheel for bitmath (pyproject.toml): finished with status 'done'\n Created wheel for bitmath: filename=bitmath-1.3.3.1-py3-none-any.whl size=23976 sha256=1e077ad5e81e2ac012abe5fd4a3b74958489c7abc0c34e2e59892e6b960adde2\n Stored in directory: /home/runner/.cache/pip/wheels/c9/2d/5b/4f3727858abec7de285dd8f95cdb53f68e9ddcb36ccf92bcf2\n Building wheel for pymsteams (pyproject.toml): started\n Building wheel for pymsteams (pyproject.toml): finished with status 'done'\n Created wheel for pymsteams: filename=pymsteams-0.1.16-py3-none-any.whl size=5825 sha256=91f1ca1b0db5458b4d6f9e36ea1610ad2eb5902f5a683e6103786c5c60c0eb52\n Stored in directory: /home/runner/.cache/pip/wheels/22/75/70/cedcbab94b9a30583d2589b1a20920ea82ba1cb1ea45b91677\n Building wheel for future (pyproject.toml): started\n Building wheel for future (pyproject.toml): finished with status 'done'\n Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492024 sha256=3aa5893722f55aa39e66dd585a5473d2075db4679502b9ca7220882cb023527f\n Stored in directory: /home/runner/.cache/pip/wheels/bf/5d/6a/2e53874f7ec4e2bede522385439531fafec8fafe005b5c3d1b\nSuccessfully built bitmath pymsteams future\nInstalling collected packages: pytz, colorlog, click-spinner, bitmath, zipp, websocket-client, watchgod, urllib3, tzlocal, tzdata, typing-extensions, toml, tenacity, slack-sdk, six, ruamel.yaml.clib, regex, pyyaml, pyparsing, PyJWT, pycparser, pyasn1, prometheus-client, Pillow, packaging, oauthlib, numpy, markdown2, kiwisolver, jmespath, idna, future, fonttools, dpath, docutils, defusedxml, cycler, click, charset-normalizer, certifi, cachetools, attrs, typer, ruamel.yaml, rsa, requests, python-dateutil, pydantic, pyasn1-modules, importlib-resources, importlib-metadata, fpdf2, contourpy, cffi, rocketchat-api, requests-toolbelt, requests-oauthlib, pymsteams, pandas, opsgenie-sdk, matplotlib, markdown, httmock, google-auth, dateparser, cryptography, croniter, botocore, webexteamssdk, s3transfer, prometheus-api-client, kubernetes, apprise, hikaru-core, boto3, prometrix, hikaru-model-26, robusta-cli\nSuccessfully installed Pillow-10.1.0 PyJWT-2.4.0 apprise-1.6.0 attrs-23.1.0 bitmath-1.3.3.1 boto3-1.34.7 botocore-1.34.7 cachetools-5.3.2 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 click-spinner-0.1.10 colorlog-5.0.1 contourpy-1.2.0 croniter-1.4.1 cryptography-36.0.2 cycler-0.12.1 dateparser-1.2.0 defusedxml-0.7.1 docutils-0.17.1 dpath-2.1.6 fonttools-4.47.0 fpdf2-2.7.7 future-0.18.3 google-auth-2.25.2 hikaru-core-1.1.1 hikaru-model-26-1.1.1 httmock-1.4.0 idna-3.6 importlib-metadata-7.0.1 importlib-resources-6.1.1 jmespath-1.0.1 kiwisolver-1.4.5 kubernetes-26.1.0 markdown-3.5.1 markdown2-2.4.12 matplotlib-3.8.2 numpy-1.26.2 oauthlib-3.2.2 opsgenie-sdk-2.1.5 packaging-23.2 pandas-2.1.4 prometheus-api-client-0.5.4 prometheus-client-0.12.0 prometrix-0.1.15 pyasn1-0.5.1 pyasn1-modules-0.3.0 pycparser-2.21 pydantic-1.10.13 pymsteams-0.1.16 pyparsing-3.1.1 python-dateutil-2.8.2 pytz-2021.3 pyyaml-6.0.1 regex-2023.12.25 requests-2.31.0 requests-oauthlib-1.3.1 requests-toolbelt-1.0.0 robusta-cli-0.0.0 rocketchat-api-1.31.0 rsa-4.9 ruamel.yaml-0.18.5 ruamel.yaml.clib-0.2.8 s3transfer-0.10.0 six-1.16.0 slack-sdk-3.26.1 tenacity-8.2.3 toml-0.10.2 typer-0.4.2 typing-extensions-4.9.0 tzdata-2023.3 tzlocal-5.2 urllib3-1.26.18 watchgod-0.7 webexteamssdk-1.6.1 websocket-client-1.3.3 zipp-3.17.0\n\n[notice] A new release of pip is available: 23.0.1 -> 23.3.2\n[notice] To update, run: pip install --upgrade pip\nWARNING:root:Running without kube-config! e=Invalid kube-config file. No configuration found.\nTraceback (most recent call last):\n File \"/opt/hostedtoolcache/Python/3.9.18/x64/bin/robusta\", line 5, in \n from robusta.cli.main import app\n File \"/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/robusta/cli/main.py\", line 32, in \n from robusta.core.sinks.robusta.robusta_sink_params import RobustaSinkConfigWrapper, RobustaSinkParams\n File \"/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/robusta/core/sinks/robusta/__init__.py\", line 1, in \n from robusta.core.sinks.robusta.robusta_sink import RobustaSink\n File \"/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/robusta/core/sinks/robusta/robusta_sink.py\", line 29, in \n from robusta.core.sinks.robusta.prometheus_health_checker import PrometheusHealthChecker\n File \"/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/robusta/core/sinks/robusta/prometheus_health_checker.py\", line 16, in \n from robusta.utils.silence_utils import BaseSilenceParams, get_alertmanager_silences_connection\n File \"/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/robusta/utils/silence_utils.py\", line 14, in \n from src.robusta.integrations import openshift\nModuleNotFoundError: No module named 'src'\n##[error]Process completed with exit code 1.\n"}, {"step_name": "test_package (3.10)/4_Install and test robusta cli.txt", "log": "##[group]Run ls\n\u001b[36;1mls\u001b[0m\n\u001b[36;1mpip3 install robusta_cli-0.0.0-py3-none-any.whl\u001b[0m\n\u001b[36;1mrobusta version\u001b[0m\nshell: /usr/bin/bash -e {0}\nenv:\n pythonLocation: /opt/hostedtoolcache/Python/3.10.13/x64\n LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.13/x64/lib\n##[endgroup]\nrobusta_cli-0.0.0-py3-none-any.whl\nProcessing ./robusta_cli-0.0.0-py3-none-any.whl\nCollecting PyJWT==2.4.0 (from robusta-cli==0.0.0)\n Downloading PyJWT-2.4.0-py3-none-any.whl (18 kB)\nCollecting apprise<2.0.0,>=1.5.0 (from robusta-cli==0.0.0)\n Downloading apprise-1.6.0-py3-none-any.whl.metadata (42 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 42.1/42.1 kB 3.1 MB/s eta 0:00:00\nCollecting attrs<24.0.0,>=23.1.0 (from robusta-cli==0.0.0)\n Downloading attrs-23.1.0-py3-none-any.whl (61 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 61.2/61.2 kB 6.6 MB/s eta 0:00:00\nCollecting bitmath<2.0.0.0,>=1.3.3.1 (from robusta-cli==0.0.0)\n Downloading bitmath-1.3.3.1.tar.gz (88 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 88.5/88.5 kB 6.7 MB/s eta 0:00:00\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'done'\nCollecting click-spinner<0.2.0,>=0.1.10 (from robusta-cli==0.0.0)\n Downloading click_spinner-0.1.10-py2.py3-none-any.whl (4.0 kB)\nCollecting colorlog<6.0.0,>=5.0.1 (from robusta-cli==0.0.0)\n Downloading colorlog-5.0.1-py2.py3-none-any.whl (10 kB)\nCollecting croniter<2.0.0,>=1.3.15 (from robusta-cli==0.0.0)\n Downloading croniter-1.4.1-py2.py3-none-any.whl.metadata (24 kB)\nCollecting cryptography<37.0.0,>=36.0.0 (from robusta-cli==0.0.0)\n Downloading cryptography-36.0.2-cp36-abi3-manylinux_2_24_x86_64.whl (3.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.6/3.6 MB 16.7 MB/s eta 0:00:00\nCollecting docutils<0.18.0,>=0.17.0 (from robusta-cli==0.0.0)\n Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 575.5/575.5 kB 28.1 MB/s eta 0:00:00\nCollecting dpath<3.0.0,>=2.0.5 (from robusta-cli==0.0.0)\n Downloading dpath-2.1.6-py3-none-any.whl.metadata (15 kB)\nCollecting fpdf2<3.0.0,>=2.7.1 (from robusta-cli==0.0.0)\n Downloading fpdf2-2.7.7-py2.py3-none-any.whl.metadata (55 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 55.8/55.8 kB 16.6 MB/s eta 0:00:00\nCollecting hikaru-model-26<2.0.0,>=1.1.1 (from robusta-cli==0.0.0)\n Downloading hikaru_model_26-1.1.1-py3-none-any.whl.metadata (4.5 kB)\nCollecting kubernetes<27.0.0,>=26.1.0 (from robusta-cli==0.0.0)\n Downloading kubernetes-26.1.0-py2.py3-none-any.whl (1.4 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.4/1.4 MB 32.8 MB/s eta 0:00:00\nCollecting markdown2<3.0.0,>=2.4.2 (from robusta-cli==0.0.0)\n Downloading markdown2-2.4.12-py2.py3-none-any.whl.metadata (2.0 kB)\nCollecting opsgenie-sdk<3.0.0,>=2.1.5 (from robusta-cli==0.0.0)\n Downloading opsgenie_sdk-2.1.5-py3-none-any.whl (247 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 247.8/247.8 kB 41.2 MB/s eta 0:00:00\nCollecting prometheus-client<0.13.0,>=0.12.0 (from robusta-cli==0.0.0)\n Downloading prometheus_client-0.12.0-py2.py3-none-any.whl (57 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 57.2/57.2 kB 15.6 MB/s eta 0:00:00\nCollecting prometrix==0.1.15 (from robusta-cli==0.0.0)\n Downloading prometrix-0.1.15-py3-none-any.whl.metadata (5.6 kB)\nCollecting pydantic<2.0.0,>=1.8.1 (from robusta-cli==0.0.0)\n Downloading pydantic-1.10.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (149 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 149.6/149.6 kB 37.6 MB/s eta 0:00:00\nCollecting pymsteams<0.2.0,>=0.1.16 (from robusta-cli==0.0.0)\n Downloading pymsteams-0.1.16.tar.gz (7.6 kB)\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'done'\nCollecting pytz<2022.0,>=2021.3 (from robusta-cli==0.0.0)\n Downloading pytz-2021.3-py2.py3-none-any.whl (503 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 503.5/503.5 kB 34.9 MB/s eta 0:00:00\nCollecting pyyaml<7.0,>=6.0 (from robusta-cli==0.0.0)\n Downloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)\nCollecting rocketchat-api<2.0.0,>=1.30.0 (from robusta-cli==0.0.0)\n Downloading rocketchat_API-1.31.0-py3-none-any.whl.metadata (4.3 kB)\nCollecting slack-sdk<4.0.0,>=3.7.0 (from robusta-cli==0.0.0)\n Downloading slack_sdk-3.26.1-py2.py3-none-any.whl.metadata (15 kB)\nCollecting toml<0.11.0,>=0.10.2 (from robusta-cli==0.0.0)\n Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)\nCollecting typer<0.5.0,>=0.4.1 (from robusta-cli==0.0.0)\n Downloading typer-0.4.2-py3-none-any.whl (27 kB)\nCollecting watchgod<0.8,>=0.7 (from robusta-cli==0.0.0)\n Downloading watchgod-0.7-py3-none-any.whl (11 kB)\nCollecting webexteamssdk<2.0.0,>=1.6.1 (from robusta-cli==0.0.0)\n Downloading webexteamssdk-1.6.1-py3-none-any.whl (113 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 113.5/113.5 kB 27.5 MB/s eta 0:00:00\nCollecting websocket-client==1.3.3 (from robusta-cli==0.0.0)\n Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 54.3/54.3 kB 16.8 MB/s eta 0:00:00\nCollecting boto3<2.0.0,>=1.28.15 (from prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading boto3-1.34.7-py3-none-any.whl.metadata (6.6 kB)\nCollecting botocore<2.0.0,>=1.31.15 (from prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading botocore-1.34.7-py3-none-any.whl.metadata (5.6 kB)\nCollecting prometheus-api-client<0.6.0,>=0.5.3 (from prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading prometheus_api_client-0.5.4-py3-none-any.whl.metadata (11 kB)\nCollecting certifi (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)\nCollecting requests (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)\nCollecting requests-oauthlib (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)\nCollecting click>=5.0 (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)\nCollecting markdown (from apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading Markdown-3.5.1-py3-none-any.whl.metadata (7.1 kB)\nCollecting python-dateutil (from croniter<2.0.0,>=1.3.15->robusta-cli==0.0.0)\n Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 247.7/247.7 kB 44.9 MB/s eta 0:00:00\nCollecting cffi>=1.12 (from cryptography<37.0.0,>=36.0.0->robusta-cli==0.0.0)\n Downloading cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)\nCollecting defusedxml (from fpdf2<3.0.0,>=2.7.1->robusta-cli==0.0.0)\n Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)\nCollecting Pillow!=9.2.*,>=6.2.2 (from fpdf2<3.0.0,>=2.7.1->robusta-cli==0.0.0)\n Downloading Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.5 kB)\nCollecting fonttools>=4.34.0 (from fpdf2<3.0.0,>=2.7.1->robusta-cli==0.0.0)\n Downloading fonttools-4.47.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (157 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 157.2/157.2 kB 36.2 MB/s eta 0:00:00\nCollecting hikaru-core>=1.1.0 (from hikaru-model-26<2.0.0,>=1.1.1->robusta-cli==0.0.0)\n Downloading hikaru_core-1.1.1-py3-none-any.whl.metadata (16 kB)\nCollecting six>=1.9.0 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)\nRequirement already satisfied: setuptools>=21.0.0 in /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0) (65.5.0)\nCollecting google-auth>=1.0.1 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading google_auth-2.25.2-py2.py3-none-any.whl.metadata (4.7 kB)\nCollecting urllib3>=1.24.2 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading urllib3-2.1.0-py3-none-any.whl.metadata (6.4 kB)\nCollecting tenacity>=5.0.4 (from opsgenie-sdk<3.0.0,>=2.1.5->robusta-cli==0.0.0)\n Downloading tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB)\nCollecting typing-extensions>=4.2.0 (from pydantic<2.0.0,>=1.8.1->robusta-cli==0.0.0)\n Downloading typing_extensions-4.9.0-py3-none-any.whl.metadata (3.0 kB)\nCollecting packaging (from rocketchat-api<2.0.0,>=1.30.0->robusta-cli==0.0.0)\n Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)\nCollecting future (from webexteamssdk<2.0.0,>=1.6.1->robusta-cli==0.0.0)\n Downloading future-0.18.3.tar.gz (840 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 840.9/840.9 kB 38.5 MB/s eta 0:00:00\n Installing build dependencies: started\n Installing build dependencies: finished with status 'done'\n Getting requirements to build wheel: started\n Getting requirements to build wheel: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'done'\nCollecting requests-toolbelt (from webexteamssdk<2.0.0,>=1.6.1->robusta-cli==0.0.0)\n Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 54.5/54.5 kB 15.7 MB/s eta 0:00:00\nCollecting jmespath<2.0.0,>=0.7.1 (from boto3<2.0.0,>=1.28.15->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)\nCollecting s3transfer<0.11.0,>=0.10.0 (from boto3<2.0.0,>=1.28.15->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading s3transfer-0.10.0-py3-none-any.whl.metadata (1.7 kB)\nCollecting urllib3>=1.24.2 (from kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading urllib3-2.0.7-py3-none-any.whl.metadata (6.6 kB)\nCollecting pycparser (from cffi>=1.12->cryptography<37.0.0,>=36.0.0->robusta-cli==0.0.0)\n Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 118.7/118.7 kB 33.8 MB/s eta 0:00:00\nCollecting cachetools<6.0,>=2.0.0 (from google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading cachetools-5.3.2-py3-none-any.whl.metadata (5.2 kB)\nCollecting pyasn1-modules>=0.2.1 (from google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 181.3/181.3 kB 37.2 MB/s eta 0:00:00\nCollecting rsa<5,>=3.1.4 (from google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading rsa-4.9-py3-none-any.whl (34 kB)\nCollecting ruamel.yaml>=0.16.12 (from hikaru-core>=1.1.0->hikaru-model-26<2.0.0,>=1.1.1->robusta-cli==0.0.0)\n Downloading ruamel.yaml-0.18.5-py3-none-any.whl.metadata (23 kB)\nCollecting dateparser (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading dateparser-1.2.0-py2.py3-none-any.whl.metadata (28 kB)\nCollecting pandas>=1.4.0 (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading pandas-2.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB)\nCollecting numpy (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading numpy-1.26.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 61.2/61.2 kB 16.6 MB/s eta 0:00:00\nCollecting matplotlib (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading matplotlib-3.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB)\nCollecting httmock (from prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading httmock-1.4.0-py3-none-any.whl (4.8 kB)\nCollecting charset-normalizer<4,>=2 (from requests->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)\nCollecting idna<4,>=2.5 (from requests->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)\nCollecting oauthlib>=3.0.0 (from requests-oauthlib->apprise<2.0.0,>=1.5.0->robusta-cli==0.0.0)\n Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 151.7/151.7 kB 42.2 MB/s eta 0:00:00\nCollecting tzdata>=2022.1 (from pandas>=1.4.0->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 341.8/341.8 kB 48.0 MB/s eta 0:00:00\nCollecting pyasn1<0.6.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth>=1.0.1->kubernetes<27.0.0,>=26.1.0->robusta-cli==0.0.0)\n Downloading pyasn1-0.5.1-py2.py3-none-any.whl.metadata (8.6 kB)\nCollecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml>=0.16.12->hikaru-core>=1.1.0->hikaru-model-26<2.0.0,>=1.1.1->robusta-cli==0.0.0)\n Downloading ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (2.2 kB)\nCollecting regex!=2019.02.19,!=2021.8.27 (from dateparser->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 40.9/40.9 kB 10.9 MB/s eta 0:00:00\nCollecting tzlocal (from dateparser->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading tzlocal-5.2-py3-none-any.whl.metadata (7.8 kB)\nCollecting contourpy>=1.0.1 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading contourpy-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.8 kB)\nCollecting cycler>=0.10 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)\nCollecting kiwisolver>=1.3.1 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (6.4 kB)\nCollecting pyparsing>=2.3.1 (from matplotlib->prometheus-api-client<0.6.0,>=0.5.3->prometrix==0.1.15->robusta-cli==0.0.0)\n Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)\nDownloading prometrix-0.1.15-py3-none-any.whl (12 kB)\nDownloading apprise-1.6.0-py3-none-any.whl (1.2 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.2/1.2 MB 44.6 MB/s eta 0:00:00\nDownloading croniter-1.4.1-py2.py3-none-any.whl (19 kB)\nDownloading dpath-2.1.6-py3-none-any.whl (17 kB)\nDownloading fpdf2-2.7.7-py2.py3-none-any.whl (193 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 193.5/193.5 kB 52.0 MB/s eta 0:00:00\nDownloading hikaru_model_26-1.1.1-py3-none-any.whl (532 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 532.7/532.7 kB 43.9 MB/s eta 0:00:00\nDownloading markdown2-2.4.12-py2.py3-none-any.whl (41 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 41.2/41.2 kB 12.9 MB/s eta 0:00:00\nDownloading pydantic-1.10.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.1/3.1 MB 57.3 MB/s eta 0:00:00\nDownloading PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (705 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 705.5/705.5 kB 55.2 MB/s eta 0:00:00\nDownloading rocketchat_API-1.31.0-py3-none-any.whl (21 kB)\nDownloading slack_sdk-3.26.1-py2.py3-none-any.whl (284 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 284.1/284.1 kB 60.1 MB/s eta 0:00:00\nDownloading boto3-1.34.7-py3-none-any.whl (139 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 139.3/139.3 kB 41.2 MB/s eta 0:00:00\nDownloading botocore-1.34.7-py3-none-any.whl (11.9 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 11.9/11.9 MB 87.2 MB/s eta 0:00:00\nDownloading certifi-2023.11.17-py3-none-any.whl (162 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 162.5/162.5 kB 47.7 MB/s eta 0:00:00\nDownloading cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 443.9/443.9 kB 74.7 MB/s eta 0:00:00\nDownloading click-8.1.7-py3-none-any.whl (97 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 97.9/97.9 kB 28.9 MB/s eta 0:00:00\nDownloading fonttools-4.47.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 4.6/4.6 MB 111.9 MB/s eta 0:00:00\nDownloading google_auth-2.25.2-py2.py3-none-any.whl (184 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 184.2/184.2 kB 45.2 MB/s eta 0:00:00\nDownloading hikaru_core-1.1.1-py3-none-any.whl (83 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 83.7/83.7 kB 22.4 MB/s eta 0:00:00\nDownloading Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (3.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 3.6/3.6 MB 119.6 MB/s eta 0:00:00\nDownloading prometheus_api_client-0.5.4-py3-none-any.whl (28 kB)\nDownloading requests-2.31.0-py3-none-any.whl (62 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 62.6/62.6 kB 21.6 MB/s eta 0:00:00\nDownloading tenacity-8.2.3-py3-none-any.whl (24 kB)\nDownloading typing_extensions-4.9.0-py3-none-any.whl (32 kB)\nDownloading urllib3-2.0.7-py3-none-any.whl (124 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 124.2/124.2 kB 32.5 MB/s eta 0:00:00\nDownloading Markdown-3.5.1-py3-none-any.whl (102 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 102.2/102.2 kB 29.3 MB/s eta 0:00:00\nDownloading packaging-23.2-py3-none-any.whl (53 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 53.0/53.0 kB 17.8 MB/s eta 0:00:00\nDownloading cachetools-5.3.2-py3-none-any.whl (9.3 kB)\nDownloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 142.1/142.1 kB 37.0 MB/s eta 0:00:00\nDownloading idna-3.6-py3-none-any.whl (61 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 61.6/61.6 kB 16.3 MB/s eta 0:00:00\nDownloading pandas-2.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.3 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 12.3/12.3 MB 123.4 MB/s eta 0:00:00\nDownloading numpy-1.26.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 18.2/18.2 MB 106.4 MB/s eta 0:00:00\nDownloading ruamel.yaml-0.18.5-py3-none-any.whl (116 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 116.4/116.4 kB 33.3 MB/s eta 0:00:00\nDownloading s3transfer-0.10.0-py3-none-any.whl (82 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 82.1/82.1 kB 24.0 MB/s eta 0:00:00\nDownloading dateparser-1.2.0-py2.py3-none-any.whl (294 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 295.0/295.0 kB 60.1 MB/s eta 0:00:00\nDownloading matplotlib-3.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 11.6/11.6 MB 119.9 MB/s eta 0:00:00\nDownloading contourpy-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (310 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 310.7/310.7 kB 65.1 MB/s eta 0:00:00\nDownloading cycler-0.12.1-py3-none-any.whl (8.3 kB)\nDownloading kiwisolver-1.4.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 1.6/1.6 MB 106.5 MB/s eta 0:00:00\nDownloading pyasn1-0.5.1-py2.py3-none-any.whl (84 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 84.9/84.9 kB 19.7 MB/s eta 0:00:00\nDownloading pyparsing-3.1.1-py3-none-any.whl (103 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 103.1/103.1 kB 28.3 MB/s eta 0:00:00\nDownloading regex-2023.12.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (773 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 774.0/774.0 kB 88.7 MB/s eta 0:00:00\nDownloading ruamel.yaml.clib-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (526 kB)\n \u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501\u2501 526.7/526.7 kB 79.9 MB/s eta 0:00:00\nDownloading tzlocal-5.2-py3-none-any.whl (17 kB)\nBuilding wheels for collected packages: bitmath, pymsteams, future\n Building wheel for bitmath (pyproject.toml): started\n Building wheel for bitmath (pyproject.toml): finished with status 'done'\n Created wheel for bitmath: filename=bitmath-1.3.3.1-py3-none-any.whl size=23976 sha256=e990cb3c1c9f9e7d2ff5f36b385501dba538df90093c162a2024afd6397c03ce\n Stored in directory: /home/runner/.cache/pip/wheels/2d/32/d2/936069b5a9583c55bc7c7dce6c746a543ce61d7dfbb4013e13\n Building wheel for pymsteams (pyproject.toml): started\n Building wheel for pymsteams (pyproject.toml): finished with status 'done'\n Created wheel for pymsteams: filename=pymsteams-0.1.16-py3-none-any.whl size=5825 sha256=aed457b3e3040148fab44e2eb4a4955d6dd66ca00152503f94d90b86dfde1fa8\n Stored in directory: /home/runner/.cache/pip/wheels/16/98/ec/ce488a9493065af0b2158dfb5064d48657157441a4828fbd32\n Building wheel for future (pyproject.toml): started\n Building wheel for future (pyproject.toml): finished with status 'done'\n Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492024 sha256=4b77fee68e93a8094a0e88b8fa4b1fe18538839f05cca147907534ea4c638de2\n Stored in directory: /home/runner/.cache/pip/wheels/5e/a9/47/f118e66afd12240e4662752cc22cefae5d97275623aa8ef57d\nSuccessfully built bitmath pymsteams future\nInstalling collected packages: pytz, colorlog, click-spinner, bitmath, websocket-client, watchgod, urllib3, tzlocal, tzdata, typing-extensions, toml, tenacity, slack-sdk, six, ruamel.yaml.clib, regex, pyyaml, pyparsing, PyJWT, pycparser, pyasn1, prometheus-client, Pillow, packaging, oauthlib, numpy, markdown2, markdown, kiwisolver, jmespath, idna, future, fonttools, dpath, docutils, defusedxml, cycler, click, charset-normalizer, certifi, cachetools, attrs, typer, ruamel.yaml, rsa, requests, python-dateutil, pydantic, pyasn1-modules, fpdf2, contourpy, cffi, rocketchat-api, requests-toolbelt, requests-oauthlib, pymsteams, pandas, opsgenie-sdk, matplotlib, httmock, google-auth, dateparser, cryptography, croniter, botocore, webexteamssdk, s3transfer, prometheus-api-client, kubernetes, apprise, hikaru-core, boto3, prometrix, hikaru-model-26, robusta-cli\nSuccessfully installed Pillow-10.1.0 PyJWT-2.4.0 apprise-1.6.0 attrs-23.1.0 bitmath-1.3.3.1 boto3-1.34.7 botocore-1.34.7 cachetools-5.3.2 certifi-2023.11.17 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 click-spinner-0.1.10 colorlog-5.0.1 contourpy-1.2.0 croniter-1.4.1 cryptography-36.0.2 cycler-0.12.1 dateparser-1.2.0 defusedxml-0.7.1 docutils-0.17.1 dpath-2.1.6 fonttools-4.47.0 fpdf2-2.7.7 future-0.18.3 google-auth-2.25.2 hikaru-core-1.1.1 hikaru-model-26-1.1.1 httmock-1.4.0 idna-3.6 jmespath-1.0.1 kiwisolver-1.4.5 kubernetes-26.1.0 markdown-3.5.1 markdown2-2.4.12 matplotlib-3.8.2 numpy-1.26.2 oauthlib-3.2.2 opsgenie-sdk-2.1.5 packaging-23.2 pandas-2.1.4 prometheus-api-client-0.5.4 prometheus-client-0.12.0 prometrix-0.1.15 pyasn1-0.5.1 pyasn1-modules-0.3.0 pycparser-2.21 pydantic-1.10.13 pymsteams-0.1.16 pyparsing-3.1.1 python-dateutil-2.8.2 pytz-2021.3 pyyaml-6.0.1 regex-2023.12.25 requests-2.31.0 requests-oauthlib-1.3.1 requests-toolbelt-1.0.0 robusta-cli-0.0.0 rocketchat-api-1.31.0 rsa-4.9 ruamel.yaml-0.18.5 ruamel.yaml.clib-0.2.8 s3transfer-0.10.0 six-1.16.0 slack-sdk-3.26.1 tenacity-8.2.3 toml-0.10.2 typer-0.4.2 typing-extensions-4.9.0 tzdata-2023.3 tzlocal-5.2 urllib3-2.0.7 watchgod-0.7 webexteamssdk-1.6.1 websocket-client-1.3.3\n\n[notice] A new release of pip is available: 23.0.1 -> 23.3.2\n[notice] To update, run: pip install --upgrade pip\nWARNING:root:Running without kube-config! e=Invalid kube-config file. No configuration found.\nTraceback (most recent call last):\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/bin/robusta\", line 5, in \n from robusta.cli.main import app\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/robusta/cli/main.py\", line 32, in \n from robusta.core.sinks.robusta.robusta_sink_params import RobustaSinkConfigWrapper, RobustaSinkParams\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/robusta/core/sinks/robusta/__init__.py\", line 1, in \n from robusta.core.sinks.robusta.robusta_sink import RobustaSink\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/robusta/core/sinks/robusta/robusta_sink.py\", line 29, in \n from robusta.core.sinks.robusta.prometheus_health_checker import PrometheusHealthChecker\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/robusta/core/sinks/robusta/prometheus_health_checker.py\", line 16, in \n from robusta.utils.silence_utils import BaseSilenceParams, get_alertmanager_silences_connection\n File \"/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/robusta/utils/silence_utils.py\", line 14, in \n from src.robusta.integrations import openshift\nModuleNotFoundError: No module named 'src'\n##[error]Process completed with exit code 1.\n"}], "diff": "diff --git a/src/robusta/utils/silence_utils.py b/src/robusta/utils/silence_utils.py\nindex 72bae2d6..eef4caac 100644\n--- a/src/robusta/utils/silence_utils.py\n+++ b/src/robusta/utils/silence_utils.py\n@@ -10,8 +10,8 @@ from pydantic import BaseModel, SecretStr, validator\n \n from robusta.core.exceptions import AlertsManagerNotFound, NoAlertManagerUrlFound\n from robusta.core.model.base_params import ActionParams\n+from robusta.integrations import openshift\n from robusta.integrations.prometheus.utils import AlertManagerDiscovery, ServiceDiscovery\n-from src.robusta.integrations import openshift\n \n # ref to api https://github.com/prometheus/alertmanager/blob/main/api/v2/openapi.yaml\n \n", "difficulty": 2, "changed_files": ["src/robusta/utils/silence_utils.py"], "commit_link": "https://github.com/robusta-dev/robusta/tree/903a05c3ab95316477dd9d322b29e29b14f12ce9"}