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

fix: Add check for None in providers provisioning form env var #2896

Merged
merged 1 commit into from
Dec 24, 2024

Add check for None

79a78c6
Select commit
Loading
Failed to load commit list.
Merged

fix: Add check for None in providers provisioning form env var #2896

Add check for None
79a78c6
Select commit
Loading
Failed to load commit list.
Google Cloud Build / Cloud-Run-Keep-API (keephq-sandbox) succeeded Dec 24, 2024 in 5m 51s

Summary

Build Information

Trigger Cloud-Run-Keep-API
Build d32054d9-865b-4824-8976-82273738298f
Start 2024-12-24T07:19:51-08:00
Duration 5m8.376s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 2m45.255s
Push SUCCESS 24.466s
Deploy SUCCESS 1m51.813s

Details

starting build "d32054d9-865b-4824-8976-82273738298f"

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            79a78c60a6441f1faab7709a3f3d926180c74511 -> FETCH_HEAD
HEAD is now at 79a78c6 Add check for None
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  51.83MB

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": 69fb10dc82f9: Pulling fs layer
Step #0 - "Build": 06c3ff9e3d5b: Pulling fs layer
Step #0 - "Build": 0391f6b6cfc8: Pulling fs layer
Step #0 - "Build": d6c349f46a1d: Pulling fs layer
Step #0 - "Build": d6c349f46a1d: Waiting
Step #0 - "Build": 06c3ff9e3d5b: Verifying Checksum
Step #0 - "Build": 06c3ff9e3d5b: Download complete
Step #0 - "Build": 0391f6b6cfc8: Verifying Checksum
Step #0 - "Build": 0391f6b6cfc8: Download complete
Step #0 - "Build": 69fb10dc82f9: Verifying Checksum
Step #0 - "Build": 69fb10dc82f9: Download complete
Step #0 - "Build": d6c349f46a1d: Download complete
Step #0 - "Build": 69fb10dc82f9: Pull complete
Step #0 - "Build": 06c3ff9e3d5b: Pull complete
Step #0 - "Build": 0391f6b6cfc8: Pull complete
Step #0 - "Build": d6c349f46a1d: Pull complete
Step #0 - "Build": Digest: sha256:ed5f7120b2a4fe3296b2293128cef5f08077f489efc6c473015e10fe4228875a
Step #0 - "Build": Status: Downloaded newer image for python:3.11.10-slim-bullseye
Step #0 - "Build":  ---> c392dcfc9b80
Step #0 - "Build": Step 2/24 : ENV PYTHONFAULTHANDLER=1     PYTHONHASHSEED=random     PYTHONUNBUFFERED=1
Step #0 - "Build":  ---> Running in 6d71b3cea720
Step #0 - "Build": Removing intermediate container 6d71b3cea720
Step #0 - "Build":  ---> 61810058fd56
Step #0 - "Build": Step 3/24 : RUN useradd --user-group --system --create-home --no-log-init keep
Step #0 - "Build":  ---> Running in 3d48937a297e
Step #0 - "Build": Removing intermediate container 3d48937a297e
Step #0 - "Build":  ---> 6d9e82a62f6a
Step #0 - "Build": Step 4/24 : WORKDIR /app
Step #0 - "Build":  ---> Running in e54ab88f8808
Step #0 - "Build": Removing intermediate container e54ab88f8808
Step #0 - "Build":  ---> 46640de7ab18
Step #0 - "Build": Step 5/24 : FROM base as builder
Step #0 - "Build":  ---> 46640de7ab18
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 746673d090d9
Step #0 - "Build": Removing intermediate container 746673d090d9
Step #0 - "Build":  ---> 03c755584a48
Step #0 - "Build": Step 7/24 : RUN pip install "poetry==$POETRY_VERSION"
Step #0 - "Build":  ---> Running in 6375fc432ba4
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.12.0-py3-none-any.whl.metadata (12 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 4.6 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.11.0-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.17.0-py2.py3-none-any.whl.metadata (1.7 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.3.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.22.3-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.12.14-py3-none-any.whl.metadata (2.3 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 20.5 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 62.4 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 253.0 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 308.1 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 273.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 241.0 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 239.4 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.4 MB/s eta 0:00:00
Step #0 - "Build": Downloading pkginfo-1.12.0-py3-none-any.whl (32 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 200.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 202.5 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 250.0 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 242.2 MB/s eta 0:00:00
Step #0 - "Build": Downloading attrs-24.3.0-py3-none-any.whl (63 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.4/63.4 kB 234.6 MB/s eta 0:00:00
Step #0 - "Build": Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.9/164.9 kB 259.7 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 231.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 274.3 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 222.2 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 208.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 288.3 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.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 298.1 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.22.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (381 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.3/381.3 kB 304.5 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.17.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 281.6 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 183.4 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 310.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 250.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.3.0 cachecontrol-0.12.14 certifi-2024.12.14 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.12.0 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.11.0 referencing-0.35.1 requests-2.32.3 requests-toolbelt-0.10.1 rpds-py-0.22.3 shellingham-1.5.4 six-1.17.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 6375fc432ba4
Step #0 - "Build":  ---> 9dc6949412f0
Step #0 - "Build": Step 8/24 : RUN python -m venv /venv
Step #0 - "Build":  ---> Running in 2a38b92042a6
Step #0 - "Build": Removing intermediate container 2a38b92042a6
Step #0 - "Build":  ---> 378e44a26540
Step #0 - "Build": Step 9/24 : COPY pyproject.toml poetry.lock ./
Step #0 - "Build":  ---> f92a4fad3934
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 9f351aaef95e
Step #0 - "Build": Ignoring async-timeout: markers 'python_version >= "3.11" and python_full_version < "3.11.3"' 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 os_name == "nt"' 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 sys_platform == "win32" or 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.4.4 (from -r requirements.txt (line 2))
Step #0 - "Build":   Downloading aiohappyeyeballs-2.4.4-py3-none-any.whl.metadata (6.1 kB)
Step #0 - "Build": Collecting aiohttp-retry==2.9.1 (from -r requirements.txt (line 3))
Step #0 - "Build":   Downloading aiohttp_retry-2.9.1-py3-none-any.whl.metadata (8.8 kB)
Step #0 - "Build": Collecting aiohttp==3.11.11 (from -r requirements.txt (line 4))
Step #0 - "Build":   Downloading aiohttp-3.11.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB)
Step #0 - "Build": Collecting aiosignal==1.3.2 (from -r requirements.txt (line 5))
Step #0 - "Build":   Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB)
Step #0 - "Build": Collecting alembic==1.14.0 (from -r requirements.txt (line 6))
Step #0 - "Build":   Downloading alembic-1.14.0-py3-none-any.whl.metadata (7.4 kB)
Step #0 - "Build": Collecting anyio==4.7.0 (from -r requirements.txt (line 7))
Step #0 - "Build":   Downloading anyio-4.7.0-py3-none-any.whl.metadata (4.7 kB)
Step #0 - "Build": Collecting arq==0.26.1 (from -r requirements.txt (line 8))
Step #0 - "Build":   Downloading arq-0.26.1-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==24.3.0 (from -r requirements.txt (line 16))
Step #0 - "Build":   Downloading attrs-24.3.0-py3-none-any.whl.metadata (11 kB)
Step #0 - "Build": Collecting auth0-python==4.7.2 (from -r requirements.txt (line 17))
Step #0 - "Build":   Downloading auth0_python-4.7.2-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.32.0 (from -r requirements.txt (line 19))
Step #0 - "Build":   Downloading azure_core-1.32.0-py3-none-any.whl.metadata (39 kB)
Step #0 - "Build": Collecting azure-identity==1.19.0 (from -r requirements.txt (line 20))
Step #0 - "Build":   Downloading azure_identity-1.19.0-py3-none-any.whl.metadata (80 kB)
Step #0 - "Build":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.6/80.6 kB 12.4 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.5.0 (from -r requirements.txt (line 22))
Step #0 - "Build":   Downloading azure_mgmt_core-1.5.0-py3-none-any.whl.metadata (4.3 kB)
Step #0 - "Build": Collecting babel==2.16.0 (from -r requirements.txt (line 23))
Step #0 - "Build":   Downloading babel-2.16.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.2.1 (from -r requirements.txt (line 25))
Step #0 - "Build":   Downloading bcrypt-4.2.1-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (9.8 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.35.84 (from -r requirements.txt (line 27))
Step #0 - "Build":   Downloading boto3-1.35.84-py3-none-any.whl.metadata (6.7 kB)
Step #0 - "Build": Collecting botocore==1.35.84 (from -r requirements.txt (line 28))
Step #0 - "Build":   Downloading botocore-1.35.84-py3-none-any.whl.metadata (5.7 kB)
Step #0 - "Build": Collecting build==1.2.2.post1 (from -r requirements.txt (line 29))
Step #0 - "Build":   Downloading build-1.2.2.post1-py3-none-any.whl.metadata (6.5 kB)
Step #0 - "Build": Collecting cachetools==5.5.0 (from -r requirements.txt (line 30))
Step #0 - "Build":   Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB)
Step #0 - "Build": Collecting cel-python==0.1.5 (from -r requirements.txt (line 31))
Step #0 - "Build":   Downloading cel_python-0.1.5-py3-none-any.whl.metadata (5.6 kB)
Step #0 - "Build": Collecting certifi==2024.12.14 (from -r requirements.txt (line 32))
Step #0 - "Build":   Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
Step #0 - "Build": Collecting cffi==1.17.1 (from -r requirements.txt (line 33))
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 charset-normalizer==3.4.0 (from -r requirements.txt (line 34))
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 chevron==0.14.0 (from -r requirements.txt (line 35))
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 36))
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 37))
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":
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/d32054d9-865b-4824-8976-82273738298f?project=442666953093.]
...
.0.18 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (0.0.18)
Step #0 - "Build": Requirement already satisfied: python-telegram-bot<21.0,>=20.1 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (20.8)
Step #0 - "Build": Requirement already satisfied: pyyaml<7.0,>=6.0 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (6.0.2)
Step #0 - "Build": Requirement already satisfied: quickchart-io<3.0.0,>=2.0.0 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (2.0.0)
Step #0 - "Build": Requirement already satisfied: requests<3.0.0,>=2.32.0 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (2.32.3)
Step #0 - "Build": Requirement already satisfied: sendgrid<7.0.0,>=6.10.0 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (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.32.8) (1.45.1)
Step #0 - "Build": Requirement already satisfied: snowflake-connector-python==3.12.3 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (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.32.8) (1.7.4)
Step #0 - "Build": Requirement already satisfied: sqlalchemy<3.0.0,>=2.0.14 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (2.0.36)
Step #0 - "Build": Requirement already satisfied: sqlalchemy-utils<0.42.0,>=0.41.1 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (0.41.2)
Step #0 - "Build": Requirement already satisfied: sqlmodel<0.0.23,>=0.0.22 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (0.0.22)
Step #0 - "Build": Requirement already satisfied: starlette-context<0.4.0,>=0.3.6 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (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.32.8) (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.32.8) (1.2.1)
Step #0 - "Build": Requirement already satisfied: uvicorn==0.32.1 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (0.32.1)
Step #0 - "Build": Requirement already satisfied: validators<0.21.0,>=0.20.0 in /venv/lib/python3.11/site-packages (from keep==0.32.8) (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.32.8) (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.32.8) (1.3.8)
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.32.8) (4.12.2)
Step #0 - "Build": Requirement already satisfied: redis[hiredis]<6,>=4.2.0 in /venv/lib/python3.11/site-packages (from arq<0.27.0,>=0.26.0->keep==0.32.8) (5.2.1)
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.32.8) (0.45.1)
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.32.8) (1.17.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.32.8) (3.11.11)
Step #0 - "Build": Requirement already satisfied: cryptography<44.0.0,>=43.0.1 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.32.8) (43.0.3)
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.32.8) (2.10.1)
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.32.8) (2.2.3)
Step #0 - "Build": Requirement already satisfied: azure-core>=1.31.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.16.1->keep==0.32.8) (1.32.0)
Step #0 - "Build": Requirement already satisfied: msal>=1.30.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.16.1->keep==0.32.8) (1.31.1)
Step #0 - "Build": Requirement already satisfied: msal-extensions>=1.2.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.16.1->keep==0.32.8) (1.2.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.32.8) (0.7.2)
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.32.8) (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.32.8) (1.5.0)
Step #0 - "Build": Requirement already satisfied: botocore<1.36.0,>=1.35.84 in /venv/lib/python3.11/site-packages (from boto3<2.0.0,>=1.26.72->keep==0.32.8) (1.35.84)
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.32.8) (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.32.8) (0.10.4)
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.32.8) (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.32.8) (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.32.8) (2.16.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.32.8) (2024.2)
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.32.8) (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.32.8) (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.32.8) (2024.12.14)
Step #0 - "Build": Requirement already satisfied: elastic-transport<9,>=8.15.1 in /venv/lib/python3.11/site-packages (from elasticsearch<9.0.0,>=8.6.1->keep==0.32.8) (8.15.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.32.8) (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.32.8) (5.5.0)
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.32.8) (0.4.1)
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.32.8) (4.9)
Step #0 - "Build": Requirement already satisfied: google-api-core[grpc]<3.0.0dev,>=2.11.1 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.32.8) (2.24.0)
Step #0 - "Build": Requirement already satisfied: google-cloud-core<3.0.0dev,>=2.4.1 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.32.8) (2.4.1)
Step #0 - "Build": Requirement already satisfied: google-resumable-media<3.0dev,>=2.0.0 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.32.8) (2.7.2)
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.32.8) (1.25.0)
Step #0 - "Build": Requirement already satisfied: protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<6.0.0dev,>=3.20.2 in /venv/lib/python3.11/site-packages (from google-cloud-container<3.0.0,>=2.32.0->keep==0.32.8) (4.25.5)
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.32.8) (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.32.8) (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.32.8) (0.13.1)
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.32.8) (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.32.8) (1.6.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.32.8) (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.32.8) (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.32.8) (4.7.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.32.8) (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.32.8) (0.26.0)
Step #0 - "Build": Requirement already satisfied: sniffio in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.32.8) (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.32.8) (4.67.1)
Step #0 - "Build": Requirement already satisfied: build in /venv/lib/python3.11/site-packages (from openshift-client<3.0.0,>=2.0.4->keep==0.32.8) (1.2.2.post1)
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.32.8) (1.7.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.32.8) (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.32.8) (1.2.15)
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.32.8) (1.66.0)
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.32.8) (1.68.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.32.8) (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.32.8) (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.32.8) (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.32.8) (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.32.8) (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.32.8) (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.32.8) (1.17.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.32.8) (75.6.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.32.8) (9.0.0)
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.32.8) (4.2.1)
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.32.8) (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.32.8) (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.32.8) (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.32.8) (24.3.0)
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.32.8) (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.32.8) (0.6.1)
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.32.8) (2.7.0)
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.32.8) (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.32.8) (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.32.8) (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.32.8) (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.32.8) (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.32.8) (3.4.0)
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.32.8) (3.10)
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.32.8) (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.32.8) (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.32.8) (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.32.8) (1.17.1)
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.32.8) (3.16.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.32.8) (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.32.8) (4.3.6)
Step #0 - "Build": Requirement already satisfied: tomlkit in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.3->keep==0.32.8) (0.13.2)
Step #0 - "Build": Requirement already satisfied: greenlet!=0.4.17; python_version < "3.13" 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<3.0.0,>=2.0.14->keep==0.32.8) (3.1.1)
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.32.8) (2.9.1)
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.32.8) (5.12.0)
Step #0 - "Build": Requirement already satisfied: h11>=0.8 in /venv/lib/python3.11/site-packages (from uvicorn==0.32.1->keep==0.32.8) (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.32.8) (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.32.8) (3.0.2)
Step #0 - "Build": Requirement already satisfied: hiredis>=3.0.0; extra == "hiredis" in /venv/lib/python3.11/site-packages (from redis[hiredis]<6,>=4.2.0->arq<0.27.0,>=0.26.0->keep==0.32.8) (3.1.0)
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.32.8) (2.4.4)
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.32.8) (1.3.2)
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.32.8) (24.3.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.32.8) (1.5.0)
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.32.8) (6.1.0)
Step #0 - "Build": Requirement already satisfied: propcache>=0.2.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.32.8) (0.2.1)
Step #0 - "Build": Requirement already satisfied: yarl<2.0,>=1.17.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.32.8) (1.18.3)
Step #0 - "Build": Requirement already satisfied: portalocker<3,>=1.4 in /venv/lib/python3.11/site-packages (from msal-extensions>=1.2.0->azure-identity<2.0.0,>=1.16.1->keep==0.32.8) (2.10.1)
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]<3.0.0dev,>=2.11.1->google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.32.8) (1.62.3)
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.32.8) (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.32.8) (1.0.7)
Step #0 - "Build": Requirement already satisfied: pyproject_hooks in /venv/lib/python3.11/site-packages (from build->openshift-client<3.0.0,>=2.0.4->keep==0.32.8) (1.2.0)
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.32.8) (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.32.8) (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.32.8) (0.23.1)
Step #0 - "Build": Requirement already satisfied: python-engineio>=4.11.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.32.8) (4.11.1)
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.32.8) (3.21.0)
Step #0 - "Build": Requirement already satisfied: simple-websocket>=0.10.0 in /venv/lib/python3.11/site-packages (from python-engineio>=4.11.0->python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.32.8) (1.1.0)
Step #0 - "Build": Requirement already satisfied: wsproto in /venv/lib/python3.11/site-packages (from simple-websocket>=0.10.0->python-engineio>=4.11.0->python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.32.8) (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.32.8-py3-none-any.whl size=700748 sha256=ec0f54116e307f4849ece59dea1a422340ab928fedd31f2c3bdef76ac9bd0936
Step #0 - "Build":   Stored in directory: /tmp/pip-ephem-wheel-cache-efbb1ar9/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.32.8
Step #0 - "Build": Removing intermediate container 438fcb235515
Step #0 - "Build":  ---> dbc0a1fdadcb
Step #0 - "Build": Step 15/24 : FROM base as final
Step #0 - "Build":  ---> 46640de7ab18
Step #0 - "Build": Step 16/24 : ENV PATH="/venv/bin:${PATH}"
Step #0 - "Build":  ---> Running in 1fd855a15b06
Step #0 - "Build": Removing intermediate container 1fd855a15b06
Step #0 - "Build":  ---> c8eb9f266154
Step #0 - "Build": Step 17/24 : ENV VIRTUAL_ENV="/venv"
Step #0 - "Build":  ---> Running in c013006ae4f4
Step #0 - "Build": Removing intermediate container c013006ae4f4
Step #0 - "Build":  ---> 09db7a9e068b
Step #0 - "Build": Step 18/24 : ENV EE_PATH="ee"
Step #0 - "Build":  ---> Running in 16807b3c39e8
Step #0 - "Build": Removing intermediate container 16807b3c39e8
Step #0 - "Build":  ---> 889d5ac80ce9
Step #0 - "Build": Step 19/24 : COPY --from=builder /venv /venv
Step #0 - "Build":  ---> 51a1fb468103
Step #0 - "Build": Step 20/24 : COPY --from=builder /app/examples /examples
Step #0 - "Build":  ---> f44220ab2ee0
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 f25697901da0
Step #0 - "Build": Removing intermediate container f25697901da0
Step #0 - "Build":  ---> 9971bcd6d7c5
Step #0 - "Build": Step 22/24 : USER keep
Step #0 - "Build":  ---> Running in d4510432a015
Step #0 - "Build": Removing intermediate container d4510432a015
Step #0 - "Build":  ---> a620e21dc393
Step #0 - "Build": Step 23/24 : ENTRYPOINT ["/venv/lib/python3.11/site-packages/keep/entrypoint.sh"]
Step #0 - "Build":  ---> Running in 43fed072d21f
Step #0 - "Build": Removing intermediate container 43fed072d21f
Step #0 - "Build":  ---> bb5ebedb1e52
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 1079b8cf4610
Step #0 - "Build": Removing intermediate container 1079b8cf4610
Step #0 - "Build":  ---> 08fe114392f0
Step #0 - "Build": Successfully built 08fe114392f0
Step #0 - "Build": Successfully tagged us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api:79a78c60a6441f1faab7709a3f3d926180c74511
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": bd657974359a: Preparing
Step #1 - "Push": 3b5f592a1327: Preparing
Step #1 - "Push": a83249c3a9f4: Preparing
Step #1 - "Push": de57b4370ee9: Preparing
Step #1 - "Push": f6e63ef6e764: Preparing
Step #1 - "Push": c3137f9e889e: Preparing
Step #1 - "Push": 2976ba69f70e: Preparing
Step #1 - "Push": bad01c8f3881: Preparing
Step #1 - "Push": 6a4fdc7ff1bf: Preparing
Step #1 - "Push": 2976ba69f70e: Waiting
Step #1 - "Push": 6a4fdc7ff1bf: Waiting
Step #1 - "Push": bad01c8f3881: Waiting
Step #1 - "Push": c3137f9e889e: Waiting
Step #1 - "Push": de57b4370ee9: Pushed
Step #1 - "Push": f6e63ef6e764: Pushed
Step #1 - "Push": 2976ba69f70e: Layer already exists
Step #1 - "Push": c3137f9e889e: Layer already exists
Step #1 - "Push": 3b5f592a1327: Pushed
Step #1 - "Push": bad01c8f3881: Layer already exists
Step #1 - "Push": 6a4fdc7ff1bf: Pushed
Step #1 - "Push": a83249c3a9f4: Pushed
Step #1 - "Push": bd657974359a: Pushed
Step #1 - "Push": 79a78c60a6441f1faab7709a3f3d926180c74511: digest: sha256:4d622a3d10398267633a6098f134de89359128da4d8736d5847fe74b3842366d 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: Already exists
Step #2 - "Deploy": 0f014b55d253: Pulling fs layer
Step #2 - "Deploy": ece996341dc8: Pulling fs layer
Step #2 - "Deploy": ea89afd7089d: Pulling fs layer
Step #2 - "Deploy": e17b7e93b6d0: Pulling fs layer
Step #2 - "Deploy": 65320abae47d: Pulling fs layer
Step #2 - "Deploy": e17b7e93b6d0: Waiting
Step #2 - "Deploy": 65320abae47d: Waiting
Step #2 - "Deploy": ea89afd7089d: Verifying Checksum
Step #2 - "Deploy": ea89afd7089d: Download complete
Step #2 - "Deploy": 0f014b55d253: Verifying Checksum
Step #2 - "Deploy": 0f014b55d253: Download complete
Step #2 - "Deploy": ece996341dc8: Verifying Checksum
Step #2 - "Deploy": ece996341dc8: Download complete
Step #2 - "Deploy": 65320abae47d: Download complete
Step #2 - "Deploy": 0f014b55d253: Pull complete
Step #2 - "Deploy": ece996341dc8: Pull complete
Step #2 - "Deploy": ea89afd7089d: Pull complete
Step #2 - "Deploy": e17b7e93b6d0: Verifying Checksum
Step #2 - "Deploy": e17b7e93b6d0: Download complete
Step #2 - "Deploy": e17b7e93b6d0: Pull complete
Step #2 - "Deploy": 65320abae47d: Pull complete
Step #2 - "Deploy": Digest: sha256:ff4d65ebd7b28737e3cd609a29d1adb46e1d641f6f1650f426db3070d8cce211
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-fix-rules-provisioning-bug]
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-fix-rules-provisioning-bug] revision [keep-api-fix-rules-provisioning-bug-00001-2mf] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://keep-api-fix-rules-provisioning-bug-442666953093.us-central1.run.app
Step #2 - "Deploy": Updated IAM policy for service [keep-api-fix-rules-provisioning-bug].
Step #2 - "Deploy": bindings:
Step #2 - "Deploy": - members:
Step #2 - "Deploy":   - allUsers
Step #2 - "Deploy":   role: roles/run.invoker
Step #2 - "Deploy": etag: BwYqBbcwY-s=
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:79a78c60a6441f1faab7709a3f3d926180c74511
The push refers to repository [us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api]
bd657974359a: Preparing
3b5f592a1327: Preparing
a83249c3a9f4: Preparing
de57b4370ee9: Preparing
f6e63ef6e764: Preparing
c3137f9e889e: Preparing
2976ba69f70e: Preparing
bad01c8f3881: Preparing
6a4fdc7ff1bf: Preparing
c3137f9e889e: Waiting
bad01c8f3881: Waiting
2976ba69f70e: Waiting
6a4fdc7ff1bf: Waiting
3b5f592a1327: Layer already exists
a83249c3a9f4: Layer already exists
de57b4370ee9: Layer already exists
bd657974359a: Layer already exists
f6e63ef6e764: Layer already exists
c3137f9e889e: Layer already exists
6a4fdc7ff1bf: Layer already exists
bad01c8f3881: Layer already exists
2976ba69f70e: Layer already exists
79a78c60a6441f1faab7709a3f3d926180c74511: digest: sha256:4d622a3d10398267633a6098f134de89359128da4d8736d5847fe74b3842366d size: 2208
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/d32054d9-865b-4824-8976-82273738298f?project=442666953093