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

feature: add POST /incidents/merge route #2257

Closed
wants to merge 4 commits into from

Merge branch 'feature/2042-split-merge-incidents' of github.com:keeph…

31b0a78
Select commit
Loading
Failed to load commit list.
Closed

feature: add POST /incidents/merge route #2257

Merge branch 'feature/2042-split-merge-incidents' of github.com:keeph…
31b0a78
Select commit
Loading
Failed to load commit list.
Google Cloud Build / Cloud-Run-Keep-API (keephq-sandbox) succeeded Oct 21, 2024 in 7m 59s

Summary

Build Information

Trigger Cloud-Run-Keep-API
Build 00cfd2fa-05c4-45fa-b500-c5d61f0d5a25
Start 2024-10-21T11:44:16-07:00
Duration 7m16.787s
Status SUCCESS

Steps

Step Status Duration
Build SUCCESS 4m48.093s
Push SUCCESS 47.043s
Deploy SUCCESS 1m34.401s

Details

starting build "00cfd2fa-05c4-45fa-b500-c5d61f0d5a25"

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            31b0a7885df484dae4f83b8d9bed895a409c7ef5 -> FETCH_HEAD
HEAD is now at 31b0a78 Merge branch 'feature/2042-split-merge-incidents' of github.com:keephq/keep into feature/2042-split-merge-incidents
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   42.3MB

