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

[DO NOT SUBMIT] Obsolete obs props implementation. #339

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

[DO NOT SUBMIT] Obsolete obs props implementation.

e69de03
Select commit
Loading
Failed to load commit list.
Open

[DO NOT SUBMIT] Obsolete obs props implementation. #339

[DO NOT SUBMIT] Obsolete obs props implementation.
e69de03
Select commit
Loading
Failed to load commit list.
Google Cloud Build / import-push-request-simple (datcom-ci) succeeded Sep 4, 2024 in 1m 57s

Summary

Build Information

Trigger import-push-request-simple
Build 41a9e067-83b4-41ea-a6db-97a8fa0530dd
Start 2024-09-04T09:06:03-07:00
Duration 54.763s
Status SUCCESS

Steps

Step Status Duration
push-simple SUCCESS 51.537s

Details

starting build "41a9e067-83b4-41ea-a6db-97a8fa0530dd"

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/datacommonsorg/import
 * branch            e69de0304aa6990c212b2e3da0503a6f67e48a34 -> FETCH_HEAD
HEAD is now at e69de03 [DO NOT SUBMIT] Obsolete obs props implementation.
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon  4.289MB

Step 1/10 : FROM python:3.11.4-slim as base
3.11.4-slim: Pulling from library/python
52d2b7f179e3: Pulling fs layer
2b8a9a2240c1: Pulling fs layer
051d6521462a: Pulling fs layer
fce84b1f897c: Pulling fs layer
46233543d8c2: Pulling fs layer
46233543d8c2: Waiting
fce84b1f897c: Waiting
2b8a9a2240c1: Download complete
051d6521462a: Verifying Checksum
051d6521462a: Download complete
fce84b1f897c: Verifying Checksum
fce84b1f897c: Download complete
52d2b7f179e3: Verifying Checksum
52d2b7f179e3: Download complete
46233543d8c2: Download complete
52d2b7f179e3: Pull complete
2b8a9a2240c1: Pull complete
051d6521462a: Pull complete
fce84b1f897c: Pull complete
46233543d8c2: Pull complete
Digest: sha256:17d62d681d9ecef20aae6c6605e9cf83b0ba3dc247013e2f43e1b5a045ad4901
Status: Downloaded newer image for python:3.11.4-slim
 ---> 596e0d6b34df
Step 2/10 : ARG ENV
 ---> Running in 24e40755c732
Removing intermediate container 24e40755c732
 ---> 1c92e8f6ffc9
Step 3/10 : ARG PIP_DISABLE_PIP_VERSION_CHECK=1
 ---> Running in ad225980c635
Removing intermediate container ad225980c635
 ---> 1a3843993347
Step 4/10 : ARG PIP_NO_CACHE_DIR=1
 ---> Running in 52e78ea45b67
Removing intermediate container 52e78ea45b67
 ---> 99b05472a3f7
Step 5/10 : ENV ENV=${ENV}
 ---> Running in 83d7b8fe26af
Removing intermediate container 83d7b8fe26af
 ---> 443266edfe5a
Step 6/10 : WORKDIR /workspace
 ---> Running in b8c742ff6669
Removing intermediate container b8c742ff6669
 ---> d4f2fdd321f9
Step 7/10 : COPY simple/ .
 ---> 651163e6fa8a
Step 8/10 : COPY build/simple/run.sh .
 ---> 2a25c8bdf744
Step 9/10 : RUN pip3 install -r /workspace/requirements.txt
 ---> Running in 1a46cdc20659
Collecting absl-py==1.4.0 (from -r /workspace/requirements.txt (line 1))
  Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 1.8 MB/s eta 0:00:00
Collecting certifi==2023.7.22 (from -r /workspace/requirements.txt (line 2))
  Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 4.9 MB/s eta 0:00:00
Collecting charset-normalizer==3.2.0 (from -r /workspace/requirements.txt (line 3))
  Downloading charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.6/199.6 kB 23.7 MB/s eta 0:00:00
Collecting cloud-sql-python-connector==1.4.3 (from -r /workspace/requirements.txt (line 4))
  Downloading cloud_sql_python_connector-1.4.3-py2.py3-none-any.whl (36 kB)
Collecting dataclasses-json==0.6.7 (from -r /workspace/requirements.txt (line 5))
  Downloading dataclasses_json-0.6.7-py3-none-any.whl (28 kB)
Collecting freezegun==1.2.2 (from -r /workspace/requirements.txt (line 6))
  Downloading freezegun-1.2.2-py3-none-any.whl (17 kB)
