Skip to content

Fixing lint error

ed54482
Select commit
Loading
Failed to load commit list.
Closed

Bug fixes - API key is being printed in logs #477

Fixing lint error
ed54482
Select commit
Loading
Failed to load commit list.
Google Cloud Build / import-push-request-simple (datcom-ci) succeeded Feb 26, 2026 in 1m 53s

Summary

Build Information

Trigger import-push-request-simple
Build 23a65b3d-ebba-4725-be50-4425b787c6cb
Start 2026-02-26T03:59:59-08:00
Duration 1m4.499s
Status SUCCESS

Steps

Step Status Duration
push-simple SUCCESS 58.581s

Details

starting build "23a65b3d-ebba-4725-be50-4425b787c6cb"

FETCHSOURCE
From https://github.com/datacommonsorg/import
 * branch            ed544821059eebbe2111b3c634405efe8b11bfac -> FETCH_HEAD
HEAD is now at ed54482 Fixing lint error
GitCommit:
ed544821059eebbe2111b3c634405efe8b11bfac
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon  3.409MB

Step 1/10 : FROM python:3.11.14-slim as base
3.11.14-slim: Pulling from library/python
206356c42440: Pulling fs layer
13159fd0b051: Pulling fs layer
269d3f7471e2: Pulling fs layer
28c7e2bc4784: Pulling fs layer
13159fd0b051: Verifying Checksum
13159fd0b051: Download complete
28c7e2bc4784: Verifying Checksum
28c7e2bc4784: Download complete
269d3f7471e2: Verifying Checksum
269d3f7471e2: Download complete
206356c42440: Verifying Checksum
206356c42440: Download complete
206356c42440: Pull complete
13159fd0b051: Pull complete
269d3f7471e2: Pull complete
28c7e2bc4784: Pull complete
Digest: sha256:fba6f3b73795df99960f4269b297420bdbe01a8631fc31ea3f121f2486d332d0
Status: Downloaded newer image for python:3.11.14-slim
 ---> 992921a8b23a
Step 2/10 : ARG ENV
 ---> Running in c576ce1a152c
Removing intermediate container c576ce1a152c
 ---> e035e8e494c6
Step 3/10 : ARG PIP_DISABLE_PIP_VERSION_CHECK=1
 ---> Running in 551e45e9a22a
Removing intermediate container 551e45e9a22a
 ---> e93930cb7c2e
Step 4/10 : ARG PIP_NO_CACHE_DIR=1
 ---> Running in aacf94e3249f
Removing intermediate container aacf94e3249f
 ---> b28739f46001
Step 5/10 : ENV ENV=${ENV}
 ---> Running in 1fa7d164e1b7
Removing intermediate container 1fa7d164e1b7
 ---> c248b947bd5b
Step 6/10 : WORKDIR /workspace
 ---> Running in c1e7f581d4ec
Removing intermediate container c1e7f581d4ec
 ---> 2c29a683d16d
Step 7/10 : COPY simple/ .
 ---> 2b8837e60774
Step 8/10 : COPY build/simple/run.sh .
 ---> 47d64aced82e
Step 9/10 : RUN pip3 install -r /workspace/requirements.txt
 ---> Running in f796065251e2
Collecting absl-py==1.4.0 (from -r /workspace/requirements.txt (line 1))
  Downloading absl_py-1.4.0-py3-none-any.whl.metadata (2.3 kB)
Collecting certifi==2023.7.22 (from -r /workspace/requirements.txt (line 2))
  Downloading certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB)
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.metadata (31 kB)
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.metadata (24 kB)
Collecting freezegun==1.2.2 (from -r /workspace/requirements.txt (line 5))
  Downloading freezegun-1.2.2-py3-none-any.whl.metadata (11 kB)
Collecting fakeredis==2.26.2 (from -r /workspace/requirements.txt (line 6))
  Downloading fakeredis-2.26.2-py3-none-any.whl.metadata (4.1 kB)
Collecting fs==2.4.16 (from -r /workspace/requirements.txt (line 7))
  Downloading fs-2.4.16-py2.py3-none-any.whl.metadata (6.3 kB)
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.metadata (6.0 kB)
Collecting httpx==0.26.0 (from -r /workspace/requirements.txt (line 10))
  Downloading httpx-0.26.0-py3-none-any.whl.metadata (7.6 kB)
