Skip to content

Bump urllib3 from 1.26.20 to 2.7.0 in /simple

d9fc1fc
Select commit
Loading
Failed to load commit list.
Open

Bump urllib3 from 1.26.20 to 2.7.0 in /simple #506

Bump urllib3 from 1.26.20 to 2.7.0 in /simple
d9fc1fc
Select commit
Loading
Failed to load commit list.
Google Cloud Build / import-push-request-simple (datcom-ci) failed May 12, 2026 in 1m 32s

Summary

Build Information

Trigger import-push-request-simple
Build b27d0305-d37d-4e3c-9e86-a7485d9b0169
Start 2026-05-11T18:31:49-07:00
Duration 35.136s
Status FAILURE

Steps

Step Status Duration
push-simple FAILURE 19.919s

Details

starting build "b27d0305-d37d-4e3c-9e86-a7485d9b0169"

FETCHSOURCE
From https://github.com/datacommonsorg/import
 * branch            d9fc1fc5636cf24e00ba7c32b7f92ead845299f5 -> FETCH_HEAD
HEAD is now at d9fc1fc Bump urllib3 from 1.26.20 to 2.7.0 in /simple
GitCommit:
d9fc1fc5636cf24e00ba7c32b7f92ead845299f5
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon   3.51MB

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: Verifying Checksum
fce84b1f897c: Download complete
46233543d8c2: Download complete
2b8a9a2240c1: 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 2f2cb280a680
Removing intermediate container 2f2cb280a680
 ---> ad1b08159de3
Step 3/10 : ARG PIP_DISABLE_PIP_VERSION_CHECK=1
 ---> Running in 1303f54d0fff
Removing intermediate container 1303f54d0fff
 ---> d32c2b3bb66b
Step 4/10 : ARG PIP_NO_CACHE_DIR=1
 ---> Running in 4bed57c26e5e
Removing intermediate container 4bed57c26e5e
 ---> dd6de05ff265
Step 5/10 : ENV ENV=${ENV}
 ---> Running in b82c32bec1c0
Removing intermediate container b82c32bec1c0
 ---> 2f88e4ddd9a5
Step 6/10 : WORKDIR /workspace
 ---> Running in 32d02902742c
Removing intermediate container 32d02902742c
 ---> 779145c9abf9
Step 7/10 : COPY simple/ .
 ---> 5e7f399c89b4
Step 8/10 : COPY build/simple/run.sh .
 ---> 3c33cb770b71
Step 9/10 : RUN pip3 install -r /workspace/requirements.txt
 ---> Running in a22f68d6cda0
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 6.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 20.2 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 24.6 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 39.5 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 24.3 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 34.4 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 56.6 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 112.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 101.8 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 140.6 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 216.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 223.5 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 214.4 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 299.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 292.8 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 284.4 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 125.4 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 128.3 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 217.0 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 294.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 116.6 MB/s eta 0:00:00
Collecting urllib3==2.7.0 (from -r /workspace/requirements.txt (line 32))
  Downloading urllib3-2.7.0-py3-none-any.whl (131 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.1/131.1 kB 266.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.52.0-py3-none-any.whl (245 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 245.6/245.6 kB 288.6 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.13.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.8 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 222.4 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 142.1 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)
INFO: pip is looking at multiple versions of fs-gcsfs to determine which version is compatible with other requirements. This could take a while.
�[91mERROR: Cannot install -r /workspace/requirements.txt (line 8) and urllib3==2.7.0 because these package versions have conflicting dependencies.
�[0m
The conflict is caused by:
    The user requested urllib3==2.7.0
    fs-gcsfs 1.5.1 depends on urllib3~=1.25

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

�[91mERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The command '/bin/sh -c pip3 install -r /workspace/requirements.txt' returned a non-zero code: 1
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1
�[0m

Build Log: https://console.cloud.google.com/cloud-build/builds/b27d0305-d37d-4e3c-9e86-a7485d9b0169?project=879489846695