Skip to content

Merge branch 'master' into newv

835247d
Select commit
Loading
Failed to load commit list.
Merged

[DCP - Ingestion] DCP Bridge Mode improvements #519

Merge branch 'master' into newv
835247d
Select commit
Loading
Failed to load commit list.
Google Cloud Build / import-push-request-simple (datcom-ci) succeeded Jun 8, 2026 in 2m 7s

Summary

Build Information

Trigger import-push-request-simple
Build e1f34909-a362-44ca-9412-1fd1ee656055
Start 2026-06-08T06:18:35-07:00
Duration 1m9.642s
Status SUCCESS

Steps

Step Status Duration
push-simple SUCCESS 1m4.591s

Details

starting build "e1f34909-a362-44ca-9412-1fd1ee656055"

FETCHSOURCE
From https://github.com/datacommonsorg/import
 * branch            835247d5a65a6568791fbf8b1a54cd00ef6aa7e1 -> FETCH_HEAD
HEAD is now at 835247d Merge branch 'master' into newv
GitCommit:
835247d5a65a6568791fbf8b1a54cd00ef6aa7e1
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon   3.82MB

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: Download complete
2b8a9a2240c1: Download complete
46233543d8c2: Verifying Checksum
46233543d8c2: Download complete
52d2b7f179e3: Verifying Checksum
52d2b7f179e3: Download complete
051d6521462a: Verifying Checksum
051d6521462a: 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 ce02433cd6e3
Removing intermediate container ce02433cd6e3
 ---> 17d36bec9cbb
Step 3/10 : ARG PIP_DISABLE_PIP_VERSION_CHECK=1
 ---> Running in 854539c803da
Removing intermediate container 854539c803da
 ---> 14b4593af3c4
Step 4/10 : ARG PIP_NO_CACHE_DIR=1
 ---> Running in 8ecd36053cee
Removing intermediate container 8ecd36053cee
 ---> 341c8ed188fa
Step 5/10 : ENV ENV=${ENV}
 ---> Running in eceebd8751ae
Removing intermediate container eceebd8751ae
 ---> 60c416585e50
Step 6/10 : WORKDIR /workspace
 ---> Running in 95f9a5dc85ab
Removing intermediate container 95f9a5dc85ab
 ---> 3f6a705c8502
Step 7/10 : COPY simple/ .
 ---> 5190d5f5940f
Step 8/10 : COPY build/simple/run.sh .
 ---> 1018ff89c62d
