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

Distributed Tracing for client #106

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Added server side test for traceparent header

e1acc7c
Select commit
Loading
Failed to load commit list.
Open

Distributed Tracing for client #106

Added server side test for traceparent header
e1acc7c
Select commit
Loading
Failed to load commit list.
Google Cloud Build / kagglehub-integration-tests-branch (kaggle-cicd) succeeded Apr 29, 2024 in 2m 15s

Summary

Build Information

Trigger kagglehub-integration-tests-branch
Build 6c7f8dfd-8212-4353-8a48-25bf2a64eaf3
Start 2024-04-29T09:07:34-07:00
Duration 2m11.251s
Status SUCCESS

Steps

Step Status Duration
check_python_image SUCCESS 969ms
build-python-image SUCCESS 41.53s
download-secrets SUCCESS 3.044s
integration-tests SUCCESS 1m12.669s

Details

starting build "6c7f8dfd-8212-4353-8a48-25bf2a64eaf3"

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/Kaggle/kagglehub
 * branch            e1acc7ce0d1d3a3965f12a271795c53b2d7c8392 -> FETCH_HEAD
HEAD is now at e1acc7c Added server side test for traceparent header
SETUPBUILD
BUILD
Starting Step #0 - "check_python_image"
Step #0 - "check_python_image": Already have image (with digest): gcr.io/cloud-builders/docker
Step #0 - "check_python_image": invalid reference format
Finished Step #0 - "check_python_image"
Starting Step #1 - "build-python-image"
Step #1 - "build-python-image": Already have image (with digest): gcr.io/cloud-builders/docker
Step #1 - "build-python-image": Sending build context to Docker daemon  6.656kB

