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

Switch from "fork" to "spawn" for multiprocessing in tests #4469

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Merge branch 'master' into fixmp

92d297a
Select commit
Loading
Failed to load commit list.
Draft

Switch from "fork" to "spawn" for multiprocessing in tests #4469

Merge branch 'master' into fixmp
92d297a
Select commit
Loading
Failed to load commit list.
Google Cloud Build / website-pull-request-nl (datcom-ci) succeeded Jul 12, 2024 in 4m 50s

Summary

Build Information

Trigger website-pull-request-nl
Build 82756eb8-68da-4760-814b-9fcf5664bfea
Start 2024-07-12T12:19:45-07:00
Duration 4m2.76s
Status SUCCESS

Steps

Step Status Duration
setup_python SUCCESS 2m3.494s
explore_test_detection SUCCESS 1m3.844s
explore_test_fulfillment SUCCESS 1m1.767s
explore_test_e2e_1 SUCCESS 1m50.381s
explore_test_e2e_2 SUCCESS 1m45.318s
nl_test_demo SUCCESS 1m39.383s
nl_test_misc SUCCESS 1m26.086s

Details

starting build "82756eb8-68da-4760-814b-9fcf5664bfea"

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/website
 * branch            92d297a701ae9e09f36c088b1523f91e560b1583 -> FETCH_HEAD
