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

Support a schema update mode in stats runner #344

Merged
merged 6 commits into from
Oct 24, 2024

Make update more explicit with naming and comments

ce28487
Select commit
Loading
Failed to load commit list.
Merged

Support a schema update mode in stats runner #344

Make update more explicit with naming and comments
ce28487
Select commit
Loading
Failed to load commit list.
Google Cloud Build / import-push-request-simple (datcom-ci) succeeded Oct 24, 2024 in 1m 44s

Summary

Build Information

Trigger import-push-request-simple
Build ee6c1afe-00e8-4e74-9505-90bb273446c0
Start 2024-10-24T14:10:01-07:00
Duration 56.515s
Status SUCCESS

Steps

Step Status Duration
push-simple SUCCESS 53.449s

Details

starting build "ee6c1afe-00e8-4e74-9505-90bb273446c0"

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            ce2848741f7638a43166143a3d064dad131dd433 -> FETCH_HEAD
HEAD is now at ce28487 Make update more explicit with naming and comments
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon  4.309MB

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
fce84b1f897c: Waiting
46233543d8c2: Waiting
2b8a9a2240c1: Verifying Checksum
2b8a9a2240c1: Download complete
52d2b7f179e3: Download complete
051d6521462a: Verifying Checksum
051d6521462a: Download complete
fce84b1f897c: Verifying Checksum
fce84b1f897c: Download complete
46233543d8c2: Verifying Checksum
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 aa6fb2d9a9f7
Removing intermediate container aa6fb2d9a9f7
 ---> cc4a95bdd088
Step 3/10 : ARG PIP_DISABLE_PIP_VERSION_CHECK=1
 ---> Running in b3f9e07b7ada
Removing intermediate container b3f9e07b7ada
 ---> 688a0dc96c9d
Step 4/10 : ARG PIP_NO_CACHE_DIR=1
 ---> Running in dc10786c2161
Removing intermediate container dc10786c2161
 ---> b281959891a5
Step 5/10 : ENV ENV=${ENV}
 ---> Running in 1a98275797e1
Removing intermediate container 1a98275797e1
 ---> d3490ef6300c
Step 6/10 : WORKDIR /workspace
 ---> Running in caf211b50066
Removing intermediate container caf211b50066
 ---> b34d40710d5a
Step 7/10 : COPY simple/ .
 ---> 87e7f914d5d2
Step 8/10 : COPY build/simple/run.sh .
 ---> 501cb968b652
Step 9/10 : RUN pip3 install -r /workspace/requirements.txt
 ---> Running in bd3f038a1f0c
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 5.0 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 33.5 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 40.0 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 freezegun==1.2.2 (from -r /workspace/requirements.txt (line 5))
  Downloading freezegun-1.2.2-py3-none-any.whl (17 kB)
Collecting google-cloud-storage==2.11.0 (from -r /workspace/requirements.txt (line 6))
  Downloading google_cloud_storage-2.11.0-py2.py3-none-any.whl (118 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 209.9 MB/s eta 0:00:00
Collecting httpx==0.26.0 (from -r /workspace/requirements.txt (line 7))
  Downloading httpx-0.26.0-py3-none-any.whl (75 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.9/75.9 kB 185.3 MB/s eta 0:00:00
Collecting idna==3.4 (from -r /workspace/requirements.txt (line 8))
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 178.7 MB/s eta 0:00:00
Collecting importlib-metadata==6.8.0 (from -r /workspace/requirements.txt (line 9))
  Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB)
Collecting mypy-protobuf==3.6.0 (from -r /workspace/requirements.txt (line 10))
  Downloading mypy_protobuf-3.6.0-py3-none-any.whl (16 kB)
Collecting numpy==1.25.2 (from -r /workspace/requirements.txt (line 11))
  Downloading numpy-1.25.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 218.0 MB/s eta 0:00:00
Collecting pandas==2.1.0 (from -r /workspace/requirements.txt (line 12))
  Downloading pandas-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/12.6 MB 214.5 MB/s eta 0:00:00
Collecting parameterized==0.9.0 (from -r /workspace/requirements.txt (line 13))
  Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB)
Collecting platformdirs==3.10.0 (from -r /workspace/requirements.txt (line 14))
  Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB)
Collecting protobuf==4.25.3 (from -r /workspace/requirements.txt (line 15))
  Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 203.9 MB/s eta 0:00:00
