Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: general incident improvements #2612

Merged
merged 4 commits into from
Nov 25, 2024

Merge branch 'main' into 2593-feature-general-incident-page-improvements

9d94fb6
Select commit
Loading
Failed to load commit list.
Merged

chore: general incident improvements #2612

Merge branch 'main' into 2593-feature-general-incident-page-improvements
9d94fb6
Select commit
Loading
Failed to load commit list.
Google Cloud Build / Cloud-Run-Keep-API (keephq-sandbox) succeeded Nov 25, 2024 in 5m 47s

Summary

Build Information

Trigger Cloud-Run-Keep-API
Build 2d04c220-4379-4b97-b697-074517324d84
Start 2024-11-25T01:03:56-08:00
Duration 5m6.246s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 3m25.535s
Push SUCCESS 25.945s
Deploy SUCCESS 1m7.744s

Details

starting build "2d04c220-4379-4b97-b697-074517324d84"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/keephq/keep
 * branch            9d94fb6c9c1ede1bdb7fbdf8b4e68994e98bb6ce -> FETCH_HEAD
HEAD is now at 9d94fb6 Merge branch 'main' into 2593-feature-general-incident-page-improvements
BUILD
Starting Step #0 - "Build"
Step #0 - "Build": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "Build": Sending build context to Docker daemon  45.55MB