Step #0 - "Build": Step 1/26 : 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": 1f7ce2fa46ab: Verifying Checksum
Step #0 - "Build": 1f7ce2fa46ab: Download complete
Step #0 - "Build": 442c5d63eafd: Verifying Checksum
Step #0 - "Build": 442c5d63eafd: Download complete
Step #0 - "Build": c3aa3af0d581: Verifying Checksum
Step #0 - "Build": c3aa3af0d581: Download complete
Step #0 - "Build": 848d19a36773: Verifying Checksum
Step #0 - "Build": 848d19a36773: Download complete
Step #0 - "Build": 4bfbe15b3e01: Verifying Checksum
Step #0 - "Build": 4bfbe15b3e01: 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/26 : ENV PYTHONFAULTHANDLER=1     PYTHONHASHSEED=random     PYTHONUNBUFFERED=1
Step #0 - "Build":  ---> Running in 05a2bb21628d
Step #0 - "Build": Removing intermediate container 05a2bb21628d
Step #0 - "Build":  ---> d04c47474a60
Step #0 - "Build": Step 3/26 : RUN useradd --user-group --system --create-home --no-log-init keep
Step #0 - "Build":  ---> Running in 87161ac077e6
Step #0 - "Build": Removing intermediate container 87161ac077e6
Step #0 - "Build":  ---> d9a99d1b2dbc
Step #0 - "Build": Step 4/26 : WORKDIR /app
Step #0 - "Build":  ---> Running in 21e1325af81d
Step #0 - "Build": Removing intermediate container 21e1325af81d
Step #0 - "Build":  ---> e019415e1418
Step #0 - "Build": Step 5/26 : FROM base as builder
Step #0 - "Build":  ---> e019415e1418
Step #0 - "Build": Step 6/26 : 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 71218f49dd76
Step #0 - "Build": Removing intermediate container 71218f49dd76
Step #0 - "Build":  ---> d097c4b736ab
Step #0 - "Build": Step 7/26 : RUN pip install "poetry==$POETRY_VERSION"
Step #0 - "Build":  ---> Running in a7d2d4b80754
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/b9/f8/feced7779d755758a52d1f6635d990b8d98dc0a29fa568bbe0625f18fdf3/filelock-3.16.1-py3-none-any.whl.metadata
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":   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/69/4a/4f9dbeb84e8850557c02365a0eee0649abe5eb1d84af92a25731c6c0f922/jsonschema-4.23.0-py3-none-any.whl.metadata
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":   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/08/aa/cc0199a5f0ad350994d660967a8efb233fe0416e4639146c089643407ce6/packaging-24.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading packaging-24.1-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/17/b7/71f9fbebc37ecf55233407f348b9acc974482e6ee37d057a1e8e3baba081/pkginfo-1.11.2-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading pkginfo-1.11.2-py3-none-any.whl.metadata (11 kB)
Step #0 - "Build": Collecting platformdirs<3.0.0,>=2.5.2 (from poetry==1.3.2)
Step #0 - "Build":   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/de/55/1dd7c8c955d71f58a9202c37bf8e037d697dc9f11a9a2ade65663251ee44/poetry_plugin_export-1.8.0-py3-none-any.whl.metadata
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":   Obtaining dependency information for requests<3.0,>=2.18 from https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl.metadata
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":   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/f9/b6/a447b5e4ec71e13871be01ba81f5dfc9d0af7e473da256ff46bc0e24026f/tomlkit-0.13.2-py3-none-any.whl.metadata
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":   Obtaining dependency information for trove-classifiers>=2022.5.19 from https://files.pythonhosted.org/packages/35/35/5055ab8d215af853d07bbff1a74edf48f91ed308f037380a5ca52dd73348/trove_classifiers-2024.10.21.16-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading trove_classifiers-2024.10.21.16-py3-none-any.whl.metadata (2.2 kB)
Step #0 - "Build": Collecting urllib3<2.0.0,>=1.26.0 (from poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for urllib3<2.0.0,>=1.26.0 from https://files.pythonhosted.org/packages/33/cf/8435d5a7159e2a9c83a95896ed596f68cf798005fe107cc655b5c5c14704/urllib3-1.26.20-py2.py3-none-any.whl.metadata
Step #0 - "Build":   Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
Step #0 - "Build":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 kB 6.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/c8/15/828ec11907aee2349a9342fa71fba4ba7f3af938162a382dd7da339dea16/virtualenv-20.27.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.27.0-py3-none-any.whl.metadata (4.5 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/a8/a1/ad7b84b91ab5a324e707f4c9761633e357820b011a01e34ce658c1dda7cc/msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
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":   Obtaining dependency information for rapidfuzz<4.0.0,>=3.0.0 from https://files.pythonhosted.org/packages/ed/82/5a3eb4ef6dcf757bde6d94bbc14be4e7fd30cf226f383ff00c75ec0b64c8/rapidfuzz-3.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Step #0 - "Build":   Downloading rapidfuzz-3.10.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":   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/6a/21/5b6702a7f963e95456c0de2d495f67bf5fd62840ac655dc451586d23d39a/attrs-24.2.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
Step #0 - "Build": Collecting jsonschema-specifications>=2023.03.6 (from jsonschema<5.0.0,>=4.10.0->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for jsonschema-specifications>=2023.03.6 from https://files.pythonhosted.org/packages/d1/0f/8910b19ac0670a0f80ce1008e5e751c4a57e14d2c4c13a482aa6079fa9d6/jsonschema_specifications-2024.10.1-py3-none-any.whl.metadata
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":   Obtaining dependency information for referencing>=0.28.4 from https://files.pythonhosted.org/packages/b7/59/2056f61236782a2c86b33906c025d4f4a0b17be0161b63b70fd9e8775d36/referencing-0.35.1-py3-none-any.whl.metadata
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":   Obtaining dependency information for rpds-py>=0.7.1 from https://files.pythonhosted.org/packages/a7/e8/85835077b782555d6b3416874b702ea6ebd7db1f145283c9252968670dd5/rpds_py-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Step #0 - "Build":   Downloading rpds_py-0.20.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
Step #0 - "Build": Collecting jaraco.classes (from keyring<24.0.0,>=23.9.0->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for jaraco.classes from https://files.pythonhosted.org/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl.metadata
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":   Obtaining dependency information for importlib-metadata>=4.11.4 from https://files.pythonhosted.org/packages/a0/d9/a1e041c5e7caa9a05c925f4bdbdfb7f006d1f74996af53467bc394c97be7/importlib_metadata-8.5.0-py3-none-any.whl.metadata
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":   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/a5/1e/106eb732a21b809b17366666d97a2b797d30f125efa4202a142d8485dd59/poetry_plugin_export-1.7.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading poetry_plugin_export-1.7.1-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/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":   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/eb/5b/6f10bad0f6461fa272bfbbdf5d0023b5fb9bc6217c92bf068fa5a99820f5/charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
Step #0 - "Build":   Downloading charset_normalizer-3.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (34 kB)
Step #0 - "Build": Collecting idna<4,>=2.5 (from requests<3.0,>=2.18->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for idna<4,>=2.5 from https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl.metadata
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":   Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
Step #0 - "Build": Collecting distlib<1,>=0.3.7 (from virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3->poetry==1.3.2)
Step #0 - "Build":   Obtaining dependency information for distlib<1,>=0.3.7 from https://files.pythonhosted.org/packages/91/a1/cf2472db20f7ce4a6be1253a81cfdf85ad9c7885ffbed7047fb72c24cf87/distlib-0.3.9-py2.py3-none-any.whl.metadata
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":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/59/90/57b8ac0c8a231545adc7698c64c5a36fa7cd8e376c691b9bde877269f2eb/virtualenv-20.26.6-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.26.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/c6/1d/e1a44fdd6d30829ba21fc58b5d98a67e7aae8f4165f11d091e53aec12560/virtualenv-20.26.5-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.26.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/5d/ea/12f774a18b55754c730c8383dad8f10d7b87397d1cb6b2b944c87381bb3b/virtualenv-20.26.4-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.26.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/07/4d/410156100224c5e2f0011d435e477b57aed9576fc7fe137abcf14ec16e11/virtualenv-20.26.3-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.26.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/0a/02/085eee8570e807db9a1aa905e18c9123efec753ae9021b029115c6e0bb28/virtualenv-20.26.2-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.26.2-py3-none-any.whl.metadata (4.4 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/ca/28/19728b052c52b588fa117e80561d4b6e872664f4df73628d58593218becd/virtualenv-20.26.1-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.26.1-py3-none-any.whl.metadata (4.4 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/fa/80/4230da6f5898d50c427591d81c4ca154c19ff3ea789266affcd9a770ed3d/virtualenv-20.26.0-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.26.0-py3-none-any.whl.metadata (4.4 kB)
Step #0 - "Build": INFO: pip is still looking at multiple versions of virtualenv to determine which version is compatible with other requirements. This could take a while.
Step #0 - "Build":   Obtaining dependency information for virtualenv!=20.4.5,!=20.4.6,<21.0.0,>=20.4.3 from https://files.pythonhosted.org/packages/cd/8a/709e9994dc2f9705d1127c63b64151582655e02c953e163b317803864fc0/virtualenv-20.25.3-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.25.3-py3-none-any.whl.metadata (4.4 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/b7/d0/ee2496ac979bbb3fd7ed2edba0da3f1f415a6559721b9d51b7efe99d15ea/virtualenv-20.25.2-py3-none-any.whl.metadata
Step #0 - "Build":   Downloading virtualenv-20.25.2-py3-none-any.whl.metadata (4.4 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/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":   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": 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/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":   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.pythonhos
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/00cfd2fa-05c4-45fa-b500-c5d61f0d5a25?project=442666953093.]
...
 #0 - "Build": Requirement already satisfied: python-keycloak==4.2.3 in /venv/lib/python3.11/site-packages (from keep==0.26.0) (4.2.3)