HEAD is now at 92d297a Merge branch 'master' into fixmp
BUILD
Starting Step #0 - "setup_python"
Step #0 - "setup_python": Pulling image: python:3.11.3
Step #0 - "setup_python": 3.11.3: Pulling from library/python
Step #0 - "setup_python": bd73737482dd: Pulling fs layer
Step #0 - "setup_python": 6710592d62aa: Pulling fs layer
Step #0 - "setup_python": 75256935197e: Pulling fs layer
Step #0 - "setup_python": c1e5026c6457: Pulling fs layer
Step #0 - "setup_python": f0016544b8b9: Pulling fs layer
Step #0 - "setup_python": 1d58eee51ff2: Pulling fs layer
Step #0 - "setup_python": 93dc7b704cd1: Pulling fs layer
Step #0 - "setup_python": caefdefa531e: Pulling fs layer
Step #0 - "setup_python": c1e5026c6457: Waiting
Step #0 - "setup_python": f0016544b8b9: Waiting
Step #0 - "setup_python": 1d58eee51ff2: Waiting
Step #0 - "setup_python": caefdefa531e: Waiting
Step #0 - "setup_python": 93dc7b704cd1: Waiting
Step #0 - "setup_python": 6710592d62aa: Verifying Checksum
Step #0 - "setup_python": 6710592d62aa: Download complete
Step #0 - "setup_python": 75256935197e: Verifying Checksum
Step #0 - "setup_python": 75256935197e: Download complete
Step #0 - "setup_python": bd73737482dd: Verifying Checksum
Step #0 - "setup_python": bd73737482dd: Download complete
Step #0 - "setup_python": f0016544b8b9: Verifying Checksum
Step #0 - "setup_python": f0016544b8b9: Download complete
Step #0 - "setup_python": 93dc7b704cd1: Verifying Checksum
Step #0 - "setup_python": 93dc7b704cd1: Download complete
Step #0 - "setup_python": 1d58eee51ff2: Verifying Checksum
Step #0 - "setup_python": 1d58eee51ff2: Download complete
Step #0 - "setup_python": bd73737482dd: Pull complete
Step #0 - "setup_python": caefdefa531e: Verifying Checksum
Step #0 - "setup_python": caefdefa531e: Download complete
Step #0 - "setup_python": c1e5026c6457: Verifying Checksum
Step #0 - "setup_python": c1e5026c6457: Download complete
Step #0 - "setup_python": 6710592d62aa: Pull complete
Step #0 - "setup_python": 75256935197e: Pull complete
Step #0 - "setup_python": c1e5026c6457: Pull complete
Step #0 - "setup_python": f0016544b8b9: Pull complete
Step #0 - "setup_python": 1d58eee51ff2: Pull complete
Step #0 - "setup_python": 93dc7b704cd1: Pull complete
Step #0 - "setup_python": caefdefa531e: Pull complete
Step #0 - "setup_python": Digest: sha256:3a619e3c96fd4c5fc5e1998fd4dcb1f1403eb90c4c6409c70d7e80b9468df7df
Step #0 - "setup_python": Status: Downloaded newer image for python:3.11.3
Step #0 - "setup_python": docker.io/library/python:3.11.3
Step #0 - "setup_python": --setup_python ### Set up python environment
Step #0 - "setup_python": Collecting absl-py==1.4.0
Step #0 - "setup_python":   Downloading absl_py-1.4.0-py3-none-any.whl (126 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.5/126.5 kB 6.1 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting beautifulsoup4==4.12.2
Step #0 - "setup_python":   Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 26.0 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting CacheControl==0.12.11
Step #0 - "setup_python":   Downloading CacheControl-0.12.11-py2.py3-none-any.whl (21 kB)
Step #0 - "setup_python": Collecting Flask==2.3.2
Step #0 - "setup_python":   Downloading Flask-2.3.2-py3-none-any.whl (96 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.9/96.9 kB 18.9 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting Flask-Babel==2.0.0
Step #0 - "setup_python":   Downloading Flask_Babel-2.0.0-py3-none-any.whl (9.3 kB)
Step #0 - "setup_python": Collecting Flask-Caching==2.0.1
Step #0 - "setup_python":   Downloading Flask_Caching-2.0.1-py3-none-any.whl (28 kB)
Step #0 - "setup_python": Collecting flask_cors==3.0.10
Step #0 - "setup_python":   Downloading Flask_Cors-3.0.10-py2.py3-none-any.whl (14 kB)
Step #0 - "setup_python": Collecting frozendict==2.3.4
Step #0 - "setup_python":   Downloading frozendict-2.3.4-py3-none-any.whl (11 kB)
Step #0 - "setup_python": Collecting geojson_rewind==1.0.1
Step #0 - "setup_python":   Downloading geojson_rewind-1.0.1-py3-none-any.whl (4.8 kB)
Step #0 - "setup_python": Collecting google-auth==2.28.1
Step #0 - "setup_python":   Downloading google_auth-2.28.1-py2.py3-none-any.whl (186 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.9/186.9 kB 34.7 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-auth-oauthlib==1.2.0
Step #0 - "setup_python":   Downloading google_auth_oauthlib-1.2.0-py2.py3-none-any.whl (24 kB)
Step #0 - "setup_python": Collecting google-api-core==2.17.1
Step #0 - "setup_python":   Downloading google_api_core-2.17.1-py3-none-any.whl (137 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.0/137.0 kB 27.5 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-cloud-aiplatform==1.42.1
Step #0 - "setup_python":   Downloading google_cloud_aiplatform-1.42.1-py2.py3-none-any.whl (3.5 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 80.8 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-cloud-bigtable==2.23.0
Step #0 - "setup_python":   Downloading google_cloud_bigtable-2.23.0-py2.py3-none-any.whl (357 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 357.5/357.5 kB 52.1 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-cloud-core==2.4.1
Step #0 - "setup_python":   Downloading google_cloud_core-2.4.1-py2.py3-none-any.whl (29 kB)
Step #0 - "setup_python": Collecting google-cloud-logging==3.10.0
Step #0 - "setup_python":   Downloading google_cloud_logging-3.10.0-py2.py3-none-any.whl (213 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.4/213.4 kB 38.8 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-cloud-secret-manager==2.18.3
Step #0 - "setup_python":   Downloading google_cloud_secret_manager-2.18.3-py2.py3-none-any.whl (119 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.7/119.7 kB 23.8 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-cloud-storage==2.15.0
Step #0 - "setup_python":   Downloading google_cloud_storage-2.15.0-py2.py3-none-any.whl (123 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.5/123.5 kB 27.0 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting gunicorn==22.0.0
Step #0 - "setup_python":   Downloading gunicorn-22.0.0-py3-none-any.whl (84 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.4/84.4 kB 18.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting isort==5.10.0
Step #0 - "setup_python":   Downloading isort-5.10.0-py3-none-any.whl (103 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.4/103.4 kB 22.7 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting jinja2==3.1.3
Step #0 - "setup_python":   Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 27.6 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting json5==0.9.14
Step #0 - "setup_python":   Downloading json5-0.9.14-py2.py3-none-any.whl (19 kB)
Step #0 - "setup_python": Collecting langdetect==1.0.9
Step #0 - "setup_python":   Downloading langdetect-1.0.9.tar.gz (981 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 981.5/981.5 kB 80.4 MB/s eta 0:00:00
Step #0 - "setup_python":   Preparing metadata (setup.py): started
Step #0 - "setup_python":   Preparing metadata (setup.py): finished with status 'done'
Step #0 - "setup_python": Collecting markupsafe==2.1.2
Step #0 - "setup_python":   Downloading MarkupSafe-2.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27 kB)
Step #0 - "setup_python": Collecting parameterized==0.8.1
Step #0 - "setup_python":   Downloading parameterized-0.8.1-py2.py3-none-any.whl (26 kB)
Step #0 - "setup_python": Collecting pillow==10.3.0
Step #0 - "setup_python":   Downloading pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 115.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting protobuf==4.25.3
Step #0 - "setup_python":   Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 46.0 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting PyGithub==1.58.2
Step #0 - "setup_python":   Downloading PyGithub-1.58.2-py3-none-any.whl (312 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 312.5/312.5 kB 44.8 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting pyOpenSSL==23.2.0
Step #0 - "setup_python":   Downloading pyOpenSSL-23.2.0-py3-none-any.whl (59 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.0/59.0 kB 12.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting python-dateutil==2.8.2
Step #0 - "setup_python":   Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 247.7/247.7 kB 43.1 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting pytest-rerunfailures==10.2
Step #0 - "setup_python":   Downloading pytest_rerunfailures-10.2-py3-none-any.whl (11 kB)
Step #0 - "setup_python": Collecting pytest-xdist==3.2.1
Step #0 - "setup_python":   Downloading pytest_xdist-3.2.1-py3-none-any.whl (41 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/41.0 kB 8.7 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting PyYAML==6.0.1
Step #0 - "setup_python":   Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 72.5 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting redis==4.5.4
Step #0 - "setup_python":   Downloading redis-4.5.4-py3-none-any.whl (238 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/238.9 kB 36.7 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting requests==2.31.0
Step #0 - "setup_python":   Downloading requests-2.31.0-py3-none-any.whl (62 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 13.8 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting selenium==4.21.0
Step #0 - "setup_python":   Downloading selenium-4.21.0-py3-none-any.whl (9.5 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 119.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting typing-extensions==4.10.0
Step #0 - "setup_python":   Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB)
Step #0 - "setup_python": Collecting webdriver-manager==4.0.0
Step #0 - "setup_python":   Downloading webdriver_manager-4.0.0-py2.py3-none-any.whl (27 kB)
Step #0 - "setup_python": Collecting Werkzeug==3.0.1
Step #0 - "setup_python":   Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 39.2 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting wheel==0.38.1
Step #0 - "setup_python":   Downloading wheel-0.38.1-py3-none-any.whl (35 kB)
Step #0 - "setup_python": Collecting soupsieve>1.2
Step #0 - "setup_python":   Downloading soupsieve-2.5-py3-none-any.whl (36 kB)
Step #0 - "setup_python": Collecting msgpack>=0.5.2
Step #0 - "setup_python":   Downloading msgpack-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (409 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 409.3/409.3 kB 53.5 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting itsdangerous>=2.1.2
Step #0 - "setup_python":   Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB)
Step #0 - "setup_python": Collecting click>=8.1.3
Step #0 - "setup_python":   Downloading click-8.1.7-py3-none-any.whl (97 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 19.1 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting blinker>=1.6.2
Step #0 - "setup_python":   Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB)
Step #0 - "setup_python": Collecting pytz
Step #0 - "setup_python":   Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 61.2 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting Babel>=2.3
Step #0 - "setup_python":   Downloading Babel-2.15.0-py3-none-any.whl (9.6 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.6/9.6 MB 118.3 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting cachelib>=0.9.0
Step #0 - "setup_python":   Downloading cachelib-0.13.0-py3-none-any.whl (20 kB)
Step #0 - "setup_python": Collecting Six
Step #0 - "setup_python":   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Step #0 - "setup_python": Collecting cachetools<6.0,>=2.0.0
Step #0 - "setup_python":   Downloading cachetools-5.3.3-py3-none-any.whl (9.3 kB)
Step #0 - "setup_python": Collecting pyasn1-modules>=0.2.1
Step #0 - "setup_python":   Downloading pyasn1_modules-0.4.0-py3-none-any.whl (181 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.2/181.2 kB 33.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting rsa<5,>=3.1.4
Step #0 - "setup_python":   Downloading rsa-4.9-py3-none-any.whl (34 kB)
Step #0 - "setup_python": Collecting requests-oauthlib>=0.7.0
Step #0 - "setup_python":   Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB)
Step #0 - "setup_python": Collecting googleapis-common-protos<2.0.dev0,>=1.56.2
Step #0 - "setup_python":   Downloading googleapis_common_protos-1.63.2-py2.py3-none-any.whl (220 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.0/220.0 kB 35.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<3.0.0dev,>=1.34.1
Step #0 - "setup_python":   Downloading google_api_core-2.19.1-py3-none-any.whl (139 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.4/139.4 kB 27.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting proto-plus<2.0.0dev,>=1.22.0
Step #0 - "setup_python":   Downloading proto_plus-1.24.0-py3-none-any.whl (50 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.1/50.1 kB 10.3 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting packaging>=14.3
Step #0 - "setup_python":   Downloading packaging-24.1-py3-none-any.whl (53 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.0/54.0 kB 11.7 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-cloud-bigquery<4.0.0dev,>=1.15.0
Step #0 - "setup_python":   Downloading google_cloud_bigquery-3.25.0-py2.py3-none-any.whl (239 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.0/239.0 kB 34.5 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-cloud-resource-manager<3.0.0dev,>=1.3.3
Step #0 - "setup_python":   Downloading google_cloud_resource_manager-1.12.4-py2.py3-none-any.whl (339 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 339.7/339.7 kB 48.2 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting shapely<3.0.0dev
Step #0 - "setup_python":   Downloading shapely-2.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 102.5 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting grpc-google-iam-v1<1.0.0dev,>=0.12.4
Step #0 - "setup_python":   Downloading grpc_google_iam_v1-0.13.1-py2.py3-none-any.whl (24 kB)
Step #0 - "setup_python": Collecting google-cloud-appengine-logging<2.0.0dev,>=0.1.0
Step #0 - "setup_python":   Downloading google_cloud_appengine_logging-1.4.4-py2.py3-none-any.whl (15 kB)
Step #0 - "setup_python": Collecting google-cloud-audit-log<1.0.0dev,>=0.1.0
Step #0 - "setup_python":   Downloading google_cloud_audit_log-0.2.5-py2.py3-none-any.whl (12 kB)
Step #0 - "setup_python": Collecting google-resumable-media>=2.6.0
Step #0 - "setup_python":   Downloading google_resumable_media-2.7.1-py2.py3-none-any.whl (81 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.2/81.2 kB 15.6 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-crc32c<2.0dev,>=1.0
Step #0 - "setup_python":   Downloading google_crc32c-1.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32 kB)
Step #0 - "setup_python": Collecting deprecated
Step #0 - "setup_python":   Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB)
Step #0 - "setup_python": Collecting pyjwt[crypto]>=2.4.0
Step #0 - "setup_python":   Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB)
Step #0 - "setup_python": Collecting pynacl>=1.4.0
Step #0 - "setup_python":   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 kB 74.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting cryptography!=40.0.0,!=40.0.1,<42,>=38.0.0
Step #0 - "setup_python":   Downloading cryptography-41.0.7-cp37-abi3-manylinux_2_28_x86_64.whl (4.4 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 109.3 MB/s eta 0:00:00
Step #0 - "setup_python": Requirement already satisfied: setuptools>=40.0 in ./.env/lib/python3.11/site-packages (from pytest-rerunfailures==10.2->-r server/requirements.txt (line 31)) (65.5.0)
Step #0 - "setup_python": Collecting pytest>=5.3
Step #0 - "setup_python":   Downloading pytest-8.2.2-py3-none-any.whl (339 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 339.9/339.9 kB 49.9 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting execnet>=1.1
Step #0 - "setup_python":   Downloading execnet-2.1.1-py3-none-any.whl (40 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 kB 7.6 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting async-timeout>=4.0.2
Step #0 - "setup_python":   Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Step #0 - "setup_python": Collecting charset-normalizer<4,>=2
Step #0 - "setup_python":   Downloading charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.3/140.3 kB 28.3 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting idna<4,>=2.5
Step #0 - "setup_python":   Downloading idna-3.7-py3-none-any.whl (66 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 12.1 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting urllib3<3,>=1.21.1
Step #0 - "setup_python":   Downloading urllib3-2.2.2-py3-none-any.whl (121 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 kB 24.5 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting certifi>=2017.4.17
Step #0 - "setup_python":   Downloading certifi-2024.7.4-py3-none-any.whl (162 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.0/163.0 kB 31.0 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting trio~=0.17
Step #0 - "setup_python":   Downloading trio-0.26.0-py3-none-any.whl (475 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 475.7/475.7 kB 57.3 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting trio-websocket~=0.9
Step #0 - "setup_python":   Downloading trio_websocket-0.11.1-py3-none-any.whl (17 kB)
Step #0 - "setup_python": Collecting python-dotenv
Step #0 - "setup_python":   Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB)
Step #0 - "setup_python": Collecting cffi>=1.12
Step #0 - "setup_python":   Downloading cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (464 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.8/464.8 kB 57.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<3.0.0dev,>=1.34.1
Step #0 - "setup_python":   Downloading google_api_core-2.19.0-py3-none-any.whl (139 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.0/139.0 kB 25.5 MB/s eta 0:00:00
Step #0 - "setup_python":   Downloading google_api_core-2.18.0-py3-none-any.whl (138 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/138.3 kB 25.5 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting grpcio<2.0dev,>=1.33.2
Step #0 - "setup_python":   Downloading grpcio-1.64.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 113.1 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting grpcio-status<2.0.dev0,>=1.33.2
Step #0 - "setup_python":   Downloading grpcio_status-1.64.1-py3-none-any.whl (14 kB)
Step #0 - "setup_python": Collecting pyasn1<0.7.0,>=0.4.6
Step #0 - "setup_python":   Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.3/85.3 kB 17.2 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting iniconfig
Step #0 - "setup_python":   Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
Step #0 - "setup_python": Collecting pluggy<2.0,>=1.5
Step #0 - "setup_python":   Downloading pluggy-1.5.0-py3-none-any.whl (20 kB)
Step #0 - "setup_python": Collecting oauthlib>=3.0.0
Step #0 - "setup_python":   Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.7/151.7 kB 27.1 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting numpy<3,>=1.14
Step #0 - "setup_python":   Downloading numpy-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.3 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.3/19.3 MB 98.9 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting attrs>=23.2.0
Step #0 - "setup_python":   Downloading attrs-23.2.0-py3-none-any.whl (60 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 11.4 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting sortedcontainers
Step #0 - "setup_python":   Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Step #0 - "setup_python": Collecting outcome
Step #0 - "setup_python":   Downloading outcome-1.3.0.post0-py2.py3-none-any.whl (10 kB)
Step #0 - "setup_python": Collecting sniffio>=1.3.0
Step #0 - "setup_python":   Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
Step #0 - "setup_python": Collecting wsproto>=0.14
Step #0 - "setup_python":   Downloading wsproto-1.2.0-py3-none-any.whl (24 kB)
Step #0 - "setup_python": Collecting pysocks!=1.5.7,<2.0,>=1.5.6
Step #0 - "setup_python":   Downloading PySocks-1.7.1-py3-none-any.whl (16 kB)
Step #0 - "setup_python": Collecting wrapt<2,>=1.10
Step #0 - "setup_python":   Downloading wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.7/80.7 kB 16.9 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting pycparser
Step #0 - "setup_python":   Downloading pycparser-2.22-py3-none-any.whl (117 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 24.5 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting grpcio-status<2.0.dev0,>=1.33.2
Step #0 - "setup_python":   Downloading grpcio_status-1.64.0-py3-none-any.whl (14 kB)
Step #0 - "setup_python":   Downloading grpcio_status-1.63.0-py3-none-any.whl (14 kB)
Step #0 - "setup_python":   Downloading grpcio_status-1.62.2-py3-none-any.whl (14 kB)
Step #0 - "setup_python": Collecting h11<1,>=0.9.0
Step #0 - "setup_python":   Downloading h11-0.14.0-py3-none-any.whl (58 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 11.9 MB/s eta 0:00:00
Step #0 - "setup_python": Installing collected packages: sortedcontainers, pytz, parameterized, json5, wrapt, wheel, urllib3, typing-extensions, soupsieve, sniffio, Six, PyYAML, python-dotenv, pysocks, pyjwt, pycparser, pyasn1, protobuf, pluggy, pillow, packaging, oauthlib, numpy, msgpack, markupsafe, itsdangerous, isort, iniconfig, idna, h11, grpcio, google-crc32c, geojson_rewind, frozendict, execnet, click, charset-normalizer, certifi, cachetools, cachelib, blinker, Babel, attrs, async-timeout, absl-py, wsproto, Werkzeug, shapely, rsa, requests, redis, python-dateutil, pytest, pyasn1-modules, proto-plus, outcome, langdetect, jinja2, gunicorn, googleapis-common-protos, google-resumable-media, deprecated, cffi, beautifulsoup4, webdriver-manager, trio, requests-oauthlib, pytest-xdist, pytest-rerunfailures, pynacl, grpcio-status, google-cloud-audit-log, google-auth, Flask, cryptography, CacheControl, trio-websocket, pyOpenSSL, grpc-google-iam-v1, google-auth-oauthlib, google-api-core, flask_cors, Flask-Caching, Flask-Babel, selenium, PyGithub, google-cloud-core, google-cloud-storage, google-cloud-secret-manager, google-cloud-resource-manager, google-cloud-bigtable, google-cloud-bigquery, google-cloud-appengine-logging, google-cloud-logging, google-cloud-aiplatform
Step #0 - "setup_python":   DEPRECATION: langdetect is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Step #0 - "setup_python":   Running setup.py install for langdetect: started
Step #0 - "setup_python":   Running setup.py install for langdetect: finished with status 'done'
Step #0 - "setup_python": Successfully installed Babel-2.15.0 CacheControl-0.12.11 Flask-2.3.2 Flask-Babel-2.0.0 Flask-Caching-2.0.1 PyGithub-1.58.2 PyYAML-6.0.1 Six-1.16.0 Werkzeug-3.0.1 absl-py-1.4.0 async-timeout-4.0.3 attrs-23.2.0 beautifulsoup4-4.12.2 blinker-1.8.2 cachelib-0.13.0 cachetools-5.3.3 certifi-2024.7.4 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 cryptography-41.0.7 deprecated-1.2.14 execnet-2.1.1 flask_cors-3.0.10 frozendict-2.3.4 geojson_rewind-1.0.1 google-api-core-2.17.1 google-auth-2.28.1 google-auth-oauthlib-1.2.0 google-cloud-aiplatform-1.42.1 google-cloud-appengine-logging-1.4.4 google-cloud-audit-log-0.2.5 google-cloud-bigquery-3.25.0 google-cloud-bigtable-2.23.0 google-cloud-core-2.4.1 google-cloud-logging-3.10.0 google-cloud-resource-manager-1.12.4 google-cloud-secret-manager-2.18.3 google-cloud-storage-2.15.0 google-crc32c-1.5.0 google-resumable-media-2.7.1 googleapis-common-protos-1.63.2 grpc-google-iam-v1-0.13.1 grpcio-1.64.1 grpcio-status-1.62.2 gunicorn-22.0.0 h11-0.14.0 idna-3.7 iniconfig-2.0.0 isort-5.10.0 itsdangerous-2.2.0 jinja2-3.1.3 json5-0.9.14 langdetect-1.0.9 markupsafe-2.1.2 msgpack-1.0.8 numpy-2.0.0 oauthlib-3.2.2 outcome-1.3.0.post0 packaging-24.1 parameterized-0.8.1 pillow-10.3.0 pluggy-1.5.0 proto-plus-1.24.0 protobuf-4.25.3 pyOpenSSL-23.2.0 pyasn1-0.6.0 pyasn1-modules-0.4.0 pycparser-2.22 pyjwt-2.8.0 pynacl-1.5.0 pysocks-1.7.1 pytest-8.2.2 pytest-rerunfailures-10.2 pytest-xdist-3.2.1 python-dateutil-2.8.2 python-dotenv-1.0.1 pytz-2024.1 redis-4.5.4 requests-2.31.0 requests-oauthlib-2.0.0 rsa-4.9 selenium-4.21.0 shapely-2.0.4 sniffio-1.3.1 sortedcontainers-2.4.0 soupsieve-2.5 trio-0.26.0 trio-websocket-0.11.1 typing-extensions-4.10.0 urllib3-2.2.2 webdriver-manager-4.0.0 wheel-0.38.1 wrapt-1.16.0 wsproto-1.2.0
Step #0 - "setup_python": 
Step #0 - "setup_python": [notice] A new release of pip available: 22.3.1 -> 24.1.2
Step #0 - "setup_python": [notice] To update, run: pip install --upgrade pip
Step #0 - "setup_python": Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cpu
Step #0 - "setup_python": Collecting torch==2.2.2
Step #0 - "setup_python":   Downloading https://download.pytorch.org/whl/cpu/torch-2.2.2%2Bcpu-cp311-cp311-linux_x86_64.whl (186.8 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.8/186.8 MB 10.8 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting filelock
Step #0 - "setup_python":   Downloading filelock-3.15.4-py3-none-any.whl (16 kB)
Step #0 - "setup_python": Requirement already satisfied: typing-extensions>=4.8.0 in ./.env/lib/python3.11/site-packages (from torch==2.2.2) (4.10.0)
Step #0 - "setup_python": Collecting sympy
Step #0 - "setup_python":   Downloading sympy-1.13.0-py3-none-any.whl (6.2 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 76.1 MB/s eta 0:00:00
Step #0 - "setup_python": Collecting networkx
Step #0 - "setup_python":   Downloading networkx-3.3-py3-none-any.whl (1.7 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 95.0 MB/s eta 0:00:00
Step #0 - "setup_python": Requirement already satisfied: jinja2 in ./.env/lib/python3.11/site-packages (from torch==2.2.2) (3.1.3)
Step #0 - "setup_python": Collecting fsspec
Step #0 - "setup_python":   Downloading fsspec-2024.6.1-py3-none-any.whl (177 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 33.0 MB/s eta 0:00:00
Step #0 - "setup_python": Requirement already satisfied: MarkupSafe>=2.0 in ./.env/lib/python3.11/site-packages (from jinja2->torch==2.2.2) (2.1.2)
Step #0 - "setup_python": Collecting mpmath<1.4,>=1.1.0
Step #0 - "setup_python":   Downloading https://download.pytorch.org/whl/mpmath-1.3.0-py3-none-any.whl (536 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 31.2 MB/s eta 0:00:00
Step #0 - "setup_python": Installing collected packages: mpmath, sympy, networkx, fsspec, filelock, torch
Step #0 - "setup_python": Successfully installed filelock-3.15.4 fsspec-2024.6.1 mpmath-1.3.0 networkx-3.3 sympy-1.13.0 torch-2.2.2+cpu
Step #0 - "setup_python": 
Step #0 - "setup_python": [notice] A new release of pip available: 22.3.1 -> 24.1.2
Step #0 - "setup_python": [notice] To update, run: pip install --upgrade pip
Step #0 - "setu
...
[Logs truncated due to log size limitations. For full logs, see https://console.cloud.google.com/cloud-build/builds/82756eb8-68da-4760-814b-9fcf5664bfea?project=879489846695.]
...
python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 112.7 MB/s eta 0:00:00
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting annotated-types>=0.4.0
Step #0 - "setup_python":   Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB)
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting pydantic-core==2.20.1
Step #0 - "setup_python":   Downloading pydantic_core-2.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 107.3 MB/s eta 0:00:00
Step #0 - "setup_python": Requirement already satisfied: six>=1.5 in ./.env/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas==2.1.0->-r nl_server/../nl_requirements.txt (line 6)) (1.16.0)
Step #0 - "setup_python": Requirement already satisfied: charset-normalizer<4,>=2 in ./.env/lib/python3.11/site-packages (from requests>=2.19.0->datasets==2.18.0->-r nl_server/../nl_requirements.txt (line 2)) (3.3.2)
Step #0 - "setup_python": Requirement already satisfied: idna<4,>=2.5 in ./.env/lib/python3.11/site-packages (from requests>=2.19.0->datasets==2.18.0->-r nl_server/../nl_requirements.txt (line 2)) (3.7)
Step #0 - "setup_python": Requirement already satisfied: urllib3<3,>=1.21.1 in ./.env/lib/python3.11/site-packages (from requests>=2.19.0->datasets==2.18.0->-r nl_server/../nl_requirements.txt (line 2)) (2.2.2)
Step #0 - "setup_python": Requirement already satisfied: certifi>=2017.4.17 in ./.env/lib/python3.11/site-packages (from requests>=2.19.0->datasets==2.18.0->-r nl_server/../nl_requirements.txt (line 2)) (2024.7.4)
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting decorator>=3.4.2
Step #0 - "setup_python":   Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting py<2.0.0,>=1.4.26
Step #0 - "setup_python":   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 kB 17.2 MB/s eta 0:00:00
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting blis<0.8.0,>=0.7.8
Step #0 - "setup_python":   Downloading blis-0.7.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.2 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 57.6 MB/s eta 0:00:00
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting confection<1.0.0,>=0.0.1
Step #0 - "setup_python":   Downloading confection-0.1.5-py3-none-any.whl (35 kB)
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting regex!=2019.12.17
Step #0 - "setup_python":   Downloading regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (785 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 785.0/785.0 kB 75.7 MB/s eta 0:00:00
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting safetensors>=0.4.1
Step #0 - "setup_python":   Downloading safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 79.2 MB/s eta 0:00:00
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting tokenizers<0.20,>=0.19
Step #0 - "setup_python":   Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 121.4 MB/s eta 0:00:00
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting cloudpathlib<0.17.0,>=0.7.0
Step #0 - "setup_python":   Downloading cloudpathlib-0.16.0-py3-none-any.whl (45 kB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.0/45.0 kB 9.7 MB/s eta 0:00:00
Step #0 - "setup_python": WARNING: Skipping page https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl because the HEAD request got Content-Type: application/octet-stream. The only supported Content-Types are application/vnd.pypi.simple.v1+json, application/vnd.pypi.simple.v1+html, and text/html
Step #0 - "setup_python": Collecting marisa-trie>=0.7.7
Step #0 - "setup_python":   Downloading marisa_trie-1.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB)
Step #0 - "setup_python":      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 97.3 MB/s eta 0:00:00
Step #0 - "setup_python": Requirement already satisfied: pyasn1<0.7.0,>=0.4.6 in ./.env/lib/python3.11/site-packages (from pyasn1-modules>=0.2.1->google-auth<3.0.0dev,>=2.14.1->google-cloud-aiplatform==1.42.1->-r nl_server/../nl_requirements.txt (line 3)) (0.6.0)
Step #0 - "setup_python": Requirement already satisfied: mpmath<1.4,>=1.1.0 in ./.env/lib/python3.11/site-packages (from sympy->torch>=1.6.0->sentence-transformers==2.2.2->-r nl_server/../nl_requirements.txt (line 8)) (1.3.0)
Step #0 - "setup_python": Building wheels for collected packages: sentence-transformers
Step #0 - "setup_python":   Building wheel for sentence-transformers (setup.py): started
Step #0 - "setup_python":   Building wheel for sentence-transformers (setup.py): finished with status 'done'
Step #0 - "setup_python":   Created wheel for sentence-transformers: filename=sentence_transformers-2.2.2-py3-none-any.whl size=125926 sha256=344961c3ec206bc672d8c6c0b8d8002fea4fa7aec356c14e06837d9183a26bc7
Step #0 - "setup_python":   Stored in directory: /builder/home/.cache/pip/wheels/c5/ca/33/8657d5aded943d57e56bf40ec332c8960f9f3f70a143e34731
Step #0 - "setup_python": Successfully built sentence-transformers
Step #0 - "setup_python": Installing collected packages: sentencepiece, ratelimiter, cymem, xxhash, wasabi, tzdata, typer, tqdm, threadpoolctl, spacy-loggers, spacy-legacy, smart-open, semver, safetensors, regex, pydantic-core, pyarrow-hotfix, py, overrides, numpy, murmurhash, multidict, marisa-trie, joblib, fsspec, frozenlist, dill, deprecation, decorator, dacite, cloudpathlib, catalogue, annotated-types, yarl, srsly, scipy, retry, pydantic, pyarrow, preshed, pandas, nltk, multiprocess, language-data, huggingface-hub, blis, aiosignal, torchvision, tokenizers, scikit-learn, pylance, langcodes, confection, aiohttp, weasel, transformers, thinc, lancedb, spacy, sentence-transformers, datasets, en_core_web_sm
Step #0 - "setup_python":   Attempting uninstall: numpy
Step #0 - "setup_python":     Found existing installation: numpy 2.0.0
Step #0 - "setup_python":     Uninstalling numpy-2.0.0:
Step #0 - "setup_python":       Successfully uninstalled numpy-2.0.0
Step #0 - "setup_python":   Attempting uninstall: fsspec
Step #0 - "setup_python":     Found existing installation: fsspec 2024.6.1
Step #0 - "setup_python":     Uninstalling fsspec-2024.6.1:
Step #0 - "setup_python":       Successfully uninstalled fsspec-2024.6.1
Step #0 - "setup_python": Successfully installed aiohttp-3.9.5 aiosignal-1.3.1 annotated-types-0.7.0 blis-0.7.11 catalogue-2.0.10 cloudpathlib-0.16.0 confection-0.1.5 cymem-2.0.8 dacite-1.8.1 datasets-2.18.0 decorator-5.1.1 deprecation-2.1.0 dill-0.3.8 en_core_web_sm-3.7.1 frozenlist-1.4.1 fsspec-2024.2.0 huggingface-hub-0.23.4 joblib-1.4.2 lancedb-0.6.8 langcodes-3.4.0 language-data-1.2.0 marisa-trie-1.2.0 multidict-6.0.5 multiprocess-0.70.16 murmurhash-1.0.10 nltk-3.8.1 numpy-1.26.4 overrides-7.7.0 pandas-2.1.0 preshed-3.0.9 py-1.11.0 pyarrow-15.0.0 pyarrow-hotfix-0.6 pydantic-2.8.2 pydantic-core-2.20.1 pylance-0.10.10 ratelimiter-1.2.0.post0 regex-2024.5.15 retry-0.9.2 safetensors-0.4.3 scikit-learn-1.2.2 scipy-1.14.0 semver-3.0.2 sentence-transformers-2.2.2 sentencepiece-0.2.0 smart-open-6.4.0 spacy-3.7.4 spacy-legacy-3.0.12 spacy-loggers-1.0.5 srsly-2.4.8 thinc-8.2.5 threadpoolctl-3.5.0 tokenizers-0.19.1 torchvision-0.17.2 tqdm-4.66.4 transformers-4.42.4 typer-0.9.4 tzdata-2024.1 wasabi-1.1.3 weasel-0.3.4 xxhash-3.4.1 yarl-1.9.4
Step #0 - "setup_python": 
Step #0 - "setup_python": [notice] A new release of pip available: 22.3.1 -> 24.1.2
Step #0 - "setup_python": [notice] To update, run: pip install --upgrade pip
Finished Step #0 - "setup_python"
Starting Step #2 - "explore_test_fulfillment"
Starting Step #3 - "explore_test_e2e_1"
Starting Step #1 - "explore_test_detection"
Starting Step #5 - "nl_test_demo"
Starting Step #4 - "explore_test_e2e_2"
Starting Step #6 - "nl_test_misc"
Step #3 - "explore_test_e2e_1": Already have image (with digest): python:3.11.3
Step #2 - "explore_test_fulfillment": Already have image (with digest): python:3.11.3
Step #6 - "nl_test_misc": Already have image (with digest): python:3.11.3
Step #1 - "explore_test_detection": Already have image (with digest): python:3.11.3
Step #5 - "nl_test_demo": Already have image (with digest): python:3.11.3
Step #4 - "explore_test_e2e_2": Already have image (with digest): python:3.11.3
Step #5 - "nl_test_demo": --nl ### Running nl page integration tests
Step #5 - "nl_test_demo": Using ENV_PREFIX=Staging
Step #3 - "explore_test_e2e_1": --explore ### Running explore page integration tests
Step #3 - "explore_test_e2e_1": Using ENV_PREFIX=Staging
Step #2 - "explore_test_fulfillment": --explore ### Running explore page integration tests
Step #2 - "explore_test_fulfillment": Using ENV_PREFIX=Staging
Step #6 - "nl_test_misc": --nl ### Running nl page integration tests
Step #6 - "nl_test_misc": Using ENV_PREFIX=Staging
Step #4 - "explore_test_e2e_2": --explore ### Running explore page integration tests
Step #4 - "explore_test_e2e_2": Using ENV_PREFIX=Staging
Step #5 - "nl_test_demo": ============================= test session starts ==============================
Step #5 - "nl_test_demo": platform linux -- Python 3.11.3, pytest-8.2.2, pluggy-1.5.0 -- /workspace/.env/bin/python3
Step #5 - "nl_test_demo": cachedir: .pytest_cache
Step #5 - "nl_test_demo": rootdir: /workspace
Step #5 - "nl_test_demo": configfile: pytest.ini
Step #5 - "nl_test_demo": plugins: xdist-3.2.1, rerunfailures-10.2
Step #1 - "explore_test_detection": --explore ### Running explore page integration tests
Step #1 - "explore_test_detection": Using ENV_PREFIX=Staging
Step #3 - "explore_test_e2e_1": ============================= test session starts ==============================
Step #3 - "explore_test_e2e_1": platform linux -- Python 3.11.3, pytest-8.2.2, pluggy-1.5.0 -- /workspace/.env/bin/python3
Step #3 - "explore_test_e2e_1": cachedir: .pytest_cache
Step #3 - "explore_test_e2e_1": rootdir: /workspace
Step #3 - "explore_test_e2e_1": configfile: pytest.ini
Step #3 - "explore_test_e2e_1": plugins: xdist-3.2.1, rerunfailures-10.2
Step #2 - "explore_test_fulfillment": ============================= test session starts ==============================
Step #2 - "explore_test_fulfillment": platform linux -- Python 3.11.3, pytest-8.2.2, pluggy-1.5.0 -- /workspace/.env/bin/python3
Step #2 - "explore_test_fulfillment": cachedir: .pytest_cache
Step #2 - "explore_test_fulfillment": rootdir: /workspace
Step #2 - "explore_test_fulfillment": configfile: pytest.ini
Step #2 - "explore_test_fulfillment": plugins: xdist-3.2.1, rerunfailures-10.2
Step #6 - "nl_test_misc": ============================= test session starts ==============================
Step #6 - "nl_test_misc": platform linux -- Python 3.11.3, pytest-8.2.2, pluggy-1.5.0 -- /workspace/.env/bin/python3
Step #6 - "nl_test_misc": cachedir: .pytest_cache
Step #6 - "nl_test_misc": rootdir: /workspace
Step #6 - "nl_test_misc": configfile: pytest.ini
Step #6 - "nl_test_misc": plugins: xdist-3.2.1, rerunfailures-10.2
Step #4 - "explore_test_e2e_2": ============================= test session starts ==============================
Step #4 - "explore_test_e2e_2": platform linux -- Python 3.11.3, pytest-8.2.2, pluggy-1.5.0 -- /workspace/.env/bin/python3
Step #4 - "explore_test_e2e_2": cachedir: .pytest_cache
Step #4 - "explore_test_e2e_2": rootdir: /workspace
Step #4 - "explore_test_e2e_2": configfile: pytest.ini
Step #4 - "explore_test_e2e_2": plugins: xdist-3.2.1, rerunfailures-10.2
Step #1 - "explore_test_detection": ============================= test session starts ==============================
Step #1 - "explore_test_detection": platform linux -- Python 3.11.3, pytest-8.2.2, pluggy-1.5.0 -- /workspace/.env/bin/python3
Step #1 - "explore_test_detection": cachedir: .pytest_cache
Step #1 - "explore_test_detection": rootdir: /workspace
Step #1 - "explore_test_detection": configfile: pytest.ini
Step #1 - "explore_test_detection": plugins: xdist-3.2.1, rerunfailures-10.2
Step #3 - "explore_test_e2e_1": collecting ... collected 51 items / 39 deselected / 12 selected
Step #3 - "explore_test_e2e_1": 
Step #5 - "nl_test_demo": collecting ... collected 14 items / 8 deselected / 6 selected
Step #5 - "nl_test_demo": 
Step #2 - "explore_test_fulfillment": collecting ... collected 51 items / 40 deselected / 11 selected
Step #2 - "explore_test_fulfillment": 
Step #6 - "nl_test_misc": collecting ... collected 14 items / 6 deselected / 8 selected
Step #6 - "nl_test_misc": 
Step #4 - "explore_test_e2e_2": collecting ... collected 51 items / 39 deselected / 12 selected
Step #4 - "explore_test_e2e_2": 
Step #1 - "explore_test_detection": collecting ... collected 51 items / 35 deselected / 16 selected
Step #1 - "explore_test_detection": 
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_answer_places SKIPPED [  8%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_basic PASSED [  6%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_basic_bio PASSED [ 12%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_basic PASSED [  9%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_basic_lancedb PASSED [ 18%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_basic_sdg PASSED [ 25%]
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_correlation_bugs PASSED [ 16%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_comparison PASSED [ 18%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_basic_sfr PASSED [ 31%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_basic_uae PASSED [ 37%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_basic_undata PASSED [ 43%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_basic_undata_dev PASSED [ 50%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_basic_undata_ilo PASSED [ 56%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_correlation PASSED [ 27%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_bio PASSED [ 62%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_bugs PASSED [ 68%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_explore_more PASSED [ 36%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_correlation_simple_place PASSED [  8%]
Step #6 - "nl_test_misc": server/integration_tests/nl_test.py::NLTestMisc::test_demo_usa_map_types PASSED [ 12%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_nl_size PASSED [ 45%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_sdg PASSED [ 54%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_context PASSED [ 75%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_sdg_global PASSED [ 63%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_sdg_global_specialvars PASSED [ 72%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_sdg_specialvars PASSED [ 81%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_statvars PASSED [ 90%]
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_edge_cases PASSED [ 25%]
Step #2 - "explore_test_fulfillment": server/integration_tests/explore_test.py::ExploreTestFulfillment::test_fulfillment_undata PASSED [100%]
Step #2 - "explore_test_fulfillment": 
Step #2 - "explore_test_fulfillment": =============================== warnings summary ===============================
Step #2 - "explore_test_fulfillment": .env/lib/python3.11/site-packages/flask_babel/__init__.py:183
Step #2 - "explore_test_fulfillment":   /workspace/.env/lib/python3.11/site-packages/flask_babel/__init__.py:183: DeprecationWarning: 'locked_cached_property' is deprecated and will be removed in Flask 2.4. Use a lock inside the decorated function if locking is needed.
Step #2 - "explore_test_fulfillment":     @locked_cached_property
Step #2 - "explore_test_fulfillment": 
Step #2 - "explore_test_fulfillment": -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Step #2 - "explore_test_fulfillment": ================ 11 passed, 40 deselected, 1 warning in 58.07s =================
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_multivar PASSED [ 81%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_sdg PASSED [ 87%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_statvars PASSED [ 93%]
Finished Step #2 - "explore_test_fulfillment"
Step #5 - "nl_test_demo": server/integration_tests/nl_test.py::NLTestDemo::test_demo_cities_feb2023 PASSED [ 16%]
Step #1 - "explore_test_detection": server/integration_tests/explore_test.py::ExploreTestDetection::test_detection_translate PASSED [100%]
Step #1 - "explore_test_detection": 
Step #1 - "explore_test_detection": =============================== warnings summary ===============================
Step #1 - "explore_test_detection": .env/lib/python3.11/site-packages/flask_babel/__init__.py:183
Step #1 - "explore_test_detection":   /workspace/.env/lib/python3.11/site-packages/flask_babel/__init__.py:183: DeprecationWarning: 'locked_cached_property' is deprecated and will be removed in Flask 2.4. Use a lock inside the decorated function if locking is needed.
Step #1 - "explore_test_detection":     @locked_cached_property
Step #1 - "explore_test_detection": 
Step #1 - "explore_test_detection": -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Step #1 - "explore_test_detection": =========== 16 passed, 35 deselected, 1 warning in 60.53s (0:01:00) ============
Finished Step #1 - "explore_test_detection"
Step #5 - "nl_test_demo": server/integration_tests/nl_test.py::NLTestDemo::test_demo_climatetrace PASSED [ 33%]
Step #6 - "nl_test_misc": server/integration_tests/nl_test.py::NLTestMisc::test_international PASSED [ 25%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_date_range PASSED [ 16%]
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_edge_cases2 PASSED [ 33%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_default_place PASSED [ 25%]
Step #5 - "nl_test_demo": server/integration_tests/nl_test.py::NLTestDemo::test_demo_fallback PASSED [ 50%]
Step #6 - "nl_test_misc": server/integration_tests/nl_test.py::NLTestMisc::test_place_detection_e2e_dc PASSED [ 37%]
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_electrification_demo PASSED [ 41%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_fallbacks PASSED [ 33%]
Step #6 - "nl_test_misc": server/integration_tests/nl_test.py::NLTestMisc::test_sdg PASSED         [ 50%]
Step #6 - "nl_test_misc": server/integration_tests/nl_test.py::NLTestMisc::test_strict_default_place PASSED [ 62%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_high_sv_threshold PASSED [ 41%]
Step #6 - "nl_test_misc": server/integration_tests/nl_test.py::NLTestMisc::test_strict_low_confidence PASSED [ 75%]
Step #6 - "nl_test_misc": server/integration_tests/nl_test.py::NLTestMisc::test_strict_multi_verb PASSED [ 87%]
Step #6 - "nl_test_misc": server/integration_tests/nl_test.py::NLTestMisc::test_translate PASSED   [100%]
Step #6 - "nl_test_misc": 
Step #6 - "nl_test_misc": =============================== warnings summary ===============================
Step #6 - "nl_test_misc": .env/lib/python3.11/site-packages/flask_babel/__init__.py:183
Step #6 - "nl_test_misc":   /workspace/.env/lib/python3.11/site-packages/flask_babel/__init__.py:183: DeprecationWarning: 'locked_cached_property' is deprecated and will be removed in Flask 2.4. Use a lock inside the decorated function if locking is needed.
Step #6 - "nl_test_misc":     @locked_cached_property
Step #6 - "nl_test_misc": 
Step #6 - "nl_test_misc": -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
Step #6 - "nl_test_misc": ============ 8 passed, 6 deselected, 1 warning in 82.89s (0:01:22) =============
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_india_demo PASSED [ 50%]
Finished Step #6 - "nl_test_misc"
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_single_date PASSED [ 50%]
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_sdg PASSED [ 58%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_strict_default_place PASSED [ 58%]
Step #5 - "nl_test_demo": server/integration_tests/nl_test.py::NLTestDemo::test_demo_feb2023 PASSED [ 66%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_strict_multi_sv PASSED [ 66%]
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_superlatives PASSED [ 66%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_strict_multi_verb PASSED [ 75%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_toolformer_rag_mode PASSED [ 83%]
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_translate PASSED [ 75%]
Step #5 - "nl_test_demo": server/integration_tests/nl_test.py::NLTestDemo::test_demo_multisv PASSED [ 83%]
Step #4 - "explore_test_e2e_2": server/integration_tests/explore_test.py::ExploreTestEE2::test_e2e_toolformer_rig_mode PASSED [ 91%]
Step #3 - "explore_test_e2e_1": server/integration_tests/explore_test.py::ExploreTestEE1::test_e2e_undata PASSED [ 83%]
Step #5 - "nl_test_demo": server/integration_tests/nl_test.py::NLTestDemo::test_textbox_sample PASSED [100%]
Step #5 - "nl_test_demo": 
Step #5 - "nl_test_demo": =============================== warnings summary ===============================
Step #5 - "nl_test_demo": .env/lib/python3.11/site-packages/flask_babel/__init__.py:183
Step #5 - "nl_test_demo":   /workspace/.env/lib/python3.11/site-packages/flask_babel/__init__.py:183: DeprecationWarning: 'locked_cached_property' is deprecated and will be removed in Flask 2.4. Use a lock inside the decorated function if locking is needed.
Step #5 - "nl_test_demo":     @locked_cached_property
Step #5 - "nl_test_demo": 
Step #5 - "nl_test_demo": shared/lib/constants.py:201
Step #5 - "nl_test_demo":   /workspace/shared/lib/constants.py:201: DeprecationWarning: invalid escape sequence '\w'
Step #5 - "nl_test_demo":     "(is|has|have)( a| the)? \w+er",
Step #5 - "nl_test_demo": 
Step #5 - "nl_test_demo": shared/lib/constants.py:235
Step #5 - "nl_test_demo":   /workspace/shared/lib/constants.py:235: DeprecationWarning: invalid escape sequence '\W'
Step #5 - "nl_test_demo":     "WetBulb": ["wet(\W?)bulb",],
Step #5 - "nl_test_demo": 
Step #5 - "nl_test_demo": shared/lib/constants.py:284
Step #5 - "nl_test_demo": shared/lib/constants.py:284
Step #5 - "nl_test_demo":   /workspace/shared/lib/constants.py:284: DeprecationWarning: invalid escape sequence '\s'
Step #5 - "nl_test_demo":     f"\brate(s)?\b(?!\s*{_RATE_WORDS_TO_SKIP}\s+rate(s)?)",
Step #5 - "nl_test_demo": 
Step #5 - "nl_test_demo": -- Docs: https://docs.pytest.org/en/stable/ho