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

Bump urllib3 from 2.0.4 to 2.2.2 in /simple #326

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

Bump urllib3 from 2.0.4 to 2.2.2 in /simple

6a7a761
Select commit
Loading
Failed to load commit list.
Open

Bump urllib3 from 2.0.4 to 2.2.2 in /simple #326

Bump urllib3 from 2.0.4 to 2.2.2 in /simple
6a7a761
Select commit
Loading
Failed to load commit list.
Google Cloud Build / import-push-request-simple (datcom-ci) succeeded Jul 13, 2024 in 1m 35s

Summary

Build Information

Trigger import-push-request-simple
Build 2eca9382-0861-4450-b7d6-d964f0283a4b
Start 2024-07-12T18:02:57-07:00
Duration 50.233s
Status SUCCESS

Steps

Step Status Duration
push-simple SUCCESS 47.135s

Details

starting build "2eca9382-0861-4450-b7d6-d964f0283a4b"

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            6a7a7619ee641a5786bf3be524712b0fff1f4e4f -> FETCH_HEAD
HEAD is now at 6a7a761 Bump urllib3 from 2.0.4 to 2.2.2 in /simple
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon  4.296MB

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
051d6521462a: Verifying Checksum
051d6521462a: Download complete
52d2b7f179e3: Verifying Checksum
52d2b7f179e3: 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 00ea61bf6e19
Removing intermediate container 00ea61bf6e19
 ---> fa1f01c0520d
Step 3/10 : ARG PIP_DISABLE_PIP_VERSION_CHECK=1
 ---> Running in 20c281859b35
Removing intermediate container 20c281859b35
 ---> 7ce53ce69157
Step 4/10 : ARG PIP_NO_CACHE_DIR=1
 ---> Running in effb82ba9429
Removing intermediate container effb82ba9429
 ---> 2888d0490a9f
Step 5/10 : ENV ENV=${ENV}
 ---> Running in 88f93c124955
Removing intermediate container 88f93c124955
 ---> 0bf52833bf1f
Step 6/10 : WORKDIR /workspace
 ---> Running in eae0dda0a115
Removing intermediate container eae0dda0a115
 ---> 4a1b72b7b394
Step 7/10 : COPY simple/ .
 ---> 39898e7dcf52
Step 8/10 : COPY build/simple/run.sh .
 ---> fb58120019e0
Step 9/10 : RUN pip3 install -r /workspace/requirements.txt
 ---> Running in 3409f2d04996
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 10.1 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 74.0 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 136.4 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 233.8 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 180.1 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 89.8 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 205.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 230.2 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 240.3 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 181.4 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 252.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 239.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 255.1 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 265.8 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 106.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 243.9 MB/s eta 0:00:00
Collecting urllib3==2.2.2 (from -r /workspace/requirements.txt (line 26))
  Downloading urllib3-2.2.2-py3-none-any.whl (121 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 kB 210.7 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.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 264.5 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-42.0.8-cp39-abi3-manylinux_2_28_x86_64.whl (3.9 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.9/3.9 MB 217.9 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.32.0-py2.py3-none-any.whl (195 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.5/195.5 kB 239.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 6))
  Downloading google_api_core-2.19.1-py3-none-any.whl (139 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.4/139.4 kB 231.3 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.1-py2.py3-none-any.whl (81 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.2/81.2 kB 193.7 MB/s eta 0:00:00
Collecting anyio (from httpx==0.26.0->-r /workspace/requirements.txt (line 7))
  Downloading anyio-4.4.0-py3-none-any.whl (86 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.8/86.8 kB 194.4 MB/s eta 0:00:00
Collecting httpcore==1.* (from httpx==0.26.0->-r /workspace/requirements.txt (line 7))
  Downloading httpcore-1.0.5-py3-none-any.whl (77 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 208.4 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.27.0.20240626-py3-none-any.whl (68 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.8/68.8 kB 183.8 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 157.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 235.1 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 174.7 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.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.8/464.8 kB 249.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.63.2-py2.py3-none-any.whl (220 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.0/220.0 kB 238.9 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.24.0-py3-none-any.whl (50 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 kB 168.3 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.3.3-py3-none-any.whl (9.3 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 209.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.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 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-23.2.0-py3-none-any.whl (60 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 191.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 260.6 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 225.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.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 234.9 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 209.0 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 198.3 MB/s eta 0:00:00
Installing collected packages: pytz, zipp, urllib3, tzdata, types-protobuf, tomli, sniffio, six, PyYAML, PyMySQL, pycparser, pyasn1, protobuf, pluggy, platformdirs, parameterized, packaging, numpy, multidict, iniconfig, idna, h11, google-crc32c, future, frozenlist, charset-normalizer, certifi, cachetools, attrs, 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 aiohttp-3.9.5 aiosignal-1.3.1 anyio-4.4.0 attrs-23.2.0 cachetools-5.3.3 certifi-2023.7.22 cffi-1.16.0 charset-normalizer-3.2.0 cloud-sql-python-connector-1.4.3 cryptography-42.0.8 freezegun-1.2.2 frozenlist-1.4.1 future-1.0.0 google-api-core-2.19.1 google-auth-2.32.0 google-cloud-core-2.4.1 google-cloud-storage-2.11.0 google-crc32c-1.5.0 google-resumable-media-2.7.1 googleapis-common-protos-1.63.2 h11-0.14.0 httpcore-1.0.5 httpx-0.26.0 idna-3.4 importlib-metadata-6.8.0 iniconfig-2.0.0 multidict-6.0.5 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 tzdata-2023.3 urllib3-2.2.2 yarl-1.9.4 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 3409f2d04996
 ---> 33bd44c506e9
Step 10/10 : CMD ./run.sh
 ---> Running in 3928324a7860
Removing intermediate container 3928324a7860
 ---> 60d8b345920b
Successfully built 60d8b345920b
Successfully tagged gcr.io/datcom-ci/datacommons-simple:6a7a761
Successfully tagged gcr.io/datcom-ci/datacommons-simple:latest
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
67cf68f00451: Preparing
9a64e33a1c06: Preparing
45627382b844: Preparing
0e4f5acc345d: 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
9a64e33a1c06: Pushed
45627382b844: Pushed
0e4f5acc345d: Pushed
67cf68f00451: Pushed
6a7a761: digest: sha256:e001860bc28f59f5b647ff6aa8055a20baf80c221d3206925b104b53b419105a size: 2205
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
67cf68f00451: Preparing
9a64e33a1c06: Preparing
45627382b844: Preparing
0e4f5acc345d: Preparing
84aede4a88e1: Preparing
3e5ac6427acb: Preparing
c01ec0304ec8: Preparing
5b60283f3630: Preparing
511780f88f80: Preparing
3e5ac6427acb: Waiting
5b60283f3630: Waiting
9a64e33a1c06: Layer already exists
45627382b844: Layer already exists
67cf68f00451: Layer already exists
84aede4a88e1: Layer already exists
0e4f5acc345d: Layer already exists
3e5ac6427acb: Layer already exists
511780f88f80: Layer already exists
c01ec0304ec8: Layer already exists
5b60283f3630: Layer already exists
latest: digest: sha256:e001860bc28f59f5b647ff6aa8055a20baf80c221d3206925b104b53b419105a size: 2205
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/2eca9382-0861-4450-b7d6-d964f0283a4b?project=879489846695