Skip to content

feat: enrich `/workflows/{workflow_id}` route with workflow metadata,…

Google Cloud Build / Cloud-Run-Keep-API (keephq-sandbox) succeeded Jan 7, 2025 in 5m 34s

Summary

Build Information

Trigger Cloud-Run-Keep-API
Build 02a08bdc-0962-4e61-b373-2a65eb4c6334
Start 2025-01-07T03:56:35-08:00
Duration 4m52.09s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 2m42.741s
Push SUCCESS 22.702s
Deploy SUCCESS 1m39.144s

Details

starting build "02a08bdc-0962-4e61-b373-2a65eb4c6334"

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            f3a512d8915b88d1681c5f892f001c7ea3bb8393 -> FETCH_HEAD
HEAD is now at f3a512d feat: enrich `/workflows/{workflow_id}` route with workflow metadata, just like in `/wokrflows/{workflow_id}/runs`
GitCommit:
f3a512d8915b88d1681c5f892f001c7ea3bb8393
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  52.01MB

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": 0391f6b6cfc8: Verifying Checksum
Step #0 - "Build": 0391f6b6cfc8: Download complete
Step #0 - "Build": 06c3ff9e3d5b: Verifying Checksum
Step #0 - "Build": 06c3ff9e3d5b: Download complete
Step #0 - "Build": 69fb10dc82f9: Verifying Checksum
Step #0 - "Build": 69fb10dc82f9: Download complete
Step #0 - "Build": d6c349f46a1d: Verifying Checksum
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 c2f7ecce1650
Step #0 - "Build": Removing intermediate container c2f7ecce1650
Step #0 - "Build":  ---> 413f89bbbd65
Step #0 - "Build": Step 3/24 : RUN useradd --user-group --system --create-home --no-log-init keep
Step #0 - "Build":  ---> Running in 5865ed6d1aed
Step #0 - "Build": Removing intermediate container 5865ed6d1aed
Step #0 - "Build":  ---> a9236c4ebcc8
Step #0 - "Build": Step 4/24 : WORKDIR /app
Step #0 - "Build":  ---> Running in 4294dae8c1ac
Step #0 - "Build": Removing intermediate container 4294dae8c1ac
Step #0 - "Build":  ---> ac318ef7f09d
Step #0 - "Build": Step 5/24 : FROM base as builder
Step #0 - "Build":  ---> ac318ef7f09d
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 edff480e8308
Step #0 - "Build": Removing intermediate container edff480e8308
Step #0 - "Build":  ---> f8b35890b282
Step #0 - "Build": Step 7/24 : RUN pip install "poetry==$POETRY_VERSION"
Step #0 - "Build":  ---> Running in 487b6fd11a93
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-2025.1.6.15-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 16.1 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.1-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build": Collecting msgpack>=0.5.2 (from cachecontrol<0.13.0,>=0.12.9->cachecontrol[filecache]<0.13.0,>=0.12.9->poetry==1.3.2)
Step #0 - "Build":   Downloading msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.4 kB)
Step #0 - "Build": Collecting rapidfuzz<4.0.0,>=3.0.0 (from cleo<3.0.0,>=2.0.0->poetry==1.3.2)
Step #0 - "Build":   Downloading rapidfuzz-3.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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 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.28.0-py3-none-any.whl.metadata (4.4 kB)
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": 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.2-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build":   Downloading virtualenv-20.26.1-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build":   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": 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.1-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build":   Downloading virtualenv-20.25.0-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   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 27.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 84.1 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 269.8 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 277.3 MB/s eta 0:00:00
Step #0 - "Build": Downloading filelock-3.16.1-py3-none-any.whl (16 kB)
Step #0 - "Build": Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 271.5 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 245.1 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 272.9 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 229.8 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 229.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 205.7 MB/s eta 0:00:00
Step #0 - "Build": Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
Step #0 - "Build": Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
Step #0 - "Build": Downloading trove_classifiers-2025.1.6.15-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 269.1 MB/s eta 0:00:00
Step #0 - "Build": Downloading virtualenv-20.21.1-py3-none-any.whl (8.7 MB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 270.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 224.3 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 275.7 MB/s eta 0:00:00
Step #0 - "Build": Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 247.3 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.7 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 195.5 MB/s eta 0:00:00
Step #0 - "Build": Downloading importlib_metadata-8.5.0-py3-none-any.whl (26 kB)
Step #0 - "Build": Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 202.5 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 284.5 MB/s eta 0:00:00
Step #0 - "Build": Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Step #0 - "Build": Downloading rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 311.6 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 299.4 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 316.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 247.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 286.6 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 244.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.3.0 cachecontrol-0.12.14 certifi-2024.12.14 cffi-1.17.1 charset-normalizer-3.4.1 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-2025.1.6.15 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 487b6fd11a93
Step #0 - "Build":  ---> d71ca37f594e
Step #0 - "Build": Step 8/24 : RUN python -m venv /venv
Step #0 - "Build":  ---> Running in fad4885bbd2b
Step #0 - "Build": Removing intermediate container fad4885bbd2b
Step #0 - "Build":  ---> d1e5d1062011
Step #0 - "Build": Step 9/24 : COPY pyproject.toml poetry.lock ./
Step #0 - "Build":  ---> c047721bb5fd
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 3ff835d19da5
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 10.5 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
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/02a08bdc-0962-4e61-b373-2a65eb4c6334?project=442666953093.]
...
atisfied: pyngrok<8.0.0,>=7.0.2 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (7.2.2)
Step #0 - "Build": Requirement already satisfied: python-dotenv<0.22.0,>=0.21.1 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (0.21.1)
Step #0 - "Build": Requirement already satisfied: python-jose<4.0.0,>=3.3.0 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (3.3.0)
Step #0 - "Build": Requirement already satisfied: python-json-logger<3.0.0,>=2.0.6 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (2.0.7)
Step #0 - "Build": Requirement already satisfied: python-keycloak==4.2.3 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (4.2.3)
Step #0 - "Build": Requirement already satisfied: python-multipart<0.0.19,>=0.0.18 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (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.34.0) (20.8)
Step #0 - "Build": Requirement already satisfied: pyyaml<7.0,>=6.0 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (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.34.0) (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.34.0) (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.34.0) (6.11.0)
Step #0 - "Build": Requirement already satisfied: sentry-sdk<2.0.0,>=1.15.0 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (1.45.1)
Step #0 - "Build": Requirement already satisfied: slowapi<0.2.0,>=0.1.9 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (0.1.9)
Step #0 - "Build": Requirement already satisfied: snowflake-connector-python==3.12.3 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (3.12.3)
Step #0 - "Build": Requirement already satisfied: splunk-sdk<2.0.0,>=1.7.4 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (0.3.6)
Step #0 - "Build": Requirement already satisfied: twilio<9.0.0,>=8.10.0 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (8.13.0)
Step #0 - "Build": Requirement already satisfied: uptime-kuma-api<2.0.0,>=1.2.1 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (1.2.1)
Step #0 - "Build": Requirement already satisfied: uvicorn==0.32.1 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (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.34.0) (0.20.0)
Step #0 - "Build": Requirement already satisfied: websocket-client<2.0.0,>=1.6.0 in /venv/lib/python3.11/site-packages (from keep==0.34.0) (1.8.0)
Step #0 - "Build": Requirement already satisfied: Mako in /venv/lib/python3.11/site-packages (from alembic<2.0.0,>=1.13.2->keep==0.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (1.1.28)
Step #0 - "Build": Requirement already satisfied: azure-mgmt-core<2.0.0,>=1.3.2 in /venv/lib/python3.11/site-packages (from azure-mgmt-containerservice<28.0.0,>=27.0.0->keep==0.34.0) (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.34.0) (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.34.0) (1.0.1)
Step #0 - "Build": Requirement already satisfied: s3transfer<0.11.0,>=0.10.0 in /venv/lib/python3.11/site-packages (from boto3<2.0.0,>=1.26.72->keep==0.34.0) (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.34.0) (0.12.0)
Step #0 - "Build": Requirement already satisfied: python-dateutil>=2.8.1 in /venv/lib/python3.11/site-packages (from cel-python<0.2.0,>=0.1.5->keep==0.34.0) (2.9.0.post0)
Step #0 - "Build": Requirement already satisfied: babel>=2.9.0 in /venv/lib/python3.11/site-packages (from cel-python<0.2.0,>=0.1.5->keep==0.34.0) (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.34.0) (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.34.0) (5.2)
Step #0 - "Build": Requirement already satisfied: aiofiles in /venv/lib/python3.11/site-packages (from cloud-sql-python-connector==1.12.0->keep==0.34.0) (24.1.0)
Step #0 - "Build": Requirement already satisfied: certifi in /venv/lib/python3.11/site-packages (from datadog-api-client<3.0.0,>=2.12.0->keep==0.34.0) (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.34.0) (8.15.1)
Step #0 - "Build": Requirement already satisfied: starlette<0.42.0,>=0.40.0 in /venv/lib/python3.11/site-packages (from fastapi<0.116.0,>=0.115.6->keep==0.34.0) (0.41.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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (1.5.0)
Step #0 - "Build": Requirement already satisfied: google-cloud-audit-log<1.0.0dev,>=0.2.4 in /venv/lib/python3.11/site-packages (from google-cloud-logging<4.0.0,>=3.11.3->keep==0.34.0) (0.3.0)
Step #0 - "Build": Requirement already satisfied: grpc-google-iam-v1<1.0.0dev,>=0.12.4 in /venv/lib/python3.11/site-packages (from google-cloud-logging<4.0.0,>=3.11.3->keep==0.34.0) (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.34.0) (1.20.0)
Step #0 - "Build": Requirement already satisfied: google-crc32c<2.0dev,>=1.0 in /venv/lib/python3.11/site-packages (from google-cloud-storage<3.0.0,>=2.10.0->keep==0.34.0) (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.34.0) (2.0.0)
Step #0 - "Build": Requirement already satisfied: oauthlib>=3.2.2 in /venv/lib/python3.11/site-packages (from kubernetes<28.0.0,>=27.2.0->keep==0.34.0) (3.2.2)
Step #0 - "Build": Requirement already satisfied: anyio<5,>=3.5.0 in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.34.0) (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.34.0) (1.9.0)
Step #0 - "Build": Requirement already satisfied: httpx<1,>=0.23.0 in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.34.0) (0.26.0)
Step #0 - "Build": Requirement already satisfied: sniffio in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.34.0) (1.3.1)
Step #0 - "Build": Requirement already satisfied: tqdm>4 in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.34.0) (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.34.0) (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.34.0) (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.34.0) (2.2.1)
Step #0 - "Build": Requirement already satisfied: deprecated>=1.2.6 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.34.0) (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.34.0) (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.34.0) (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.34.0) (1.20.0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-proto==1.20.0 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.34.0) (1.20.0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-instrumentation-asgi==0.41b0 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-fastapi<0.42,>=0.41b0->keep==0.34.0) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-instrumentation==0.41b0 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-fastapi<0.42,>=0.41b0->keep==0.34.0) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-semantic-conventions==0.41b0 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-fastapi<0.42,>=0.41b0->keep==0.34.0) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-util-http==0.41b0 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-fastapi<0.42,>=0.41b0->keep==0.34.0) (0.41b0)
Step #0 - "Build": Requirement already satisfied: wrapt>=1.11.2 in /venv/lib/python3.11/site-packages (from opentelemetry-instrumentation-sqlalchemy<0.42,>=0.41b0->keep==0.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (1.5.0)
Step #0 - "Build": Requirement already satisfied: monotonic>=1.5 in /venv/lib/python3.11/site-packages (from posthog<4.0.0,>=3.0.1->keep==0.34.0) (1.6)
Step #0 - "Build": Requirement already satisfied: wcwidth in /venv/lib/python3.11/site-packages (from prettytable<4.0.0,>=3.9.0->keep==0.34.0) (0.2.13)
Step #0 - "Build": Requirement already satisfied: pyopenssl in /venv/lib/python3.11/site-packages (from pusher<4.0.0,>=3.3.2->keep==0.34.0) (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.34.0) (0.5.1)
Step #0 - "Build": Requirement already satisfied: pyasn1 in /venv/lib/python3.11/site-packages (from pusher<4.0.0,>=3.3.2->keep==0.34.0) (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.34.0) (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.34.0) (0.19.0)
Step #0 - "Build": Requirement already satisfied: async-property>=0.2.2 in /venv/lib/python3.11/site-packages (from python-keycloak==4.2.3->keep==0.34.0) (0.2.2)
Step #0 - "Build": Requirement already satisfied: deprecation>=2.1.0 in /venv/lib/python3.11/site-packages (from python-keycloak==4.2.3->keep==0.34.0) (2.1.0)
Step #0 - "Build": Requirement already satisfied: jwcrypto>=1.5.4 in /venv/lib/python3.11/site-packages (from python-keycloak==4.2.3->keep==0.34.0) (1.5.6)
Step #0 - "Build": Requirement already satisfied: requests-toolbelt>=0.6.0 in /venv/lib/python3.11/site-packages (from python-keycloak==4.2.3->keep==0.34.0) (1.0.0)
Step #0 - "Build": Requirement already satisfied: charset-normalizer<4,>=2 in /venv/lib/python3.11/site-packages (from requests<3.0.0,>=2.32.0->keep==0.34.0) (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.34.0) (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.34.0) (3.3.7)
Step #0 - "Build": Requirement already satisfied: starkbank-ecdsa>=2.0.1 in /venv/lib/python3.11/site-packages (from sendgrid<7.0.0,>=6.10.0->keep==0.34.0) (2.2.0)
Step #0 - "Build": Requirement already satisfied: limits>=2.3 in /venv/lib/python3.11/site-packages (from slowapi<0.2.0,>=0.1.9->keep==0.34.0) (3.14.1)
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.34.0) (1.5.1)
Step #0 - "Build": Requirement already satisfied: cffi<2.0.0,>=1.9 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.3->keep==0.34.0) (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.34.0) (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.34.0) (2.4.0)
Step #0 - "Build": Requirement already satisfied: platformdirs<5.0.0,>=2.6.0 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.3->keep==0.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (0.14.0)
Step #0 - "Build": Requirement already satisfied: decorator>=3.4.0 in /venv/lib/python3.11/site-packages (from validators<0.21.0,>=0.20.0->keep==0.34.0) (5.1.1)
Step #0 - "Build": Requirement already satisfied: MarkupSafe>=0.9.2 in /venv/lib/python3.11/site-packages (from Mako->alembic<2.0.0,>=1.13.2->keep==0.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (6.11.0)
Step #0 - "Build": Requirement already satisfied: httpcore==1.* in /venv/lib/python3.11/site-packages (from httpx<1,>=0.23.0->openai==1.37.1->keep==0.34.0) (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.34.0) (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.34.0) (3.8.1)
Step #0 - "Build": Requirement already satisfied: pycparser in /venv/lib/python3.11/site-packages (from cffi<2.0.0,>=1.9->snowflake-connector-python==3.12.3->keep==0.34.0) (2.22)
Step #0 - "Build": Requirement already satisfied: bidict>=0.21.0 in /venv/lib/python3.11/site-packages (from python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.34.0) (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.34.0) (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.34.0) (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.34.0) (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.34.0) (1.2.0)
Step #0 - "Build": Building wheels for collected packages: keep
Step #0 - "Build":   Building wheel for keep (pyproject.toml): started
Step #0 - "Build":   Building wheel for keep (pyproject.toml): finished with status 'done'
Step #0 - "Build":   Created wheel for keep: filename=keep-0.34.0-py3-none-any.whl size=710530 sha256=8a81eb4568c32b2bbdd3f25e32453e262f41bcea35343c56f95b9927387e2984
Step #0 - "Build":   Stored in directory: /tmp/pip-ephem-wheel-cache-h8pz4q3z/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.34.0
Step #0 - "Build": Removing intermediate container 3eb28b79b4de
Step #0 - "Build":  ---> d5c19fb27442
Step #0 - "Build": Step 15/24 : FROM base as final
Step #0 - "Build":  ---> ac318ef7f09d
Step #0 - "Build": Step 16/24 : ENV PATH="/venv/bin:${PATH}"
Step #0 - "Build":  ---> Running in 872bb8102783
Step #0 - "Build": Removing intermediate container 872bb8102783
Step #0 - "Build":  ---> 2d51b0989b3d
Step #0 - "Build": Step 17/24 : ENV VIRTUAL_ENV="/venv"
Step #0 - "Build":  ---> Running in a67199971056
Step #0 - "Build": Removing intermediate container a67199971056
Step #0 - "Build":  ---> 8547b6dfbfa3
Step #0 - "Build": Step 18/24 : ENV EE_PATH="ee"
Step #0 - "Build":  ---> Running in 8c1a1a338f18
Step #0 - "Build": Removing intermediate container 8c1a1a338f18
Step #0 - "Build":  ---> 5ac079f37bf2
Step #0 - "Build": Step 19/24 : COPY --from=builder /venv /venv
Step #0 - "Build":  ---> 4e86bdf676e8
Step #0 - "Build": Step 20/24 : COPY --from=builder /app/examples /examples
Step #0 - "Build":  ---> 2bd08a29effc
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 767ad3398ae8
Step #0 - "Build": Removing intermediate container 767ad3398ae8
Step #0 - "Build":  ---> ae1fba20378e
Step #0 - "Build": Step 22/24 : USER keep
Step #0 - "Build":  ---> Running in 9e05db8e87ef
Step #0 - "Build": Removing intermediate container 9e05db8e87ef
Step #0 - "Build":  ---> 5c9f286fd10b
Step #0 - "Build": Step 23/24 : ENTRYPOINT ["/venv/lib/python3.11/site-packages/keep/entrypoint.sh"]
Step #0 - "Build":  ---> Running in aa2c8c405375
Step #0 - "Build": Removing intermediate container aa2c8c405375
Step #0 - "Build":  ---> 5ad12fab2e29
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 f441c9e5b647
Step #0 - "Build": Removing intermediate container f441c9e5b647
Step #0 - "Build":  ---> c877faf0a3a8
Step #0 - "Build": Successfully built c877faf0a3a8
Step #0 - "Build": Successfully tagged us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api:f3a512d8915b88d1681c5f892f001c7ea3bb8393
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": da0698637632: Preparing
Step #1 - "Push": ee68e4f5081e: Preparing
Step #1 - "Push": ff6717e3eddd: Preparing
Step #1 - "Push": 17b4dc8a86e6: Preparing
Step #1 - "Push": 8a52599d577c: 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": bad01c8f3881: Waiting
Step #1 - "Push": 6a4fdc7ff1bf: Waiting
Step #1 - "Push": 17b4dc8a86e6: Pushed
Step #1 - "Push": ee68e4f5081e: Pushed
Step #1 - "Push": 8a52599d577c: 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": da0698637632: Pushed
Step #1 - "Push": ff6717e3eddd: Pushed
Step #1 - "Push": f3a512d8915b88d1681c5f892f001c7ea3bb8393: digest: sha256:9a104db4407a5d7346dfda0f2f3b454186348545ebab0175aa2976d6b08787da 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": 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-2990-workflow-test-run]
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-2990-workflow-test-run] revision [keep-api-fix-2990-workflow-test-run-00001-jkm] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://keep-api-fix-2990-workflow-test-run-442666953093.us-central1.run.app
Step #2 - "Deploy": Updated IAM policy for service [keep-api-fix-2990-workflow-test-run].
Step #2 - "Deploy": bindings:
Step #2 - "Deploy": - members:
Step #2 - "Deploy":   - allUsers
Step #2 - "Deploy":   role: roles/run.invoker
Step #2 - "Deploy": etag: BwYrHIEMNgo=
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:f3a512d8915b88d1681c5f892f001c7ea3bb8393
The push refers to repository [us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api]
da0698637632: Preparing
ee68e4f5081e: Preparing
ff6717e3eddd: Preparing
17b4dc8a86e6: Preparing
8a52599d577c: Preparing
c3137f9e889e: Preparing
2976ba69f70e: Preparing
bad01c8f3881: Preparing
6a4fdc7ff1bf: Preparing
bad01c8f3881: Waiting
2976ba69f70e: Waiting
6a4fdc7ff1bf: Waiting
c3137f9e889e: Waiting
da0698637632: Layer already exists
17b4dc8a86e6: Layer already exists
ee68e4f5081e: Layer already exists
8a52599d577c: Layer already exists
ff6717e3eddd: Layer already exists
bad01c8f3881: Layer already exists
c3137f9e889e: Layer already exists
6a4fdc7ff1bf: Layer already exists
2976ba69f70e: Layer already exists
f3a512d8915b88d1681c5f892f001c7ea3bb8393: digest: sha256:9a104db4407a5d7346dfda0f2f3b454186348545ebab0175aa2976d6b08787da size: 2208
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/02a08bdc-0962-4e61-b373-2a65eb4c6334?project=442666953093