Collecting google-cloud-storage==2.11.0 (from -r /workspace/requirements.txt (line 7))
  Downloading google_cloud_storage-2.11.0-py2.py3-none-any.whl (118 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 43.7 MB/s eta 0:00:00
Collecting httpx==0.26.0 (from -r /workspace/requirements.txt (line 8))
  Downloading httpx-0.26.0-py3-none-any.whl (75 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.9/75.9 kB 122.7 MB/s eta 0:00:00
Collecting idna==3.4 (from -r /workspace/requirements.txt (line 9))
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 69.1 MB/s eta 0:00:00
Collecting importlib-metadata==6.8.0 (from -r /workspace/requirements.txt (line 10))
  Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB)
Collecting mypy-protobuf==3.6.0 (from -r /workspace/requirements.txt (line 11))
  Downloading mypy_protobuf-3.6.0-py3-none-any.whl (16 kB)
Collecting numpy==1.25.2 (from -r /workspace/requirements.txt (line 12))
  Downloading numpy-1.25.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 89.6 MB/s eta 0:00:00
Collecting pandas==2.1.0 (from -r /workspace/requirements.txt (line 13))
  Downloading pandas-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/12.6 MB 81.5 MB/s eta 0:00:00
Collecting parameterized==0.9.0 (from -r /workspace/requirements.txt (line 14))
  Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB)
Collecting platformdirs==3.10.0 (from -r /workspace/requirements.txt (line 15))
  Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB)
Collecting protobuf==4.25.3 (from -r /workspace/requirements.txt (line 16))
  Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 271.2 MB/s eta 0:00:00
