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

Simple example #217

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Simple example

17afa80
Select commit
Loading
Failed to load commit list.
Draft

Simple example #217

Simple example
17afa80
Select commit
Loading
Failed to load commit list.
Google Cloud Build / kagglehub-integration-tests-branch (kaggle-cicd) succeeded Jan 28, 2025 in 4m 16s

Summary

Build Information

Trigger kagglehub-integration-tests-branch
Build 1350993c-d93e-4497-a8fa-98f05b7ab80b
Start 2025-01-27T19:52:43-08:00
Duration 4m13.64s
Status SUCCESS

Steps

Step Status Duration
check_python_image SUCCESS 910ms
build-python-image SUCCESS 23.343s
download-secrets SUCCESS 2.834s
integration-tests SUCCESS 3m30.298s

Details

starting build "1350993c-d93e-4497-a8fa-98f05b7ab80b"

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            17afa800d1725c8018a151caa3f2442d53b2045a -> FETCH_HEAD
HEAD is now at 17afa80 Simple example
GitCommit:
17afa800d1725c8018a151caa3f2442d53b2045a
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": fd0410a2d1ae: Already exists
Step #1 - "build-python-image": bf571be90f05: Already exists
Step #1 - "build-python-image": 684a51896c82: Already exists
Step #1 - "build-python-image": fbf93b646d6b: Already exists
Step #1 - "build-python-image": 8525658d5eba: Pulling fs layer
Step #1 - "build-python-image": 1c7e45502a31: Pulling fs layer
Step #1 - "build-python-image": 07c7344ec2b0: Pulling fs layer
Step #1 - "build-python-image": 07c7344ec2b0: Verifying Checksum
Step #1 - "build-python-image": 07c7344ec2b0: Download complete
Step #1 - "build-python-image": 8525658d5eba: Verifying Checksum
Step #1 - "build-python-image": 8525658d5eba: Download complete
Step #1 - "build-python-image": 1c7e45502a31: Verifying Checksum
Step #1 - "build-python-image": 1c7e45502a31: Download complete
Step #1 - "build-python-image": 8525658d5eba: Pull complete
Step #1 - "build-python-image": 1c7e45502a31: Pull complete
Step #1 - "build-python-image": 07c7344ec2b0: Pull complete
Step #1 - "build-python-image": Digest: sha256:adb581d8ed80edd03efd4dcad66db115b9ce8de8522b01720b9f3e6146f0884c
Step #1 - "build-python-image": Status: Downloaded newer image for python:3.11
Step #1 - "build-python-image":  ---> d7a93f6b0abf
Step #1 - "build-python-image": Step 3/4 : RUN python -m pip install hatch==1.14.0 twine==6.0.1
Step #1 - "build-python-image":  ---> Running in cfb17b44254f
Step #1 - "build-python-image": Collecting hatch==1.14.0
Step #1 - "build-python-image":   Downloading hatch-1.14.0-py3-none-any.whl.metadata (5.6 kB)
Step #1 - "build-python-image": Collecting twine==6.0.1
Step #1 - "build-python-image":   Downloading twine-6.0.1-py3-none-any.whl.metadata (3.7 kB)
Step #1 - "build-python-image": Collecting click>=8.0.6 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB)
Step #1 - "build-python-image": Collecting hatchling>=1.26.3 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading hatchling-1.27.0-py3-none-any.whl.metadata (3.8 kB)
Step #1 - "build-python-image": Collecting httpx>=0.22.0 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading httpx-0.28.1-py3-none-any.whl.metadata (7.1 kB)
Step #1 - "build-python-image": Collecting hyperlink>=21.0.0 (from hatch==1.14.0)
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==1.14.0)
Step #1 - "build-python-image":   Downloading keyring-25.6.0-py3-none-any.whl.metadata (20 kB)
Step #1 - "build-python-image": Collecting packaging>=23.2 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Step #1 - "build-python-image": Collecting pexpect~=4.8 (from hatch==1.14.0)
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==1.14.0)
Step #1 - "build-python-image":   Downloading platformdirs-4.3.6-py3-none-any.whl.metadata (11 kB)
Step #1 - "build-python-image": Collecting rich>=11.2.0 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading rich-13.9.4-py3-none-any.whl.metadata (18 kB)
Step #1 - "build-python-image": Collecting shellingham>=1.4.0 (from hatch==1.14.0)
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==1.14.0)
Step #1 - "build-python-image":   Downloading tomli_w-1.2.0-py3-none-any.whl.metadata (5.7 kB)
Step #1 - "build-python-image": Collecting tomlkit>=0.11.1 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading tomlkit-0.13.2-py3-none-any.whl.metadata (2.7 kB)
Step #1 - "build-python-image": Collecting userpath~=1.7 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
Step #1 - "build-python-image": Collecting uv>=0.1.35 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading uv-0.5.24-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
Step #1 - "build-python-image": Collecting virtualenv>=20.26.6 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading virtualenv-20.29.1-py3-none-any.whl.metadata (4.5 kB)
Step #1 - "build-python-image": Collecting zstandard<1 (from hatch==1.14.0)
Step #1 - "build-python-image":   Downloading zstandard-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
Step #1 - "build-python-image": Collecting pkginfo>=1.8.1 (from twine==6.0.1)
Step #1 - "build-python-image":   Downloading pkginfo-1.12.0-py3-none-any.whl.metadata (12 kB)
Step #1 - "build-python-image": Collecting readme-renderer>=35.0 (from twine==6.0.1)
Step #1 - "build-python-image":   Downloading readme_renderer-44.0-py3-none-any.whl.metadata (2.8 kB)
Step #1 - "build-python-image": Collecting requests>=2.20 (from twine==6.0.1)
Step #1 - "build-python-image":   Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
Step #1 - "build-python-image": Collecting requests-toolbelt!=0.9.0,>=0.8.0 (from twine==6.0.1)
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==6.0.1)
Step #1 - "build-python-image":   Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
Step #1 - "build-python-image": Collecting rfc3986>=1.4.0 (from twine==6.0.1)
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 pathspec>=0.10.1 (from hatchling>=1.26.3->hatch==1.14.0)
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.26.3->hatch==1.14.0)
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.26.3->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading trove_classifiers-2025.1.15.22-py3-none-any.whl.metadata (2.3 kB)
Step #1 - "build-python-image": Collecting anyio (from httpx>=0.22.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading anyio-4.8.0-py3-none-any.whl.metadata (4.6 kB)
Step #1 - "build-python-image": Collecting certifi (from httpx>=0.22.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
Step #1 - "build-python-image": Collecting httpcore==1.* (from httpx>=0.22.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading httpcore-1.0.7-py3-none-any.whl.metadata (21 kB)
Step #1 - "build-python-image": Collecting idna (from httpx>=0.22.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
Step #1 - "build-python-image": Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx>=0.22.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
Step #1 - "build-python-image": Collecting SecretStorage>=3.2 (from keyring>=23.5.0->hatch==1.14.0)
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==1.14.0)
Step #1 - "build-python-image":   Downloading jeepney-0.8.0-py3-none-any.whl.metadata (1.3 kB)
Step #1 - "build-python-image": Collecting importlib_metadata>=4.11.4 (from keyring>=23.5.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading importlib_metadata-8.6.1-py3-none-any.whl.metadata (4.7 kB)
Step #1 - "build-python-image": Collecting jaraco.classes (from keyring>=23.5.0->hatch==1.14.0)
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==1.14.0)
Step #1 - "build-python-image":   Downloading jaraco.functools-4.1.0-py3-none-any.whl.metadata (2.9 kB)
Step #1 - "build-python-image": Collecting jaraco.context (from keyring>=23.5.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading jaraco.context-6.0.1-py3-none-any.whl.metadata (4.1 kB)
Step #1 - "build-python-image": Collecting ptyprocess>=0.5 (from pexpect~=4.8->hatch==1.14.0)
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==6.0.1)
Step #1 - "build-python-image":   Downloading nh3-0.2.20-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.0 kB)
Step #1 - "build-python-image": Collecting docutils>=0.21.2 (from readme-renderer>=35.0->twine==6.0.1)
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==6.0.1)
Step #1 - "build-python-image":   Downloading pygments-2.19.1-py3-none-any.whl.metadata (2.5 kB)
Step #1 - "build-python-image": Collecting charset-normalizer<4,>=2 (from requests>=2.20->twine==6.0.1)
Step #1 - "build-python-image":   Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB)
Step #1 - "build-python-image": Collecting markdown-it-py>=2.2.0 (from rich>=11.2.0->hatch==1.14.0)
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.6->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading distlib-0.3.9-py2.py3-none-any.whl.metadata (5.2 kB)
Step #1 - "build-python-image": Collecting filelock<4,>=3.12.2 (from virtualenv>=20.26.6->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading filelock-3.17.0-py3-none-any.whl.metadata (2.9 kB)
Step #1 - "build-python-image": Collecting zipp>=3.20 (from importlib_metadata>=4.11.4->keyring>=23.5.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading zipp-3.21.0-py3-none-any.whl.metadata (3.7 kB)
Step #1 - "build-python-image": Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=11.2.0->hatch==1.14.0)
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==1.14.0)
Step #1 - "build-python-image":   Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.7 kB)
Step #1 - "build-python-image": Collecting sniffio>=1.1 (from anyio->httpx>=0.22.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Step #1 - "build-python-image": Collecting typing_extensions>=4.5 (from anyio->httpx>=0.22.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
Step #1 - "build-python-image": Collecting more-itertools (from jaraco.classes->keyring>=23.5.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB)
Step #1 - "build-python-image": Collecting backports.tarfile (from jaraco.context->keyring>=23.5.0->hatch==1.14.0)
Step #1 - "build-python-image":   Downloading backports.tarfile-1.2.0-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==1.14.0)
Step #1 - "build-python-image":   Downloading cffi-1.17.1-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==1.14.0)
Step #1 - "build-python-image":   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
Step #1 - "build-python-image": Downloading hatch-1.14.0-py3-none-any.whl (125 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.8/125.8 kB 15.9 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading twine-6.0.1-py3-none-any.whl (39 kB)
Step #1 - "build-python-image": Downloading click-8.1.8-py3-none-any.whl (98 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.2/98.2 kB 16.4 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading hatchling-1.27.0-py3-none-any.whl (75 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.8/75.8 kB 13.0 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading httpx-0.28.1-py3-none-any.whl (73 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.5/73.5 kB 11.7 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading httpcore-1.0.7-py3-none-any.whl (78 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 kB 12.7 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 11.8 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading keyring-25.6.0-py3-none-any.whl (39 kB)
Step #1 - "build-python-image": Downloading packaging-24.2-py3-none-any.whl (65 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 10.2 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 9.7 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading pkginfo-1.12.0-py3-none-any.whl (32 kB)
Step #1 - "build-python-image": Downloading platformdirs-4.3.6-py3-none-any.whl (18 kB)
Step #1 - "build-python-image": Downloading readme_renderer-44.0-py3-none-any.whl (13 kB)
Step #1 - "build-python-image": Downloading requests-2.32.3-py3-none-any.whl (64 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 10.1 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 8.8 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.9.4-py3-none-any.whl (242 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.4/242.4 kB 30.5 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.2.0-py3-none-any.whl (6.7 kB)
Step #1 - "build-python-image": Downloading tomlkit-0.13.2-py3-none-any.whl (37 kB)
Step #1 - "build-python-image": Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.4/128.4 kB 19.0 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 uv-0.5.24-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.2 MB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.2/16.2 MB 84.1 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading virtualenv-20.29.1-py3-none-any.whl (4.3 MB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 98.2 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading zstandard-0.23.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 102.9 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.9/164.9 kB 23.8 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (143 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.9/143.9 kB 20.6 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading distlib-0.3.9-py2.py3-none-any.whl (468 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 469.0/469.0 kB 48.1 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 52.6 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading filelock-3.17.0-py3-none-any.whl (16 kB)
Step #1 - "build-python-image": Downloading idna-3.10-py3-none-any.whl (70 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 10.6 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading importlib_metadata-8.6.1-py3-none-any.whl (26 kB)
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 6.7 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 14.3 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading nh3-0.2.20-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (744 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 744.4/744.4 kB 57.5 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.19.1-py3-none-any.whl (1.2 MB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 70.8 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 anyio-4.8.0-py3-none-any.whl (96 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.0/96.0 kB 15.9 MB/s eta 0:00:00
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-6.0.1-py3-none-any.whl (6.8 kB)
Step #1 - "build-python-image": Downloading jaraco.functools-4.1.0-py3-none-any.whl (10 kB)
Step #1 - "build-python-image": Downloading trove_classifiers-2025.1.15.22-py3-none-any.whl (13 kB)
Step #1 - "build-python-image": Downloading cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl (4.2 MB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/4.2 MB 98.3 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 9.2 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 sniffio-1.3.1-py3-none-any.whl (10 kB)
Step #1 - "build-python-image": Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Step #1 - "build-python-image": Downloading zipp-3.21.0-py3-none-any.whl (9.6 kB)
Step #1 - "build-python-image": Downloading backports.tarfile-1.2.0-py3-none-any.whl (30 kB)
Step #1 - "build-python-image": Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 9.2 MB/s eta 0:00:00
Step #1 - "build-python-image": Downloading cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
Step #1 - "build-python-image":    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 33.6 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 16.2 MB/s eta 0:00:00
Step #1 - "build-python-image": Installing collected packages: trove-classifiers, ptyprocess, distlib, zstandard, zipp, uv, urllib3, typing_extensions, tomlkit, tomli-w, sniffio, shellingham, rfc3986, Pygments, pycparser, pluggy, platformdirs, pkginfo, pexpect, pathspec, packaging, nh3, more-itertools, mdurl, jeepney, idna, h11, filelock, 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.19.1 SecretStorage-3.3.3 anyio-4.8.0 backports.tarfile-1.2.0 certifi-2024.12.14 cffi-1.17.1 charset-normalizer-3.4.1 click-8.1.8 cryptography-44.0.0 distlib-0.3.9 docutils-0.21.2 filelock-3.17.0 h11-0.14.0 hatch-1.14.0 hatchling-1.27.0 httpcore-1.0.7 httpx-0.28.1 hyperlink-21.0.0 idna-3.10 importlib_metadata-8.6.1 jaraco.classes-3.4.0 jaraco.context-6.0.1 jaraco.functools-4.1.0 jeepney-0.8.0 keyring-25.6.0 markdown-it-py-3.0.0 mdurl-0.1.2 more-itertools-10.6.0 nh3-0.2.20 packaging-24.2 pathspec-0.12.1 pexpect-4.9.0 pkginfo-1.12.0 platformdirs-4.3.6 pluggy-1.5.0 ptyprocess-0.7.0 pycparser-2.22 readme-renderer-44.0 requests-2.32.3 requests-toolbelt-1.0.0 rfc3986-2.0.0 rich-13.9.4 shellingham-1.5.4 sniffio-1.3.1 tomli-w-1.2.0 tomlkit-0.13.2 trove-classifiers-2025.1.15.22 twine-6.0.1 typing_extensions-4.12.2 urllib3-2.3.0 userpath-1.9.2 uv-0.5.24 virtualenv-20.29.1 zipp-3.21.0 zstandard-0.23.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": �[0m�[91m
Step #1 - "build-python-image": [notice] A new release of pip is available: 24.0 -> 25.0
Step #1 - "build-python-image": [notice] To update, run: pip install --upgrade pip
Step #1 - "build-python-image": �[0mRemoving intermediate container cfb17b44254f
Step #1 - "build-python-image":  ---> e9181f371709
Step #1 - "build-python-image": Step 4/4 : ENTRYPOINT ["hatch"]
Step #1 - "build-python-image":  ---> Running in 04a84714ae6c
Step #1 - "build-python-image": Removing intermediate container 04a84714ae6c
Step #1 - "build-python-image":  ---> b02c98484642
Step #1 - "build-python-image": Successfully built b02c98484642
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: hatch-test.py3.11
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.11, pytest-8.3.4, pluggy-1.5.0
Step #3 - "integration-tests": rootdir: /workspace
Step #3 - "integration-tests": configfile: pyproject.toml
Step #3 - "integration-tests": collected 46 items
Step #3 - "integration-tests": 
Step #3 - "integration-tests": integration_tests/test_competition_download.py ......                    [ 13%]
Step #3 - "integration-tests": integration_tests/test_dataset_download.py .......                       [ 28%]
Step #3 - "integration-tests": integration_tests/test_dataset_upload.py ......                          [ 41%]
Step #3 - "integration-tests": integration_tests/test_model_download.py .......                         [ 56%]
Step #3 - "integration-tests": integration_tests/test_model_upload.py .......                           [ 71%]
Step #3 - "integration-tests": integration_tests/test_notebook_output_download.py ........              [ 89%]
Step #3 - "integration-tests": integration_tests/test_utility_script_install.py ....                    [ 97%]
Step #3 - "integration-tests": integration_tests/test_utils.py .                                        [100%]
Step #3 - "integration-tests": 
Step #3 - "integration-tests": ======================== 46 passed in 170.89s (0:02:50) ========================
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]
647e7fbacfdf: Preparing
e63ff644904d: Preparing
2f6c2339e32a: Preparing
04e7fa94078b: Preparing
ebad64620a59: Preparing
f379f6005525: Preparing
0e5c23e041ee: Preparing
397f1b2e2505: Preparing
f379f6005525: Waiting
0e5c23e041ee: Waiting
397f1b2e2505: Waiting
e63ff644904d: Layer already exists
04e7fa94078b: Layer already exists
2f6c2339e32a: Layer already exists
f379f6005525: Layer already exists
ebad64620a59: Layer already exists
0e5c23e041ee: Layer already exists
397f1b2e2505: Layer already exists
647e7fbacfdf: Pushed
3.11: digest: sha256:6fb9aa4e2f9d503d1d3cdf74a19f12cfa507a8d0c1ad930d2f55710cb4cea0df size: 2008
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/1350993c-d93e-4497-a8fa-98f05b7ab80b?project=464139560241