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

feat: auto supress #978

Merged
merged 1 commit into from
Mar 18, 2024

feat: auto supress

8b5d0c3
Select commit
Loading
Failed to load commit list.
Merged

feat: auto supress #978

feat: auto supress
8b5d0c3
Select commit
Loading
Failed to load commit list.
Google Cloud Build / Cloud-Run-Keep-API (keephq-sandbox) succeeded Mar 18, 2024 in 7m 6s

Summary

Build Information

Trigger Cloud-Run-Keep-API
Build 20c54fc9-d318-4b06-aacf-ceb43bb0d9c3
Start 2024-03-18T06:51:13-07:00
Duration 6m21.203s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 4m12.548s
Push SUCCESS 34.636s
Deploy SUCCESS 1m27.38s

Details

starting build "20c54fc9-d318-4b06-aacf-ceb43bb0d9c3"

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            8b5d0c3c95af1a6acdaa5c706c0cf16dc1316a56 -> FETCH_HEAD
HEAD is now at 8b5d0c3 feat: auto supress
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  28.64MB

Step #0 - "Build": Step 1/22 : FROM python:3.11.6-slim as base
Step #0 - "Build": 3.11.6-slim: Pulling from library/python
Step #0 - "Build": 1f7ce2fa46ab: Pulling fs layer
Step #0 - "Build": 442c5d63eafd: Pulling fs layer
Step #0 - "Build": c3aa3af0d581: Pulling fs layer
Step #0 - "Build": 4bfbe15b3e01: Pulling fs layer
Step #0 - "Build": 848d19a36773: Pulling fs layer
Step #0 - "Build": 4bfbe15b3e01: Waiting
Step #0 - "Build": 848d19a36773: Waiting
Step #0 - "Build": 442c5d63eafd: Verifying Checksum
Step #0 - "Build": 442c5d63eafd: Download complete
Step #0 - "Build": 1f7ce2fa46ab: Verifying Checksum
Step #0 - "Build": 1f7ce2fa46ab: Download complete
Step #0 - "Build": c3aa3af0d581: Verifying Checksum
Step #0 - "Build": c3aa3af0d581: Download complete
Step #0 - "Build": 4bfbe15b3e01: Verifying Checksum
Step #0 - "Build": 4bfbe15b3e01: Download complete
Step #0 - "Build": 848d19a36773: Verifying Checksum
Step #0 - "Build": 848d19a36773: Download complete
Step #0 - "Build": 1f7ce2fa46ab: Pull complete
Step #0 - "Build": 442c5d63eafd: Pull complete
Step #0 - "Build": c3aa3af0d581: Pull complete
Step #0 - "Build": 4bfbe15b3e01: Pull complete
Step #0 - "Build": 848d19a36773: Pull complete
Step #0 - "Build": Digest: sha256:cc758519481092eb5a4a5ab0c1b303e288880d59afc601958d19e95b300bc86b
Step #0 - "Build": Status: Downloaded newer image for python:3.11.6-slim
Step #0 - "Build":  ---> 7ba9869f7b1e
Step #0 - "Build": Step 2/22 : ENV PYTHONFAULTHANDLER=1     PYTHONHASHSEED=random     PYTHONUNBUFFERED=1
Step #0 - "Build":  ---> Running in 125fd3c6033c
Step #0 - "Build": Removing intermediate container 125fd3c6033c
Step #0 - "Build":  ---> 5a3b1143c425
Step #0 - "Build": Step 3/22 : RUN useradd --user-group --system --create-home --no-log-init keep
Step #0 - "Build":  ---> Running in 80574e18135f
Step #0 - "Build": Removing intermediate container 80574e18135f
Step #0 - "Build":  ---> 8396a5707e68
Step #0 - "Build": Step 4/22 : WORKDIR /app
Step #0 - "Build":  ---> Running in 0a6316b325d4
Step #0 - "Build": Removing intermediate container 0a6316b325d4
Step #0 - "Build":  ---> b4f8cf4e53a4
Step #0 - "Build": Step 5/22 : FROM base as builder
Step #0 - "Build":  ---> b4f8cf4e53a4
Step #0 - "Build": Step 6/22 : 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 8783141572ff
Step #0 - "Build": Removing intermediate container 8783141572ff
Step #0 - "Build":  ---> 5aa6810ed2d2
Step #0 - "Build": Step 7/22 : RUN pip install "poetry==$POETRY_VERSION"
Step #0 - "Build":  ---> Running in e0c5abcb2a12
Step #0 - "Build": Collecting poetry==1.3.2
Step #0 - "Build":   Obtaining dependency information for poetry==1.3.2 from https://files.pythonhosted.org/packages/45/b2/98e33a3699ee82decba1e26d71cd1b1c09b2d60792e29004ecbd32af3097/poetry-1.3.2-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading poetry-1.3.2-py3-none-any.whl.metadata (7.1 kB)
Step #0 - "Build": Collecting cachecontrol[filecache]<0.13.0,>=0.12.9 (from poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for cachecontrol[filecache]<0.13.0,>=0.12.9 from https://files.pythonhosted.org/packages/72/a2/28e0ef082f7d78253aded97933e1d7b94bab3c5be366e8afd6513de4028e/CacheControl-0.12.14-py2.py3-none-any.whl.metadata
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":   Obtaining dependency information for cleo<3.0.0,>=2.0.0 from https://files.pythonhosted.org/packages/2d/f5/6bbead8b880620e5a99e0e4bb9e22e67cca16ff48d54105302a3e7821096/cleo-2.1.0-py3-none-any.whl.metadata
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":   Obtaining dependency information for crashtest<0.5.0,>=0.4.1 from https://files.pythonhosted.org/packages/b0/5c/3ba7d12e7a79566f97b8f954400926d7b6eb33bcdccc1315a857f200f1f1/crashtest-0.4.1-py3-none-any.whl.metadata
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":   Obtaining dependency information for dulwich<0.21.0,>=0.20.46 from https://files.pythonhosted.org/packages/37/d5/48223047ec7b76069eb8c72e74f255bede4f130ca7f916452c49ee86be0a/dulwich-0.20.50-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
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":   Obtaining dependency information for filelock<4.0.0,>=3.8.0 from https://files.pythonhosted.org/packages/81/54/84d42a0bee35edba99dee7b59a8d4970eccdd44b99fe728ed912106fc781/filelock-3.13.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading filelock-3.13.1-py3-none-any.whl.metadata (2.8 kB)
Step #0 - "Build": Collecting html5lib<2.0,>=1.0 (from poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for html5lib<2.0,>=1.0 from https://files.pythonhosted.org/packages/6c/dd/a834df6482147d48e225a49515aabc28974ad5a4ca3215c18a882565b028/html5lib-1.1-py2.py3-none-any.whl.metadata
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":   Obtaining dependency information for jsonschema<5.0.0,>=4.10.0 from https://files.pythonhosted.org/packages/39/9d/b035d024c62c85f2e2d4806a59ca7b8520307f34e0932fbc8cc75fe7b2d9/jsonschema-4.21.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB)
Step #0 - "Build": Collecting keyring<24.0.0,>=23.9.0 (from poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for keyring<24.0.0,>=23.9.0 from https://files.pythonhosted.org/packages/62/db/0e9a09b2b95986dcd73ac78be6ed2bd73ebe8bac65cba7add5b83eb9d899/keyring-23.13.1-py3-none-any.whl.metadata
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":   Obtaining dependency information for lockfile<0.13.0,>=0.12.2 from https://files.pythonhosted.org/packages/c8/22/9460e311f340cb62d26a38c419b1381b8593b0bb6b5d1f056938b086d362/lockfile-0.12.2-py2.py3-none-any.whl.metadata
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":   Obtaining dependency information for packaging>=20.4 from https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading packaging-24.0-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":   Obtaining dependency information for pexpect<5.0.0,>=4.7.0 from https://files.pythonhosted.org/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl.metadata
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":   Obtaining dependency information for pkginfo<2.0,>=1.5 from https://files.pythonhosted.org/packages/56/09/054aea9b7534a15ad38a363a2bd974c20646ab1582a387a95b8df1bfea1c/pkginfo-1.10.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading pkginfo-1.10.0-py3-none-any.whl.metadata (11 kB)
Step #0 - "Build": Collecting platformdirs<3.0.0,>=2.5.2 (from poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for platformdirs<3.0.0,>=2.5.2 from https://files.pythonhosted.org/packages/c1/c7/9be9d651b93efce682b45142a6267034fc4215972780748618c02e236361/platformdirs-2.6.2-py3-none-any.whl.metadata
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":   Obtaining dependency information for poetry-core==1.4.0 from https://files.pythonhosted.org/packages/53/2e/8c9edbd32862b801e7e01ac5bb7a2fce827c5b535da9421003a857ac6204/poetry_core-1.4.0-py3-none-any.whl.metadata
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":   Obtaining dependency information for poetry-plugin-export<2.0.0,>=1.2.0 from https://files.pythonhosted.org/packages/6f/a4/e45a9ee0de134af25b9b5c6958f88f00938a3f77b513f66e940483bdc11b/poetry_plugin_export-1.7.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading poetry_plugin_export-1.7.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":   Obtaining dependency information for requests<3.0,>=2.18 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading requests-2.31.0-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":   Obtaining dependency information for requests-toolbelt<0.11.0,>=0.9.1 from https://files.pythonhosted.org/packages/05/d3/bf87a36bff1cb88fd30a509fd366c70ec30676517ee791b2f77e0e29817a/requests_toolbelt-0.10.1-py2.py3-none-any.whl.metadata
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":   Obtaining dependency information for shellingham<2.0,>=1.5 from https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl.metadata
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":   Obtaining dependency information for tomlkit!=0.11.2,!=0.11.3,<1.0.0,>=0.11.1 from https://files.pythonhosted.org/packages/07/fa/c96545d741f2fd47f565e4e06bfef0962add790cb9c2289d900102b55eca/tomlkit-0.12.4-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading tomlkit-0.12.4-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":   Obtaining dependency information for trove-classifiers>=2022.5.19 from https://files.pythonhosted.org/packages/bb/81/a16cb58f719e68d0cce72fb9afd6f0f50c0e474d7b8dc267c8309c3e2793/trove_classifiers-2024.3.3-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading trove_classifiers-2024.3.3-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":   Obtaining dependency information for urllib3<2.0.0,>=1.26.0 from https://files.pythonhosted.org/packages/b0/53/aa91e163dcfd1e5b82d8a890ecf13314e3e149c05270cc644581f77f17fd/urllib3-1.26.18-py2.py3-none-any.whl.metadata
Step #0 - "Build":   Downloading urllib3-1.26.18-py2.py3-none-any.whl.metadata (48 kB)
Step #0 - "Build":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 171.3 MB/s eta 0:00:00
Step #0 - "Build": Collecting virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 (from poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/16/65/0d0bdfdac31e2db8c6d6c18fe1e00236f0dea279f9846f94a9aafa49cfc9/virtualenv-20.25.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.25.1-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build": Collecting msgpack>=0.5.2 (from cachecontrol[filecache]<0.13.0,>=0.12.9->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for msgpack>=0.5.2 from https://files.pythonhosted.org/packages/f6/f0/a7bdb48223cd21b9abed814b08fca8fe6a40931e70ec97c24d2f15d68ef3/msgpack-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Step #0 - "Build":   Downloading msgpack-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.1 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":   Obtaining dependency information for rapidfuzz<4.0.0,>=3.0.0 from https://files.pythonhosted.org/packages/a3/49/6b56c6aa01f15fa682c7827c5d7432866790099a62f0f9f94e25b76283b3/rapidfuzz-3.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Step #0 - "Build":   Downloading rapidfuzz-3.6.2-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":   Obtaining dependency information for six>=1.9 from https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl.metadata
Step #0 - "Build":   Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Step #0 - "Build": Collecting webencodings (from html5lib<2.0,>=1.0->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for webencodings from https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl.metadata
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":   Obtaining dependency information for attrs>=22.2.0 from https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 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":   Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/ee/07/44bd408781594c4d0a027666ef27fab1e441b109dc3b76b4f836f8fd04fe/jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading jsonschema_specifications-2023.12.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":   Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/42/8e/ae1de7b12223986e949bdb886c004de7c304b6fa94de5b87c926c1099656/referencing-0.34.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading referencing-0.34.0-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":   Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/81/6a/aa2e389852e48f77b7ce086d60628d855745a520be89c3868b90657b2fd2/rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Step #0 - "Build":   Downloading rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
Step #0 - "Build": Collecting jaraco.classes (from keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for jaraco.classes from https://files.pythonhosted.org/packages/eb/57/d3590a153d7c1970f466f69fa2570e1a93a34d8f88f23c11411df73729bf/jaraco.classes-3.3.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading jaraco.classes-3.3.1-py3-none-any.whl.metadata (2.7 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":   Obtaining dependency information for importlib-metadata>=4.11.4 from https://files.pythonhosted.org/packages/db/62/6879ab53ad4997b627fc67241a41eabf7163299c59580c6ca4aa5ae6b677/importlib_metadata-7.0.2-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading importlib_metadata-7.0.2-py3-none-any.whl.metadata (4.6 kB)
Step #0 - "Build": Collecting SecretStorage>=3.2 (from keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for SecretStorage>=3.2 from https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl.metadata
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":   Obtaining dependency information for jeepney>=0.4.2 from https://files.pythonhosted.org/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl.metadata
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":   Obtaining dependency information for ptyprocess>=0.5 from https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl.metadata
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":   Obtaining dependency information for poetry-plugin-export<2.0.0,>=1.2.0 from https://files.pythonhosted.org/packages/17/bb/78d7d920bb463e4bee64f44d8b0d4a286a80af7e76ff8326e5169103f44b/poetry_plugin_export-1.6.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading poetry_plugin_export-1.6.0-py3-none-any.whl.metadata (2.8 kB)
Step #0 - "Build":   Obtaining dependency information for poetry-plugin-export<2.0.0,>=1.2.0 from https://files.pythonhosted.org/packages/e9/12/43553a79e1d3bf8de119125dfc3e1fcc8f4258d658b603908d02efaed256/poetry_plugin_export-1.5.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading poetry_plugin_export-1.5.0-py3-none-any.whl.metadata (2.7 kB)
Step #0 - "Build":   Obtaining dependency information for poetry-plugin-export<2.0.0,>=1.2.0 from https://files.pythonhosted.org/packages/8e/85/ffc00ac05b50133f58549b712385a556a4312c30e0367a422fb172a686d5/poetry_plugin_export-1.4.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading poetry_plugin_export-1.4.0-py3-none-any.whl.metadata (2.6 kB)
Step #0 - "Build":   Obtaining dependency information for poetry-plugin-export<2.0.0,>=1.2.0 from https://files.pythonhosted.org/packages/d9/07/fccaeb648bf9f46b64ca60fa51274ff1616fcc48ea614fa99514d87d31b5/poetry_plugin_export-1.3.1-py3-none-any.whl.metadata
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":   Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/40/26/f35951c45070edc957ba40a5b1db3cf60a9dbb1b350c2d5bef03e01e61de/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
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 idna<4,>=2.5 (from requests<3.0,>=2.18->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for idna<4,>=2.5 from https://files.pythonhosted.org/packages/c2/e7/a82b05cf63a603df6e68d59ae6a68bf5064484a0718ea5033660af4b54a9/idna-3.6-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
Step #0 - "Build": Collecting certifi>=2017.4.17 (from requests<3.0,>=2.18->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading certifi-2024.2.2-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":   Obtaining dependency information for distlib<1,>=0.3.7 from https://files.pythonhosted.org/packages/8e/41/9307e4f5f9976bc8b7fea0b66367734e8faf3ec84bc0d412d8cfabbb66cd/distlib-0.3.8-py2.py3-none-any.whl.metadata
Step #0 - "Build":   Downloading distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 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":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/83/22/54b1180756d2d6194bcafb7425d437c3034c4bff92129c3e1e633079e2c4/virtualenv-20.25.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.25.0-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/7f/1b/433ebb5530c48d70bebe1bf10ec7591af9f66847e34c4fcbca16d5eaaa0c/virtualenv-20.24.7-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.24.7-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/7f/19/1f0eddcb9acf00a95793ce83417f69e0fd106c192121360af499cd6fde39/virtualenv-20.24.6-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.24.6-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/4e/8b/f0d3a468c0186c603217a6656ea4f49259630e8ed99558501d92f6ff7dc3/virtualenv-20.24.5-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.24.5-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/48/87/0ff871ebe003075d61e1abeab67c21d50edf44dbfdeabd107bef30a9e027/virtualenv-20.24.4-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.24.4-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/17/8d/6989e5dcd812520cbf9f31be2b08643ae3a895586601bbab501df8ed6e54/virtualenv-20.24.3-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.24.3-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/14/19/e266f07cf55155d5f45170bbe08c486d8a9a9ae17bc8983acb1c019a8dd4/virtualenv-20.24.2-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.24.2-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":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/dd/af/4a7f56bb73ede17f6195aaf03353a1c1dd1381ba0aa2e3b786f7ec9fe8aa/virtualenv-20.24.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.24.1-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/c5/d5/f914b715f8b4c2ae8ca10112d389c04bed368ddd8888b70dafe740269bb5/virtualenv-20.24.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.24.0-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/2a/5b/f5ba6ec56448dc85abb75b97dc918a621a52d119ade29c8c1b7e916b0cd3/virtualenv-20.23.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.23.1-py3-none-any.whl.metadata (4.5 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/f1/0a/18755fa6aec794fd539b050beeaa905fa5c77c64356aa8bdecb62c01581a/virtualenv-20.23.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.23.0-py3-none-any.whl.metadata (4.3 kB)
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/b9/dc/44f55e57b8c106391987b17fe17db0ef3cc6364a935d1691b89df0e149a7/virtualenv-20.22.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.22.0-py3-none-any.whl.metadata (4.1 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":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/fb/9b/445412c769289c18a5f9c2e8c816c1369f6c5fae4802f2196e5aef7630fd/virtualenv-20.21.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.21.1-py3-none-any.whl.metadata (4.1 kB)
Step #0 - "Build": Collecting zipp>=0.5 (from importlib-metadata>=4.11.4->keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for zipp>=0.5 from https://files.pythonhosted.org/packages/c2/0a/ba9d0ee9536d3ef73a3448e931776e658b36f128d344e175bc32b092a8bf/zipp-3.18.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading zipp-3.18.1-py3-none-any.whl.metadata (3.5 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":   Obtaining dependency information for cryptography>=2.0 from https://files.pythonhosted.org/packages/48/c8/c0962598c43d3cff2c9d6ac66d0c612bdfb1975be8d87b8889960cf8c81d/cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl.metadata
Step #0 - "Build":   Downloading cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.3 kB)
Step #0 - "Build": Collecting more-itertools (from jaraco.classes->keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for more-itertools from https://files.pythonhosted.org/packages/50/e2/8e10e465ee3987bb7c9ab69efb91d867d93959095f4807db102d07995d94/more_itertools-10.2.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading more_itertools-10.2.0-py3-none-any.whl.metadata (34 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":   Obtaining dependency information for cffi>=1.12 from https://files.pythonhosted.org/packages/9b/89/a31c81e36bbb793581d8bba4406a8aac4ba84b2559301c44eef81f4cf5df/cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
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 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":   Obtaining dependency information for pycparser from https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl.metadata
Step #0 - "Build":   Downloading pycparser-2.21-py2.py3-none-any.whl.metadata (1.1 kB)
Step #0 - "Build": Downloading poetry-1.3.2-py3-none-any.whl (218 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 218.9/218.9 kB 185.7 MB/s eta 0:00:00
Step #0 - "Build": Downloading poetry_core-1.4.0-py3-none-any.whl (546 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 546.4/546.4 kB 212.2 MB/s eta 0:00:00
Step #0 - "Build": Downloading cleo-2.1.0-py3-none-any.whl (78 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 185.9 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 226.1 MB/s eta 0:00:00
Step #0 - "Build": Downloading filelock-3.13.1-py3-none-any.whl (11 kB)
Step #0 - "Build": Downloading html5lib-1.1-py2.py3-none-any.whl (112 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.2/112.2 kB 185.9 MB/s eta 0:00:00
Step #0 - "Build": Downloading jsonschema-4.21.1-py3-none-any.whl (85 kB)
Step #0 - "Build":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.5/85.5 kB 200.5 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.0-py3-none-any.whl (53 kB)
Step #0 - 
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/20c54fc9-d318-4b06-aacf-ceb43bb0d9c3?project=442666953093.]
...
ady satisfied: openai<0.28.0,>=0.27.7 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (0.27.10)
Step #0 - "Build": Requirement already satisfied: opentelemetry-exporter-gcp-trace<2.0.0,>=1.6.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.6.0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.20.0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-exporter-otlp-proto-http<2.0.0,>=1.20.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.20.0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-instrumentation-fastapi<0.42,>=0.41b0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-instrumentation-logging<0.42,>=0.41b0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-instrumentation-requests<0.42,>=0.41b0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-instrumentation-sqlalchemy<0.42,>=0.41b0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (0.41b0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-propagator-gcp<2.0.0,>=1.5.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.6.0)
Step #0 - "Build": Requirement already satisfied: opentelemetry-sdk<1.22,>=1.20.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.20.0)
Step #0 - "Build": Requirement already satisfied: opsgenie-sdk<3.0.0,>=2.1.5 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (2.1.5)
Step #0 - "Build": Requirement already satisfied: paramiko<4.0.0,>=3.4.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (3.4.0)
Step #0 - "Build": Requirement already satisfied: posthog<4.0.0,>=3.0.1 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (3.3.4)
Step #0 - "Build": Requirement already satisfied: prettytable<4.0.0,>=3.9.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (3.9.0)
Step #0 - "Build": Requirement already satisfied: psycopg2-binary<3.0.0,>=2.9.5 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (2.9.9)
Step #0 - "Build": Requirement already satisfied: pusher<4.0.0,>=3.3.2 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (3.3.2)
Step #0 - "Build": Requirement already satisfied: pydantic<2.0.0,>=1.10.4 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.10.14)
Step #0 - "Build": Requirement already satisfied: pygithub<2.0,>=1.57 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.59.1)
Step #0 - "Build": Requirement already satisfied: pymongo<5.0.0,>=4.6.1 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (4.6.1)
Step #0 - "Build": Requirement already satisfied: pympler<2.0.0,>=1.0.1 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.0.1)
Step #0 - "Build": Requirement already satisfied: pymysql<2.0.0,>=1.0.3 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.1.0)
Step #0 - "Build": Requirement already satisfied: pyngrok<8.0.0,>=7.0.2 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (7.0.5)
Step #0 - "Build": Requirement already satisfied: python-dotenv<0.22.0,>=0.21.1 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (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.2.9) (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.2.9) (2.0.7)
Step #0 - "Build": Requirement already satisfied: python-multipart<0.0.8,>=0.0.7 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (0.0.7)
Step #0 - "Build": Requirement already satisfied: python-telegram-bot<21.0,>=20.1 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (20.7)
Step #0 - "Build": Requirement already satisfied: pyyaml<7.0,>=6.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (6.0.1)
Step #0 - "Build": Requirement already satisfied: requests<3.0.0,>=2.28.2 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (2.31.0)
Step #0 - "Build": Requirement already satisfied: sendgrid<7.0.0,>=6.10.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (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.2.9) (1.40.0)
Step #0 - "Build": Requirement already satisfied: snowflake-connector-python==3.1.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (3.1.0)
Step #0 - "Build": Requirement already satisfied: splunk-sdk<2.0.0,>=1.7.4 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (1.7.4)
Step #0 - "Build": Requirement already satisfied: sqlalchemy==1.4.41 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (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.2.9) (0.41.1)
Step #0 - "Build": Requirement already satisfied: sqlmodel<0.0.9,>=0.0.8 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (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.2.9) (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.2.9) (8.12.0)
Step #0 - "Build": Requirement already satisfied: uvicorn<0.21.0,>=0.20.0 in /venv/lib/python3.11/site-packages (from keep==0.2.9) (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.2.9) (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.2.9) (1.7.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.2.9) (0.42.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.2.9) (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.2.9) (3.9.3)
Step #0 - "Build": Requirement already satisfied: cryptography<42.0.0,>=41.0.3 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.2.9) (41.0.7)
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.2.9) (2.8.0)
Step #0 - "Build": Requirement already satisfied: pyopenssl<24.0.0,>=23.2.0 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.2.9) (23.3.0)
Step #0 - "Build": Requirement already satisfied: azure-core<2.0.0,>=1.23.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.15.0->keep==0.2.9) (1.29.7)
Step #0 - "Build": Requirement already satisfied: msal<2.0.0,>=1.24.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.15.0->keep==0.2.9) (1.26.0)
Step #0 - "Build": Requirement already satisfied: msal-extensions<2.0.0,>=0.3.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.15.0->keep==0.2.9) (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.2.9) (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.2.9) (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.2.9) (1.4.0)
Step #0 - "Build": Requirement already satisfied: botocore<1.35.0,>=1.34.31 in /venv/lib/python3.11/site-packages (from boto3<2.0.0,>=1.26.72->keep==0.2.9) (1.34.31)
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.2.9) (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.2.9) (0.10.0)
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.2.9) (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.2.9) (2.8.2)
Step #0 - "Build": Requirement already satisfied: urllib3>=1.26.4 in /venv/lib/python3.11/site-packages (from cel-python<0.2.0,>=0.1.5->keep==0.2.9) (1.26.18)
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.2.9) (2.14.0)
Step #0 - "Build": Requirement already satisfied: google-auth in /venv/lib/python3.11/site-packages (from cloud-sql-python-connector<2.0.0,>=1.2.3->keep==0.2.9) (2.27.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.2.9) (2023.11.17)
Step #0 - "Build": Requirement already satisfied: typing-extensions>=4.0.0 in /venv/lib/python3.11/site-packages (from datadog-api-client<3.0.0,>=2.12.0->keep==0.2.9) (4.9.0)
Step #0 - "Build": Requirement already satisfied: regex>=2017.02.08 in /venv/lib/python3.11/site-packages (from datefinder<0.8.0,>=0.7.3->keep==0.2.9) (2023.12.25)
Step #0 - "Build": Requirement already satisfied: pytz in /venv/lib/python3.11/site-packages (from datefinder<0.8.0,>=0.7.3->keep==0.2.9) (2023.4)
Step #0 - "Build": Requirement already satisfied: elastic-transport<9,>=8 in /venv/lib/python3.11/site-packages (from elasticsearch<9.0.0,>=8.6.1->keep==0.2.9) (8.12.0)
Step #0 - "Build": Requirement already satisfied: starlette<0.36.0,>=0.35.0 in /venv/lib/python3.11/site-packages (from fastapi<0.110.0,>=0.109.1->keep==0.2.9) (0.35.1)
Step #0 - "Build": Requirement already satisfied: google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.2.9) (2.16.1)
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.2.9) (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.2.9) (2.7.0)
Step #0 - "Build": Requirement already satisfied: packaging>=20.0.0 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.2.9) (23.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.2.9) (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.2.9) (4.25.2)
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-secret-manager<3.0.0,>=2.16.1->keep==0.2.9) (0.13.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.2.9) (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.2.9) (1.3.1)
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.2.9) (3.2.2)
Step #0 - "Build": Requirement already satisfied: tqdm in /venv/lib/python3.11/site-packages (from openai<0.28.0,>=0.27.7->keep==0.2.9) (4.66.1)
Step #0 - "Build": Requirement already satisfied: opentelemetry-api~=1.0 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-gcp-trace<2.0.0,>=1.6.0->keep==0.2.9) (1.20.0)
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.2.9) (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.2.9) (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.2.9) (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.2.9) (1.62.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.2.9) (1.60.0)
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.2.9) (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.2.9) (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.2.9) (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.2.9) (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.2.9) (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.2.9) (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.2.9) (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.2.9) (69.0.3)
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.2.9) (8.2.3)
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.2.9) (4.1.2)
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.2.9) (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.2.9) (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.2.9) (0.2.13)
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.2.9) (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.2.9) (0.5.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.1->keep==0.2.9) (2.5.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.2.9) (0.18.0)
Step #0 - "Build": Requirement already satisfied: rsa in /venv/lib/python3.11/site-packages (from python-jose<4.0.0,>=3.3.0->keep==0.2.9) (4.9)
Step #0 - "Build": Requirement already satisfied: httpx~=0.25.2 in /venv/lib/python3.11/site-packages (from python-telegram-bot<21.0,>=20.1->keep==0.2.9) (0.25.2)
Step #0 - "Build": Requirement already satisfied: charset-normalizer<4,>=2 in /venv/lib/python3.11/site-packages (from requests<3.0.0,>=2.28.2->keep==0.2.9) (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.28.2->keep==0.2.9) (3.6)
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.2.9) (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.2.9) (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.1.0->keep==0.2.9) (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.1.0->keep==0.2.9) (1.16.0)
Step #0 - "Build": Requirement already satisfied: oscrypto<2.0.0 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.1.0->keep==0.2.9) (1.3.0)
Step #0 - "Build": Requirement already satisfied: pycryptodomex!=3.5.0,<4.0.0,>=3.2 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.1.0->keep==0.2.9) (3.20.0)
Step #0 - "Build": Requirement already satisfied: filelock<4,>=3.5 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.1.0->keep==0.2.9) (3.13.1)
Step #0 - "Build": Requirement already satisfied: sortedcontainers>=2.4.0 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.1.0->keep==0.2.9) (2.4.0)
Step #0 - "Build": Requirement already satisfied: platformdirs<3.9.0,>=2.6.0 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.1.0->keep==0.2.9) (3.8.1)
Step #0 - "Build": Requirement already satisfied: tomlkit in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.1.0->keep==0.2.9) (0.12.3)
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.2.9) (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.2.9) (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.2.9) (2.8.3)
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.2.9) (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.2.9) (5.1.1)
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.2.9) (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.2.9) (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.2.9) (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.2.9) (6.0.4)
Step #0 - "Build": Requirement already satisfied: yarl<2.0,>=1.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.2.9) (1.9.4)
Step #0 - "Build": Requirement already satisfied: portalocker<3,>=1.0; platform_system != "Windows" in /venv/lib/python3.11/site-packages (from msal-extensions<2.0.0,>=0.3.0->azure-identity<2.0.0,>=1.15.0->keep==0.2.9) (2.8.2)
Step #0 - "Build": Requirement already satisfied: cachetools<6.0,>=2.0.0 in /venv/lib/python3.11/site-packages (from google-auth->cloud-sql-python-connector<2.0.0,>=1.2.3->keep==0.2.9) (5.3.2)
Step #0 - "Build": Requirement already satisfied: pyasn1-modules>=0.2.1 in /venv/lib/python3.11/site-packages (from google-auth->cloud-sql-python-connector<2.0.0,>=1.2.3->keep==0.2.9) (0.3.0)
Step #0 - "Build": Requirement already satisfied: anyio<5,>=3.4.0 in /venv/lib/python3.11/site-packages (from starlette<0.36.0,>=0.35.0->fastapi<0.110.0,>=0.109.1->keep==0.2.9) (4.2.0)
Step #0 - "Build": Requirement already satisfied: importlib-metadata<7.0,>=6.0 in /venv/lib/python3.11/site-packages (from opentelemetry-api~=1.0->opentelemetry-exporter-gcp-trace<2.0.0,>=1.6.0->keep==0.2.9) (6.11.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.2.9) (3.7.2)
Step #0 - "Build": Requirement already satisfied: httpcore==1.* in /venv/lib/python3.11/site-packages (from httpx~=0.25.2->python-telegram-bot<21.0,>=20.1->keep==0.2.9) (1.0.2)
Step #0 - "Build": Requirement already satisfied: sniffio in /venv/lib/python3.11/site-packages (from httpx~=0.25.2->python-telegram-bot<21.0,>=20.1->keep==0.2.9) (1.3.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.1.0->keep==0.2.9) (2.21)
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.0->opentelemetry-exporter-gcp-trace<2.0.0,>=1.6.0->keep==0.2.9) (3.17.0)
Step #0 - "Build": Installing collected packages: keep
Step #0 - "Build": Successfully installed keep-0.2.9
Step #0 - "Build": Removing intermediate container 46730f53f9b8
Step #0 - "Build":  ---> 242840297fff
Step #0 - "Build": Step 14/22 : FROM base as final
Step #0 - "Build":  ---> b4f8cf4e53a4
Step #0 - "Build": Step 15/22 : ENV PATH="/venv/bin:${PATH}"
Step #0 - "Build":  ---> Running in 062d19e5a7c5
Step #0 - "Build": Removing intermediate container 062d19e5a7c5
Step #0 - "Build":  ---> 29fcc511a28d
Step #0 - "Build": Step 16/22 : ENV VIRTUAL_ENV="/venv"
Step #0 - "Build":  ---> Running in c9a4711b1c8f
Step #0 - "Build": Removing intermediate container c9a4711b1c8f
Step #0 - "Build":  ---> c5eec560f9f3
Step #0 - "Build": Step 17/22 : COPY --from=builder /venv /venv
Step #0 - "Build":  ---> 7ddc4c32de53
Step #0 - "Build": Step 18/22 : RUN chgrp -R 0 /app && chmod -R g=u /app
Step #0 - "Build":  ---> Running in b93e25f8c5bd
Step #0 - "Build": Removing intermediate container b93e25f8c5bd
Step #0 - "Build":  ---> 3bf1584c8a5b
Step #0 - "Build": Step 19/22 : RUN chown -R keep:keep /app
Step #0 - "Build":  ---> Running in 6812f75c6237
Step #0 - "Build": Removing intermediate container 6812f75c6237
Step #0 - "Build":  ---> b6da8f6242eb
Step #0 - "Build": Step 20/22 : RUN chown -R keep:keep /venv
Step #0 - "Build":  ---> Running in d6378ec2ab58
Step #0 - "Build": Removing intermediate container d6378ec2ab58
Step #0 - "Build":  ---> 45900d9d5aaf
Step #0 - "Build": Step 21/22 : USER keep
Step #0 - "Build":  ---> Running in ffa3ddfc76c2
Step #0 - "Build": Removing intermediate container ffa3ddfc76c2
Step #0 - "Build":  ---> acb0363bb5a8
Step #0 - "Build": Step 22/22 : ENTRYPOINT ["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"]
Step #0 - "Build":  ---> Running in c5e620c33d8d
Step #0 - "Build": Removing intermediate container c5e620c33d8d
Step #0 - "Build":  ---> 26b1f38108b3
Step #0 - "Build": Successfully built 26b1f38108b3
Step #0 - "Build": Successfully tagged us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api:8b5d0c3c95af1a6acdaa5c706c0cf16dc1316a56
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": b1eb48a71ada: Preparing
Step #1 - "Push": e0e439e88823: Preparing
Step #1 - "Push": 7a2aff2b15ba: Preparing
Step #1 - "Push": d2bcbf4697b3: Preparing
Step #1 - "Push": 603ace94a794: Preparing
Step #1 - "Push": 8752fe41d541: Preparing
Step #1 - "Push": d8815e8a268d: Preparing
Step #1 - "Push": 8655910e6b5f: Preparing
Step #1 - "Push": 355bb094feb8: Preparing
Step #1 - "Push": ed123c9f1a56: Preparing
Step #1 - "Push": 92770f546e06: Preparing
Step #1 - "Push": 8655910e6b5f: Waiting
Step #1 - "Push": 355bb094feb8: Waiting
Step #1 - "Push": 8752fe41d541: Waiting
Step #1 - "Push": d8815e8a268d: Waiting
Step #1 - "Push": 92770f546e06: Waiting
Step #1 - "Push": e0e439e88823: Pushed
Step #1 - "Push": 7a2aff2b15ba: Pushed
Step #1 - "Push": 603ace94a794: Pushed
Step #1 - "Push": d8815e8a268d: Layer already exists
Step #1 - "Push": 8655910e6b5f: Layer already exists
Step #1 - "Push": ed123c9f1a56: Layer already exists
Step #1 - "Push": 355bb094feb8: Layer already exists
Step #1 - "Push": 92770f546e06: Layer already exists
Step #1 - "Push": 8752fe41d541: Pushed
Step #1 - "Push": b1eb48a71ada: Pushed
Step #1 - "Push": d2bcbf4697b3: Pushed
Step #1 - "Push": 8b5d0c3c95af1a6acdaa5c706c0cf16dc1316a56: digest: sha256:11544b1b48729bfc699a6a617870f686631e3a8f0709224419e529aeed1e787c size: 2624
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": 8a1e25ce7c4f: Pulling fs layer
Step #2 - "Deploy": 4deee95f2d58: Pulling fs layer
Step #2 - "Deploy": 2cc44943c4dd: Pulling fs layer
Step #2 - "Deploy": afc5dbb29f0e: Pulling fs layer
Step #2 - "Deploy": c81efb6fe8e8: Pulling fs layer
Step #2 - "Deploy": 4086b16c95ed: Pulling fs layer
Step #2 - "Deploy": afc5dbb29f0e: Waiting
Step #2 - "Deploy": c81efb6fe8e8: Waiting
Step #2 - "Deploy": 4086b16c95ed: Waiting
Step #2 - "Deploy": 4deee95f2d58: Verifying Checksum
Step #2 - "Deploy": 4deee95f2d58: Download complete
Step #2 - "Deploy": 2cc44943c4dd: Download complete
Step #2 - "Deploy": 8a1e25ce7c4f: Verifying Checksum
Step #2 - "Deploy": 8a1e25ce7c4f: Download complete
Step #2 - "Deploy": afc5dbb29f0e: Verifying Checksum
Step #2 - "Deploy": afc5dbb29f0e: Download complete
Step #2 - "Deploy": 4086b16c95ed: Verifying Checksum
Step #2 - "Deploy": 4086b16c95ed: Download complete
Step #2 - "Deploy": 8a1e25ce7c4f: Pull complete
Step #2 - "Deploy": 4deee95f2d58: Pull complete
Step #2 - "Deploy": 2cc44943c4dd: Pull complete
Step #2 - "Deploy": afc5dbb29f0e: Pull complete
Step #2 - "Deploy": c81efb6fe8e8: Verifying Checksum
Step #2 - "Deploy": c81efb6fe8e8: Download complete
Step #2 - "Deploy": c81efb6fe8e8: Pull complete
Step #2 - "Deploy": 4086b16c95ed: Pull complete
Step #2 - "Deploy": Digest: sha256:8a7019e071c4b60a673c1b5e9f25c3403f5ce89338c9ee27449928e1f7feaca5
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-feature-auto-supress]
Step #2 - "Deploy": Deploying...
Step #2 - "Deploy": Creating Revision............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done
Step #2 - "Deploy": Routing traffic.....done
Step #2 - "Deploy": Done.
Step #2 - "Deploy": Service [keep-api-feature-auto-supress] revision [keep-api-feature-auto-supress-00001-95m] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://keep-api-feature-auto-supress-3jg67kxyna-uc.a.run.app
Step #2 - "Deploy": Updated IAM policy for service [keep-api-feature-auto-supress].
Step #2 - "Deploy": bindings:
Step #2 - "Deploy": - members:
Step #2 - "Deploy":   - allUsers
Step #2 - "Deploy":   role: roles/run.invoker
Step #2 - "Deploy": etag: BwYT770kF4U=
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:8b5d0c3c95af1a6acdaa5c706c0cf16dc1316a56
The push refers to repository [us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api]
b1eb48a71ada: Preparing
e0e439e88823: Preparing
7a2aff2b15ba: Preparing
d2bcbf4697b3: Preparing
603ace94a794: Preparing
8752fe41d541: Preparing
d8815e8a268d: Preparing
8655910e6b5f: Preparing
355bb094feb8: Preparing
ed123c9f1a56: Preparing
92770f546e06: Preparing
d8815e8a268d: Waiting
8655910e6b5f: Waiting
355bb094feb8: Waiting
ed123c9f1a56: Waiting
92770f546e06: Waiting
8752fe41d541: Waiting
b1eb48a71ada: Layer already exists
d2bcbf4697b3: Layer already exists
603ace94a794: Layer already exists
e0e439e88823: Layer already exists
7a2aff2b15ba: Layer already exists
d8815e8a268d: Layer already exists
8752fe41d541: Layer already exists
8655910e6b5f: Layer already exists
ed123c9f1a56: Layer already exists
355bb094feb8: Layer already exists
92770f546e06: Layer already exists
8b5d0c3c95af1a6acdaa5c706c0cf16dc1316a56: digest: sha256:11544b1b48729bfc699a6a617870f686631e3a8f0709224419e529aeed1e787c size: 2624
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/20c54fc9-d318-4b06-aacf-ceb43bb0d9c3?project=442666953093