Collecting PyMySQL==1.1.0 (from -r /workspace/requirements.txt (line 17))
  Downloading PyMySQL-1.1.0-py3-none-any.whl (44 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 198.4 MB/s eta 0:00:00
Collecting python-dateutil==2.8.2 (from -r /workspace/requirements.txt (line 18))
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 270.5 MB/s eta 0:00:00
Collecting pytest==7.4.2 (from -r /workspace/requirements.txt (line 19))
  Downloading pytest-7.4.2-py3-none-any.whl (324 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 324.5/324.5 kB 271.1 MB/s eta 0:00:00
Collecting PyYAML==6.0.1 (from -r /workspace/requirements.txt (line 20))
  Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 285.9 MB/s eta 0:00:00
Collecting pytz==2023.3.post1 (from -r /workspace/requirements.txt (line 21))
  Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 289.3 MB/s eta 0:00:00
Collecting requests==2.31.0 (from -r /workspace/requirements.txt (line 22))
  Downloading requests-2.31.0-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 193.1 MB/s eta 0:00:00
Collecting s2sphere==0.2.5 (from -r /workspace/requirements.txt (line 23))
  Downloading s2sphere-0.2.5-py2.py3-none-any.whl (23 kB)
Collecting six==1.16.0 (from -r /workspace/requirements.txt (line 24))
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting tomli==2.0.1 (from -r /workspace/requirements.txt (line 25))
  Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting tzdata==2023.3 (from -r /workspace/requirements.txt (line 26))
  Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 268.8 MB/s eta 0:00:00
Collecting urllib3==2.0.4 (from -r /workspace/requirements.txt (line 27))
  Downloading urllib3-2.0.4-py3-none-any.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 248.0 MB/s eta 0:00:00
Collecting zipp==3.16.2 (from -r /workspace/requirements.txt (line 28))
  Downloading zipp-3.16.2-py3-none-any.whl (7.2 kB)
Collecting aiohttp (from cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 284.4 MB/s eta 0:00:00
Collecting cryptography>=38.0.3 (from cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 109.5 MB/s eta 0:00:00
Collecting google-auth (from cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading google_auth-2.34.0-py2.py3-none-any.whl (200 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.9/200.9 kB 271.4 MB/s eta 0:00:00
Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses-json==0.6.7->-r /workspace/requirements.txt (line 5))
  Downloading marshmallow-3.22.0-py3-none-any.whl (49 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.3/49.3 kB 191.0 MB/s eta 0:00:00
Collecting typing-inspect<1,>=0.4.0 (from dataclasses-json==0.6.7->-r /workspace/requirements.txt (line 5))
  Downloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB)
Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-cloud-storage==2.11.0->-r /workspace/requirements.txt (line 7))
  Downloading google_api_core-2.19.2-py3-none-any.whl (139 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.4/139.4 kB 248.5 MB/s eta 0:00:00
Collecting google-cloud-core<3.0dev,>=2.3.0 (from google-cloud-storage==2.11.0->-r /workspace/requirements.txt (line 7))
  Downloading google_cloud_core-2.4.1-py2.py3-none-any.whl (29 kB)
Collecting google-resumable-media>=2.6.0 (from google-cloud-storage==2.11.0->-r /workspace/requirements.txt (line 7))
  Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl (81 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 212.9 MB/s eta 0:00:00
Collecting anyio (from httpx==0.26.0->-r /workspace/requirements.txt (line 8))
  Downloading anyio-4.4.0-py3-none-any.whl (86 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 220.7 MB/s eta 0:00:00
Collecting httpcore==1.* (from httpx==0.26.0->-r /workspace/requirements.txt (line 8))
  Downloading httpcore-1.0.5-py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 222.2 MB/s eta 0:00:00
Collecting sniffio (from httpx==0.26.0->-r /workspace/requirements.txt (line 8))
  Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Collecting types-protobuf>=4.24 (from mypy-protobuf==3.6.0->-r /workspace/requirements.txt (line 11))
  Downloading types_protobuf-5.27.0.20240626-py3-none-any.whl (68 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.8/68.8 kB 226.6 MB/s eta 0:00:00
Collecting iniconfig (from pytest==7.4.2->-r /workspace/requirements.txt (line 19))
  Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Collecting packaging (from pytest==7.4.2->-r /workspace/requirements.txt (line 19))
  Downloading packaging-24.1-py3-none-any.whl (53 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 185.5 MB/s eta 0:00:00
Collecting pluggy<2.0,>=0.12 (from pytest==7.4.2->-r /workspace/requirements.txt (line 19))
  Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
Collecting future>=0.15 (from s2sphere==0.2.5->-r /workspace/requirements.txt (line 23))
  Downloading future-1.0.0-py3-none-any.whl (491 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.3/491.3 kB 280.5 MB/s eta 0:00:00
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx==0.26.0->-r /workspace/requirements.txt (line 8))
  Downloading h11-0.14.0-py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 215.0 MB/s eta 0:00:00
Collecting cffi>=1.12 (from cryptography>=38.0.3->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading cffi-1.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (466 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 466.9/466.9 kB 279.5 MB/s eta 0:00:00
Collecting googleapis-common-protos<2.0.dev0,>=1.56.2 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-cloud-storage==2.11.0->-r /workspace/requirements.txt (line 7))
  Downloading googleapis_common_protos-1.65.0-py2.py3-none-any.whl (220 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.9/220.9 kB 268.8 MB/s eta 0:00:00
Collecting proto-plus<2.0.0dev,>=1.22.3 (from google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5->google-cloud-storage==2.11.0->-r /workspace/requirements.txt (line 7))
  Downloading proto_plus-1.24.0-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 kB 188.2 MB/s eta 0:00:00
Collecting cachetools<6.0,>=2.0.0 (from google-auth->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB)
Collecting pyasn1-modules>=0.2.1 (from google-auth->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading pyasn1_modules-0.4.0-py3-none-any.whl (181 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.2/181.2 kB 247.3 MB/s eta 0:00:00
Collecting rsa<5,>=3.1.4 (from google-auth->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading rsa-4.9-py3-none-any.whl (34 kB)
Collecting google-crc32c<2.0dev,>=1.0 (from google-resumable-media>=2.6.0->google-cloud-storage==2.11.0->-r /workspace/requirements.txt (line 7))
  Downloading google_crc32c-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB)
Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses-json==0.6.7->-r /workspace/requirements.txt (line 5))
  Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
Collecting typing-extensions>=3.7.4 (from typing-inspect<1,>=0.4.0->dataclasses-json==0.6.7->-r /workspace/requirements.txt (line 5))
  Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB)
Collecting aiosignal>=1.1.2 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting attrs>=17.3.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 222.3 MB/s eta 0:00:00
Collecting frozenlist>=1.1.1 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 273.3 MB/s eta 0:00:00
Collecting multidict<7.0,>=4.5 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 259.3 MB/s eta 0:00:00
Collecting yarl<2.0,>=1.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading yarl-1.9.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (507 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 507.9/507.9 kB 280.1 MB/s eta 0:00:00
Collecting pycparser (from cffi>=1.12->cryptography>=38.0.3->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading pycparser-2.22-py3-none-any.whl (117 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 239.2 MB/s eta 0:00:00
Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.3/85.3 kB 222.5 MB/s eta 0:00:00
Installing collected packages: pytz, zipp, urllib3, tzdata, typing-extensions, types-protobuf, tomli, sniffio, six, PyYAML, PyMySQL, pycparser, pyasn1, protobuf, pluggy, platformdirs, parameterized, packaging, numpy, mypy-extensions, multidict, iniconfig, idna, h11, google-crc32c, future, frozenlist, charset-normalizer, certifi, cachetools, attrs, aiohappyeyeballs, absl-py, yarl, typing-inspect, s2sphere, rsa, requests, python-dateutil, pytest, pyasn1-modules, proto-plus, mypy-protobuf, marshmallow, importlib-metadata, httpcore, googleapis-common-protos, google-resumable-media, cffi, anyio, aiosignal, pandas, httpx, google-auth, freezegun, dataclasses-json, cryptography, aiohttp, google-api-core, cloud-sql-python-connector, google-cloud-core, google-cloud-storage
Successfully installed PyMySQL-1.1.0 PyYAML-6.0.1 absl-py-1.4.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 anyio-4.4.0 attrs-24.2.0 cachetools-5.5.0 certifi-2023.7.22 cffi-1.17.0 charset-normalizer-3.2.0 cloud-sql-python-connector-1.4.3 cryptography-43.0.1 dataclasses-json-0.6.7 freezegun-1.2.2 frozenlist-1.4.1 future-1.0.0 google-api-core-2.19.2 google-auth-2.34.0 google-cloud-core-2.4.1 google-cloud-storage-2.11.0 google-crc32c-1.6.0 google-resumable-media-2.7.2 googleapis-common-protos-1.65.0 h11-0.14.0 httpcore-1.0.5 httpx-0.26.0 idna-3.4 importlib-metadata-6.8.0 iniconfig-2.0.0 marshmallow-3.22.0 multidict-6.0.5 mypy-extensions-1.0.0 mypy-protobuf-3.6.0 numpy-1.25.2 packaging-24.1 pandas-2.1.0 parameterized-0.9.0 platformdirs-3.10.0 pluggy-1.5.0 proto-plus-1.24.0 protobuf-4.25.3 pyasn1-0.6.0 pyasn1-modules-0.4.0 pycparser-2.22 pytest-7.4.2 python-dateutil-2.8.2 pytz-2023.3.post1 requests-2.31.0 rsa-4.9 s2sphere-0.2.5 six-1.16.0 sniffio-1.3.1 tomli-2.0.1 types-protobuf-5.27.0.20240626 typing-extensions-4.12.2 typing-inspect-0.9.0 tzdata-2023.3 urllib3-2.0.4 yarl-1.9.8 zipp-3.16.2
�[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
�[0mRemoving intermediate container 1a46cdc20659
 ---> fe7864ce7b86
Step 10/10 : CMD ./run.sh
 ---> Running in 5f3762f26737
Removing intermediate container 5f3762f26737
 ---> cc93790b497c
Successfully built cc93790b497c
Successfully tagged gcr.io/datcom-ci/datacommons-simple:e69de03
Successfully tagged gcr.io/datcom-ci/datacommons-simple:latest
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
879abc07f098: Preparing
1ecae74189a3: Preparing
79e56b94c592: Preparing
d42a91073b6b: Preparing
84aede4a88e1: Preparing
3e5ac6427acb: Preparing
c01ec0304ec8: Preparing
5b60283f3630: Preparing
511780f88f80: Preparing
3e5ac6427acb: Waiting
c01ec0304ec8: Waiting
5b60283f3630: Waiting
511780f88f80: Waiting
84aede4a88e1: Layer already exists
3e5ac6427acb: Layer already exists
c01ec0304ec8: Layer already exists
5b60283f3630: Layer already exists
511780f88f80: Layer already exists
79e56b94c592: Pushed
1ecae74189a3: Pushed
d42a91073b6b: Pushed
879abc07f098: Pushed
e69de03: digest: sha256:278359bf175e4679f27c63b09899e3b3ea11b6438fd38509442f85493ef95608 size: 2205
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
879abc07f098: Preparing
1ecae74189a3: Preparing
79e56b94c592: Preparing
d42a91073b6b: Preparing
84aede4a88e1: Preparing
3e5ac6427acb: Preparing
c01ec0304ec8: Preparing
5b60283f3630: Preparing
511780f88f80: Preparing
3e5ac6427acb: Waiting
c01ec0304ec8: Waiting
5b60283f3630: Waiting
511780f88f80: Waiting
879abc07f098: Layer already exists
79e56b94c592: Layer already exists
1ecae74189a3: Layer already exists
d42a91073b6b: Layer already exists
84aede4a88e1: Layer already exists
c01ec0304ec8: Layer already exists
511780f88f80: Layer already exists
5b60283f3630: Layer already exists
3e5ac6427acb: Layer already exists
latest: digest: sha256:278359bf175e4679f27c63b09899e3b3ea11b6438fd38509442f85493ef95608 size: 2205
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/41a9e067-83b4-41ea-a6db-97a8fa0530dd?project=879489846695