feat: change relation between alerts and incidents to work with fingerprints instead of alert ids #2473
Google Cloud Build / Cloud-Run-Keep-API (keephq-sandbox)
succeeded
Dec 2, 2024 in 6m 35s
Summary
Build Information
Trigger | Cloud-Run-Keep-API |
Build | a37eff09-c1b0-4ce7-b207-2f1c8b3fd004 |
Start | 2024-12-02T07:06:52-08:00 |
Duration | 5m54.036s |
Status | SUCCESS |
Steps
Step | Status | Duration |
---|---|---|
Build | SUCCESS | 3m21.81s |
Push | SUCCESS | 23.627s |
Deploy | SUCCESS | 2m2.164s |
Details
starting build "a37eff09-c1b0-4ce7-b207-2f1c8b3fd004"
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 940840054511b3d3546cb2343ec126cfd22588aa -> FETCH_HEAD
HEAD is now at 9408400 clean leftovers
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 46.1MB
Step #0 - "Build": Step 1/24 : 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": 55ab1b300d4b: Verifying Checksum
Step #0 - "Build": 55ab1b300d4b: Download complete
Step #0 - "Build": 2fe2526b64df: Verifying Checksum
Step #0 - "Build": 2fe2526b64df: Download complete
Step #0 - "Build": 782257b4c342: Verifying Checksum
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/24 : ENV PYTHONFAULTHANDLER=1 PYTHONHASHSEED=random PYTHONUNBUFFERED=1
Step #0 - "Build": ---> Running in 4ba69bcee65f
Step #0 - "Build": Removing intermediate container 4ba69bcee65f
Step #0 - "Build": ---> d836c4354fb3
Step #0 - "Build": Step 3/24 : RUN useradd --user-group --system --create-home --no-log-init keep
Step #0 - "Build": ---> Running in f1d09d9ca86c
Step #0 - "Build": Removing intermediate container f1d09d9ca86c
Step #0 - "Build": ---> 11cbd0f1a0e3
Step #0 - "Build": Step 4/24 : WORKDIR /app
Step #0 - "Build": ---> Running in b441aeaa8cae
Step #0 - "Build": Removing intermediate container b441aeaa8cae
Step #0 - "Build": ---> 3a1038f59e6c
Step #0 - "Build": Step 5/24 : FROM base as builder
Step #0 - "Build": ---> 3a1038f59e6c
Step #0 - "Build": Step 6/24 : 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 b2e7c26ffdbf
Step #0 - "Build": Removing intermediate container b2e7c26ffdbf
Step #0 - "Build": ---> 894343cc939c
Step #0 - "Build": Step 7/24 : RUN pip install "poetry==$POETRY_VERSION"
Step #0 - "Build": ---> Running in c3e169d2048c
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 170.3 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.28.0-py3-none-any.whl.metadata (4.4 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.1-py3-none-any.whl.metadata (4.5 kB)
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": 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.1-py3-none-any.whl.metadata (4.4 kB)
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": 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.25.0-py3-none-any.whl.metadata (4.5 kB)
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-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.7 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 142.7 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 244.5 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 212.6 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 258.6 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 181.3 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 213.9 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 154.2 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 195.4 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 192.1 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 185.7 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 207.9 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 204.1 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 164.4 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 208.8 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 243.8 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 259.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 173.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 185.8 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 252.8 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 258.8 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 253.0 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-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
Step #0 - "Build": ββββββββββββββββββββββββββββββββββββββββ 4.2/4.2 MB 255.0 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 198.0 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 258.0 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 216.6 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-44.0.0 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 c3e169d2048c
Step #0 - "Build": ---> 434937dcc344
Step #0 - "Build": Step 8/24 : RUN python -m venv /venv
Step #0 - "Build": ---> Running in 3d78a5158d43
Step #0 - "Build": Removing intermediate container 3d78a5158d43
Step #0 - "Build": ---> f2e067ead30d
Step #0 - "Build": Step 9/24 : COPY pyproject.toml poetry.lock ./
Step #0 - "Build": ---> ab31c871b713
Step #0 - "Build": Step 10/24 : 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 a74c2c21c0b3
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" or python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32"' 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 184.2 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 requi
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/a37eff09-c1b0-4ce7-b207-2f1c8b3fd004?project=442666953093.]
...
-packages (from keep==0.30.7) (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.7) (1.7.4)
Step #0 - "Build": Requirement already satisfied: sqlalchemy==1.4.41 in /venv/lib/python3.11/site-packages (from keep==0.30.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (2.6.1)
Step #0 - "Build": Requirement already satisfied: execnet>=2.1 in /venv/lib/python3.11/site-packages (from pytest-xdist<4.0.0,>=3.6.1->keep==0.30.7) (2.1.1)
Step #0 - "Build": Requirement already satisfied: pytest>=7.0.0 in /venv/lib/python3.11/site-packages (from pytest-xdist<4.0.0,>=3.6.1->keep==0.30.7) (7.4.4)
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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (3.8.1)
Step #0 - "Build": Requirement already satisfied: iniconfig in /venv/lib/python3.11/site-packages (from pytest>=7.0.0->pytest-xdist<4.0.0,>=3.6.1->keep==0.30.7) (2.0.0)
Step #0 - "Build": Requirement already satisfied: pluggy<2.0,>=0.12 in /venv/lib/python3.11/site-packages (from pytest>=7.0.0->pytest-xdist<4.0.0,>=3.6.1->keep==0.30.7) (1.5.0)
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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7) (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.7-py3-none-any.whl size=671342 sha256=3633b5b16550c25927421289b446ba0444f25bbcde135241fae8d3562e911d49
Step #0 - "Build": Stored in directory: /tmp/pip-ephem-wheel-cache-kteckmks/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.7
Step #0 - "Build": Removing intermediate container b9dae593f61d
Step #0 - "Build": ---> 17f54ae601d2
Step #0 - "Build": Step 15/24 : FROM base as final
Step #0 - "Build": ---> 3a1038f59e6c
Step #0 - "Build": Step 16/24 : ENV PATH="/venv/bin:${PATH}"
Step #0 - "Build": ---> Running in ad182b8e3ee6
Step #0 - "Build": Removing intermediate container ad182b8e3ee6
Step #0 - "Build": ---> a235a8ae3cf8
Step #0 - "Build": Step 17/24 : ENV VIRTUAL_ENV="/venv"
Step #0 - "Build": ---> Running in fef71c4ce3b1
Step #0 - "Build": Removing intermediate container fef71c4ce3b1
Step #0 - "Build": ---> ba3e00279a27
Step #0 - "Build": Step 18/24 : ENV EE_PATH="ee"
Step #0 - "Build": ---> Running in 6ecf2de01b5b
Step #0 - "Build": Removing intermediate container 6ecf2de01b5b
Step #0 - "Build": ---> d9b32352ebd9
Step #0 - "Build": Step 19/24 : COPY --from=builder /venv /venv
Step #0 - "Build": ---> 4de48880ab96
Step #0 - "Build": Step 20/24 : COPY --from=builder /app/examples /examples
Step #0 - "Build": ---> 4546d002e2b5
Step #0 - "Build": Step 21/24 : 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 dd4354cb9911
Step #0 - "Build": Removing intermediate container dd4354cb9911
Step #0 - "Build": ---> 7164f1a6f04f
Step #0 - "Build": Step 22/24 : USER keep
Step #0 - "Build": ---> Running in 58275806b89c
Step #0 - "Build": Removing intermediate container 58275806b89c
Step #0 - "Build": ---> 3bc6bea82f8c
Step #0 - "Build": Step 23/24 : ENTRYPOINT ["/venv/lib/python3.11/site-packages/keep/entrypoint.sh"]
Step #0 - "Build": ---> Running in 87c6b7fa468d
Step #0 - "Build": Removing intermediate container 87c6b7fa468d
Step #0 - "Build": ---> 73e81b4748b7
Step #0 - "Build": Step 24/24 : 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 7a558522ed60
Step #0 - "Build": Removing intermediate container 7a558522ed60
Step #0 - "Build": ---> 28288d74acaa
Step #0 - "Build": Successfully built 28288d74acaa
Step #0 - "Build": Successfully tagged us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api:940840054511b3d3546cb2343ec126cfd22588aa
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": 1f701231b5dd: Preparing
Step #1 - "Push": 8cd0f0ef6113: Preparing
Step #1 - "Push": fb6a3ef90dca: Preparing
Step #1 - "Push": b23544a54d94: Preparing
Step #1 - "Push": 4e3ffdfcb69b: Preparing
Step #1 - "Push": 2897deee41a6: Preparing
Step #1 - "Push": 9755a16a1f9f: Preparing
Step #1 - "Push": 5de13230f4c9: Preparing
Step #1 - "Push": b99d01c6daf9: Preparing
Step #1 - "Push": 2897deee41a6: Waiting
Step #1 - "Push": 9755a16a1f9f: Waiting
Step #1 - "Push": 5de13230f4c9: Waiting
Step #1 - "Push": b99d01c6daf9: Waiting
Step #1 - "Push": b23544a54d94: Pushed
Step #1 - "Push": 2897deee41a6: Layer already exists
Step #1 - "Push": 8cd0f0ef6113: Pushed
Step #1 - "Push": 4e3ffdfcb69b: Pushed
Step #1 - "Push": 9755a16a1f9f: Layer already exists
Step #1 - "Push": 5de13230f4c9: Layer already exists
Step #1 - "Push": b99d01c6daf9: Layer already exists
Step #1 - "Push": fb6a3ef90dca: Pushed
Step #1 - "Push": 1f701231b5dd: Pushed
Step #1 - "Push": 940840054511b3d3546cb2343ec126cfd22588aa: digest: sha256:cde4ba1e043fe3ded2b030627b5c8c21149d5e50b229443d4683ac0caac71ed4 size: 2208
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": b1d241eb5da7: Waiting
Step #2 - "Deploy": 5ce281a12f9c: Waiting
Step #2 - "Deploy": 94f6da66521d: Waiting
Step #2 - "Deploy": 5604c6551435: Verifying Checksum
Step #2 - "Deploy": 5604c6551435: Download complete
Step #2 - "Deploy": a7c629b802a1: Verifying Checksum
Step #2 - "Deploy": a7c629b802a1: Download complete
Step #2 - "Deploy": b1d241eb5da7: Verifying Checksum
Step #2 - "Deploy": b1d241eb5da7: Download complete
Step #2 - "Deploy": 908b9e25258b: Verifying Checksum
Step #2 - "Deploy": 908b9e25258b: Download complete
Step #2 - "Deploy": 94f6da66521d: Verifying Checksum
Step #2 - "Deploy": 94f6da66521d: 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": Deploying...
Step #2 - "Deploy": Creating Revision..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
Step #2 - "Deploy": Routing traffic.....done
Step #2 - "Deploy": Done.
Step #2 - "Deploy": Service [keep-api-feature-2398-change-relation-between-alerts-and-incide] revision [keep-api-feature-2398-change-relation-between-alerts--00003-7pl] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://keep-api-feature-2398-change-relation-between-ale-3jg67kxyna-uc.a.run.app
Step #2 - "Deploy": Updated IAM policy for service [keep-api-feature-2398-change-relation-between-alerts-and-incide].
Step #2 - "Deploy": bindings:
Step #2 - "Deploy": - members:
Step #2 - "Deploy": - allUsers
Step #2 - "Deploy": role: roles/run.invoker
Step #2 - "Deploy": etag: BwYoSvsA7Ys=
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:940840054511b3d3546cb2343ec126cfd22588aa
The push refers to repository [us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api]
1f701231b5dd: Preparing
8cd0f0ef6113: Preparing
fb6a3ef90dca: Preparing
b23544a54d94: Preparing
4e3ffdfcb69b: Preparing
2897deee41a6: Preparing
9755a16a1f9f: Preparing
5de13230f4c9: Preparing
b99d01c6daf9: Preparing
9755a16a1f9f: Waiting
b99d01c6daf9: Waiting
2897deee41a6: Waiting
5de13230f4c9: Waiting
8cd0f0ef6113: Layer already exists
4e3ffdfcb69b: Layer already exists
1f701231b5dd: Layer already exists
fb6a3ef90dca: Layer already exists
b23544a54d94: Layer already exists
2897deee41a6: Layer already exists
9755a16a1f9f: Layer already exists
b99d01c6daf9: Layer already exists
5de13230f4c9: Layer already exists
940840054511b3d3546cb2343ec126cfd22588aa: digest: sha256:cde4ba1e043fe3ded2b030627b5c8c21149d5e50b229443d4683ac0caac71ed4 size: 2208
DONE
Loading