Step #0 - "Build": Step 1/25 : FROM python:3.11.10-slim-bullseye as base
Step #0 - "Build": 3.11.10-slim-bullseye: Pulling from library/python
Step #0 - "Build": 55ab1b300d4b: Pulling fs layer
Step #0 - "Build": 7bbce50388ec: Pulling fs layer
Step #0 - "Build": 2fe2526b64df: Pulling fs layer
Step #0 - "Build": 782257b4c342: Pulling fs layer
Step #0 - "Build": 782257b4c342: Waiting
Step #0 - "Build": 7bbce50388ec: Verifying Checksum
Step #0 - "Build": 7bbce50388ec: Download complete
Step #0 - "Build": 2fe2526b64df: Verifying Checksum
Step #0 - "Build": 2fe2526b64df: Download complete
Step #0 - "Build": 55ab1b300d4b: Verifying Checksum
Step #0 - "Build": 55ab1b300d4b: Download complete
Step #0 - "Build": 782257b4c342: Verifying Checksum
Step #0 - "Build": 782257b4c342: Download complete
Step #0 - "Build": 55ab1b300d4b: Pull complete
Step #0 - "Build": 7bbce50388ec: Pull complete
Step #0 - "Build": 2fe2526b64df: Pull complete
Step #0 - "Build": 782257b4c342: Pull complete
Step #0 - "Build": Digest: sha256:d910a25afa706e0b2da4b59990fb59c0495eeab597b5cd777bbdcda8b6530b7e
Step #0 - "Build": Status: Downloaded newer image for python:3.11.10-slim-bullseye
Step #0 - "Build":  ---> 998f066b8032
Step #0 - "Build": Step 2/25 : ENV PYTHONFAULTHANDLER=1     PYTHONHASHSEED=random     PYTHONUNBUFFERED=1
Step #0 - "Build":  ---> Running in ae7fc68a73c7
Step #0 - "Build": Removing intermediate container ae7fc68a73c7
Step #0 - "Build":  ---> 3033381526c0
Step #0 - "Build": Step 3/25 : RUN useradd --user-group --system --create-home --no-log-init keep
Step #0 - "Build":  ---> Running in 8cafdbb55574
Step #0 - "Build": Removing intermediate container 8cafdbb55574
Step #0 - "Build":  ---> 87678155740f
Step #0 - "Build": Step 4/25 : WORKDIR /app
Step #0 - "Build":  ---> Running in 5ab7d6c3d757
Step #0 - "Build": Removing intermediate container 5ab7d6c3d757
Step #0 - "Build":  ---> 615443ea52b4
Step #0 - "Build": Step 5/25 : FROM base as builder
Step #0 - "Build":  ---> 615443ea52b4
Step #0 - "Build": Step 6/25 : ENV PIP_DEFAULT_TIMEOUT=100     PIP_DISABLE_PIP_VERSION_CHECK=1     PIP_NO_CACHE_DIR=1     POETRY_VERSION=1.3.2
Step #0 - "Build":  ---> Running in 90760df8fd82
Step #0 - "Build": Removing intermediate container 90760df8fd82
Step #0 - "Build":  ---> 8428abceac0a
Step #0 - "Build": Step 7/25 : RUN pip install "poetry==$POETRY_VERSION"
Step #0 - "Build":  ---> Running in 21a6b1531b09
Step #0 - "Build": Collecting poetry==1.3.2
Step #0 - "Build":   Downloading poetry-1.3.2-py3-none-any.whl.metadata (7.1 kB)
Step #0 - "Build": Collecting cachecontrol<0.13.0,>=0.12.9 (from cachecontrol[filecache]<0.13.0,>=0.12.9->poetry==1.3.2)
Step #0 - "Build":   Downloading CacheControl-0.12.14-py2.py3-none-any.whl.metadata (2.2 kB)
Step #0 - "Build": Collecting cleo<3.0.0,>=2.0.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading cleo-2.1.0-py3-none-any.whl.metadata (12 kB)
Step #0 - "Build": Collecting crashtest<0.5.0,>=0.4.1 (from poetry==1.3.2)
Step #0 - "Build":   Downloading crashtest-0.4.1-py3-none-any.whl.metadata (1.1 kB)
Step #0 - "Build": Collecting dulwich<0.21.0,>=0.20.46 (from poetry==1.3.2)
Step #0 - "Build":   Downloading dulwich-0.20.50-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Step #0 - "Build": Collecting filelock<4.0.0,>=3.8.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading filelock-3.16.1-py3-none-any.whl.metadata (2.9 kB)
Step #0 - "Build": Collecting html5lib<2.0,>=1.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading html5lib-1.1-py2.py3-none-any.whl.metadata (16 kB)
Step #0 - "Build": Collecting jsonschema<5.0.0,>=4.10.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
Step #0 - "Build": Collecting keyring<24.0.0,>=23.9.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading keyring-23.13.1-py3-none-any.whl.metadata (20 kB)
Step #0 - "Build": Collecting lockfile<0.13.0,>=0.12.2 (from poetry==1.3.2)
Step #0 - "Build":   Downloading lockfile-0.12.2-py2.py3-none-any.whl.metadata (2.4 kB)
Step #0 - "Build": Collecting packaging>=20.4 (from poetry==1.3.2)
Step #0 - "Build":   Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Step #0 - "Build": Collecting pexpect<5.0.0,>=4.7.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
Step #0 - "Build": Collecting pkginfo<2.0,>=1.5 (from poetry==1.3.2)
Step #0 - "Build":   Downloading pkginfo-1.11.2-py3-none-any.whl.metadata (11 kB)
Step #0 - "Build": Collecting platformdirs<3.0.0,>=2.5.2 (from poetry==1.3.2)
Step #0 - "Build":   Downloading platformdirs-2.6.2-py3-none-any.whl.metadata (9.5 kB)
Step #0 - "Build": Collecting poetry-core==1.4.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading poetry_core-1.4.0-py3-none-any.whl.metadata (3.4 kB)
Step #0 - "Build": Collecting poetry-plugin-export<2.0.0,>=1.2.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading poetry_plugin_export-1.8.0-py3-none-any.whl.metadata (2.8 kB)
Step #0 - "Build": Collecting requests<3.0,>=2.18 (from poetry==1.3.2)
Step #0 - "Build":   Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Step #0 - "Build": Collecting requests-toolbelt<0.11.0,>=0.9.1 (from poetry==1.3.2)
Step #0 - "Build":   Downloading requests_toolbelt-0.10.1-py2.py3-none-any.whl.metadata (14 kB)
Step #0 - "Build": Collecting shellingham<2.0,>=1.5 (from poetry==1.3.2)
Step #0 - "Build":   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
Step #0 - "Build": Collecting tomlkit!=0.11.2,!=0.11.3,<1.0.0,>=0.11.1 (from poetry==1.3.2)
Step #0 - "Build":   Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB)
Step #0 - "Build": Collecting trove-classifiers>=2022.5.19 (from poetry==1.3.2)
Step #0 - "Build":   Downloading trove_classifiers-2024.10.21.16-py3-none-any.whl.metadata (2.2 kB)
Step #0 - "Build": Collecting urllib3<2.0.0,>=1.26.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
Step #0 - "Build":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 kB 10.8 MB/s eta 0:00:00
Step #0 - "Build": Collecting virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 (from poetry==1.3.2)
Step #0 - "Build":   Downloading virtualenv-20.27.1-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build": Collecting msgpack>=0.5.2 (from cachecontrol<0.13.0,>=0.12.9->cachecontrol[filecache]<0.13.0,>=0.12.9->poetry==1.3.2)
Step #0 - "Build":   Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
Step #0 - "Build": Collecting rapidfuzz<4.0.0,>=3.0.0 (from cleo<3.0.0,>=2.0.0->poetry==1.3.2)
Step #0 - "Build":   Downloading rapidfuzz-3.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Step #0 - "Build": Collecting six>=1.9 (from html5lib<2.0,>=1.0->poetry==1.3.2)
Step #0 - "Build":   Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Step #0 - "Build": Collecting webencodings (from html5lib<2.0,>=1.0->poetry==1.3.2)
Step #0 - "Build":   Downloading webencodings-0.5.1-py2.py3-none-any.whl.metadata (2.1 kB)
Step #0 - "Build": Collecting attrs>=22.2.0 (from jsonschema<5.0.0,>=4.10.0->poetry==1.3.2)
Step #0 - "Build":   Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Step #0 - "Build": Collecting jsonschema-specifications>=2023.03.6 (from jsonschema<5.0.0,>=4.10.0->poetry==1.3.2)
Step #0 - "Build":   Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata (3.0 kB)
Step #0 - "Build": Collecting referencing>=0.28.4 (from jsonschema<5.0.0,>=4.10.0->poetry==1.3.2)
Step #0 - "Build":   Downloading referencing-0.35.1-py3-none-any.whl.metadata (2.8 kB)
Step #0 - "Build": Collecting rpds-py>=0.7.1 (from jsonschema<5.0.0,>=4.10.0->poetry==1.3.2)
Step #0 - "Build":   Downloading rpds_py-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Step #0 - "Build": Collecting jaraco.classes (from keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Downloading jaraco.classes-3.4.0-py3-none-any.whl.metadata (2.6 kB)
Step #0 - "Build": Collecting importlib-metadata>=4.11.4 (from keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Downloading importlib_metadata-8.5.0-py3-none-any.whl.metadata (4.8 kB)
Step #0 - "Build": Collecting SecretStorage>=3.2 (from keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Downloading SecretStorage-3.3.3-py3-none-any.whl.metadata (4.0 kB)
Step #0 - "Build": Collecting jeepney>=0.4.2 (from keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Downloading jeepney-0.8.0-py3-none-any.whl.metadata (1.3 kB)
Step #0 - "Build": Collecting ptyprocess>=0.5 (from pexpect<5.0.0,>=4.7.0->poetry==1.3.2)
Step #0 - "Build":   Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Step #0 - "Build": INFO: pip is looking at multiple versions of poetry-plugin-export to determine which version is compatible with other requirements. This could take a while.
Step #0 - "Build": Collecting poetry-plugin-export<2.0.0,>=1.2.0 (from poetry==1.3.2)
Step #0 - "Build":   Downloading poetry_plugin_export-1.7.1-py3-none-any.whl.metadata (2.8 kB)
Step #0 - "Build":   Downloading poetry_plugin_export-1.7.0-py3-none-any.whl.metadata (2.8 kB)
Step #0 - "Build":   Downloading poetry_plugin_export-1.6.0-py3-none-any.whl.metadata (2.8 kB)
Step #0 - "Build":   Downloading poetry_plugin_export-1.5.0-py3-none-any.whl.metadata (2.7 kB)
Step #0 - "Build":   Downloading poetry_plugin_export-1.4.0-py3-none-any.whl.metadata (2.6 kB)
Step #0 - "Build":   Downloading poetry_plugin_export-1.3.1-py3-none-any.whl.metadata (2.6 kB)
Step #0 - "Build": Collecting charset-normalizer<4,>=2 (from requests<3.0,>=2.18->poetry==1.3.2)
Step #0 - "Build":   Downloading charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
Step #0 - "Build": Collecting idna<4,>=2.5 (from requests<3.0,>=2.18->poetry==1.3.2)
Step #0 - "Build":   Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Step #0 - "Build": Collecting certifi>=2017.4.17 (from requests<3.0,>=2.18->poetry==1.3.2)
Step #0 - "Build":   Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Step #0 - "Build": Collecting distlib<1,>=0.3.7 (from virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3->poetry==1.3.2)
Step #0 - "Build":   Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Step #0 - "Build": INFO: pip is looking at multiple versions of virtualenv to determine which version is compatible with other requirements. This could take a while.
Step #0 - "Build": Collecting virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 (from poetry==1.3.2)
Step #0 - "Build":   Downloading virtualenv-20.27.0-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.26.6-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.26.5-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.26.4-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.26.3-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.26.2-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build":   Downloading virtualenv-20.26.1-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build": INFO: pip is still looking at multiple versions of virtualenv to determine which version is compatible with other requirements. This could take a while.
Step #0 - "Build":   Downloading virtualenv-20.26.0-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build":   Downloading virtualenv-20.25.3-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build":   Downloading virtualenv-20.25.2-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build":   Downloading virtualenv-20.25.1-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build":   Downloading virtualenv-20.25.0-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build": INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Step #0 - "Build":   Downloading virtualenv-20.24.7-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.24.6-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.24.5-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.24.4-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.24.3-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.24.2-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.24.1-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.24.0-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.23.1-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Downloading virtualenv-20.23.0-py3-none-any.whl.metadata (4.3 kB)
Step #0 - "Build":   Downloading virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 kB)
Step #0 - "Build":   Downloading virtualenv-20.21.1-py3-none-any.whl.metadata (4.1 kB)
Step #0 - "Build": Collecting zipp>=3.20 (from importlib-metadata>=4.11.4->keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Downloading zipp-3.21.0-py3-none-any.whl.metadata (3.7 kB)
Step #0 - "Build": Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)
Step #0 - "Build": Collecting more-itertools (from jaraco.classes->keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Downloading more_itertools-10.5.0-py3-none-any.whl.metadata (36 kB)
Step #0 - "Build": Collecting cffi>=1.12 (from cryptography>=2.0->SecretStorage>=3.2->keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Step #0 - "Build": Collecting pycparser (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Step #0 - "Build": Downloading poetry-1.3.2-py3-none-any.whl (218 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 218.9/218.9 kB 22.0 MB/s eta 0:00:00
Step #0 - "Build": Downloading poetry_core-1.4.0-py3-none-any.whl (546 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 546.4/546.4 kB 64.2 MB/s eta 0:00:00
Step #0 - "Build": Downloading CacheControl-0.12.14-py2.py3-none-any.whl (21 kB)
Step #0 - "Build": Downloading cleo-2.1.0-py3-none-any.whl (78 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 215.1 MB/s eta 0:00:00
Step #0 - "Build": Downloading crashtest-0.4.1-py3-none-any.whl (7.6 kB)
Step #0 - "Build": Downloading dulwich-0.20.50-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (501 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 501.7/501.7 kB 272.3 MB/s eta 0:00:00
Step #0 - "Build": Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
Step #0 - "Build": Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 220.4 MB/s eta 0:00:00
Step #0 - "Build": Downloading jsonschema-4.23.0-py3-none-any.whl (88 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.5/88.5 kB 201.3 MB/s eta 0:00:00
Step #0 - "Build": Downloading keyring-23.13.1-py3-none-any.whl (37 kB)
Step #0 - "Build": Downloading lockfile-0.12.2-py2.py3-none-any.whl (13 kB)
Step #0 - "Build": Downloading packaging-24.2-py3-none-any.whl (65 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 205.5 MB/s eta 0:00:00
Step #0 - "Build": Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 197.3 MB/s eta 0:00:00
Step #0 - "Build": Downloading pkginfo-1.11.2-py3-none-any.whl (31 kB)
Step #0 - "Build": Downloading platformdirs-2.6.2-py3-none-any.whl (14 kB)
Step #0 - "Build": Downloading poetry_plugin_export-1.3.1-py3-none-any.whl (10 kB)
Step #0 - "Build": Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 198.3 MB/s eta 0:00:00
Step #0 - "Build": Downloading requests_toolbelt-0.10.1-py2.py3-none-any.whl (54 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 200.2 MB/s eta 0:00:00
Step #0 - "Build": Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
Step #0 - "Build": Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
Step #0 - "Build": Downloading trove_classifiers-2024.10.21.16-py3-none-any.whl (13 kB)
Step #0 - "Build": Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 228.1 MB/s eta 0:00:00
Step #0 - "Build": Downloading virtualenv-20.21.1-py3-none-any.whl (8.7 MB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 202.8 MB/s eta 0:00:00
Step #0 - "Build": Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 188.6 MB/s eta 0:00:00
Step #0 - "Build": Downloading certifi-2024.8.30-py3-none-any.whl (167 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.3/167.3 kB 249.9 MB/s eta 0:00:00
Step #0 - "Build": Downloading charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.6/142.6 kB 230.9 MB/s eta 0:00:00
Step #0 - "Build": Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 kB 269.2 MB/s eta 0:00:00
Step #0 - "Build": Downloading idna-3.10-py3-none-any.whl (70 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 191.5 MB/s eta 0:00:00
Step #0 - "Build": Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB)
Step #0 - "Build": Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 137.9 MB/s eta 0:00:00
Step #0 - "Build": Downloading jsonschema_specifications-2024.10.1-py3-none-any.whl (18 kB)
Step #0 - "Build": Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (403 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 403.7/403.7 kB 268.5 MB/s eta 0:00:00
Step #0 - "Build": Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Step #0 - "Build": Downloading rapidfuzz-3.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 242.7 MB/s eta 0:00:00
Step #0 - "Build": Downloading referencing-0.35.1-py3-none-any.whl (26 kB)
Step #0 - "Build": Downloading rpds_py-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (360 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 360.4/360.4 kB 242.2 MB/s eta 0:00:00
Step #0 - "Build": Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
Step #0 - "Build": Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Step #0 - "Build": Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB)
Step #0 - "Build": Downloading webencodings-0.5.1-py2.py3-none-any.whl (11 kB)
Step #0 - "Build": Downloading cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 257.5 MB/s eta 0:00:00
Step #0 - "Build": Downloading zipp-3.21.0-py3-none-any.whl (9.6 kB)
Step #0 - "Build": Downloading more_itertools-10.5.0-py3-none-any.whl (60 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 195.1 MB/s eta 0:00:00
Step #0 - "Build": Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 261.8 MB/s eta 0:00:00
Step #0 - "Build": Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 205.7 MB/s eta 0:00:00
Step #0 - "Build": Installing collected packages: webencodings, trove-classifiers, ptyprocess, lockfile, distlib, zipp, urllib3, tomlkit, six, shellingham, rpds-py, rapidfuzz, pycparser, poetry-core, platformdirs, pkginfo, pexpect, packaging, msgpack, more-itertools, jeepney, idna, filelock, crashtest, charset-normalizer, certifi, attrs, virtualenv, requests, referencing, jaraco.classes, importlib-metadata, html5lib, dulwich, cleo, cffi, requests-toolbelt, jsonschema-specifications, cryptography, cachecontrol, SecretStorage, jsonschema, keyring, poetry-plugin-export, poetry
Step #0 - "Build": Successfully installed SecretStorage-3.3.3 attrs-24.2.0 cachecontrol-0.12.14 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-3.4.0 cleo-2.1.0 crashtest-0.4.1 cryptography-43.0.3 distlib-0.3.9 dulwich-0.20.50 filelock-3.16.1 html5lib-1.1 idna-3.10 importlib-metadata-8.5.0 jaraco.classes-3.4.0 jeepney-0.8.0 jsonschema-4.23.0 jsonschema-specifications-2024.10.1 keyring-23.13.1 lockfile-0.12.2 more-itertools-10.5.0 msgpack-1.1.0 packaging-24.2 pexpect-4.9.0 pkginfo-1.11.2 platformdirs-2.6.2 poetry-1.3.2 poetry-core-1.4.0 poetry-plugin-export-1.3.1 ptyprocess-0.7.0 pycparser-2.22 rapidfuzz-3.10.1 referencing-0.35.1 requests-2.32.3 requests-toolbelt-0.10.1 rpds-py-0.21.0 shellingham-1.5.4 six-1.16.0 tomlkit-0.13.2 trove-classifiers-2024.10.21.16 urllib3-1.26.20 virtualenv-20.21.1 webencodings-0.5.1 zipp-3.21.0
Step #0 - "Build": �[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Step #0 - "Build": �[0mRemoving intermediate container 21a6b1531b09
Step #0 - "Build":  ---> 17e8d93d4642
Step #0 - "Build": Step 8/25 : RUN python -m venv /venv
Step #0 - "Build":  ---> Running in 780c3da5c561
Step #0 - "Build": Removing intermediate container 780c3da5c561
Step #0 - "Build":  ---> 5ec2c0b04cc9
Step #0 - "Build": Step 9/25 : COPY pyproject.toml poetry.lock ./
Step #0 - "Build":  ---> bfa62efea39a
Step #0 - "Build": Step 10/25 : RUN poetry export -f requirements.txt --output requirements.txt --without-hashes --only main &&     /venv/bin/python -m pip install --upgrade -r requirements.txt &&     pip uninstall -y poetry
Step #0 - "Build":  ---> Running in 3e298e9cccaf
Step #0 - "Build": Ignoring async-timeout: markers 'python_version >= "3.11" and python_full_version <= "3.11.2"' don't match your environment
Step #0 - "Build": Ignoring colorama: markers 'python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows"' don't match your environment
Step #0 - "Build": Ignoring pywin32: markers 'python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows"' don't match your environment
Step #0 - "Build": Ignoring tzdata: markers 'python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows"' don't match your environment
Step #0 - "Build": Collecting aiofiles==24.1.0 (from -r requirements.txt (line 1))
Step #0 - "Build":   Downloading aiofiles-24.1.0-py3-none-any.whl.metadata (10 kB)
Step #0 - "Build": Collecting aiohappyeyeballs==2.3.5 (from -r requirements.txt (line 2))
Step #0 - "Build":   Downloading aiohappyeyeballs-2.3.5-py3-none-any.whl.metadata (5.8 kB)
Step #0 - "Build": Collecting aiohttp-retry==2.8.3 (from -r requirements.txt (line 3))
Step #0 - "Build":   Downloading aiohttp_retry-2.8.3-py3-none-any.whl.metadata (8.9 kB)
Step #0 - "Build": Collecting aiohttp==3.10.11 (from -r requirements.txt (line 4))
Step #0 - "Build":   Downloading aiohttp-3.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)
Step #0 - "Build": Collecting aiosignal==1.3.1 (from -r requirements.txt (line 5))
Step #0 - "Build":   Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
Step #0 - "Build": Collecting alembic==1.13.2 (from -r requirements.txt (line 6))
Step #0 - "Build":   Downloading alembic-1.13.2-py3-none-any.whl.metadata (7.4 kB)
Step #0 - "Build": Collecting anyio==4.4.0 (from -r requirements.txt (line 7))
Step #0 - "Build":   Downloading anyio-4.4.0-py3-none-any.whl.metadata (4.6 kB)
Step #0 - "Build": Collecting arq==0.26.0 (from -r requirements.txt (line 8))
Step #0 - "Build":   Downloading arq-0.26.0-py3-none-any.whl.metadata (2.7 kB)
Step #0 - "Build": Collecting asgiref==3.8.1 (from -r requirements.txt (line 9))
Step #0 - "Build":   Downloading asgiref-3.8.1-py3-none-any.whl.metadata (9.3 kB)
Step #0 - "Build": Collecting asn1crypto==1.5.1 (from -r requirements.txt (line 10))
Step #0 - "Build":   Downloading asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB)
Step #0 - "Build": Collecting asteval==0.9.33 (from -r requirements.txt (line 11))
Step #0 - "Build":   Downloading asteval-0.9.33-py3-none-any.whl.metadata (2.0 kB)
Step #0 - "Build": Collecting astunparse==1.6.3 (from -r requirements.txt (line 12))
Step #0 - "Build":   Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build": Collecting async-property==0.2.2 (from -r requirements.txt (line 13))
Step #0 - "Build":   Downloading async_property-0.2.2-py2.py3-none-any.whl.metadata (5.3 kB)
Step #0 - "Build": Collecting asyncio==3.4.3 (from -r requirements.txt (line 15))
Step #0 - "Build":   Downloading asyncio-3.4.3-py3-none-any.whl.metadata (1.7 kB)
Step #0 - "Build": Collecting attrs==23.2.0 (from -r requirements.txt (line 16))
Step #0 - "Build":   Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
Step #0 - "Build": Collecting auth0-python==4.7.1 (from -r requirements.txt (line 17))
Step #0 - "Build":   Downloading auth0_python-4.7.1-py3-none-any.whl.metadata (8.9 kB)
Step #0 - "Build": Collecting azure-common==1.1.28 (from -r requirements.txt (line 18))
Step #0 - "Build":   Downloading azure_common-1.1.28-py2.py3-none-any.whl.metadata (5.0 kB)
Step #0 - "Build": Collecting azure-core==1.30.2 (from -r requirements.txt (line 19))
Step #0 - "Build":   Downloading azure_core-1.30.2-py3-none-any.whl.metadata (37 kB)
Step #0 - "Build": Collecting azure-identity==1.16.1 (from -r requirements.txt (line 20))
Step #0 - "Build":   Downloading azure_identity-1.16.1-py3-none-any.whl.metadata (77 kB)
Step #0 - "Build":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.0/77.0 kB 64.9 MB/s eta 0:00:00
Step #0 - "Build": Collecting azure-mgmt-containerservice==27.0.0 (from -r requirements.txt (line 21))
Step #0 - "Build":   Downloading azure_mgmt_containerservice-27.0.0-py3-none-any.whl.metadata (39 kB)
Step #0 - "Build": Collecting azure-mgmt-core==1.4.0 (from -r requirements.txt (line 22))
Step #0 - "Build":   Downloading azure_mgmt_core-1.4.0-py3-none-any.whl.metadata (4.1 kB)
Step #0 - "Build": Collecting babel==2.15.0 (from -r requirements.txt (line 23))
Step #0 - "Build":   Downloading Babel-2.15.0-py3-none-any.whl.metadata (1.5 kB)
Step #0 - "Build": Collecting backoff==2.2.1 (from -r requirements.txt (line 24))
Step #0 - "Build":   Downloading backoff-2.2.1-py3-none-any.whl.metadata (14 kB)
Step #0 - "Build": Collecting bcrypt==4.1.3 (from -r requirements.txt (line 25))
Step #0 - "Build":   Downloading bcrypt-4.1.3-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (9.5 kB)
Step #0 - "Build": Collecting bidict==0.23.1 (from -r requirements.txt (line 26))
Step #0 - "Build":   Downloading bidict-0.23.1-py3-none-any.whl.metadata (8.7 kB)
Step #0 - "Build": Collecting boto3==1.34.128 (from -r requirements.txt (line 27))
Step #0 - "Build":   Downloading boto3-1.34.128-py3-none-any.whl.metadata (6.6 kB)
Step #0 - "Build": Collecting botocore==1.34.128 (from -r requirements.txt (line 28))
Step #0 - "Build":   Downloading botocore-1.34.128-py3-none-any.whl.metadata (5.7 kB)
Step #0 - "Build": Collecting cachetools==5.3.3 (from -r requirements.txt (line 29))
Step #0 - "Build":   Downloading cachetools-5.3.3-py3-none-any.whl.metadata (5.3 kB)
Step #0 - "Build": Collecting cel-python==0.1.5 (from -r requirements.txt (line 30))
Step #0 - "Build":   Downloading cel_python-0.1.5-py3-none-any.whl.metadata (5.6 kB)
Step #0 - "Build": Collecting certifi==2024.7.4 (from -r requirements.txt (line 31))
Step #0 - "Build":   Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB)
Step #0 - "Build": Collecting cffi==1.16.0 (from -r requirements.txt (line 32))
Step #0 - "Build":   Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Step #0 - "Build": Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 33))
Step #0 - "Build":   Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Step #0 - "Build": Collecting chevron==0.14.0 (from -r requirements.txt (line 34))
Step #0 - "Build":   Downloading chevron-0.14.0-py3-none-any.whl.metadata (4.9 kB)
Step #0 - "Build": Collecting click==8.1.7 (from -r requirements.txt (line 35))
Step #0 - "Build":   Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Step #0 - "Build": Collecting clickhouse-driver==0.2.9 (from -r requirements.txt (line 36))
Step #0 - "Build":   Downloading clickhouse_driver-0.2.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.1 kB)
Step #0 - "Build": Collecting cloud-sql-python-connector==1.12.0 (from -r requirements.txt (line 37))
Step #0 - "Build":   Downloading cloud_sql_python_connector-1.12.0-py2.py3-none-any.whl.metadata (25 kB)
Step #0 - "Build": Collecting cryptography==42.0.8 (from -r requirements.txt (line 39))
Step #0 - "Build":   Downloading cryptog
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/2d04c220-4379-4b97-b697-074517324d84?project=442666953093.]
...
30.0) (6.11.0)
Step #0 - "Build": Requirement already satisfied: sentry-sdk<2.0.0,>=1.15.0 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (1.45.0)
Step #0 - "Build": Requirement already satisfied: snowflake-connector-python==3.12.3 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (3.12.3)
Step #0 - "Build": Requirement already satisfied: splunk-sdk<2.0.0,>=1.7.4 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (1.7.4)
Step #0 - "Build": Requirement already satisfied: sqlalchemy==1.4.41 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (1.4.41)
Step #0 - "Build": Requirement already satisfied: sqlalchemy-utils<0.42.0,>=0.41.1 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (0.41.2)
Step #0 - "Build": Requirement already satisfied: sqlmodel<0.0.9,>=0.0.8 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (0.0.8)
Step #0 - "Build": Requirement already satisfied: starlette-context<0.4.0,>=0.3.6 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (0.3.6)
Step #0 - "Build": Requirement already satisfied: twilio<9.0.0,>=8.10.0 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (8.13.0)
Step #0 - "Build": Requirement already satisfied: uptime-kuma-api<2.0.0,>=1.2.1 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (1.2.1)
Step #0 - "Build": Requirement already satisfied: uvicorn<0.21.0,>=0.20.0 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (0.20.0)
Step #0 - "Build": Requirement already satisfied: validators<0.21.0,>=0.20.0 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (0.20.0)
Step #0 - "Build": Requirement already satisfied: websocket-client<2.0.0,>=1.6.0 in /venv/lib/python3.11/site-packages (from keep==0.30.0) (1.8.0)
Step #0 - "Build": Requirement already satisfied: Mako in /venv/lib/python3.11/site-packages (from alembic<2.0.0,>=1.13.2->keep==0.30.0) (1.3.5)
Step #0 - "Build": Requirement already satisfied: typing-extensions>=4 in /venv/lib/python3.11/site-packages (from alembic<2.0.0,>=1.13.2->keep==0.30.0) (4.12.2)
Step #0 - "Build": Requirement already satisfied: redis[hiredis]<5,>=4.2.0 in /venv/lib/python3.11/site-packages (from arq<0.27.0,>=0.26.0->keep==0.30.0) (4.6.0)
Step #0 - "Build": Requirement already satisfied: wheel<1.0,>=0.23.0 in /venv/lib/python3.11/site-packages (from astunparse<2.0.0,>=1.6.3->keep==0.30.0) (0.43.0)
Step #0 - "Build": Requirement already satisfied: six<2.0,>=1.6.1 in /venv/lib/python3.11/site-packages (from astunparse<2.0.0,>=1.6.3->keep==0.30.0) (1.16.0)
Step #0 - "Build": Requirement already satisfied: aiohttp<4.0.0,>=3.8.5 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (3.10.11)
Step #0 - "Build": Requirement already satisfied: cryptography<43.0.0,>=42.0.4 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (42.0.8)
Step #0 - "Build": Requirement already satisfied: pyjwt<3.0.0,>=2.8.0 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (2.8.0)
Step #0 - "Build": Requirement already satisfied: urllib3<3.0.0,>=2.0.7 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (2.2.2)
Step #0 - "Build": Requirement already satisfied: azure-core>=1.23.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.16.1->keep==0.30.0) (1.30.2)
Step #0 - "Build": Requirement already satisfied: msal>=1.24.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.16.1->keep==0.30.0) (1.28.1)
Step #0 - "Build": Requirement already satisfied: msal-extensions>=0.3.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.16.1->keep==0.30.0) (1.1.0)
Step #0 - "Build": Requirement already satisfied: isodate<1.0.0,>=0.6.1 in /venv/lib/python3.11/site-packages (from azure-mgmt-containerservice<28.0.0,>=27.0.0->keep==0.30.0) (0.6.1)
Step #0 - "Build": Requirement already satisfied: azure-common~=1.1 in /venv/lib/python3.11/site-packages (from azure-mgmt-containerservice<28.0.0,>=27.0.0->keep==0.30.0) (1.1.28)
Step #0 - "Build": Requirement already satisfied: azure-mgmt-core<2.0.0,>=1.3.2 in /venv/lib/python3.11/site-packages (from azure-mgmt-containerservice<28.0.0,>=27.0.0->keep==0.30.0) (1.4.0)
Step #0 - "Build": Requirement already satisfied: botocore<1.35.0,>=1.34.128 in /venv/lib/python3.11/site-packages (from boto3<2.0.0,>=1.26.72->keep==0.30.0) (1.34.128)
Step #0 - "Build": Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /venv/lib/python3.11/site-packages (from boto3<2.0.0,>=1.26.72->keep==0.30.0) (1.0.1)
Step #0 - "Build": Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /venv/lib/python3.11/site-packages (from boto3<2.0.0,>=1.26.72->keep==0.30.0) (0.10.1)
Step #0 - "Build": Requirement already satisfied: lark-parser>=0.10.1 in /venv/lib/python3.11/site-packages (from cel-python<0.2.0,>=0.1.5->keep==0.30.0) (0.12.0)
Step #0 - "Build": Requirement already satisfied: python-dateutil>=2.8.1 in /venv/lib/python3.11/site-packages (from cel-python<0.2.0,>=0.1.5->keep==0.30.0) (2.9.0.post0)
Step #0 - "Build": Requirement already satisfied: babel>=2.9.0 in /venv/lib/python3.11/site-packages (from cel-python<0.2.0,>=0.1.5->keep==0.30.0) (2.15.0)
Step #0 - "Build": Requirement already satisfied: pytz in /venv/lib/python3.11/site-packages (from clickhouse-driver<0.3.0,>=0.2.9->keep==0.30.0) (2024.1)
Step #0 - "Build": Requirement already satisfied: tzlocal in /venv/lib/python3.11/site-packages (from clickhouse-driver<0.3.0,>=0.2.9->keep==0.30.0) (5.2)
Step #0 - "Build": Requirement already satisfied: aiofiles in /venv/lib/python3.11/site-packages (from cloud-sql-python-connector==1.12.0->keep==0.30.0) (24.1.0)
Step #0 - "Build": Requirement already satisfied: certifi in /venv/lib/python3.11/site-packages (from datadog-api-client<3.0.0,>=2.12.0->keep==0.30.0) (2024.7.4)
Step #0 - "Build": Requirement already satisfied: elastic-transport<9,>=8.13 in /venv/lib/python3.11/site-packages (from elasticsearch<9.0.0,>=8.6.1->keep==0.30.0) (8.13.1)
Step #0 - "Build": Requirement already satisfied: starlette<0.37.0,>=0.36.3 in /venv/lib/python3.11/site-packages (from fastapi<0.110.0,>=0.109.1->keep==0.30.0) (0.36.3)
Step #0 - "Build": Requirement already satisfied: cachetools<6.0,>=2.0.0 in /venv/lib/python3.11/site-packages (from google-auth==2.34.0->keep==0.30.0) (5.3.3)
Step #0 - "Build": Requirement already satisfied: pyasn1-modules>=0.2.1 in /venv/lib/python3.11/site-packages (from google-auth==2.34.0->keep==0.30.0) (0.4.0)
Step #0 - "Build": Requirement already satisfied: rsa<5,>=3.1.4 in /venv/lib/python3.11/site-packages (from google-auth==2.34.0->keep==0.30.0) (4.9)
Step #0 - "Build": Requirement already satisfied: google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.30.0) (2.19.0)
Step #0 - "Build": Requirement already satisfied: google-cloud-core<3.0.0dev,>=1.6.0 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.30.0) (2.4.1)
Step #0 - "Build": Requirement already satisfied: google-resumable-media<3.0dev,>=0.6.0 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.30.0) (2.7.1)
Step #0 - "Build": Requirement already satisfied: proto-plus<2.0.0dev,>=1.22.3 in /venv/lib/python3.11/site-packages (from google-cloud-container<3.0.0,>=2.32.0->keep==0.30.0) (1.23.0)
Step #0 - "Build": Requirement already satisfied: protobuf!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.19.5 in /venv/lib/python3.11/site-packages (from google-cloud-container<3.0.0,>=2.32.0->keep==0.30.0) (4.25.3)
Step #0 - "Build": Requirement already satisfied: google-cloud-appengine-logging<2.0.0dev,>=0.1.3 in /venv/lib/python3.11/site-packages (from google-cloud-logging<4.0.0,>=3.11.3->keep==0.30.0) (1.5.0)
Step #0 - "Build": Requirement already satisfied: google-cloud-audit-log<1.0.0dev,>=0.2.4 in /venv/lib/python3.11/site-packages (from google-cloud-logging<4.0.0,>=3.11.3->keep==0.30.0) (0.3.0)
Step #0 - "Build": Requirement already satisfied: grpc-google-iam-v1<1.0.0dev,>=0.12.4 in /venv/lib/python3.11/site-packages (from google-cloud-logging<4.0.0,>=3.11.3->keep==0.30.0) (0.13.0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-api>=1.9.0 in /venv/lib/python3.11/site-packages (from google-cloud-logging<4.0.0,>=3.11.3->keep==0.30.0) (1.20.0)
Step #0 - "Build": Requirement already satisfied: google-crc32c<2.0dev,>=1.0 in /venv/lib/python3.11/site-packages (from google-cloud-storage<3.0.0,>=2.10.0->keep==0.30.0) (1.5.0)
Step #0 - "Build": Requirement already satisfied: requests-oauthlib in /venv/lib/python3.11/site-packages (from kubernetes<28.0.0,>=27.2.0->keep==0.30.0) (2.0.0)
Step #0 - "Build": Requirement already satisfied: oauthlib>=3.2.2 in /venv/lib/python3.11/site-packages (from kubernetes<28.0.0,>=27.2.0->keep==0.30.0) (3.2.2)
Step #0 - "Build": Requirement already satisfied: anyio<5,>=3.5.0 in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.30.0) (4.4.0)
Step #0 - "Build": Requirement already satisfied: distro<2,>=1.7.0 in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.30.0) (1.9.0)
Step #0 - "Build": Requirement already satisfied: httpx<1,>=0.23.0 in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.30.0) (0.26.0)
Step #0 - "Build": Requirement already satisfied: sniffio in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.30.0) (1.3.1)
Step #0 - "Build": Requirement already satisfied: tqdm>4 in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.30.0) (4.66.4)
Step #0 - "Build": Requirement already satisfied: opentelemetry-resourcedetector-gcp==1.*,>=1.5.0dev0 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-gcp-trace<2.0.0,>=1.6.0->keep==0.30.0) (1.6.0a0)
Step #0 - "Build": Requirement already satisfied: backoff<3.0.0,>=1.10.0; python_version >= "3.7" in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.30.0) (2.2.1)
Step #0 - "Build": Requirement already satisfied: deprecated>=1.2.6 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.30.0) (1.2.14)
Step #0 - "Build": Requirement already satisfied: googleapis-common-protos~=1.52 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.30.0) (1.63.1)
Step #0 - "Build": Requirement already satisfied: grpcio<2.0.0,>=1.0.0 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.30.0) (1.64.1)
Step #0 - "Build": Requirement already satisfied: opentelemetry-exporter-otlp-proto-common==1.20.0 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.30.0) (1.20.0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-proto==1.20.0 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.30.0) (1.20.0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-instrumentation-asgi==0.41b0 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-fastapi<0.42,>=0.41b0->keep==0.30.0) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-instrumentation==0.41b0 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-fastapi<0.42,>=0.41b0->keep==0.30.0) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-semantic-conventions==0.41b0 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-fastapi<0.42,>=0.41b0->keep==0.30.0) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-util-http==0.41b0 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-fastapi<0.42,>=0.41b0->keep==0.30.0) (0.41b0)
Step #0 - "Build": Requirement already satisfied: wrapt>=1.11.2 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-sqlalchemy<0.42,>=0.41b0->keep==0.30.0) (1.16.0)
Step #0 - "Build": Requirement already satisfied: setuptools>=21.0.0 in /venv/lib/python3.11/site-packages (from opsgenie-sdk<3.0.0,>=2.1.5->keep==0.30.0) (70.0.0)
Step #0 - "Build": Requirement already satisfied: tenacity>=5.0.4 in /venv/lib/python3.11/site-packages (from opsgenie-sdk<3.0.0,>=2.1.5->keep==0.30.0) (8.4.1)
Step #0 - "Build": Requirement already satisfied: bcrypt>=3.2 in /venv/lib/python3.11/site-packages (from paramiko<4.0.0,>=3.4.0->keep==0.30.0) (4.1.3)
Step #0 - "Build": Requirement already satisfied: pynacl>=1.5 in /venv/lib/python3.11/site-packages (from paramiko<4.0.0,>=3.4.0->keep==0.30.0) (1.5.0)
Step #0 - "Build": Requirement already satisfied: monotonic>=1.5 in /venv/lib/python3.11/site-packages (from posthog<4.0.0,>=3.0.1->keep==0.30.0) (1.6)
Step #0 - "Build": Requirement already satisfied: wcwidth in /venv/lib/python3.11/site-packages (from prettytable<4.0.0,>=3.9.0->keep==0.30.0) (0.2.13)
Step #0 - "Build": Requirement already satisfied: pyopenssl in /venv/lib/python3.11/site-packages (from pusher<4.0.0,>=3.3.2->keep==0.30.0) (24.2.1)
Step #0 - "Build": Requirement already satisfied: ndg-httpsclient in /venv/lib/python3.11/site-packages (from pusher<4.0.0,>=3.3.2->keep==0.30.0) (0.5.1)
Step #0 - "Build": Requirement already satisfied: pyasn1 in /venv/lib/python3.11/site-packages (from pusher<4.0.0,>=3.3.2->keep==0.30.0) (0.6.0)
Step #0 - "Build": Requirement already satisfied: dnspython<3.0.0,>=1.16.0 in /venv/lib/python3.11/site-packages (from pymongo<5.0.0,>=4.6.3->keep==0.30.0) (2.6.1)
Step #0 - "Build": Requirement already satisfied: ecdsa!=0.15 in /venv/lib/python3.11/site-packages (from python-jose<4.0.0,>=3.3.0->keep==0.30.0) (0.19.0)
Step #0 - "Build": Requirement already satisfied: async-property>=0.2.2 in /venv/lib/python3.11/site-packages (from python-keycloak==4.2.3->keep==0.30.0) (0.2.2)
Step #0 - "Build": Requirement already satisfied: deprecation>=2.1.0 in /venv/lib/python3.11/site-packages (from python-keycloak==4.2.3->keep==0.30.0) (2.1.0)
Step #0 - "Build": Requirement already satisfied: jwcrypto>=1.5.4 in /venv/lib/python3.11/site-packages (from python-keycloak==4.2.3->keep==0.30.0) (1.5.6)
Step #0 - "Build": Requirement already satisfied: requests-toolbelt>=0.6.0 in /venv/lib/python3.11/site-packages (from python-keycloak==4.2.3->keep==0.30.0) (1.0.0)
Step #0 - "Build": Requirement already satisfied: charset-normalizer<4,>=2 in /venv/lib/python3.11/site-packages (from requests<3.0.0,>=2.32.0->keep==0.30.0) (3.3.2)
Step #0 - "Build": Requirement already satisfied: idna<4,>=2.5 in /venv/lib/python3.11/site-packages (from requests<3.0.0,>=2.32.0->keep==0.30.0) (3.7)
Step #0 - "Build": Requirement already satisfied: python-http-client>=3.2.1 in /venv/lib/python3.11/site-packages (from sendgrid<7.0.0,>=6.10.0->keep==0.30.0) (3.3.7)
Step #0 - "Build": Requirement already satisfied: starkbank-ecdsa>=2.0.1 in /venv/lib/python3.11/site-packages (from sendgrid<7.0.0,>=6.10.0->keep==0.30.0) (2.2.0)
Step #0 - "Build": Requirement already satisfied: asn1crypto<2.0.0,>0.24.0 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.3->keep==0.30.0) (1.5.1)
Step #0 - "Build": Requirement already satisfied: cffi<2.0.0,>=1.9 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.3->keep==0.30.0) (1.16.0)
Step #0 - "Build": Requirement already satisfied: filelock<4,>=3.5 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.3->keep==0.30.0) (3.15.1)
Step #0 - "Build": Requirement already satisfied: sortedcontainers>=2.4.0 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.3->keep==0.30.0) (2.4.0)
Step #0 - "Build": Requirement already satisfied: platformdirs<5.0.0,>=2.6.0 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.3->keep==0.30.0) (3.8.1)
Step #0 - "Build": Requirement already satisfied: tomlkit in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.3->keep==0.30.0) (0.12.5)
Step #0 - "Build": Requirement already satisfied: greenlet!=0.4.17; python_version >= "3" and (platform_machine == "aarch64" or (platform_machine == "ppc64le" or (platform_machine == "x86_64" or (platform_machine == "amd64" or (platform_machine == "AMD64" or (platform_machine == "win32" or platform_machine == "WIN32")))))) in /venv/lib/python3.11/site-packages (from sqlalchemy==1.4.41->keep==0.30.0) (3.0.3)
Step #0 - "Build": Requirement already satisfied: sqlalchemy2-stubs in /venv/lib/python3.11/site-packages (from sqlmodel<0.0.9,>=0.0.8->keep==0.30.0) (0.0.2a38)
Step #0 - "Build": Requirement already satisfied: aiohttp-retry>=2.8.3 in /venv/lib/python3.11/site-packages (from twilio<9.0.0,>=8.10.0->keep==0.30.0) (2.8.3)
Step #0 - "Build": Requirement already satisfied: python-socketio[client]>=5.0.0 in /venv/lib/python3.11/site-packages (from uptime-kuma-api<2.0.0,>=1.2.1->keep==0.30.0) (5.11.2)
Step #0 - "Build": Requirement already satisfied: h11>=0.8 in /venv/lib/python3.11/site-packages (from uvicorn<0.21.0,>=0.20.0->keep==0.30.0) (0.14.0)
Step #0 - "Build": Requirement already satisfied: decorator>=3.4.0 in /venv/lib/python3.11/site-packages (from validators<0.21.0,>=0.20.0->keep==0.30.0) (5.1.1)
Step #0 - "Build": Requirement already satisfied: MarkupSafe>=0.9.2 in /venv/lib/python3.11/site-packages (from Mako->alembic<2.0.0,>=1.13.2->keep==0.30.0) (2.1.5)
Step #0 - "Build": Requirement already satisfied: hiredis>=1.0.0; extra == "hiredis" in /venv/lib/python3.11/site-packages (from redis[hiredis]<5,>=4.2.0->arq<0.27.0,>=0.26.0->keep==0.30.0) (2.3.2)
Step #0 - "Build": Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /venv/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.5->auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (2.3.5)
Step #0 - "Build": Requirement already satisfied: aiosignal>=1.1.2 in /venv/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.5->auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (1.3.1)
Step #0 - "Build": Requirement already satisfied: attrs>=17.3.0 in /venv/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.5->auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (23.2.0)
Step #0 - "Build": Requirement already satisfied: frozenlist>=1.1.1 in /venv/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.5->auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (1.4.1)
Step #0 - "Build": Requirement already satisfied: multidict<7.0,>=4.5 in /venv/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.5->auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (6.0.5)
Step #0 - "Build": Requirement already satisfied: yarl<2.0,>=1.12.0 in /venv/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.5->auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (1.17.2)
Step #0 - "Build": Requirement already satisfied: portalocker<3,>=1.0; platform_system != "Windows" in /venv/lib/python3.11/site-packages (from msal-extensions>=0.3.0->azure-identity<2.0.0,>=1.16.1->keep==0.30.0) (2.8.2)
Step #0 - "Build": Requirement already satisfied: grpcio-status<2.0.dev0,>=1.33.2; extra == "grpc" in /venv/lib/python3.11/site-packages (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.30.0) (1.62.2)
Step #0 - "Build": Requirement already satisfied: importlib-metadata<7.0,>=6.0 in /venv/lib/python3.11/site-packages (from opentelemetry-api>=1.9.0->google-cloud-logging<4.0.0,>=3.11.3->keep==0.30.0) (6.11.0)
Step #0 - "Build": Requirement already satisfied: httpcore==1.* in /venv/lib/python3.11/site-packages (from httpx<1,>=0.23.0->openai==1.37.1->keep==0.30.0) (1.0.5)
Step #0 - "Build": Requirement already satisfied: asgiref~=3.0 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-asgi==0.41b0->opentelemetry-instrumentation-fastapi<0.42,>=0.41b0->keep==0.30.0) (3.8.1)
Step #0 - "Build": Requirement already satisfied: pycparser in /venv/lib/python3.11/site-packages (from cffi<2.0.0,>=1.9->snowflake-connector-python==3.12.3->keep==0.30.0) (2.22)
Step #0 - "Build": Requirement already satisfied: bidict>=0.21.0 in /venv/lib/python3.11/site-packages (from python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.30.0) (0.23.1)
Step #0 - "Build": Requirement already satisfied: python-engineio>=4.8.0 in /venv/lib/python3.11/site-packages (from python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.30.0) (4.9.1)
Step #0 - "Build": Requirement already satisfied: propcache>=0.2.0 in /venv/lib/python3.11/site-packages (from yarl<2.0,>=1.12.0->aiohttp<4.0.0,>=3.8.5->auth0-python<5.0.0,>=4.4.1->keep==0.30.0) (0.2.0)
Step #0 - "Build": Requirement already satisfied: zipp>=0.5 in /venv/lib/python3.11/site-packages (from importlib-metadata<7.0,>=6.0->opentelemetry-api>=1.9.0->google-cloud-logging<4.0.0,>=3.11.3->keep==0.30.0) (3.19.2)
Step #0 - "Build": Requirement already satisfied: simple-websocket>=0.10.0 in /venv/lib/python3.11/site-packages (from python-engineio>=4.8.0->python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.30.0) (1.0.0)
Step #0 - "Build": Requirement already satisfied: wsproto in /venv/lib/python3.11/site-packages (from simple-websocket>=0.10.0->python-engineio>=4.8.0->python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.30.0) (1.2.0)
Step #0 - "Build": Building wheels for collected packages: keep
Step #0 - "Build":   Building wheel for keep (pyproject.toml): started
Step #0 - "Build":   Building wheel for keep (pyproject.toml): finished with status 'done'
Step #0 - "Build":   Created wheel for keep: filename=keep-0.30.0-py3-none-any.whl size=659118 sha256=4bf65002b0c04531f401c0d7d386cca776dffc1071263946ea8940bafeaf9773
Step #0 - "Build":   Stored in directory: /tmp/pip-ephem-wheel-cache-yob9qua4/wheels/57/0f/98/bb57b2b57b95807699b822a35c022f139d38a02c27922f27ce
Step #0 - "Build": Successfully built keep
Step #0 - "Build": Installing collected packages: keep
Step #0 - "Build": Successfully installed keep-0.30.0
Step #0 - "Build": Removing intermediate container 38189fe2ab33
Step #0 - "Build":  ---> 6e7c4663b9b1
Step #0 - "Build": Step 15/25 : FROM base as final
Step #0 - "Build":  ---> 615443ea52b4
Step #0 - "Build": Step 16/25 : ENV PATH="/venv/bin:${PATH}"
Step #0 - "Build":  ---> Running in 90a5d28b0aec
Step #0 - "Build": Removing intermediate container 90a5d28b0aec
Step #0 - "Build":  ---> 767ccd8284c1
Step #0 - "Build": Step 17/25 : ENV VIRTUAL_ENV="/venv"
Step #0 - "Build":  ---> Running in 8be1beaf391b
Step #0 - "Build": Removing intermediate container 8be1beaf391b
Step #0 - "Build":  ---> 9a6e382992f7
Step #0 - "Build": Step 18/25 : ENV EE_PATH="ee"
Step #0 - "Build":  ---> Running in 541d175ae311
Step #0 - "Build": Removing intermediate container 541d175ae311
Step #0 - "Build":  ---> c8667a8a68dd
Step #0 - "Build": Step 19/25 : COPY --from=builder /venv /venv
Step #0 - "Build":  ---> 24e51c940f39
Step #0 - "Build": Step 20/25 : COPY --from=builder /app/examples /examples
Step #0 - "Build":  ---> 531435445170
Step #0 - "Build": Step 21/25 : RUN keep provider build_cache
Step #0 - "Build":  ---> Running in 45b7aa9591f4
Step #0 - "Build": �[91mCould not determine the database dialect, falling back to default datetime column type
Step #0 - "Build": �[0m2024-11-25 09:06:21,137 [INFO] keep.cli.cli: Building providers cache
Step #0 - "Build": 2024-11-25 09:06:21,137 [INFO] keep.providers.providers_factory: Loading providers
Step #0 - "Build": 2024-11-25 09:06:24,934 [WARNING] keep.providers.providers_factory: Cannot import provider cilium_provider, unexpected error.
Step #0 - "Build": 2024-11-25 09:06:27,517 [INFO] keep.cli.cli: Providers cache built successfully
Step #0 - "Build": Removing intermediate container 45b7aa9591f4
Step #0 - "Build":  ---> dae941ed1ae4
Step #0 - "Build": Step 22/25 : RUN chgrp -R 0 /app && chmod -R g=u /app &&     chown -R keep:keep /app &&     chown -R keep:keep /venv
Step #0 - "Build":  ---> Running in ff03f6985343
Step #0 - "Build": Removing intermediate container ff03f6985343
Step #0 - "Build":  ---> acc64120ad44
Step #0 - "Build": Step 23/25 : USER keep
Step #0 - "Build":  ---> Running in 1d69c47decbe
Step #0 - "Build": Removing intermediate container 1d69c47decbe
Step #0 - "Build":  ---> d8f63c1a6e48
Step #0 - "Build": Step 24/25 : ENTRYPOINT ["/venv/lib/python3.11/site-packages/keep/entrypoint.sh"]
Step #0 - "Build":  ---> Running in 1391d39f53f9
Step #0 - "Build": Removing intermediate container 1391d39f53f9
Step #0 - "Build":  ---> d3a646e63ca9
Step #0 - "Build": Step 25/25 : CMD ["gunicorn", "keep.api.api:get_app", "--bind" , "0.0.0.0:8080" , "--workers", "4" , "-k" , "uvicorn.workers.UvicornWorker", "-c", "/venv/lib/python3.11/site-packages/keep/api/config.py", "--preload"]
Step #0 - "Build":  ---> Running in d8873bb12582
Step #0 - "Build": Removing intermediate container d8873bb12582
Step #0 - "Build":  ---> 876e69e7a459
Step #0 - "Build": Successfully built 876e69e7a459
Step #0 - "Build": Successfully tagged us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api:9d94fb6c9c1ede1bdb7fbdf8b4e68994e98bb6ce
Finished Step #0 - "Build"
Starting Step #1 - "Push"
Step #1 - "Push": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "Push": The push refers to repository [us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api]
Step #1 - "Push": 68e4538a044a: Preparing
Step #1 - "Push": 8160071e677a: Preparing
Step #1 - "Push": 2aa195582438: Preparing
Step #1 - "Push": c723df50d750: Preparing
Step #1 - "Push": 07ee6d488805: Preparing
Step #1 - "Push": c853ffbc861d: Preparing
Step #1 - "Push": 2897deee41a6: Preparing
Step #1 - "Push": 9755a16a1f9f: Preparing
Step #1 - "Push": 5de13230f4c9: Preparing
Step #1 - "Push": b99d01c6daf9: Preparing
Step #1 - "Push": c853ffbc861d: Waiting
Step #1 - "Push": 2897deee41a6: Waiting
Step #1 - "Push": 9755a16a1f9f: Waiting
Step #1 - "Push": 5de13230f4c9: Waiting
Step #1 - "Push": b99d01c6daf9: Waiting
Step #1 - "Push": 2aa195582438: Pushed
Step #1 - "Push": 07ee6d488805: Pushed
Step #1 - "Push": 2897deee41a6: Layer already exists
Step #1 - "Push": 9755a16a1f9f: Layer already exists
Step #1 - "Push": 5de13230f4c9: Layer already exists
Step #1 - "Push": b99d01c6daf9: Layer already exists
Step #1 - "Push": c853ffbc861d: Pushed
Step #1 - "Push": 8160071e677a: Pushed
Step #1 - "Push": c723df50d750: Pushed
Step #1 - "Push": 68e4538a044a: Pushed
Step #1 - "Push": 9d94fb6c9c1ede1bdb7fbdf8b4e68994e98bb6ce: digest: sha256:8020578a06d1920ce6742f10db07a033672aceae2ec2893f25637a7f86ac0afc size: 2420
Finished Step #1 - "Push"
Starting Step #2 - "Deploy"
Step #2 - "Deploy": Pulling image: gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": slim: Pulling from google.com/cloudsdktool/cloud-sdk
Step #2 - "Deploy": 908b9e25258b: Pulling fs layer
Step #2 - "Deploy": 5604c6551435: Pulling fs layer
Step #2 - "Deploy": a7c629b802a1: Pulling fs layer
Step #2 - "Deploy": b1d241eb5da7: Pulling fs layer
Step #2 - "Deploy": 5ce281a12f9c: Pulling fs layer
Step #2 - "Deploy": 94f6da66521d: Pulling fs layer
Step #2 - "Deploy": 5ce281a12f9c: Waiting
Step #2 - "Deploy": 94f6da66521d: Waiting
Step #2 - "Deploy": a7c629b802a1: Verifying Checksum
Step #2 - "Deploy": a7c629b802a1: Download complete
Step #2 - "Deploy": 5604c6551435: Verifying Checksum
Step #2 - "Deploy": 5604c6551435: Download complete
Step #2 - "Deploy": 908b9e25258b: Verifying Checksum
Step #2 - "Deploy": 908b9e25258b: Download complete
Step #2 - "Deploy": b1d241eb5da7: Verifying Checksum
Step #2 - "Deploy": b1d241eb5da7: Download complete
Step #2 - "Deploy": 908b9e25258b: Pull complete
Step #2 - "Deploy": 5604c6551435: Pull complete
Step #2 - "Deploy": a7c629b802a1: Pull complete
Step #2 - "Deploy": b1d241eb5da7: Pull complete
Step #2 - "Deploy": 5ce281a12f9c: Verifying Checksum
Step #2 - "Deploy": 5ce281a12f9c: Download complete
Step #2 - "Deploy": 5ce281a12f9c: Pull complete
Step #2 - "Deploy": 94f6da66521d: Pull complete
Step #2 - "Deploy": Digest: sha256:24c2adf283528c8eccdb208bd86fbb4196d52b0d1a7dd717698321bdaf63df1a
Step #2 - "Deploy": Status: Downloaded newer image for gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": gcr.io/google.com/cloudsdktool/cloud-sdk:slim
Step #2 - "Deploy": ERROR: (gcloud.run.services.describe) Cannot find service [keep-api-2593-feature-general-incident-page-improvements]
Step #2 - "Deploy": Deploying...
Step #2 - "Deploy": Creating Revision.........................................................................................................................................................................................................................................................................................................................................................................................................................done
Step #2 - "Deploy": Routing traffic.....done
Step #2 - "Deploy": Done.
Step #2 - "Deploy": Service [keep-api-2593-feature-general-incident-page-improvements] revision [keep-api-2593-feature-general-incident-page-improveme-00001-d7d] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://keep-api-2593-feature-general-incident-page-impro-3jg67kxyna-uc.a.run.app
Step #2 - "Deploy": Updated IAM policy for service [keep-api-2593-feature-general-incident-page-improvements].
Step #2 - "Deploy": bindings:
Step #2 - "Deploy": - members:
Step #2 - "Deploy":   - allUsers
Step #2 - "Deploy":   role: roles/run.invoker
Step #2 - "Deploy": etag: BwYnuRVCcDE=
Step #2 - "Deploy": version: 1
Finished Step #2 - "Deploy"
PUSH
Pushing us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api:9d94fb6c9c1ede1bdb7fbdf8b4e68994e98bb6ce
The push refers to repository [us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api]
68e4538a044a: Preparing
8160071e677a: Preparing
2aa195582438: Preparing
c723df50d750: Preparing
07ee6d488805: Preparing
c853ffbc861d: Preparing
2897deee41a6: Preparing
9755a16a1f9f: Preparing
5de13230f4c9: Preparing
b99d01c6daf9: Preparing
2897deee41a6: Waiting
5de13230f4c9: Waiting
b99d01c6daf9: Waiting
c853ffbc861d: Waiting
68e4538a044a: Layer already exists
2aa195582438: Layer already exists
8160071e677a: Layer already exists
07ee6d488805: Layer already exists
c723df50d750: Layer already exists
2897deee41a6: Layer already exists
c853ffbc861d: Layer already exists
9755a16a1f9f: Layer already exists
5de13230f4c9: Layer already exists
b99d01c6daf9: Layer already exists
9d94fb6c9c1ede1bdb7fbdf8b4e68994e98bb6ce: digest: sha256:8020578a06d1920ce6742f10db07a033672aceae2ec2893f25637a7f86ac0afc size: 2420
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/2d04c220-4379-4b97-b697-074517324d84?project=442666953093