Collecting PyMySQL==1.1.0 (from -r /workspace/requirements.txt (line 16))
  Downloading PyMySQL-1.1.0-py3-none-any.whl (44 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 183.9 MB/s eta 0:00:00
Collecting python-dateutil==2.8.2 (from -r /workspace/requirements.txt (line 17))
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 216.7 MB/s eta 0:00:00
Collecting pytest==7.4.2 (from -r /workspace/requirements.txt (line 18))
  Downloading pytest-7.4.2-py3-none-any.whl (324 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 324.5/324.5 kB 224.8 MB/s eta 0:00:00
Collecting PyYAML==6.0.1 (from -r /workspace/requirements.txt (line 19))
  Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 109.0 MB/s eta 0:00:00
Collecting pytz==2023.3.post1 (from -r /workspace/requirements.txt (line 20))
  Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 221.2 MB/s eta 0:00:00
Collecting requests==2.31.0 (from -r /workspace/requirements.txt (line 21))
  Downloading requests-2.31.0-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 187.9 MB/s eta 0:00:00
Collecting s2sphere==0.2.5 (from -r /workspace/requirements.txt (line 22))
  Downloading s2sphere-0.2.5-py2.py3-none-any.whl (23 kB)
Collecting six==1.16.0 (from -r /workspace/requirements.txt (line 23))
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting tomli==2.0.1 (from -r /workspace/requirements.txt (line 24))
  Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting tzdata==2023.3 (from -r /workspace/requirements.txt (line 25))
  Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 218.8 MB/s eta 0:00:00
Collecting urllib3==2.0.4 (from -r /workspace/requirements.txt (line 26))
  Downloading urllib3-2.0.4-py3-none-any.whl (123 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.9/123.9 kB 90.5 MB/s eta 0:00:00
Collecting zipp==3.16.2 (from -r /workspace/requirements.txt (line 27))
  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.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 232.1 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.3-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.0/4.0 MB 231.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.35.0-py2.py3-none-any.whl (208 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.0/209.0 kB 213.2 MB/s eta 0:00:00
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 6))
  Downloading google_api_core-2.21.0-py3-none-any.whl (156 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.4/156.4 kB 220.8 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 6))
  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 6))
  Downloading google_resumable_media-2.7.2-py2.py3-none-any.whl (81 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 214.4 MB/s eta 0:00:00
Collecting anyio (from httpx==0.26.0->-r /workspace/requirements.txt (line 7))
  Downloading anyio-4.6.2.post1-py3-none-any.whl (90 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 203.2 MB/s eta 0:00:00
Collecting httpcore==1.* (from httpx==0.26.0->-r /workspace/requirements.txt (line 7))
  Downloading httpcore-1.0.6-py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.0/78.0 kB 190.9 MB/s eta 0:00:00
Collecting sniffio (from httpx==0.26.0->-r /workspace/requirements.txt (line 7))
  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 10))
  Downloading types_protobuf-5.28.0.20240924-py3-none-any.whl (68 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.8/68.8 kB 177.0 MB/s eta 0:00:00
Collecting iniconfig (from pytest==7.4.2->-r /workspace/requirements.txt (line 18))
  Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Collecting packaging (from pytest==7.4.2->-r /workspace/requirements.txt (line 18))
  Downloading packaging-24.1-py3-none-any.whl (53 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 182.9 MB/s eta 0:00:00
Collecting pluggy<2.0,>=0.12 (from pytest==7.4.2->-r /workspace/requirements.txt (line 18))
  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 22))
  Downloading future-1.0.0-py3-none-any.whl (491 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.3/491.3 kB 229.8 MB/s eta 0:00:00
Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx==0.26.0->-r /workspace/requirements.txt (line 7))
  Downloading h11-0.14.0-py3-none-any.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 184.9 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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.2/467.2 kB 104.1 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 6))
  Downloading googleapis_common_protos-1.65.0-py2.py3-none-any.whl (220 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.9/220.9 kB 218.2 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 6))
  Downloading proto_plus-1.25.0-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 kB 178.6 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.1-py3-none-any.whl (181 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 kB 212.4 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 6))
  Downloading google_crc32c-1.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 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.3-py3-none-any.whl (14 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 196.9 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.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (274 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.9/274.9 kB 225.8 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.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.0/129.0 kB 206.4 MB/s eta 0:00:00
Collecting yarl<2.0,>=1.12.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading yarl-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (342 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 342.8/342.8 kB 168.6 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 193.6 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.1-py3-none-any.whl (83 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 195.1 MB/s eta 0:00:00
Collecting propcache>=0.2.0 (from yarl<2.0,>=1.12.0->aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading propcache-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (236 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.0/236.0 kB 218.4 MB/s eta 0:00:00
Installing collected packages: pytz, zipp, urllib3, tzdata, types-protobuf, tomli, sniffio, six, PyYAML, PyMySQL, pycparser, pyasn1, protobuf, propcache, pluggy, platformdirs, parameterized, packaging, numpy, multidict, iniconfig, idna, h11, google-crc32c, future, frozenlist, charset-normalizer, certifi, cachetools, attrs, aiohappyeyeballs, absl-py, yarl, s2sphere, rsa, requests, python-dateutil, pytest, pyasn1-modules, proto-plus, mypy-protobuf, importlib-metadata, httpcore, googleapis-common-protos, google-resumable-media, cffi, anyio, aiosignal, pandas, httpx, google-auth, freezegun, 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.3 aiohttp-3.10.10 aiosignal-1.3.1 anyio-4.6.2.post1 attrs-24.2.0 cachetools-5.5.0 certifi-2023.7.22 cffi-1.17.1 charset-normalizer-3.2.0 cloud-sql-python-connector-1.4.3 cryptography-43.0.3 freezegun-1.2.2 frozenlist-1.5.0 future-1.0.0 google-api-core-2.21.0 google-auth-2.35.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.6 httpx-0.26.0 idna-3.4 importlib-metadata-6.8.0 iniconfig-2.0.0 multidict-6.1.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 propcache-0.2.0 proto-plus-1.25.0 protobuf-4.25.3 pyasn1-0.6.1 pyasn1-modules-0.4.1 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.28.0.20240924 tzdata-2023.3 urllib3-2.0.4 yarl-1.16.0 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 bd3f038a1f0c
 ---> e13ec9cd89ce
Step 10/10 : CMD ./run.sh
 ---> Running in 786edfa779bd
Removing intermediate container 786edfa779bd
 ---> 8af84d22d2e5
Successfully built 8af84d22d2e5
Successfully tagged gcr.io/datcom-ci/datacommons-simple:ce28487
Successfully tagged gcr.io/datcom-ci/datacommons-simple:latest
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
fa6d029e8999: Preparing
71c41e2f205f: Preparing
3bba3211c194: Preparing
62283b5cb35b: Preparing
84aede4a88e1: Preparing
3e5ac6427acb: Preparing
c01ec0304ec8: Preparing
5b60283f3630: Preparing
511780f88f80: Preparing
3e5ac6427acb: Waiting
c01ec0304ec8: Waiting
5b60283f3630: Waiting
84aede4a88e1: Layer already exists
3e5ac6427acb: Layer already exists
c01ec0304ec8: Layer already exists
3bba3211c194: Pushed
511780f88f80: Layer already exists
71c41e2f205f: Pushed
5b60283f3630: Layer already exists
62283b5cb35b: Pushed
fa6d029e8999: Pushed
ce28487: digest: sha256:03cbd107f651ac28daef43c94da3199d16fb52831341f46f35b1bf133db1a65a size: 2205
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
fa6d029e8999: Preparing
71c41e2f205f: Preparing
3bba3211c194: Preparing
62283b5cb35b: Preparing
84aede4a88e1: Preparing
3e5ac6427acb: Preparing
c01ec0304ec8: Preparing
5b60283f3630: Preparing
511780f88f80: Preparing
3e5ac6427acb: Waiting
5b60283f3630: Waiting
511780f88f80: Waiting
c01ec0304ec8: Waiting
62283b5cb35b: Layer already exists
fa6d029e8999: Layer already exists
71c41e2f205f: Layer already exists
3bba3211c194: Layer already exists
84aede4a88e1: Layer already exists
3e5ac6427acb: Layer already exists
c01ec0304ec8: Layer already exists
511780f88f80: Layer already exists
5b60283f3630: Layer already exists
latest: digest: sha256:03cbd107f651ac28daef43c94da3199d16fb52831341f46f35b1bf133db1a65a size: 2205
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/ee6c1afe-00e8-4e74-9505-90bb273446c0?project=879489846695