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

Fix merge error from last release #627

Merged
merged 3 commits into from
Sep 4, 2024

Remove unreleased change

47faffa
Select commit
Loading
Failed to load commit list.
Merged

Fix merge error from last release #627

Remove unreleased change
47faffa
Select commit
Loading
Failed to load commit list.
Google Cloud Build / kaggleapi-integration-tests-branch (kaggle-cicd) succeeded Sep 4, 2024 in 30s

Summary

Build Information

Trigger kaggleapi-integration-tests-branch
Build 2270079f-09c8-40b0-ba5b-4f631e16c4bc
Start 2024-09-04T14:30:56-07:00
Duration 29.272s
Status SUCCESS

Steps

Step Status Duration
download-secrets SUCCESS 3.294s
integration-tests SUCCESS 20.935s

Details

starting build "2270079f-09c8-40b0-ba5b-4f631e16c4bc"

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/kaggle-api
 * branch            47faffa945ad3b75cea263b19bcd5758297db80e -> FETCH_HEAD
HEAD is now at 47faffa Remove unreleased change
SETUPBUILD
BUILD
Starting Step #0 - "download-secrets"
Step #0 - "download-secrets": Already have image (with digest): gcr.io/cloud-builders/gcloud
Finished Step #0 - "download-secrets"
Starting Step #1 - "integration-tests"
Step #1 - "integration-tests": Pulling image: us-docker.pkg.dev/kaggle-cicd/tools/hatch:3.11
Step #1 - "integration-tests": 3.11: Pulling from kaggle-cicd/tools/hatch
Step #1 - "integration-tests": 903681d87777: Already exists
Step #1 - "integration-tests": 3cbbe86a28c2: Already exists
Step #1 - "integration-tests": 6ed93aa58a52: Already exists
Step #1 - "integration-tests": 787c78da4383: Already exists
Step #1 - "integration-tests": 20ee35f4fb67: Pulling fs layer
Step #1 - "integration-tests": a2af4e39eebc: Pulling fs layer
Step #1 - "integration-tests": d1b1980c6ab3: Pulling fs layer
Step #1 - "integration-tests": 8ea9cbd34aa5: Pulling fs layer
Step #1 - "integration-tests": 4d9ad1d1c8e3: Pulling fs layer
Step #1 - "integration-tests": 8ea9cbd34aa5: Waiting
Step #1 - "integration-tests": 4d9ad1d1c8e3: Waiting
Step #1 - "integration-tests": d1b1980c6ab3: Verifying Checksum
Step #1 - "integration-tests": d1b1980c6ab3: Download complete
Step #1 - "integration-tests": 20ee35f4fb67: Download complete
Step #1 - "integration-tests": 8ea9cbd34aa5: Verifying Checksum
Step #1 - "integration-tests": 8ea9cbd34aa5: Download complete
Step #1 - "integration-tests": a2af4e39eebc: Download complete
Step #1 - "integration-tests": 20ee35f4fb67: Pull complete
Step #1 - "integration-tests": 4d9ad1d1c8e3: Verifying Checksum
Step #1 - "integration-tests": 4d9ad1d1c8e3: Download complete
Step #1 - "integration-tests": a2af4e39eebc: Pull complete
Step #1 - "integration-tests": d1b1980c6ab3: Pull complete
Step #1 - "integration-tests": 8ea9cbd34aa5: Pull complete
Step #1 - "integration-tests": 4d9ad1d1c8e3: Pull complete
Step #1 - "integration-tests": Digest: sha256:8ff920893ab654fdb61d1bc93d1c9d2273cd6a19c39807e958f2ba8e5fc09220
Step #1 - "integration-tests": Status: Downloaded newer image for us-docker.pkg.dev/kaggle-cicd/tools/hatch:3.11
Step #1 - "integration-tests": us-docker.pkg.dev/kaggle-cicd/tools/hatch:3.11
Step #1 - "integration-tests": Creating environment: default
Step #1 - "integration-tests": Installing project in development mode
Step #1 - "integration-tests": Checking dependencies
Step #1 - "integration-tests": Syncing dependencies
Step #1 - "integration-tests": ============================= test session starts ==============================
Step #1 - "integration-tests": platform linux -- Python 3.11.9, pytest-8.3.2, pluggy-1.5.0
Step #1 - "integration-tests": rootdir: /workspace
Step #1 - "integration-tests": configfile: pyproject.toml
Step #1 - "integration-tests": collected 2 items
Step #1 - "integration-tests": 
Step #1 - "integration-tests": integration_tests/test_models.py ..                                      [100%]
Step #1 - "integration-tests": 
Step #1 - "integration-tests": =============================== warnings summary ===============================
Step #1 - "integration-tests": kaggle/api_client.py:260
Step #1 - "integration-tests":   /workspace/kaggle/api_client.py:260: DeprecationWarning: invalid escape sequence '\['
Step #1 - "integration-tests":     sub_kls = re.match('list\[(.*)\]', klass).group(1)
Step #1 - "integration-tests": 
Step #1 - "integration-tests": kaggle/api_client.py:265
Step #1 - "integration-tests":   /workspace/kaggle/api_client.py:265: DeprecationWarning: invalid escape sequence '\('
Step #1 - "integration-tests":     sub_kls = re.match('dict\(([^,]*), (.*)\)', klass).group(2)
Step #1 - "integration-tests": 
Step #1 - "integration-tests": kaggle/api/kaggle_api.py:1071
Step #1 - "integration-tests":   /workspace/kaggle/api/kaggle_api.py:1071: DeprecationWarning: invalid escape sequence '\&'
Step #1 - "integration-tests":     """Creates (aka \&quot;drops\&quot;) a new file into the inbox.  # noqa: E501
Step #1 - "integration-tests": 
Step #1 - "integration-tests": kaggle/api/kaggle_api.py:1092
Step #1 - "integration-tests":   /workspace/kaggle/api/kaggle_api.py:1092: DeprecationWarning: invalid escape sequence '\&'
Step #1 - "integration-tests":     """Creates (aka \&quot;drops\&quot;) a new file into the inbox.  # noqa: E501
Step #1 - "integration-tests": 
Step #1 - "integration-tests": integration_tests/test_models.py::TestModels::test_get_model
Step #1 - "integration-tests": integration_tests/test_models.py::TestModels::test_list_models
Step #1 - "integration-tests":   /workspace/kaggle/rest.py:62: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.
Step #1 - "integration-tests":     return self.urllib3_response.getheaders()
Step #1 - "integration-tests": 
Step #1 - "integration-tests": -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Step #1 - "integration-tests": ======================== 2 passed, 6 warnings in 1.36s =========================
Finished Step #1 - "integration-tests"
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/2270079f-09c8-40b0-ba5b-4f631e16c4bc?project=464139560241