Bump zipp from 3.16.2 to 3.19.1 in /simple #331
Google Cloud Build / import-push-request-simple (datcom-ci)
succeeded
Jul 13, 2024 in 1m 50s
Summary
Build Information
Trigger | import-push-request-simple |
Build | 5cb702ea-4888-47f4-b405-605ed6faf82b |
Start | 2024-07-12T18:03:00-07:00 |
Duration | 1m3.165s |
Status | SUCCESS |
Steps
Step | Status | Duration |
---|---|---|
push-simple | SUCCESS | 59.656s |
Details
starting build "5cb702ea-4888-47f4-b405-605ed6faf82b"
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 0aaf3e8eeb0a8289c389e1c22aff73fd26364330 -> FETCH_HEAD
HEAD is now at 0aaf3e8 Bump zipp from 3.16.2 to 3.19.1 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: Download complete
051d6521462a: Verifying Checksum
051d6521462a: Download complete
fce84b1f897c: Download complete
46233543d8c2: Download complete
52d2b7f179e3: Verifying Checksum
52d2b7f179e3: 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 7ade43681401
Removing intermediate container 7ade43681401
---> 6fcf0640b0c0
Step 3/10 : ARG PIP_DISABLE_PIP_VERSION_CHECK=1
---> Running in 98ae88d09f0b
Removing intermediate container 98ae88d09f0b
---> 1d68594df8ba
Step 4/10 : ARG PIP_NO_CACHE_DIR=1
---> Running in 744482be11d5
Removing intermediate container 744482be11d5
---> a1ae5b33bd50
Step 5/10 : ENV ENV=${ENV}
---> Running in ff3c5073c6e9
Removing intermediate container ff3c5073c6e9
---> 70993a0fbe3e
Step 6/10 : WORKDIR /workspace
---> Running in df2ab50f8ce2
Removing intermediate container df2ab50f8ce2
---> c32c8364505a
Step 7/10 : COPY simple/ .
---> a291d03622b3
Step 8/10 : COPY build/simple/run.sh .
---> 1c08173fd40d
Step 9/10 : RUN pip3 install -r /workspace/requirements.txt
---> Running in 9c04da067561
Collecting absl-py==1.4.0 (from -r /workspace/requirements.txt (line 1))
Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 1.4 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 861.7 kB/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 6.7 MB/s eta 0:00:00
Collecting cloud-sql-python-connector==1.4.3 (from -r /workspace/requirements.txt (line 4))
Downloading cloud_sql_python_connector-1.4.3-py2.py3-none-any.whl (36 kB)
Collecting 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 6.7 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 5.9 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 6.3 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 5.8 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 5.0 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 5.5 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 7.8 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 5.3 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 5.6 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 5.4 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 5.5 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 7.6 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 5.7 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 1.0 MB/s eta 0:00:00
Collecting zipp==3.19.1 (from -r /workspace/requirements.txt (line 27))
Downloading zipp-3.19.1-py3-none-any.whl (9.0 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 3.9 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 4.0 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 4.4 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 5.5 MB/s eta 0:00:00
Collecting google-cloud-core<3.0dev,>=2.3.0 (from google-cloud-storage==2.11.0->-r /workspace/requirements.txt (line 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 5.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 6.0 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 6.0 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 5.9 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 5.6 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 4.7 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 6.4 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 4.7 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 4.6 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 6.5 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 4.5 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 6.0 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 4.7 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 5.8 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 5.0 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 5.5 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 5.9 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.0.4 yarl-1.9.4 zipp-3.19.1
�[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 9c04da067561
---> e90d62c8193a
Step 10/10 : CMD ./run.sh
---> Running in b30a6cb78c4f
Removing intermediate container b30a6cb78c4f
---> 9cb04f5792ca
Successfully built 9cb04f5792ca
Successfully tagged gcr.io/datcom-ci/datacommons-simple:0aaf3e8
Successfully tagged gcr.io/datcom-ci/datacommons-simple:latest
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
79c4d8ca5a21: Preparing
276b1e4f6ef1: Preparing
23c6641ee977: Preparing
1188c58887c7: Preparing
84aede4a88e1: Preparing
3e5ac6427acb: Preparing
c01ec0304ec8: Preparing
5b60283f3630: Preparing
511780f88f80: Preparing
3e5ac6427acb: Waiting
511780f88f80: Waiting
5b60283f3630: Waiting
c01ec0304ec8: Waiting
84aede4a88e1: Layer already exists
3e5ac6427acb: Layer already exists
c01ec0304ec8: Layer already exists
5b60283f3630: Layer already exists
511780f88f80: Layer already exists
1188c58887c7: Pushed
276b1e4f6ef1: Pushed
23c6641ee977: Pushed
79c4d8ca5a21: Pushed
0aaf3e8: digest: sha256:a6741a14135bd3437969bbee2a98e5dbfde8abf04202c6b32671caf274794753 size: 2205
The push refers to repository [gcr.io/datcom-ci/datacommons-simple]
79c4d8ca5a21: Preparing
276b1e4f6ef1: Preparing
23c6641ee977: Preparing
1188c58887c7: Preparing
84aede4a88e1: Preparing
3e5ac6427acb: Preparing
c01ec0304ec8: Preparing
5b60283f3630: Preparing
511780f88f80: Preparing
c01ec0304ec8: Waiting
3e5ac6427acb: Waiting
5b60283f3630: Waiting
511780f88f80: Waiting
84aede4a88e1: Layer already exists
1188c58887c7: Layer already exists
79c4d8ca5a21: Layer already exists
23c6641ee977: Layer already exists
276b1e4f6ef1: Layer already exists
c01ec0304ec8: Layer already exists
3e5ac6427acb: Layer already exists
5b60283f3630: Layer already exists
511780f88f80: Layer already exists
latest: digest: sha256:a6741a14135bd3437969bbee2a98e5dbfde8abf04202c6b32671caf274794753 size: 2205
PUSH
DONE
Loading