Collecting idna==3.4 (from -r /workspace/requirements.txt (line 11))
  Downloading idna-3.4-py3-none-any.whl.metadata (9.8 kB)
Collecting importlib-metadata==6.8.0 (from -r /workspace/requirements.txt (line 12))
  Downloading importlib_metadata-6.8.0-py3-none-any.whl.metadata (5.1 kB)
Collecting mypy-protobuf==3.6.0 (from -r /workspace/requirements.txt (line 13))
  Downloading mypy_protobuf-3.6.0-py3-none-any.whl.metadata (466 bytes)
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.metadata (5.6 kB)
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.metadata (18 kB)
Collecting parameterized==0.9.0 (from -r /workspace/requirements.txt (line 16))
  Downloading parameterized-0.9.0-py2.py3-none-any.whl.metadata (18 kB)
Collecting platformdirs==3.10.0 (from -r /workspace/requirements.txt (line 17))
  Downloading platformdirs-3.10.0-py3-none-any.whl.metadata (11 kB)
Collecting protobuf==4.25.3 (from -r /workspace/requirements.txt (line 18))
  Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (541 bytes)
Collecting PyLD==2.0.4 (from -r /workspace/requirements.txt (line 19))
  Downloading PyLD-2.0.4-py3-none-any.whl.metadata (10.0 kB)
Collecting PyMySQL==1.1.0 (from -r /workspace/requirements.txt (line 20))
  Downloading PyMySQL-1.1.0-py3-none-any.whl.metadata (4.4 kB)
Collecting python-dateutil==2.8.2 (from -r /workspace/requirements.txt (line 21))
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl.metadata (8.2 kB)
Collecting pytest==7.4.2 (from -r /workspace/requirements.txt (line 22))
  Downloading pytest-7.4.2-py3-none-any.whl.metadata (7.9 kB)
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.metadata (2.1 kB)
Collecting pytz==2023.3.post1 (from -r /workspace/requirements.txt (line 24))
  Downloading pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB)
Collecting redis==5.2.1 (from -r /workspace/requirements.txt (line 25))
  Downloading redis-5.2.1-py3-none-any.whl.metadata (9.1 kB)
Collecting requests==2.31.0 (from -r /workspace/requirements.txt (line 26))
  Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB)
Collecting rdflib==7.4.0 (from -r /workspace/requirements.txt (line 27))
  Downloading rdflib-7.4.0-py3-none-any.whl.metadata (12 kB)
Collecting s2sphere==0.2.5 (from -r /workspace/requirements.txt (line 28))
  Downloading s2sphere-0.2.5-py2.py3-none-any.whl.metadata (2.2 kB)
Collecting six==1.16.0 (from -r /workspace/requirements.txt (line 29))
  Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
Collecting tomli==2.0.1 (from -r /workspace/requirements.txt (line 30))
  Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB)