Step #1 - "build-python-image": Step 1/4 : ARG PYTHON_VERSION
Step #1 - "build-python-image": Step 2/4 : FROM python:${PYTHON_VERSION}
Step #1 - "build-python-image": 3.11: Pulling from library/python
Step #1 - "build-python-image": 1468e7ff95fc: Pulling fs layer
Step #1 - "build-python-image": 2cf9c2b42f41: Pulling fs layer
Step #1 - "build-python-image": c4c40c3e3cdf: Pulling fs layer
Step #1 - "build-python-image": c05cc1123d7e: Pulling fs layer
Step #1 - "build-python-image": b6f29ccdcc55: Pulling fs layer
Step #1 - "build-python-image": 0cc3b3583e25: Pulling fs layer
Step #1 - "build-python-image": 8db593f9de8d: Pulling fs layer
Step #1 - "build-python-image": 743c3596a80e: Pulling fs layer
Step #1 - "build-python-image": 0cc3b3583e25: Waiting
Step #1 - "build-python-image": 8db593f9de8d: Waiting
Step #1 - "build-python-image": 743c3596a80e: Waiting
Step #1 - "build-python-image": c05cc1123d7e: Waiting
Step #1 - "build-python-image": b6f29ccdcc55: Waiting
Step #1 - "build-python-image": 2cf9c2b42f41: Verifying Checksum
Step #1 - "build-python-image": 2cf9c2b42f41: Download complete
Step #1 - "build-python-image": 1468e7ff95fc: Verifying Checksum
Step #1 - "build-python-image": 1468e7ff95fc: Download complete
Step #1 - "build-python-image": b6f29ccdcc55: Verifying Checksum
Step #1 - "build-python-image": b6f29ccdcc55: Download complete
Step #1 - "build-python-image": c4c40c3e3cdf: Verifying Checksum
Step #1 - "build-python-image": c4c40c3e3cdf: Download complete
Step #1 - "build-python-image": 0cc3b3583e25: Verifying Checksum
Step #1 - "build-python-image": 0cc3b3583e25: Download complete
Step #1 - "build-python-image": 8db593f9de8d: Verifying Checksum
Step #1 - "build-python-image": 8db593f9de8d: Download complete
Step #1 - "build-python-image": 743c3596a80e: Verifying Checksum
Step #1 - "build-python-image": 743c3596a80e: Download complete
Step #1 - "build-python-image": c05cc1123d7e: Download complete
Step #1 - "build-python-image": 1468e7ff95fc: Pull complete
Step #1 - "build-python-image": 2cf9c2b42f41: Pull complete
Step #1 - "build-python-image": c4c40c3e3cdf: Pull complete
Step #1 - "build-python-image": c05cc1123d7e: Pull complete
Step #1 - "build-python-image": b6f29ccdcc55: Pull complete
Step #1 - "build-python-image": 0cc3b3583e25: Pull complete
Step #1 - "build-python-image": 8db593f9de8d: Pull complete
Step #1 - "build-python-image": 743c3596a80e: Pull complete
Step #1 - "build-python-image": Digest: sha256:e453eb723bc8ecac7a797498f9a5915d13e567620d48dcd3568750bac3b59f31
Step #1 - "build-python-image": Status: Downloaded newer image for python:3.11
Step #1 - "build-python-image":  ---> f5f277a2ae23
Step #1 - "build-python-image": Step 3/4 : RUN python -m pip install hatch twine
Step #1 - "build-python-image":  ---> Running in 839cd2a39977
Step #1 - "build-python-image": Collecting hatch
Step #1 - "build-python-image":   Downloading hatch-1.9.7-py3-none-any.whl.metadata (5.2 kB)
Step #1 - "build-python-image": Collecting twine
Step #1 - "build-python-image":   Downloading twine-5.0.0-py3-none-any.whl.metadata (3.3 kB)
Step #1 - "build-python-image": Collecting click>=8.0.6 (from hatch)
Step #1 - "build-python-image":   Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Step #1 - "build-python-image": Collecting hatchling<1.22 (from hatch)
Step #1 - "build-python-image":   Downloading hatchling-1.21.1-py3-none-any.whl.metadata (3.8 kB)
Step #1 - "build-python-image": Collecting httpx>=0.22.0 (from hatch)
Step #1 - "build-python-image":   Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
Step #1 - "build-python-image": Collecting hyperlink>=21.0.0 (from hatch)
Step #1 - "build-python-image":   Downloading hyperlink-21.0.0-py2.py3-none-any.whl.metadata (1.5 kB)
Step #1 - "build-python-image": Collecting keyring>=23.5.0 (from hatch)
Step #1 - "build-python-image":   Downloading keyring-25.2.0-py3-none-any.whl.metadata (20 kB)
Step #1 - "build-python-image": Collecting packaging>=21.3 (from hatch)
Step #1 - "build-python-image":   Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB)
Step #1 - "build-python-image": Collecting pexpect~=4.8 (from hatch)
Step #1 - "build-python-image":   Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
Step #1 - "build-python-image": Collecting platformdirs>=2.5.0 (from hatch)
Step #1 - "build-python-image":   Downloading platformdirs-4.2.1-py3-none-any.whl.metadata (11 kB)
Step #1 - "build-python-image": Collecting rich>=11.2.0 (from hatch)
Step #1 - "build-python-image":   Downloading rich-13.7.1-py3-none-any.whl.metadata (18 kB)
Step #1 - "build-python-image": Collecting shellingham>=1.4.0 (from hatch)
Step #1 - "build-python-image":   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
Step #1 - "build-python-image": Collecting tomli-w>=1.0 (from hatch)
Step #1 - "build-python-image":   Downloading tomli_w-1.0.0-py3-none-any.whl.metadata (4.9 kB)
Step #1 - "build-python-image": Collecting tomlkit>=0.11.1 (from hatch)
Step #1 - "build-python-image":   Downloading tomlkit-0.12.4-py3-none-any.whl.metadata (2.7 kB)
Step #1 - "build-python-image": Collecting userpath~=1.7 (from hatch)
Step #1 - "build-python-image":   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
Step #1 - "build-python-image": Collecting virtualenv<20.26.0 (from hatch)
Step #1 - "build-python-image":   Downloading virtualenv-20.25.3-py3-none-any.whl.metadata (4.4 kB)
Step #1 - "build-python-image": Collecting zstandard<1 (from hatch)
Step #1 - "build-python-image":   Downloading zstandard-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.9 kB)
Step #1 - "build-python-image": Collecting pkginfo>=1.8.1 (from twine)
Step #1 - "build-python-image":   Downloading pkginfo-1.10.0-py3-none-any.whl.metadata (11 kB)
Step #1 - "build-python-image": Collecting readme-renderer>=35.0 (from twine)
Step #1 - "build-python-image":   Downloading readme_renderer-43.0-py3-none-any.whl.metadata (2.8 kB)
Step #1 - "build-python-image": Collecting requests>=2.20 (from twine)
Step #1 - "build-python-image":   Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Step #1 - "build-python-image": Collecting requests-toolbelt!=0.9.0,>=0.8.0 (from twine)
Step #1 - "build-python-image":   Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl.metadata (14 kB)
Step #1 - "build-python-image": Collecting urllib3>=1.26.0 (from twine)
Step #1 - "build-python-image":   Downloading urllib3-2.2.1-py3-none-any.whl.metadata (6.4 kB)
Step #1 - "build-python-image": Collecting importlib-metadata>=3.6 (from twine)
Step #1 - "build-python-image":   Downloading importlib_metadata-7.1.0-py3-none-any.whl.metadata (4.7 kB)
Step #1 - "build-python-image": Collecting rfc3986>=1.4.0 (from twine)
Step #1 - "build-python-image":   Downloading rfc3986-2.0.0-py2.py3-none-any.whl.metadata (6.6 kB)
Step #1 - "build-python-image": Collecting editables>=0.3 (from hatchling<1.22->hatch)
Step #1 - "build-python-image":   Downloading editables-0.5-py3-none-any.whl.metadata (3.1 kB)
Step #1 - "build-python-image": Collecting pathspec>=0.10.1 (from hatchling<1.22->hatch)
Step #1 - "build-python-image":   Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
Step #1 - "build-python-image": Collecting pluggy>=1.0.0 (from hatchling<1.22->hatch)
Step #1 - "build-python-image":   Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB)
Step #1 - "build-python-image": Collecting trove-classifiers (from hatchling<1.22->hatch)
Step #1 - "build-python-image":   Downloading trove_classifiers-2024.4.10-py3-none-any.whl.metadata (2.2 kB)
Step #1 - "build-python-image": Collecting anyio (from httpx>=0.22.0->hatch)
Step #1 - "build-python-image":   Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB)
Step #1 - "build-python-image": Collecting certifi (from httpx>=0.22.0->hatch)
Step #1 - "build-python-image":   Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB)
Step #1 - "build-python-image": Collecting httpcore==1.* (from httpx>=0.22.0->hatch)
Step #1 - "build-python-image":   Downloading httpcore-1.0.5-py3-none-any.whl.metadata (20 kB)
Step #1 - "build-python-image": Collecting idna (from httpx>=0.22.0->hatch)
Step #1 - "build-python-image":   Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB)
Step #1 - "build-python-image": Collecting sniffio (from httpx>=0.22.0->hatch)
Step #1 - "build-python-image":   Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Step #1 - "build-python-image": Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.22.0->hatch)
Step #1 - "build-python-image":   Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Step #1 - "build-python-image": Collecting zipp>=0.5 (from importlib-metadata>=3.6->twine)
Step #1 - "build-python-image":   Downloading zipp-3.18.1-py3-none-any.whl.metadata (3.5 kB)
Step #1 - "build-python-image": Collecting jaraco.classes (from keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading jaraco.classes-3.4.0-py3-none-any.whl.metadata (2.6 kB)
Step #1 - "build-python-image": Collecting jaraco.functools (from keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading jaraco.functools-4.0.1-py3-none-any.whl.metadata (2.9 kB)
Step #1 - "build-python-image": Collecting jaraco.context (from keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading jaraco.context-5.3.0-py3-none-any.whl.metadata (4.0 kB)
Step #1 - "build-python-image": Collecting SecretStorage>=3.2 (from keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading SecretStorage-3.3.3-py3-none-any.whl.metadata (4.0 kB)
Step #1 - "build-python-image": Collecting jeepney>=0.4.2 (from keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading jeepney-0.8.0-py3-none-any.whl.metadata (1.3 kB)
Step #1 - "build-python-image": Collecting ptyprocess>=0.5 (from pexpect~=4.8->hatch)
Step #1 - "build-python-image":   Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Step #1 - "build-python-image": Collecting nh3>=0.2.14 (from readme-renderer>=35.0->twine)
Step #1 - "build-python-image":   Downloading nh3-0.2.17-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB)
Step #1 - "build-python-image": Collecting docutils>=0.13.1 (from readme-renderer>=35.0->twine)
Step #1 - "build-python-image":   Downloading docutils-0.21.2-py3-none-any.whl.metadata (2.8 kB)
Step #1 - "build-python-image": Collecting Pygments>=2.5.1 (from readme-renderer>=35.0->twine)
Step #1 - "build-python-image":   Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Step #1 - "build-python-image": Collecting charset-normalizer<4,>=2 (from requests>=2.20->twine)
Step #1 - "build-python-image":   Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
Step #1 - "build-python-image": Collecting markdown-it-py>=2.2.0 (from rich>=11.2.0->hatch)
Step #1 - "build-python-image":   Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Step #1 - "build-python-image": Collecting distlib<1,>=0.3.7 (from virtualenv<20.26.0->hatch)
Step #1 - "build-python-image":   Downloading distlib-0.3.8-py2.py3-none-any.whl.metadata (5.1 kB)
Step #1 - "build-python-image": Collecting filelock<4,>=3.12.2 (from virtualenv<20.26.0->hatch)
Step #1 - "build-python-image":   Downloading filelock-3.14.0-py3-none-any.whl.metadata (2.8 kB)
Step #1 - "build-python-image": Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=11.2.0->hatch)
Step #1 - "build-python-image":   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
Step #1 - "build-python-image": Collecting cryptography>=2.0 (from SecretStorage>=3.2->keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.3 kB)
Step #1 - "build-python-image": Collecting more-itertools (from jaraco.classes->keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading more_itertools-10.2.0-py3-none-any.whl.metadata (34 kB)
Step #1 - "build-python-image": Collecting backports.tarfile (from jaraco.context->keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading backports.tarfile-1.1.1-py3-none-any.whl.metadata (2.0 kB)
Step #1 - "build-python-image": Collecting cffi>=1.12 (from cryptography>=2.0->SecretStorage>=3.2->keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Step #1 - "build-python-image": Collecting pycparser (from cffi>=1.12->cryptography>=2.0->SecretStorage>=3.2->keyring>=23.5.0->hatch)
Step #1 - "build-python-image":   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Step #1 - "build-python-image": Downloading hatch-1.9.7-py3-none-any.whl (110 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.8/110.8 kB 7.8 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading twine-5.0.0-py3-none-any.whl (37 kB)
Step #1 - "build-python-image": Downloading click-8.1.7-py3-none-any.whl (97 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 11.3 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading hatchling-1.21.1-py3-none-any.whl (76 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.7/76.7 kB 9.5 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading httpx-0.27.0-py3-none-any.whl (75 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 10.5 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading httpcore-1.0.5-py3-none-any.whl (77 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 9.5 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading hyperlink-21.0.0-py2.py3-none-any.whl (74 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.6/74.6 kB 9.8 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading importlib_metadata-7.1.0-py3-none-any.whl (24 kB)
Step #1 - "build-python-image": Downloading keyring-25.2.0-py3-none-any.whl (38 kB)
Step #1 - "build-python-image": Downloading packaging-24.0-py3-none-any.whl (53 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 6.8 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.8/63.8 kB 7.9 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading pkginfo-1.10.0-py3-none-any.whl (30 kB)
Step #1 - "build-python-image": Downloading platformdirs-4.2.1-py3-none-any.whl (17 kB)
Step #1 - "build-python-image": Downloading readme_renderer-43.0-py3-none-any.whl (13 kB)
Step #1 - "build-python-image": Downloading requests-2.31.0-py3-none-any.whl (62 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 7.8 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 6.9 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading rfc3986-2.0.0-py2.py3-none-any.whl (31 kB)
Step #1 - "build-python-image": Downloading rich-13.7.1-py3-none-any.whl (240 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 17.4 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
Step #1 - "build-python-image": Downloading tomli_w-1.0.0-py3-none-any.whl (6.0 kB)
Step #1 - "build-python-image": Downloading tomlkit-0.12.4-py3-none-any.whl (37 kB)
Step #1 - "build-python-image": Downloading urllib3-2.2.1-py3-none-any.whl (121 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 15.1 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
Step #1 - "build-python-image": Downloading virtualenv-20.25.3-py3-none-any.whl (3.9 MB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 100.1 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading zstandard-0.22.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 105.0 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading certifi-2024.2.2-py3-none-any.whl (163 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 22.5 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 18.9 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading distlib-0.3.8-py2.py3-none-any.whl (468 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 468.9/468.9 kB 43.3 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading docutils-0.21.2-py3-none-any.whl (587 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 587.4/587.4 kB 50.7 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading editables-0.5-py3-none-any.whl (5.1 kB)
Step #1 - "build-python-image": Downloading filelock-3.14.0-py3-none-any.whl (12 kB)
Step #1 - "build-python-image": Downloading idna-3.7-py3-none-any.whl (66 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 9.2 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading jeepney-0.8.0-py3-none-any.whl (48 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 5.8 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 12.1 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading nh3-0.2.17-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (777 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 777.1/777.1 kB 52.7 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)
Step #1 - "build-python-image": Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
Step #1 - "build-python-image": Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Step #1 - "build-python-image": Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 70.1 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading SecretStorage-3.3.3-py3-none-any.whl (15 kB)
Step #1 - "build-python-image": Downloading zipp-3.18.1-py3-none-any.whl (8.2 kB)
Step #1 - "build-python-image": Downloading anyio-4.3.0-py3-none-any.whl (85 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 12.1 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Step #1 - "build-python-image": Downloading jaraco.classes-3.4.0-py3-none-any.whl (6.8 kB)
Step #1 - "build-python-image": Downloading jaraco.context-5.3.0-py3-none-any.whl (6.5 kB)
Step #1 - "build-python-image": Downloading jaraco.functools-4.0.1-py3-none-any.whl (9.8 kB)
Step #1 - "build-python-image": Downloading trove_classifiers-2024.4.10-py3-none-any.whl (13 kB)
Step #1 - "build-python-image": Downloading cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl (4.6 MB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.6/4.6 MB 109.7 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading h11-0.14.0-py3-none-any.whl (58 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 7.3 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Step #1 - "build-python-image": Downloading backports.tarfile-1.1.1-py3-none-any.whl (29 kB)
Step #1 - "build-python-image": Downloading more_itertools-10.2.0-py3-none-any.whl (57 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.0/57.0 kB 7.5 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.8/464.8 kB 41.8 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 6.5 MB/s eta 0:00:00
Step #1 - "build-python-image": Installing collected packages: trove-classifiers, ptyprocess, nh3, distlib, zstandard, zipp, urllib3, tomlkit, tomli-w, sniffio, shellingham, rfc3986, Pygments, pycparser, pluggy, platformdirs, pkginfo, pexpect, pathspec, packaging, more-itertools, mdurl, jeepney, idna, h11, filelock, editables, docutils, click, charset-normalizer, certifi, backports.tarfile, virtualenv, userpath, requests, readme-renderer, markdown-it-py, jaraco.functools, jaraco.context, jaraco.classes, importlib-metadata, hyperlink, httpcore, hatchling, cffi, anyio, rich, requests-toolbelt, httpx, cryptography, SecretStorage, keyring, twine, hatch
Step #1 - "build-python-image": Successfully installed Pygments-2.17.2 SecretStorage-3.3.3 anyio-4.3.0 backports.tarfile-1.1.1 certifi-2024.2.2 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 cryptography-42.0.5 distlib-0.3.8 docutils-0.21.2 editables-0.5 filelock-3.14.0 h11-0.14.0 hatch-1.9.7 hatchling-1.21.1 httpcore-1.0.5 httpx-0.27.0 hyperlink-21.0.0 idna-3.7 importlib-metadata-7.1.0 jaraco.classes-3.4.0 jaraco.context-5.3.0 jaraco.functools-4.0.1 jeepney-0.8.0 keyring-25.2.0 markdown-it-py-3.0.0 mdurl-0.1.2 more-itertools-10.2.0 nh3-0.2.17 packaging-24.0 pathspec-0.12.1 pexpect-4.9.0 pkginfo-1.10.0 platformdirs-4.2.1 pluggy-1.5.0 ptyprocess-0.7.0 pycparser-2.22 readme-renderer-43.0 requests-2.31.0 requests-toolbelt-1.0.0 rfc3986-2.0.0 rich-13.7.1 shellingham-1.5.4 sniffio-1.3.1 tomli-w-1.0.0 tomlkit-0.12.4 trove-classifiers-2024.4.10 twine-5.0.0 urllib3-2.2.1 userpath-1.9.2 virtualenv-20.25.3 zipp-3.18.1 zstandard-0.22.0
Step #1 - "build-python-image": �[91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Step #1 - "build-python-image": �[0mRemoving intermediate container 839cd2a39977
Step #1 - "build-python-image":  ---> a0a72d051253
Step #1 - "build-python-image": Step 4/4 : ENTRYPOINT ["hatch"]
Step #1 - "build-python-image":  ---> Running in b1458622d1fb
Step #1 - "build-python-image": Removing intermediate container b1458622d1fb
Step #1 - "build-python-image":  ---> 34a1a0cd6364
Step #1 - "build-python-image": Successfully built 34a1a0cd6364
Step #1 - "build-python-image": Successfully tagged us-docker.pkg.dev/kaggle-cicd/tools/hatch:3.11
Finished Step #1 - "build-python-image"
Starting Step #2 - "download-secrets"
Step #2 - "download-secrets": Already have image (with digest): gcr.io/cloud-builders/gcloud
Finished Step #2 - "download-secrets"
Starting Step #3 - "integration-tests"
Step #3 - "integration-tests": Already have image: us-docker.pkg.dev/kaggle-cicd/tools/hatch:3.11
Step #3 - "integration-tests": Creating environment: default
Step #3 - "integration-tests": Installing project in development mode
Step #3 - "integration-tests": Checking dependencies
Step #3 - "integration-tests": Syncing dependencies
Step #3 - "integration-tests": ============================= test session starts ==============================
Step #3 - "integration-tests": platform linux -- Python 3.11.9, pytest-8.2.0, pluggy-1.5.0
Step #3 - "integration-tests": rootdir: /workspace
Step #3 - "integration-tests": configfile: pyproject.toml
Step #3 - "integration-tests": collected 11 items
Step #3 - "integration-tests": 
Step #3 - "integration-tests": integration_tests/test_model_download.py .....                           [ 45%]
Step #3 - "integration-tests": integration_tests/test_model_upload.py ......                            [100%]
Step #3 - "integration-tests": 
Step #3 - "integration-tests": ======================== 11 passed in 61.10s (0:01:01) =========================
Finished Step #3 - "integration-tests"
PUSH
Pushing us-docker.pkg.dev/kaggle-cicd/tools/hatch:3.11
The push refers to repository [us-docker.pkg.dev/kaggle-cicd/tools/hatch]
8c13c7e5c737: Preparing
5e6d151798ea: Preparing
503ec0c6b9f3: Preparing
d6a4f0d49725: Preparing
89ca33c95b2e: Preparing
83db175c22e2: Preparing
c5d13b2949a2: Preparing
7e43f593c900: Preparing
072686bcd3db: Preparing
83db175c22e2: Waiting
c5d13b2949a2: Waiting
7e43f593c900: Waiting
072686bcd3db: Waiting
89ca33c95b2e: Layer already exists
503ec0c6b9f3: Layer already exists
c5d13b2949a2: Layer already exists
83db175c22e2: Layer already exists
5e6d151798ea: Layer already exists
d6a4f0d49725: Layer already exists
7e43f593c900: Layer already exists
072686bcd3db: Layer already exists
8c13c7e5c737: Pushed
3.11: digest: sha256:c5c28725ad3d87add169beabc35b219af83193e3d8999e457b739688e0934dcb size: 2219
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/6c7f8dfd-8212-4353-8a48-25bf2a64eaf3?project=464139560241