Step 9/10 : RUN pip3 install -r /workspace/requirements.txt
 ---> Running in ed1f1ae40732
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.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 19.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.9 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 fakeredis==2.26.2 (from -r /workspace/requirements.txt (line 6))
  Downloading fakeredis-2.26.2-py3-none-any.whl (103 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.5/103.5 kB 46.3 MB/s eta 0:00:00
Collecting fs==2.4.16 (from -r /workspace/requirements.txt (line 7))
  Downloading fs-2.4.16-py2.py3-none-any.whl (135 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/135.3 kB 21.5 MB/s eta 0:00:00
Collecting fs-gcsfs==1.5.1 (from -r /workspace/requirements.txt (line 8))
  Downloading fs-gcsfs-1.5.1.tar.gz (26 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting google-cloud-storage==2.11.0 (from -r /workspace/requirements.txt (line 9))
  Downloading google_cloud_storage-2.11.0-py2.py3-none-any.whl (118 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 36.5 MB/s eta 0:00:00
Collecting httpx==0.26.0 (from -r /workspace/requirements.txt (line 10))
  Downloading httpx-0.26.0-py3-none-any.whl (75 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.9/75.9 kB 64.9 MB/s eta 0:00:00
Collecting idna==3.4 (from -r /workspace/requirements.txt (line 11))
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 230.2 MB/s eta 0:00:00
Collecting importlib-metadata==6.8.0 (from -r /workspace/requirements.txt (line 12))
  Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB)
Collecting mypy-protobuf==3.6.0 (from -r /workspace/requirements.txt (line 13))
  Downloading mypy_protobuf-3.6.0-py3-none-any.whl (16 kB)
Collecting numpy==1.25.2 (from -r /workspace/requirements.txt (line 14))
  Downloading numpy-1.25.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 93.5 MB/s eta 0:00:00
Collecting pandas==2.1.0 (from -r /workspace/requirements.txt (line 15))
  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.9 MB/s eta 0:00:00
Collecting parameterized==0.9.0 (from -r /workspace/requirements.txt (line 16))
  Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB)
Collecting platformdirs==3.10.0 (from -r /workspace/requirements.txt (line 17))
  Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB)
Collecting protobuf==4.25.3 (from -r /workspace/requirements.txt (line 18))
  Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 213.4 MB/s eta 0:00:00
Collecting PyLD==2.0.4 (from -r /workspace/requirements.txt (line 19))
  Downloading PyLD-2.0.4-py3-none-any.whl (70 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.9/70.9 kB 237.2 MB/s eta 0:00:00
Collecting PyMySQL==1.1.0 (from -r /workspace/requirements.txt (line 20))
  Downloading PyMySQL-1.1.0-py3-none-any.whl (44 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 194.3 MB/s eta 0:00:00
Collecting python-dateutil==2.8.2 (from -r /workspace/requirements.txt (line 21))
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 259.1 MB/s eta 0:00:00
Collecting pytest==7.4.2 (from -r /workspace/requirements.txt (line 22))
  Downloading pytest-7.4.2-py3-none-any.whl (324 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 324.5/324.5 kB 154.2 MB/s eta 0:00:00
Collecting PyYAML==6.0.1 (from -r /workspace/requirements.txt (line 23))
  Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 83.7 MB/s eta 0:00:00
Collecting pytz==2023.3.post1 (from -r /workspace/requirements.txt (line 24))
  Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 149.9 MB/s eta 0:00:00
Collecting redis==5.2.1 (from -r /workspace/requirements.txt (line 25))
  Downloading redis-5.2.1-py3-none-any.whl (261 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261.5/261.5 kB 263.9 MB/s eta 0:00:00
Collecting requests==2.31.0 (from -r /workspace/requirements.txt (line 26))
  Downloading requests-2.31.0-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 241.2 MB/s eta 0:00:00
Collecting rdflib==7.4.0 (from -r /workspace/requirements.txt (line 27))
  Downloading rdflib-7.4.0-py3-none-any.whl (569 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 569.0/569.0 kB 96.5 MB/s eta 0:00:00
Collecting s2sphere==0.2.5 (from -r /workspace/requirements.txt (line 28))
  Downloading s2sphere-0.2.5-py2.py3-none-any.whl (23 kB)
Collecting six==1.16.0 (from -r /workspace/requirements.txt (line 29))
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting tomli==2.0.1 (from -r /workspace/requirements.txt (line 30))
  Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting tzdata==2023.3 (from -r /workspace/requirements.txt (line 31))
  Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 197.1 MB/s eta 0:00:00
Collecting urllib3==1.26.20 (from -r /workspace/requirements.txt (line 32))
  Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 265.5 MB/s eta 0:00:00
Collecting zipp==3.16.2 (from -r /workspace/requirements.txt (line 33))
  Downloading zipp-3.16.2-py3-none-any.whl (7.2 kB)
Collecting google-auth>=2.0.0 (from -r /workspace/requirements.txt (line 34))
  Downloading google_auth-2.53.0-py3-none-any.whl (246 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.1/246.1 kB 181.0 MB/s eta 0:00:00
Collecting aiohttp (from cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading aiohttp-3.14.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 76.3 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-48.0.0-cp311-abi3-manylinux_2_34_x86_64.whl (4.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/4.7 MB 77.2 MB/s eta 0:00:00
Collecting sortedcontainers<3,>=2 (from fakeredis==2.26.2->-r /workspace/requirements.txt (line 6))
  Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Collecting appdirs~=1.4.3 (from fs==2.4.16->-r /workspace/requirements.txt (line 7))
  Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Requirement already satisfied: setuptools in /usr/local/lib/python3.11/site-packages (from fs==2.4.16->-r /workspace/requirements.txt (line 7)) (65.5.1)
Collecting packaging>=20.0 (from fs-gcsfs==1.5.1->-r /workspace/requirements.txt (line 8))
  Downloading packaging-26.2-py3-none-any.whl (100 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.2/100.2 kB 247.9 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 9))
  Downloading google_api_core-2.31.0-py3-none-any.whl (173 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.1/173.1 kB 275.4 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 9))
  Downloading google_cloud_core-2.6.0-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 9))
  Downloading google_resumable_media-2.10.0-py3-none-any.whl (81 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.5/81.5 kB 250.7 MB/s eta 0:00:00
Collecting anyio (from httpx==0.26.0->-r /workspace/requirements.txt (line 10))
  Downloading anyio-4.13.0-py3-none-any.whl (114 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.4/114.4 kB 254.2 MB/s eta 0:00:00
Collecting httpcore==1.* (from httpx==0.26.0->-r /workspace/requirements.txt (line 10))
  Downloading httpcore-1.0.9-py3-none-any.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.8/78.8 kB 222.0 MB/s eta 0:00:00
Collecting sniffio (from httpx==0.26.0->-r /workspace/requirements.txt (line 10))
  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 13))
  Downloading types_protobuf-7.34.1.20260518-py3-none-any.whl (85 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.0/86.0 kB 248.9 MB/s eta 0:00:00
Collecting cachetools (from PyLD==2.0.4->-r /workspace/requirements.txt (line 19))
  Downloading cachetools-7.1.4-py3-none-any.whl (16 kB)
Collecting frozendict (from PyLD==2.0.4->-r /workspace/requirements.txt (line 19))
  Downloading frozendict-2.4.7-py3-none-any.whl (16 kB)
Collecting lxml (from PyLD==2.0.4->-r /workspace/requirements.txt (line 19))
  Downloading lxml-6.1.1-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (5.2 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 77.7 MB/s eta 0:00:00
Collecting iniconfig (from pytest==7.4.2->-r /workspace/requirements.txt (line 22))
  Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB)
Collecting pluggy<2.0,>=0.12 (from pytest==7.4.2->-r /workspace/requirements.txt (line 22))
  Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
Collecting pyparsing<4,>=2.1.0 (from rdflib==7.4.0->-r /workspace/requirements.txt (line 27))
  Downloading pyparsing-3.3.2-py3-none-any.whl (122 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.8/122.8 kB 242.0 MB/s eta 0:00:00
Collecting future>=0.15 (from s2sphere==0.2.5->-r /workspace/requirements.txt (line 28))
  Downloading future-1.0.0-py3-none-any.whl (491 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.3/491.3 kB 142.1 MB/s eta 0:00:00
Collecting h11>=0.16 (from httpcore==1.*->httpx==0.26.0->-r /workspace/requirements.txt (line 10))
  Downloading h11-0.16.0-py3-none-any.whl (37 kB)
Collecting pyasn1-modules>=0.2.1 (from google-auth>=2.0.0->-r /workspace/requirements.txt (line 34))
  Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 262.8 MB/s eta 0:00:00
Collecting cffi>=2.0.0 (from cryptography>=38.0.3->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (215 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.6/215.6 kB 279.0 MB/s eta 0:00:00
Collecting googleapis-common-protos<2.0.0,>=1.63.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 9))
  Downloading googleapis_common_protos-1.75.0-py3-none-any.whl (300 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.6/300.6 kB 243.4 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of google-api-core to determine which version is compatible with other requirements. This could take a while.
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 9))
  Downloading google_api_core-2.30.3-py3-none-any.whl (173 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.3/173.3 kB 272.8 MB/s eta 0:00:00
  Downloading google_api_core-2.30.2-py3-none-any.whl (173 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.2/173.2 kB 270.0 MB/s eta 0:00:00
  Downloading google_api_core-2.30.1-py3-none-any.whl (173 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.2/173.2 kB 256.9 MB/s eta 0:00:00
  Downloading google_api_core-2.30.0-py3-none-any.whl (173 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.3/173.3 kB 275.6 MB/s eta 0:00:00
  Downloading google_api_core-2.29.0-py3-none-any.whl (173 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.9/173.9 kB 282.8 MB/s eta 0:00:00
Collecting proto-plus<2.0.0,>=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 9))
  Downloading proto_plus-1.28.0-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.4/50.4 kB 63.8 MB/s eta 0:00:00
Collecting google-crc32c<2.0.0,>=1.0.0 (from google-resumable-media>=2.6.0->google-cloud-storage==2.11.0->-r /workspace/requirements.txt (line 9))
  Downloading google_crc32c-1.8.0-cp311-cp311-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (33 kB)
Collecting pyasn1<0.7.0,>=0.6.1 (from pyasn1-modules>=0.2.1->google-auth>=2.0.0->-r /workspace/requirements.txt (line 34))
  Downloading pyasn1-0.6.3-py3-none-any.whl (83 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.0/84.0 kB 245.8 MB/s eta 0:00:00
Collecting aiohappyeyeballs>=2.5.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading aiohappyeyeballs-2.6.2-py3-none-any.whl (15 kB)
Collecting aiosignal>=1.4.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB)
Collecting attrs>=17.3.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading attrs-26.1.0-py3-none-any.whl (67 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.5/67.5 kB 217.7 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.8.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (231 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 231.1/231.1 kB 273.0 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.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (246 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 246.3/246.3 kB 186.9 MB/s eta 0:00:00
Collecting propcache>=0.2.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading propcache-0.5.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (58 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.9/58.9 kB 208.8 MB/s eta 0:00:00
Collecting typing_extensions>=4.4 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 194.7 MB/s eta 0:00:00
Collecting yarl<2.0,>=1.17.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading yarl-1.24.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (106 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.4/106.4 kB 256.0 MB/s eta 0:00:00
Collecting pycparser (from cffi>=2.0.0->cryptography>=38.0.3->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading pycparser-3.0-py3-none-any.whl (48 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/48.2 kB 177.4 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of googleapis-common-protos to determine which version is compatible with other requirements. This could take a while.
Collecting googleapis-common-protos<2.0.0,>=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 9))
  Downloading googleapis_common_protos-1.74.0-py3-none-any.whl (300 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 300.7/300.7 kB 203.3 MB/s eta 0:00:00
  Downloading googleapis_common_protos-1.73.1-py3-none-any.whl (297 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.6/297.6 kB 229.7 MB/s eta 0:00:00
  Downloading googleapis_common_protos-1.73.0-py3-none-any.whl (297 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.6/297.6 kB 194.4 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of proto-plus to determine which version is compatible with other requirements. This could take a while.
Collecting proto-plus<2.0.0,>=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 9))
  Downloading proto_plus-1.27.2-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 216.6 MB/s eta 0:00:00
  Downloading proto_plus-1.27.1-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 206.4 MB/s eta 0:00:00
Building wheels for collected packages: fs-gcsfs
  Building wheel for fs-gcsfs (setup.py): started
  Building wheel for fs-gcsfs (setup.py): finished with status 'done'
  Created wheel for fs-gcsfs: filename=fs_gcsfs-1.5.1-py3-none-any.whl size=12501 sha256=7b08e88d1c6f1221b447176d22b2c82e63c77a1644aa04f720382d2d218a03e2
  Stored in directory: /tmp/pip-ephem-wheel-cache-yzl0v_1i/wheels/3a/31/b5/c056b3e4b08bfae5ebf6c28cce29f511855340840622a467fc
Successfully built fs-gcsfs
Installing collected packages: sortedcontainers, pytz, appdirs, zipp, urllib3, tzdata, typing_extensions, types-protobuf, tomli, sniffio, six, redis, PyYAML, pyparsing, PyMySQL, pycparser, pyasn1, protobuf, propcache, pluggy, platformdirs, parameterized, packaging, numpy, multidict, lxml, iniconfig, idna, h11, google-crc32c, future, frozenlist, frozendict, charset-normalizer, certifi, cachetools, attrs, aiohappyeyeballs, absl-py, yarl, s2sphere, requests, rdflib, python-dateutil, pytest, PyLD, pyasn1-modules, proto-plus, mypy-protobuf, importlib-metadata, httpcore, googleapis-common-protos, google-resumable-media, fs, fakeredis, cffi, anyio, aiosignal, pandas, httpx, freezegun, cryptography, aiohttp, google-auth, google-api-core, cloud-sql-python-connector, google-cloud-core, google-cloud-storage, fs-gcsfs
Successfully installed PyLD-2.0.4 PyMySQL-1.1.0 PyYAML-6.0.1 absl-py-1.4.0 aiohappyeyeballs-2.6.2 aiohttp-3.14.1 aiosignal-1.4.0 anyio-4.13.0 appdirs-1.4.4 attrs-26.1.0 cachetools-7.1.4 certifi-2023.7.22 cffi-2.0.0 charset-normalizer-3.2.0 cloud-sql-python-connector-1.4.3 cryptography-48.0.0 fakeredis-2.26.2 freezegun-1.2.2 frozendict-2.4.7 frozenlist-1.8.0 fs-2.4.16 fs-gcsfs-1.5.1 future-1.0.0 google-api-core-2.29.0 google-auth-2.53.0 google-cloud-core-2.6.0 google-cloud-storage-2.11.0 google-crc32c-1.8.0 google-resumable-media-2.10.0 googleapis-common-protos-1.73.0 h11-0.16.0 httpcore-1.0.9 httpx-0.26.0 idna-3.4 importlib-metadata-6.8.0 iniconfig-2.3.0 lxml-6.1.1 multidict-6.7.1 mypy-protobuf-3.6.0 numpy-1.25.2 packaging-26.2 pandas-2.1.0 parameterized-0.9.0 platformdirs-3.10.0 pluggy-1.6.0 propcache-0.5.2 proto-plus-1.27.1 protobuf-4.25.3 pyasn1-0.6.3 pyasn1-modules-0.4.2 pycparser-3.0 pyparsing-3.3.2 pytest-7.4.2 python-dateutil-2.8.2 pytz-2023.3.post1 rdflib-7.4.0 redis-5.2.1 requests-2.31.0 s2sphere-0.2.5 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 tomli-2.0.1 types-protobuf-7.34.1.20260518 typing_extensions-4.15.0 tzdata-2023.3 urllib3-1.26.20 yarl-1.24.2 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 ed1f1ae40732
 ---> ba18359631c5
Step 10/10 : ENTRYPOINT ["bash", "./run.sh"]
 ---> Running in 58a64b990287
Removing intermediate container 58a64b990287
 ---> 0e2731571969
Successfully built 0e2731571969
Successfully tagged gcr.io/datcom-ci/datacommons-simple:835247d
Successfully tagged gcr.io/datcom-ci/datacommons-simple:latest
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
3de9a23b109d: Preparing
855c3896353b: Preparing
20c45b7e2ffe: Preparing
a0b794cee3f0: Preparing
84aede4a88e1: Preparing
3e5ac6427acb: Preparing
c01ec0304ec8: Preparing
5b60283f3630: Preparing
511780f88f80: Preparing
3e5ac6427acb: Layer already exists
c01ec0304ec8: Layer already exists
5b60283f3630: Layer already exists
84aede4a88e1: Layer already exists
511780f88f80: Layer already exists
a0b794cee3f0: Pushed
20c45b7e2ffe: Pushed
855c3896353b: Pushed
3de9a23b109d: Pushed
835247d: digest: sha256:d27e093b1cddeabb5185c56813259633bb753d0db56ebb95bce0ddfdc1d35e64 size: 2205
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
3de9a23b109d: Preparing
855c3896353b: Preparing
20c45b7e2ffe: Preparing
a0b794cee3f0: Preparing
84aede4a88e1: Preparing
3e5ac6427acb: Preparing
c01ec0304ec8: Preparing
5b60283f3630: Preparing
511780f88f80: Preparing
84aede4a88e1: Layer already exists
a0b794cee3f0: Layer already exists
3de9a23b109d: Layer already exists
20c45b7e2ffe: Layer already exists
c01ec0304ec8: Layer already exists
5b60283f3630: Layer already exists
3e5ac6427acb: Layer already exists
855c3896353b: Layer already exists
511780f88f80: Layer already exists
latest: digest: sha256:d27e093b1cddeabb5185c56813259633bb753d0db56ebb95bce0ddfdc1d35e64 size: 2205
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/e1f34909-a362-44ca-9412-1fd1ee656055?project=879489846695