Collecting tzdata==2023.3 (from -r /workspace/requirements.txt (line 31))
  Downloading tzdata-2023.3-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting urllib3==1.26.20 (from -r /workspace/requirements.txt (line 32))
  Downloading urllib3-1.26.20-py2.py3-none-any.whl.metadata (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 kB 211.0 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.metadata (3.7 kB)
Collecting aiohttp (from cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading aiohttp-3.13.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB)
Collecting cryptography>=38.0.3 (from cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading cryptography-46.0.5-cp311-abi3-manylinux_2_34_x86_64.whl.metadata (5.7 kB)
Collecting google-auth (from cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading google_auth-2.48.0-py3-none-any.whl.metadata (6.2 kB)
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.metadata (10 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.metadata (9.0 kB)
Requirement already satisfied: setuptools in /usr/local/lib/python3.11/site-packages (from fs==2.4.16->-r /workspace/requirements.txt (line 7)) (79.0.1)
Collecting packaging>=20.0 (from fs-gcsfs==1.5.1->-r /workspace/requirements.txt (line 8))
  Downloading packaging-26.0-py3-none-any.whl.metadata (3.3 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 9))
  Downloading google_api_core-2.30.0-py3-none-any.whl.metadata (3.1 kB)
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.5.0-py3-none-any.whl.metadata (3.1 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.8.0-py3-none-any.whl.metadata (2.6 kB)
Collecting anyio (from httpx==0.26.0->-r /workspace/requirements.txt (line 10))
  Downloading anyio-4.12.1-py3-none-any.whl.metadata (4.3 kB)
Collecting httpcore==1.* (from httpx==0.26.0->-r /workspace/requirements.txt (line 10))
  Downloading httpcore-1.0.9-py3-none-any.whl.metadata (21 kB)
Collecting sniffio (from httpx==0.26.0->-r /workspace/requirements.txt (line 10))
  Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
Collecting types-protobuf>=4.24 (from mypy-protobuf==3.6.0->-r /workspace/requirements.txt (line 13))
  Downloading types_protobuf-6.32.1.20260221-py3-none-any.whl.metadata (2.2 kB)
Collecting cachetools (from PyLD==2.0.4->-r /workspace/requirements.txt (line 19))
  Downloading cachetools-7.0.1-py3-none-any.whl.metadata (5.6 kB)
Collecting frozendict (from PyLD==2.0.4->-r /workspace/requirements.txt (line 19))
  Downloading frozendict-2.4.7-py3-none-any.whl.metadata (23 kB)
Collecting lxml (from PyLD==2.0.4->-r /workspace/requirements.txt (line 19))
  Downloading lxml-6.0.2-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (3.6 kB)
Collecting iniconfig (from pytest==7.4.2->-r /workspace/requirements.txt (line 22))
  Downloading iniconfig-2.3.0-py3-none-any.whl.metadata (2.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.metadata (4.8 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.metadata (5.8 kB)
Collecting future>=0.15 (from s2sphere==0.2.5->-r /workspace/requirements.txt (line 28))
  Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB)
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.metadata (8.3 kB)
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.metadata (2.6 kB)
Collecting googleapis-common-protos<2.0.0,>=1.56.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 googleapis_common_protos-1.72.0-py3-none-any.whl.metadata (9.4 kB)
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.29.0-py3-none-any.whl.metadata (3.3 kB)
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.1-py3-none-any.whl.metadata (2.2 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.2-py3-none-any.whl.metadata (3.5 kB)
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.1-py3-none-any.whl.metadata (5.6 kB)
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.metadata (1.7 kB)
Collecting aiohappyeyeballs>=2.5.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 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.metadata (3.7 kB)
Collecting attrs>=17.3.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading attrs-25.4.0-py3-none-any.whl.metadata (10 kB)
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.metadata (20 kB)
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.metadata (5.3 kB)
Collecting propcache>=0.2.0 (from aiohttp->cloud-sql-python-connector==1.4.3->-r /workspace/requirements.txt (line 4))
  Downloading propcache-0.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (13 kB)
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.22.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (75 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.1/75.1 kB 204.5 MB/s eta 0:00:00
Collecting typing_extensions>=4.5 (from anyio->httpx==0.26.0->-r /workspace/requirements.txt (line 10))
  Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
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.metadata (8.2 kB)
Collecting pyasn1<0.7.0,>=0.6.1 (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.2-py3-none-any.whl.metadata (8.4 kB)
Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 251.7 MB/s eta 0:00:00
Downloading certifi-2023.7.22-py3-none-any.whl (158 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 158.3/158.3 kB 248.8 MB/s eta 0:00:00
Downloading charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (199 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.6/199.6 kB 249.5 MB/s eta 0:00:00
Downloading cloud_sql_python_connector-1.4.3-py2.py3-none-any.whl (36 kB)
Downloading freezegun-1.2.2-py3-none-any.whl (17 kB)
Downloading fakeredis-2.26.2-py3-none-any.whl (103 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.5/103.5 kB 234.9 MB/s eta 0:00:00
Downloading fs-2.4.16-py2.py3-none-any.whl (135 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/135.3 kB 257.2 MB/s eta 0:00:00
Downloading google_cloud_storage-2.11.0-py2.py3-none-any.whl (118 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.8/118.8 kB 263.4 MB/s eta 0:00:00
Downloading httpx-0.26.0-py3-none-any.whl (75 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.9/75.9 kB 196.9 MB/s eta 0:00:00
Downloading idna-3.4-py3-none-any.whl (61 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 226.6 MB/s eta 0:00:00
Downloading importlib_metadata-6.8.0-py3-none-any.whl (22 kB)
Downloading mypy_protobuf-3.6.0-py3-none-any.whl (16 kB)
Downloading numpy-1.25.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 280.4 MB/s eta 0:00:00
Downloading pandas-2.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.6 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/12.6 MB 275.9 MB/s eta 0:00:00
Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB)
Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB)
Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 289.1 MB/s eta 0:00:00
Downloading PyLD-2.0.4-py3-none-any.whl (70 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.9/70.9 kB 213.1 MB/s eta 0:00:00
Downloading PyMySQL-1.1.0-py3-none-any.whl (44 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 189.7 MB/s eta 0:00:00
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 280.2 MB/s eta 0:00:00
Downloading pytest-7.4.2-py3-none-any.whl (324 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 324.5/324.5 kB 281.4 MB/s eta 0:00:00
Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 286.9 MB/s eta 0:00:00
Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 220.2 MB/s eta 0:00:00
Downloading redis-5.2.1-py3-none-any.whl (261 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261.5/261.5 kB 269.6 MB/s eta 0:00:00
Downloading requests-2.31.0-py3-none-any.whl (62 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 227.3 MB/s eta 0:00:00
Downloading rdflib-7.4.0-py3-none-any.whl (569 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 569.0/569.0 kB 287.2 MB/s eta 0:00:00
Downloading s2sphere-0.2.5-py2.py3-none-any.whl (23 kB)
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 217.0 MB/s eta 0:00:00
Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.2/144.2 kB 261.7 MB/s eta 0:00:00
Downloading zipp-3.16.2-py3-none-any.whl (7.2 kB)
Downloading httpcore-1.0.9-py3-none-any.whl (78 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.8/78.8 kB 241.1 MB/s eta 0:00:00
Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Downloading cryptography-46.0.5-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 271.0 MB/s eta 0:00:00
Downloading future-1.0.0-py3-none-any.whl (491 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 491.3/491.3 kB 225.3 MB/s eta 0:00:00
Downloading google_api_core-2.29.0-py3-none-any.whl (173 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.9/173.9 kB 242.6 MB/s eta 0:00:00
Downloading google_auth-2.48.0-py3-none-any.whl (236 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 236.5/236.5 kB 249.9 MB/s eta 0:00:00
Downloading google_cloud_core-2.5.0-py3-none-any.whl (29 kB)
Downloading google_resumable_media-2.8.0-py3-none-any.whl (81 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.3/81.3 kB 235.9 MB/s eta 0:00:00
Downloading packaging-26.0-py3-none-any.whl (74 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.4/74.4 kB 240.8 MB/s eta 0:00:00
Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
Downloading pyparsing-3.3.2-py3-none-any.whl (122 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.8/122.8 kB 253.2 MB/s eta 0:00:00
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Downloading types_protobuf-6.32.1.20260221-py3-none-any.whl (77 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.0/78.0 kB 238.5 MB/s eta 0:00:00
Downloading aiohttp-3.13.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.7 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 166.2 MB/s eta 0:00:00
Downloading anyio-4.12.1-py3-none-any.whl (113 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.6/113.6 kB 259.9 MB/s eta 0:00:00
Downloading cachetools-7.0.1-py3-none-any.whl (13 kB)
Downloading frozendict-2.4.7-py3-none-any.whl (16 kB)
Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB)
Downloading lxml-6.0.2-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (5.2 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.2/5.2 MB 281.6 MB/s eta 0:00:00
Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB)
Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB)
Downloading attrs-25.4.0-py3-none-any.whl (67 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.6/67.6 kB 212.6 MB/s eta 0:00:00
Downloading cffi-2.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (215 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.6/215.6 kB 288.1 MB/s eta 0:00:00
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 262.9 MB/s eta 0:00:00
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)
Downloading googleapis_common_protos-1.72.0-py3-none-any.whl (297 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.5/297.5 kB 278.1 MB/s eta 0:00:00
Downloading h11-0.16.0-py3-none-any.whl (37 kB)
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 256.0 MB/s eta 0:00:00
Downloading propcache-0.4.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (210 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.0/210.0 kB 260.8 MB/s eta 0:00:00
Downloading proto_plus-1.27.1-py3-none-any.whl (50 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.5/50.5 kB 209.0 MB/s eta 0:00:00
Downloading pyasn1_modules-0.4.2-py3-none-any.whl (181 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.3/181.3 kB 258.3 MB/s eta 0:00:00
Downloading rsa-4.9.1-py3-none-any.whl (34 kB)
Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.6/44.6 kB 166.7 MB/s eta 0:00:00
Downloading yarl-1.22.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (365 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 365.8/365.8 kB 283.8 MB/s eta 0:00:00
Downloading pyasn1-0.6.2-py3-none-any.whl (83 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.4/83.4 kB 211.2 MB/s eta 0:00:00
Downloading pycparser-3.0-py3-none-any.whl (48 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/48.2 kB 214.3 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=12606 sha256=82e5a9b3377218e86185cfca1c27ba6c8105735081d6ddb00a86589a573aadb1
  Stored in directory: /tmp/pip-ephem-wheel-cache-8zv_cvfq/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, rsa, 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.1 aiohttp-3.13.3 aiosignal-1.4.0 anyio-4.12.1 appdirs-1.4.4 attrs-25.4.0 cachetools-7.0.1 certifi-2023.7.22 cffi-2.0.0 charset-normalizer-3.2.0 cloud-sql-python-connector-1.4.3 cryptography-46.0.5 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.48.0 google-cloud-core-2.5.0 google-cloud-storage-2.11.0 google-crc32c-1.8.0 google-resumable-media-2.8.0 googleapis-common-protos-1.72.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.0.2 multidict-6.7.1 mypy-protobuf-3.6.0 numpy-1.25.2 packaging-26.0 pandas-2.1.0 parameterized-0.9.0 platformdirs-3.10.0 pluggy-1.6.0 propcache-0.4.1 proto-plus-1.27.1 protobuf-4.25.3 pyasn1-0.6.2 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 rsa-4.9.1 s2sphere-0.2.5 six-1.16.0 sniffio-1.3.1 sortedcontainers-2.4.0 tomli-2.0.1 types-protobuf-6.32.1.20260221 typing_extensions-4.15.0 tzdata-2023.3 urllib3-1.26.20 yarl-1.22.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 f796065251e2
 ---> 2d6c6c3b019b
Step 10/10 : CMD ./run.sh
 ---> Running in 3e0873929131
Removing intermediate container 3e0873929131
 ---> 577e740a64aa
Successfully built 577e740a64aa
Successfully tagged gcr.io/datcom-ci/datacommons-simple:ed54482
Successfully tagged gcr.io/datcom-ci/datacommons-simple:latest
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
b24b880fc232: Preparing
5089ceb6851b: Preparing
72c93413a71e: Preparing
ecb0d975200a: Preparing
3780204f6b74: Preparing
11eedb262098: Preparing
6400845f12ab: Preparing
a257f20c716c: Preparing
3780204f6b74: Layer already exists
a257f20c716c: Layer already exists
11eedb262098: Layer already exists
6400845f12ab: Layer already exists
ecb0d975200a: Pushed
5089ceb6851b: Pushed
72c93413a71e: Pushed
b24b880fc232: Pushed
ed54482: digest: sha256:e4a89844c9c1e4d21b2e2a00eb1ba53c69e4d9866d8d1f2a5350a636a3b9fad4 size: 1994
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
b24b880fc232: Preparing
5089ceb6851b: Preparing
72c93413a71e: Preparing
ecb0d975200a: Preparing
3780204f6b74: Preparing
11eedb262098: Preparing
6400845f12ab: Preparing
a257f20c716c: Preparing
11eedb262098: Layer already exists
5089ceb6851b: Layer already exists
ecb0d975200a: Layer already exists
a257f20c716c: Layer already exists
3780204f6b74: Layer already exists
6400845f12ab: Layer already exists
b24b880fc232: Layer already exists
72c93413a71e: Layer already exists
latest: digest: sha256:e4a89844c9c1e4d21b2e2a00eb1ba53c69e4d9866d8d1f2a5350a636a3b9fad4 size: 1994
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/23a65b3d-ebba-4725-be50-4425b787c6cb?project=879489846695