Step #0 - "Build": Requirement already satisfied: python-multipart<0.0.8,>=0.0.7 in /venv/lib/python3.11/site-packages (from keep==0.26.0) (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.26.0) (20.8)
Step #0 - "Build": Requirement already satisfied: pyyaml<7.0,>=6.0 in /venv/lib/python3.11/site-packages (from keep==0.26.0) (6.0.1)
Step #0 - "Build": Requirement already satisfied: quickchart-io<3.0.0,>=2.0.0 in /venv/lib/python3.11/site-packages (from keep==0.26.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.26.0) (2.32.3)
Step #0 - "Build": Requirement already satisfied: scipy<2.0.0,>=1.14.1 in /venv/lib/python3.11/site-packages (from keep==0.26.0) (1.14.1)
Step #0 - "Build": Requirement already satisfied: sendgrid<7.0.0,>=6.10.0 in /venv/lib/python3.11/site-packages (from keep==0.26.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.26.0) (1.45.0)
Step #0 - "Build": Requirement already satisfied: snowflake-connector-python==3.12.1 in /venv/lib/python3.11/site-packages (from keep==0.26.0) (3.12.1)
Step #0 - "Build": Requirement already satisfied: splunk-sdk<2.0.0,>=1.7.4 in /venv/lib/python3.11/site-packages (from keep==0.26.0) (1.7.4)
Step #0 - "Build": Requirement already satisfied: sqlalchemy==1.4.41 in /venv/lib/python3.11/site-packages (from keep==0.26.0) (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.26.0) (0.41.2)
Step #0 - "Build": Requirement already satisfied: sqlmodel<0.0.9,>=0.0.8 in /venv/lib/python3.11/site-packages (from keep==0.26.0) (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.26.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.26.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.26.0) (1.2.1)
Step #0 - "Build": Requirement already satisfied: uvicorn<0.21.0,>=0.20.0 in /venv/lib/python3.11/site-packages (from keep==0.26.0) (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.26.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.26.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.26.0) (1.3.5)
Step #0 - "Build": Requirement already satisfied: typing-extensions>=4 in /venv/lib/python3.11/site-packages (from alembic<2.0.0,>=1.13.2->keep==0.26.0) (4.12.2)
Step #0 - "Build": Requirement already satisfied: redis[hiredis]<5,>=4.2.0 in /venv/lib/python3.11/site-packages (from arq<0.27.0,>=0.26.0->keep==0.26.0) (4.6.0)
Step #0 - "Build": Requirement already satisfied: wheel<1.0,>=0.23.0 in /venv/lib/python3.11/site-packages (from astunparse<2.0.0,>=1.6.3->keep==0.26.0) (0.43.0)
Step #0 - "Build": Requirement already satisfied: six<2.0,>=1.6.1 in /venv/lib/python3.11/site-packages (from astunparse<2.0.0,>=1.6.3->keep==0.26.0) (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.26.0) (3.10.2)
Step #0 - "Build": Requirement already satisfied: cryptography<43.0.0,>=42.0.4 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.26.0) (42.0.8)
Step #0 - "Build": Requirement already satisfied: pyjwt<3.0.0,>=2.8.0 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.26.0) (2.8.0)
Step #0 - "Build": Requirement already satisfied: urllib3<3.0.0,>=2.0.7 in /venv/lib/python3.11/site-packages (from auth0-python<5.0.0,>=4.4.1->keep==0.26.0) (2.2.2)
Step #0 - "Build": Requirement already satisfied: azure-core>=1.23.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.16.1->keep==0.26.0) (1.30.2)
Step #0 - "Build": Requirement already satisfied: msal>=1.24.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.16.1->keep==0.26.0) (1.28.1)
Step #0 - "Build": Requirement already satisfied: msal-extensions>=0.3.0 in /venv/lib/python3.11/site-packages (from azure-identity<2.0.0,>=1.16.1->keep==0.26.0) (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.26.0) (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.26.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.26.0) (1.4.0)
Step #0 - "Build": Requirement already satisfied: botocore<1.35.0,>=1.34.128 in /venv/lib/python3.11/site-packages (from boto3<2.0.0,>=1.26.72->keep==0.26.0) (1.34.128)
Step #0 - "Build": Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /venv/lib/python3.11/site-packages (from boto3<2.0.0,>=1.26.72->keep==0.26.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.26.0) (0.10.1)
Step #0 - "Build": Requirement already satisfied: lark-parser>=0.10.1 in /venv/lib/python3.11/site-packages (from cel-python<0.2.0,>=0.1.5->keep==0.26.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.26.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.26.0) (2.15.0)
Step #0 - "Build": Requirement already satisfied: pytz in /venv/lib/python3.11/site-packages (from clickhouse-driver<0.3.0,>=0.2.9->keep==0.26.0) (2024.1)
Step #0 - "Build": Requirement already satisfied: tzlocal in /venv/lib/python3.11/site-packages (from clickhouse-driver<0.3.0,>=0.2.9->keep==0.26.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.26.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.26.0) (2024.7.4)
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.26.0) (2024.5.15)
Step #0 - "Build": Requirement already satisfied: elastic-transport<9,>=8.13 in /venv/lib/python3.11/site-packages (from elasticsearch<9.0.0,>=8.6.1->keep==0.26.0) (8.13.1)
Step #0 - "Build": Requirement already satisfied: starlette<0.37.0,>=0.36.3 in /venv/lib/python3.11/site-packages (from fastapi<0.110.0,>=0.109.1->keep==0.26.0) (0.36.3)
Step #0 - "Build": Requirement already satisfied: cachetools<6.0,>=2.0.0 in /venv/lib/python3.11/site-packages (from google-auth==2.34.0->keep==0.26.0) (5.3.3)
Step #0 - "Build": Requirement already satisfied: pyasn1-modules>=0.2.1 in /venv/lib/python3.11/site-packages (from google-auth==2.34.0->keep==0.26.0) (0.4.0)
Step #0 - "Build": Requirement already satisfied: rsa<5,>=3.1.4 in /venv/lib/python3.11/site-packages (from google-auth==2.34.0->keep==0.26.0) (4.9)
Step #0 - "Build": Requirement already satisfied: google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.26.0) (2.19.0)
Step #0 - "Build": Requirement already satisfied: google-cloud-core<3.0.0dev,>=1.6.0 in /venv/lib/python3.11/site-packages (from google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.26.0) (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.26.0) (2.7.1)
Step #0 - "Build": Requirement already satisfied: proto-plus<2.0.0dev,>=1.22.3 in /venv/lib/python3.11/site-packages (from google-cloud-container<3.0.0,>=2.32.0->keep==0.26.0) (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.26.0) (4.25.3)
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.26.0) (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.26.0) (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.26.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.26.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.26.0) (4.4.0)
Step #0 - "Build": Requirement already satisfied: distro<2,>=1.7.0 in /venv/lib/python3.11/site-packages (from openai==1.37.1->keep==0.26.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.26.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.26.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.26.0) (4.66.4)
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.26.0) (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.26.0) (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.26.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.26.0) (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.26.0) (1.63.1)
Step #0 - "Build": Requirement already satisfied: grpcio<2.0.0,>=1.0.0 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.26.0) (1.64.1)
Step #0 - "Build": Requirement already satisfied: opentelemetry-exporter-otlp-proto-common==1.20.0 in /venv/lib/python3.11/site-packages (from opentelemetry-exporter-otlp-proto-grpc<2.0.0,>=1.20.0->keep==0.26.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.26.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.26.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.26.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.26.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.26.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.26.0) (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.26.0) (70.0.0)
Step #0 - "Build": Requirement already satisfied: tenacity>=5.0.4 in /venv/lib/python3.11/site-packages (from opsgenie-sdk<3.0.0,>=2.1.5->keep==0.26.0) (8.4.1)
Step #0 - "Build": Requirement already satisfied: tzdata>=2022.7 in /venv/lib/python3.11/site-packages (from pandas<3.0.0,>=2.2.2->keep==0.26.0) (2024.1)
Step #0 - "Build": Requirement already satisfied: bcrypt>=3.2 in /venv/lib/python3.11/site-packages (from paramiko<4.0.0,>=3.4.0->keep==0.26.0) (4.1.3)
Step #0 - "Build": Requirement already satisfied: pynacl>=1.5 in /venv/lib/python3.11/site-packages (from paramiko<4.0.0,>=3.4.0->keep==0.26.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.26.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.26.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.26.0) (24.2.1)
Step #0 - "Build": Requirement already satisfied: ndg-httpsclient in /venv/lib/python3.11/site-packages (from pusher<4.0.0,>=3.3.2->keep==0.26.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.26.0) (0.6.0)
Step #0 - "Build": Requirement already satisfied: dnspython<3.0.0,>=1.16.0 in /venv/lib/python3.11/site-packages (from pymongo<5.0.0,>=4.6.3->keep==0.26.0) (2.6.1)
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.26.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.26.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.26.0) (2.1.0)
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.26.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.26.0) (3.3.2)
Step #0 - "Build": Requirement already satisfied: idna<4,>=2.5 in /venv/lib/python3.11/site-packages (from requests<3.0.0,>=2.32.0->keep==0.26.0) (3.7)
Step #0 - "Build": Requirement already satisfied: python-http-client>=3.2.1 in /venv/lib/python3.11/site-packages (from sendgrid<7.0.0,>=6.10.0->keep==0.26.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.26.0) (2.2.0)
Step #0 - "Build": Requirement already satisfied: asn1crypto<2.0.0,>0.24.0 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.1->keep==0.26.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.1->keep==0.26.0) (1.16.0)
Step #0 - "Build": Requirement already satisfied: filelock<4,>=3.5 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.1->keep==0.26.0) (3.15.1)
Step #0 - "Build": Requirement already satisfied: sortedcontainers>=2.4.0 in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.1->keep==0.26.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.1->keep==0.26.0) (3.8.1)
Step #0 - "Build": Requirement already satisfied: tomlkit in /venv/lib/python3.11/site-packages (from snowflake-connector-python==3.12.1->keep==0.26.0) (0.12.5)
Step #0 - "Build": Requirement already satisfied: greenlet!=0.4.17; python_version >= "3" and (platform_machine == "aarch64" or (platform_machine == "ppc64le" or (platform_machine == "x86_64" or (platform_machine == "amd64" or (platform_machine == "AMD64" or (platform_machine == "win32" or platform_machine == "WIN32")))))) in /venv/lib/python3.11/site-packages (from sqlalchemy==1.4.41->keep==0.26.0) (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.26.0) (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.26.0) (2.8.3)
Step #0 - "Build": Requirement already satisfied: python-socketio[client]>=5.0.0 in /venv/lib/python3.11/site-packages (from uptime-kuma-api<2.0.0,>=1.2.1->keep==0.26.0) (5.11.2)
Step #0 - "Build": Requirement already satisfied: h11>=0.8 in /venv/lib/python3.11/site-packages (from uvicorn<0.21.0,>=0.20.0->keep==0.26.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.26.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.26.0) (2.1.5)
Step #0 - "Build": Requirement already satisfied: hiredis>=1.0.0; extra == "hiredis" in /venv/lib/python3.11/site-packages (from redis[hiredis]<5,>=4.2.0->arq<0.27.0,>=0.26.0->keep==0.26.0) (2.3.2)
Step #0 - "Build": Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /venv/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.5->auth0-python<5.0.0,>=4.4.1->keep==0.26.0) (2.3.5)
Step #0 - "Build": Requirement already satisfied: aiosignal>=1.1.2 in /venv/lib/python3.11/site-packages (from aiohttp<4.0.0,>=3.8.5->auth0-python<5.0.0,>=4.4.1->keep==0.26.0) (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.26.0) (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.26.0) (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.26.0) (6.0.5)
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.26.0) (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>=0.3.0->azure-identity<2.0.0,>=1.16.1->keep==0.26.0) (2.8.2)
Step #0 - "Build": Requirement already satisfied: grpcio-status<2.0.dev0,>=1.33.2; extra == "grpc" in /venv/lib/python3.11/site-packages (from google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0dev,>=1.34.1->google-cloud-bigquery<4.0.0,>=3.11.0->keep==0.26.0) (1.62.2)
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.26.0) (1.0.5)
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.26.0) (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.26.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.1->keep==0.26.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.26.0) (0.23.1)
Step #0 - "Build": Requirement already satisfied: python-engineio>=4.8.0 in /venv/lib/python3.11/site-packages (from python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.26.0) (4.9.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.0->opentelemetry-exporter-gcp-trace<2.0.0,>=1.6.0->keep==0.26.0) (3.19.2)
Step #0 - "Build": Requirement already satisfied: simple-websocket>=0.10.0 in /venv/lib/python3.11/site-packages (from python-engineio>=4.8.0->python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.26.0) (1.0.0)
Step #0 - "Build": Requirement already satisfied: wsproto in /venv/lib/python3.11/site-packages (from simple-websocket>=0.10.0->python-engineio>=4.8.0->python-socketio[client]>=5.0.0->uptime-kuma-api<2.0.0,>=1.2.1->keep==0.26.0) (1.2.0)
Step #0 - "Build": Installing collected packages: keep
Step #0 - "Build": Successfully installed keep-0.26.0
Step #0 - "Build": Removing intermediate container 8db6a5e1c2cd
Step #0 - "Build":  ---> e2e8818b87d6
Step #0 - "Build": Step 16/26 : FROM base as final
Step #0 - "Build":  ---> e019415e1418
Step #0 - "Build": Step 17/26 : ENV PATH="/venv/bin:${PATH}"
Step #0 - "Build":  ---> Running in 4a23d694a10b
Step #0 - "Build": Removing intermediate container 4a23d694a10b
Step #0 - "Build":  ---> 556bb944206a
Step #0 - "Build": Step 18/26 : ENV VIRTUAL_ENV="/venv"
Step #0 - "Build":  ---> Running in cb92e7f1d1d2
Step #0 - "Build": Removing intermediate container cb92e7f1d1d2
Step #0 - "Build":  ---> 3824a3ad0be0
Step #0 - "Build": Step 19/26 : ENV EE_PATH="ee"
Step #0 - "Build":  ---> Running in 5080b710ba8e
Step #0 - "Build": Removing intermediate container 5080b710ba8e
Step #0 - "Build":  ---> 88bd5ed724d6
Step #0 - "Build": Step 20/26 : COPY --from=builder /venv /venv
Step #0 - "Build":  ---> 9f62b9a7c580
Step #0 - "Build": Step 21/26 : COPY --from=builder /app/examples /examples
Step #0 - "Build":  ---> 78eb4cc5b78a
Step #0 - "Build": Step 22/26 : RUN chgrp -R 0 /app && chmod -R g=u /app
Step #0 - "Build":  ---> Running in 04c27a90d5b0
Step #0 - "Build": Removing intermediate container 04c27a90d5b0
Step #0 - "Build":  ---> 581f1ff5f392
Step #0 - "Build": Step 23/26 : RUN chown -R keep:keep /app
Step #0 - "Build":  ---> Running in 5d5198984077
Step #0 - "Build": Removing intermediate container 5d5198984077
Step #0 - "Build":  ---> fb302f2e7622
Step #0 - "Build": Step 24/26 : RUN chown -R keep:keep /venv
Step #0 - "Build":  ---> Running in e5fa7d2ef9b4
Step #0 - "Build": Removing intermediate container e5fa7d2ef9b4
Step #0 - "Build":  ---> 1a72202e7bea
Step #0 - "Build": Step 25/26 : USER keep
Step #0 - "Build":  ---> Running in fa3bba3f0270
Step #0 - "Build": Removing intermediate container fa3bba3f0270
Step #0 - "Build":  ---> fd6595debefc
Step #0 - "Build": Step 26/26 : 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 58963a55e227
Step #0 - "Build": Removing intermediate container 58963a55e227
Step #0 - "Build":  ---> e4d9fc769b38
Step #0 - "Build": Successfully built e4d9fc769b38
Step #0 - "Build": Successfully tagged us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api:31b0a7885df484dae4f83b8d9bed895a409c7ef5
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": e08f456745cc: Preparing
Step #1 - "Push": 7bae469ae5af: Preparing
Step #1 - "Push": 9a1c5fbdf1f8: Preparing
Step #1 - "Push": f561f824e872: Preparing
Step #1 - "Push": f83340f2197b: Preparing
Step #1 - "Push": d0f8e3a44c66: Preparing
Step #1 - "Push": 7b6a96cd0f2b: 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": d0f8e3a44c66: Waiting
Step #1 - "Push": d8815e8a268d: Waiting
Step #1 - "Push": 8655910e6b5f: Waiting
Step #1 - "Push": 7b6a96cd0f2b: Waiting
Step #1 - "Push": 355bb094feb8: Waiting
Step #1 - "Push": ed123c9f1a56: Waiting
Step #1 - "Push": 92770f546e06: Waiting
Step #1 - "Push": 7bae469ae5af: Pushed
Step #1 - "Push": f561f824e872: Pushed
Step #1 - "Push": 9a1c5fbdf1f8: Pushed
Step #1 - "Push": d8815e8a268d: Layer already exists
Step #1 - "Push": 8655910e6b5f: Layer already exists
Step #1 - "Push": 355bb094feb8: Layer already exists
Step #1 - "Push": ed123c9f1a56: Layer already exists
Step #1 - "Push": d0f8e3a44c66: Pushed
Step #1 - "Push": 7b6a96cd0f2b: Pushed
Step #1 - "Push": 92770f546e06: Layer already exists
Step #1 - "Push": f83340f2197b: Pushed
Step #1 - "Push": e08f456745cc: Pushed
Step #1 - "Push": 31b0a7885df484dae4f83b8d9bed895a409c7ef5: digest: sha256:b641558415419a97eb63581c203859f6cc522cae2982c8a67dae348e5a0b1c14 size: 2833
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": cdd62bf39133: Already exists
Step #2 - "Deploy": a763128f24e6: Pulling fs layer
Step #2 - "Deploy": b328cb2e4240: Pulling fs layer
Step #2 - "Deploy": 1548af72c553: Pulling fs layer
Step #2 - "Deploy": 85406a189b88: Pulling fs layer
Step #2 - "Deploy": ae18ebccfbf2: Pulling fs layer
Step #2 - "Deploy": 85406a189b88: Waiting
Step #2 - "Deploy": ae18ebccfbf2: Waiting
Step #2 - "Deploy": 1548af72c553: Verifying Checksum
Step #2 - "Deploy": 1548af72c553: Download complete
Step #2 - "Deploy": b328cb2e4240: Verifying Checksum
Step #2 - "Deploy": b328cb2e4240: Download complete
Step #2 - "Deploy": a763128f24e6: Download complete
Step #2 - "Deploy": ae18ebccfbf2: Verifying Checksum
Step #2 - "Deploy": ae18ebccfbf2: Download complete
Step #2 - "Deploy": a763128f24e6: Pull complete
Step #2 - "Deploy": b328cb2e4240: Pull complete
Step #2 - "Deploy": 1548af72c553: Pull complete
Step #2 - "Deploy": 85406a189b88: Verifying Checksum
Step #2 - "Deploy": 85406a189b88: Download complete
Step #2 - "Deploy": 85406a189b88: Pull complete
Step #2 - "Deploy": ae18ebccfbf2: Pull complete
Step #2 - "Deploy": Digest: sha256:e8862aa91692fe2482f1d27ac5efcbc9467a64f777997c2ba6ab79d48abc919e
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-2258-split-merge-incidents]
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-2258-split-merge-incidents] revision [keep-api-feature-2258-split-merge-incidents-00001-9jj] has been deployed and is serving 100 percent of traffic.
Step #2 - "Deploy": Service URL: https://keep-api-feature-2258-split-merge-incidents-442666953093.us-central1.run.app
Step #2 - "Deploy": Updated IAM policy for service [keep-api-feature-2258-split-merge-incidents].
Step #2 - "Deploy": bindings:
Step #2 - "Deploy": - members:
Step #2 - "Deploy":   - allUsers
Step #2 - "Deploy":   role: roles/run.invoker
Step #2 - "Deploy": etag: BwYlASQJaBk=
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:31b0a7885df484dae4f83b8d9bed895a409c7ef5
The push refers to repository [us-central1-docker.pkg.dev/keephq-sandbox/cloud-run-source-deploy/keep/keep-api]
e08f456745cc: Preparing
7bae469ae5af: Preparing
9a1c5fbdf1f8: Preparing
f561f824e872: Preparing
f83340f2197b: Preparing
d0f8e3a44c66: Preparing
7b6a96cd0f2b: Preparing
d8815e8a268d: Preparing
8655910e6b5f: Preparing
355bb094feb8: Preparing
ed123c9f1a56: Preparing
92770f546e06: Preparing
d8815e8a268d: Waiting
8655910e6b5f: Waiting
ed123c9f1a56: Waiting
355bb094feb8: Waiting
d0f8e3a44c66: Waiting
92770f546e06: Waiting
e08f456745cc: Layer already exists
f561f824e872: Layer already exists
9a1c5fbdf1f8: Layer already exists
f83340f2197b: Layer already exists
7b6a96cd0f2b: Layer already exists
7bae469ae5af: Layer already exists
d0f8e3a44c66: Layer already exists
d8815e8a268d: Layer already exists
8655910e6b5f: Layer already exists
ed123c9f1a56: Layer already exists
92770f546e06: Layer already exists
355bb094feb8: Layer already exists
31b0a7885df484dae4f83b8d9bed895a409c7ef5: digest: sha256:b641558415419a97eb63581c203859f6cc522cae2982c8a67dae348e5a0b1c14 size: 2833
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/00cfd2fa-05c4-45fa-b500-c5d61f0d5a25?project=442666953093