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: Minor quickstart fixes #2752

Merged
merged 6 commits into from
Dec 5, 2024

Merge branch 'main' into Matvey-Kuk/docs-fix

f75fe78
Select commit
Loading
Failed to load commit list.
Merged

fix: Minor quickstart fixes #2752

Merge branch 'main' into Matvey-Kuk/docs-fix
f75fe78
Select commit
Loading
Failed to load commit list.
Google Cloud Build / Cloud-Run-Keep-API (keephq-sandbox) succeeded Dec 5, 2024 in 5m 42s

Summary

Build Information

Trigger Cloud-Run-Keep-API
Build eda6799d-2fd3-4989-822b-cb2fddd498a0
Start 2024-12-05T04:51:27-08:00
Duration 5m0.567s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 3m12.047s
Push SUCCESS 21.511s
Deploy SUCCESS 1m21.037s

Details

starting build "eda6799d-2fd3-4989-822b-cb2fddd498a0"

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            f75fe78454491841998249f789998f2715271136 -> FETCH_HEAD
HEAD is now at f75fe78 Merge branch 'main' into Matvey-Kuk/docs-fix
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.16MB

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": d6c349f46a1d: Verifying Checksum
Step #0 - "Build": d6c349f46a1d: 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": 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 2edfacf46c19
Step #0 - "Build": Removing intermediate container 2edfacf46c19
Step #0 - "Build":  ---> b0a3c65c7ab0
Step #0 - "Build": Step 3/24 : RUN useradd --user-group --system --create-home --no-log-init keep
Step #0 - "Build":  ---> Running in bf57ffc134f9
Step #0 - "Build": Removing intermediate container bf57ffc134f9
Step #0 - "Build":  ---> 6c2f0a3c4d88
Step #0 - "Build": Step 4/24 : WORKDIR /app
Step #0 - "Build":  ---> Running in 6d29aceff5cd
Step #0 - "Build": Removing intermediate container 6d29aceff5cd
Step #0 - "Build":  ---> f208104c890e
Step #0 - "Build": Step 5/24 : FROM base as builder
Step #0 - "Build":  ---> f208104c890e
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 c53ca6c1a294
Step #0 - "Build": Removing intermediate container c53ca6c1a294
Step #0 - "Build":  ---> ebbd27b5513c
Step #0 - "Build": Step 7/24 : RUN pip install "poetry==$POETRY_VERSION"
Step #0 - "Build":  ---> Running in 80f4086ecec9
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.2 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.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.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.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.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 16.3 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 42.8 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 216.7 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 238.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 221.8 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 208.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 198.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 209.6 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 193.7 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 154.2 MB/s eta 0:00:00
Step #0 - "Build": Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
Step #0 - "Build": Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
Step #0 - "Build": Downloading trove_classifiers-2024.10.21.16-py3-none-any.whl (13 kB)
Step #0 - "Build": Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 212.8 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 192.8 MB/s eta 0:00:00
Step #0 - "Build": Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 198.7 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 231.1 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 236.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 252.6 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 227.6 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 134.1 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 223.0 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 259.3 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 268.3 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 228.7 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 207.1 MB/s eta 0:00:00
Step #0 - "Build": Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 253.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 204.2 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.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.10.1 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 80f4086ecec9
Step #0 - "Build":  ---> 88e46dbc4d92
Step #0 - "Build": Step 8/24 : RUN python -m venv /venv
Step #0 - "Build":  ---> Running in 0ae0533ab65f
Step #0 - "Build": Removing intermediate container 0ae0533ab65f
Step #0 - "Build":  ---> 7007491123de
Step #0 - "Build": Step 9/24 : COPY pyproject.toml poetry.lock ./
Step #0 - "Build":  ---> 19aa7126d3d0
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 7123a57d219a
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 22.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.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.met
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/eda6799d-2fd3-4989-822b-cb2fddd498a0?project=442666953093.]
...
)
Step #0 - "Build": Requirement already satisfied: quickchart-io<3.0.0,>=2.0.0 in /venv/lib/python3.11/site-packages (from keep==0.31.1) (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.31.1) (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.31.1) (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.31.1) (1.45.0)
Step #0 - "Build": Requirement already satisfied: snowflake-connector-python==3.12.3 in /venv/lib/python3.11/site-packages (from keep==0.31.1) (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.31.1) (1.7.4)
Step #0 - "Build": Requirement already satisfied: sqlalchemy==1.4.41 in /venv/lib/python3.11/site-packages (from keep==0.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (0.26.0)
Step #0 - "Build": Requirement already satisfied: sniffio in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1) (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.31.1-py3-none-any.whl size=675587 sha256=fcbf71fa8dcb9c41704eded8a752e8433155dc57d9c1a23881cecdec0ab7f467
Step #0 - "Build":   Stored in directory: /tmp/pip-ephem-wheel-cache-0tmsu70h/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.31.1
Step #0 - "Build": Removing intermediate container 3072ec6728ba
Step #0 - "Build":  ---> 4d5ce7443f38
Step #0 - "Build": Step 15/24 : FROM base as final
Step #0 - "Build":  ---> f208104c890e
Step #0 - "Build": Step 16/24 : ENV PATH="/venv/bin:${PATH}"
Step #0 - "Build":  ---> Running in f79b73db6b64
Step #0 - "Build": Removing intermediate container f79b73db6b64
Step #0 - "Build":  ---> 1ff90de23bcd
Step #0 - "Build": Step 17/24 : ENV VIRTUAL_ENV="/venv"
Step #0 - "Build":  ---> Running in fa24cea1b3a2
Step #0 - "Build": Removing intermediate container fa24cea1b3a2
Step #0 - "Build":  ---> 5ad0fc65b7b4
Step #0 - "Build": Step 18/24 : ENV EE_PATH="ee"
Step #0 - "Build":  ---> Running in f40c8c8b79cf
Step #0 - "Build": Removing intermediate container f40c8c8b79cf
Step #0 - "Build":  ---> dfaeffb1a179
Step #0 - "Build": Step 19/24 : COPY --from=builder /venv /venv
Step #0 - "Build":  ---> 0fbe1f3ec385
Step #0 - "Build": Step 20/24 : COPY --from=builder /app/examples /examples
Step #0 - "Build":  ---> 8a2ab222ee41
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 c42046eda738
Step #0 - "Build": Removing intermediate container c42046eda738
Step #0 - "Build":  ---> 7619ec52cadd
Step #0 - "Build": Step 22/24 : USER keep
Step #0 - "Build":  ---> Running in 300c95d762b1
Step #0 - "Build": Removing intermediate container 300c95d762b1
Step #0 - "Build":  ---> 795b8b584b24
Step #0 - "Build": Step 23/24 : ENTRYPOINT ["/venv/lib/python3.11/site-packages/keep/entrypoint.sh"]
Step #0 - "Build":  ---> Running in 582a92eefcb4
Step #0 - "Build": Removing intermediate container 582a92eefcb4
Step #0 - "Build":  ---> 67a64d3f4106
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 a8e6469d7541
Step #0 - "Build": Removing intermediate container a8e6469d7541
Step #0 - "Build":  ---> 52aea2b6b025
Step #0 - "Build": Successfully built 52aea2b6b025
Step #0 - "Build": Successfully tagged us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api:f75fe78454491841998249f789998f2715271136
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": e7409e182f6d: Preparing
Step #1 - "Push": 662b126d3ee9: Preparing
Step #1 - "Push": 00f9bc29945d: Preparing
Step #1 - "Push": b9eedcb4f615: Preparing
Step #1 - "Push": 7629449ff0f8: Preparing
Step #1 - "Push": c3137f9e889e: Preparing
Step #1 - "Push": 2976ba69f70e: Preparing
Step #1 - "Push": bad01c8f3881: Preparing
Step #1 - "Push": 6a4fdc7ff1bf: Preparing
Step #1 - "Push": c3137f9e889e: Waiting
Step #1 - "Push": 2976ba69f70e: Waiting
Step #1 - "Push": 6a4fdc7ff1bf: Waiting
Step #1 - "Push": b9eedcb4f615: Pushed
Step #1 - "Push": 662b126d3ee9: Pushed
Step #1 - "Push": 7629449ff0f8: Pushed
Step #1 - "Push": c3137f9e889e: Layer already exists
Step #1 - "Push": 2976ba69f70e: Layer already exists
Step #1 - "Push": bad01c8f3881: Layer already exists
Step #1 - "Push": 6a4fdc7ff1bf: Pushed
Step #1 - "Push": 00f9bc29945d: Pushed
Step #1 - "Push": e7409e182f6d: Pushed
Step #1 - "Push": f75fe78454491841998249f789998f2715271136: digest: sha256:a9841432dd34f6be23e8ec82697ed14934c46a8fced232dbc48d9f559dd4f489 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": 5ce281a12f9c: Waiting
Step #2 - "Deploy": 94f6da66521d: Waiting
Step #2 - "Deploy": a7c629b802a1: Download complete
Step #2 - "Deploy": 5604c6551435: Verifying Checksum
Step #2 - "Deploy": 5604c6551435: Download complete
Step #2 - "Deploy": b1d241eb5da7: Download complete
Step #2 - "Deploy": 94f6da66521d: Verifying Checksum
Step #2 - "Deploy": 94f6da66521d: Download complete
Step #2 - "Deploy": 908b9e25258b: Verifying Checksum
Step #2 - "Deploy": 908b9e25258b: 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-matvey-kuk-docs-fix] revision [keep-api-matvey-kuk-docs-fix-00004-z7n] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://keep-api-matvey-kuk-docs-fix-442666953093.us-central1.run.app
Step #2 - "Deploy": Updated IAM policy for service [keep-api-matvey-kuk-docs-fix].
Step #2 - "Deploy": bindings:
Step #2 - "Deploy": - members:
Step #2 - "Deploy":   - allUsers
Step #2 - "Deploy":   role: roles/run.invoker
Step #2 - "Deploy": etag: BwYohW0dbB4=
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:f75fe78454491841998249f789998f2715271136
The push refers to repository [us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api]
e7409e182f6d: Preparing
662b126d3ee9: Preparing
00f9bc29945d: Preparing
b9eedcb4f615: Preparing
7629449ff0f8: Preparing
c3137f9e889e: Preparing
2976ba69f70e: Preparing
bad01c8f3881: Preparing
6a4fdc7ff1bf: Preparing
c3137f9e889e: Waiting
bad01c8f3881: Waiting
2976ba69f70e: Waiting
6a4fdc7ff1bf: Waiting
e7409e182f6d: Layer already exists
00f9bc29945d: Layer already exists
b9eedcb4f615: Layer already exists
662b126d3ee9: Layer already exists
7629449ff0f8: Layer already exists
2976ba69f70e: Layer already exists
6a4fdc7ff1bf: Layer already exists
c3137f9e889e: Layer already exists
bad01c8f3881: Layer already exists
f75fe78454491841998249f789998f2715271136: digest: sha256:a9841432dd34f6be23e8ec82697ed14934c46a8fced232dbc48d9f559dd4f489 size: 2208
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/eda6799d-2fd3-4989-822b-cb2fddd498a0?project=442666953093