Skip to content

Bump urllib3 from 1.26.20 to 2.5.0 in /simple

a8f19a8
Select commit
Loading
Failed to load commit list.
Closed

Bump urllib3 from 1.26.20 to 2.5.0 in /simple #403

Bump urllib3 from 1.26.20 to 2.5.0 in /simple
a8f19a8
Select commit
Loading
Failed to load commit list.
Google Cloud Build / import-push-request-simple (datcom-ci) failed Jun 18, 2025 in 1m 10s

Summary

Build Information

Trigger import-push-request-simple
Build 4cba1094-baa7-45cd-8507-8cc3ebc3bc13
Start 2025-06-18T16:02:58-07:00
Duration 18.887s
Status FAILURE

Steps

Step Status Duration
push-simple FAILURE 15.328s

Details

starting build "4cba1094-baa7-45cd-8507-8cc3ebc3bc13"

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            a8f19a84ccdca7e07bca1e2b525bb732b99e533f -> FETCH_HEAD
HEAD is now at a8f19a8 Bump urllib3 from 1.26.20 to 2.5.0 in /simple
GitCommit:
a8f19a84ccdca7e07bca1e2b525bb732b99e533f
BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon  5.306MB

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: 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 4bbe04acff0d
Removing intermediate container 4bbe04acff0d
 ---> ae6dd550bef5
Step 3/10 : ARG PIP_DISABLE_PIP_VERSION_CHECK=1
 ---> Running in 0061d4e9c797
Removing intermediate container 0061d4e9c797
 ---> 97086275b22a
Step 4/10 : ARG PIP_NO_CACHE_DIR=1
 ---> Running in 3bd3028532b0
Removing intermediate container 3bd3028532b0
 ---> 2fff64cad618
Step 5/10 : ENV ENV=${ENV}
 ---> Running in f1c11f33c142
Removing intermediate container f1c11f33c142
 ---> 7d6bb5f31fe0
Step 6/10 : WORKDIR /workspace
 ---> Running in bdd9bc2347f5
Removing intermediate container bdd9bc2347f5
 ---> 553f82cdf589
Step 7/10 : COPY simple/ .
 ---> 43b690a3a5f3
Step 8/10 : COPY build/simple/run.sh .
 ---> ccfb1de6f671
Step 9/10 : RUN pip3 install -r /workspace/requirements.txt
 ---> Running in cdebc39fd557
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.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 15.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 149.0 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 199.0 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 197.1 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 233.3 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 215.2 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 183.9 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 157.9 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 194.5 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 217.1 MB/s eta 0:00:00
Collecting PyMySQL==1.1.0 (from -r /workspace/requirements.txt (line 19))
  Downloading PyMySQL-1.1.0-py3-none-any.whl (44 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.8/44.8 kB 206.2 MB/s eta 0:00:00
Collecting python-dateutil==2.8.2 (from -r /workspace/requirements.txt (line 20))
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 244.8 MB/s eta 0:00:00
Collecting pytest==7.4.2 (from -r /workspace/requirements.txt (line 21))
  Downloading pytest-7.4.2-py3-none-any.whl (324 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 324.5/324.5 kB 261.5 MB/s eta 0:00:00
Collecting PyYAML==6.0.1 (from -r /workspace/requirements.txt (line 22))
  Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 291.5 MB/s eta 0:00:00
Collecting pytz==2023.3.post1 (from -r /workspace/requirements.txt (line 23))
  Downloading pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 502.5/502.5 kB 257.1 MB/s eta 0:00:00
Collecting redis==5.2.1 (from -r /workspace/requirements.txt (line 24))
  Downloading redis-5.2.1-py3-none-any.whl (261 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 261.5/261.5 kB 234.0 MB/s eta 0:00:00
Collecting requests==2.31.0 (from -r /workspace/requirements.txt (line 25))
  Downloading requests-2.31.0-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 173.6 MB/s eta 0:00:00
Collecting s2sphere==0.2.5 (from -r /workspace/requirements.txt (line 26))
  Downloading s2sphere-0.2.5-py2.py3-none-any.whl (23 kB)
Collecting six==1.16.0 (from -r /workspace/requirements.txt (line 27))
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting tomli==2.0.1 (from -r /workspace/requirements.txt (line 28))
  Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting tzdata==2023.3 (from -r /workspace/requirements.txt (line 29))
  Downloading tzdata-2023.3-py2.py3-none-any.whl (341 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 254.8 MB/s eta 0:00:00
Collecting urllib3==2.5.0 (from -r /workspace/requirements.txt (line 30))
  Downloading urllib3-2.5.0-py3-none-any.whl (129 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.8/129.8 kB 203.3 MB/s eta 0:00:00
Collecting zipp==3.16.2 (from -r /workspace/requirements.txt (line 31))
  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.12.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 284.7 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-45.0.4-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 238.3 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.40.3-py2.py3-none-any.whl (216 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.1/216.1 kB 256.0 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.5.0 because these package versions have conflicting dependencies.
οΏ½[0m
The conflict is caused by:
    The user requested urllib3==2.5.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/4cba1094-baa7-45cd-8507-8cc3ebc3bc13?project=879489846695