Started by timer Running as SYSTEM Building remotely on Ubuntu_18.04_bioeng49 (buildslave Testing) in workspace /home/cmiss/Jenkins/workspace/SPARC-API [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/nih-sparc/sparc-api.git > git init /home/cmiss/Jenkins/workspace/SPARC-API # timeout=10 Fetching upstream changes from https://github.com/nih-sparc/sparc-api.git > git --version # timeout=10 > git --version # 'git version 2.25.1' > git fetch --tags --force --progress -- https://github.com/nih-sparc/sparc-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/nih-sparc/sparc-api.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 14ea83adacb50ddd7b3072646c019df401c9d3d8 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 14ea83adacb50ddd7b3072646c019df401c9d3d8 # timeout=10 Commit message: "Merge pull request #183 from Tehsurfer/s3-path-fix" > git rev-list --no-walk 14ea83adacb50ddd7b3072646c019df401c9d3d8 # timeout=10 [SPARC-API] $ /usr/bin/python3.9 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenv.py /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenv.py:1041: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp Using base prefix '/usr' New python executable in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/bin/python3.9 Also creating executable in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/bin/python Installing setuptools, pip, wheel...done. [SPARC-API] $ /bin/sh -xe /tmp/shiningpanda16222482801802984464.sh + pwd + export PYTHONPATH=/home/cmiss/Jenkins/workspace/SPARC-API + export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python + pip install -r requirements.txt Collecting api==0.0.7 (from -r requirements.txt (line 1)) Using cached api-0.0.7-py3-none-any.whl Collecting pennsieve==6.1.1 (from -r requirements.txt (line 2)) Using cached pennsieve-6.1.1-py2.py3-none-any.whl (93 kB) Collecting boto3==1.17.67 (from -r requirements.txt (line 3)) Using cached boto3-1.17.67-py2.py3-none-any.whl (131 kB) Collecting botocore==1.20.67 (from -r requirements.txt (line 4)) Using cached botocore-1.20.67-py2.py3-none-any.whl (7.5 MB) Collecting certifi==2019.11.28 (from -r requirements.txt (line 5)) Using cached certifi-2019.11.28-py2.py3-none-any.whl (156 kB) Collecting chardet==3.0.4 (from -r requirements.txt (line 6)) Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB) Collecting Click==7.1.2 (from -r requirements.txt (line 7)) Using cached click-7.1.2-py2.py3-none-any.whl (82 kB) Collecting docutils==0.15.2 (from -r requirements.txt (line 8)) Using cached docutils-0.15.2-py3-none-any.whl (547 kB) Collecting Flask==1.1.1 (from -r requirements.txt (line 9)) Using cached Flask-1.1.1-py2.py3-none-any.whl (94 kB) Collecting flask-marshmallow==0.10.1 (from -r requirements.txt (line 10)) Using cached flask_marshmallow-0.10.1-py2.py3-none-any.whl (9.7 kB) Collecting flask-cors==3.0.8 (from -r requirements.txt (line 11)) Using cached Flask_Cors-3.0.8-py2.py3-none-any.whl (14 kB) Collecting gunicorn==20.0.4 (from -r requirements.txt (line 12)) Using cached gunicorn-20.0.4-py2.py3-none-any.whl (77 kB) Collecting idna==2.8 (from -r requirements.txt (line 13)) Using cached idna-2.8-py2.py3-none-any.whl (58 kB) Collecting itsdangerous==1.1.0 (from -r requirements.txt (line 14)) Using cached itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB) Collecting Jinja2==2.11.3 (from -r requirements.txt (line 15)) Using cached Jinja2-2.11.3-py2.py3-none-any.whl (125 kB) Collecting jmespath==0.9.4 (from -r requirements.txt (line 16)) Using cached jmespath-0.9.4-py2.py3-none-any.whl (24 kB) Collecting MarkupSafe==1.1.1 (from -r requirements.txt (line 17)) Using cached MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl (32 kB) Collecting marshmallow==3.2.2 (from -r requirements.txt (line 18)) Using cached marshmallow-3.2.2-py2.py3-none-any.whl (45 kB) Collecting nose==1.3.7 (from -r requirements.txt (line 19)) Using cached nose-1.3.7-py3-none-any.whl (154 kB) Collecting osparc==0.4.3 (from -r requirements.txt (line 20)) Using cached osparc-0.4.3-py3-none-any.whl (52 kB) Collecting pillow (from -r requirements.txt (line 21)) Obtaining dependency information for pillow from https://files.pythonhosted.org/packages/50/e5/0d484d1ac71b934638f91b7156203ba5bf3eb12f596b616a68a85c123808/Pillow-10.0.0-cp39-cp39-manylinux_2_28_x86_64.whl.metadata Using cached Pillow-10.0.0-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (9.5 kB) Collecting public==2019.4.13 (from -r requirements.txt (line 22)) Using cached public-2019.4.13-py3-none-any.whl Collecting pytest (from -r requirements.txt (line 23)) Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/78/af/1a79db43409ea8569a8a91d0a87db4445c7de4cefcf6141e9a5c77dda2d6/pytest-7.4.1-py3-none-any.whl.metadata Using cached pytest-7.4.1-py3-none-any.whl.metadata (7.9 kB) Collecting pymongo==3.8.0 (from -r requirements.txt (line 24)) Using cached pymongo-3.8.0-cp39-cp39-linux_x86_64.whl Collecting python-dateutil==2.8.0 (from -r requirements.txt (line 25)) Using cached python_dateutil-2.8.0-py2.py3-none-any.whl (226 kB) Collecting python-dotenv==0.10.3 (from -r requirements.txt (line 26)) Using cached python_dotenv-0.10.3-py2.py3-none-any.whl (16 kB) Collecting query-string==2019.4.13 (from -r requirements.txt (line 27)) Using cached query_string-2019.4.13-py3-none-any.whl Collecting requests==2.25.1 (from -r requirements.txt (line 28)) Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB) Collecting s3transfer==0.4.2 (from -r requirements.txt (line 29)) Using cached s3transfer-0.4.2-py2.py3-none-any.whl (79 kB) Collecting sendgrid==6.9.7 (from -r requirements.txt (line 30)) Using cached sendgrid-6.9.7-py3-none-any.whl (101 kB) Collecting six==1.13.0 (from -r requirements.txt (line 31)) Using cached six-1.13.0-py2.py3-none-any.whl (10 kB) Collecting SQLAlchemy==1.3.20 (from -r requirements.txt (line 32)) Using cached SQLAlchemy-1.3.20-cp39-cp39-manylinux2010_x86_64.whl (1.3 MB) Collecting urllib3==1.26.4 (from -r requirements.txt (line 33)) Using cached urllib3-1.26.4-py2.py3-none-any.whl (153 kB) Collecting Werkzeug==0.16.0 (from -r requirements.txt (line 34)) Using cached Werkzeug-0.16.0-py2.py3-none-any.whl (327 kB) Collecting psycopg2-binary==2.9.5 (from -r requirements.txt (line 35)) Using cached psycopg2_binary-2.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB) Collecting APScheduler==3.7.0 (from -r requirements.txt (line 36)) Using cached APScheduler-3.7.0-py2.py3-none-any.whl (59 kB) Collecting google-api-python-client==2.52.0 (from -r requirements.txt (line 37)) Using cached google_api_python_client-2.52.0-py2.py3-none-any.whl (8.7 MB) Collecting oauth2client==4.1.3 (from -r requirements.txt (line 38)) Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) Collecting algoliasearch==2.6.2 (from -r requirements.txt (line 39)) Using cached algoliasearch-2.6.2-py2.py3-none-any.whl (35 kB) Collecting contentful==1.13.1 (from -r requirements.txt (line 40)) Using cached contentful-1.13.1-py3-none-any.whl Collecting contentful_management==2.11.0 (from -r requirements.txt (line 41)) Using cached contentful_management-2.11.0-py3-none-any.whl Collecting configparser>=3.5 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Obtaining dependency information for configparser>=3.5 from https://files.pythonhosted.org/packages/81/a3/0e5ed11da4b7770c15f6f319abf053f46b5a06c7d4273c48469b7899bd89/configparser-6.0.0-py3-none-any.whl.metadata Using cached configparser-6.0.0-py3-none-any.whl.metadata (11 kB) Collecting deprecated>=1.2.0 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Obtaining dependency information for deprecated>=1.2.0 from https://files.pythonhosted.org/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl.metadata Using cached Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB) Collecting future>=0.15.0 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Using cached future-0.18.3-py3-none-any.whl Collecting futures (from pennsieve==6.1.1->-r requirements.txt (line 2)) Using cached futures-3.0.5-py3-none-any.whl Collecting protobuf>=3.2.0 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Obtaining dependency information for protobuf>=3.2.0 from https://files.pythonhosted.org/packages/f3/d8/fb02c40aa129c385430d177e4d9fa0160cb89be29305c8760861e538a2e4/protobuf-4.24.2-cp37-abi3-manylinux2014_x86_64.whl.metadata Using cached protobuf-4.24.2-cp37-abi3-manylinux2014_x86_64.whl.metadata (540 bytes) Collecting python-jose==3.2.0 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Using cached python_jose-3.2.0-py2.py3-none-any.whl (26 kB) Collecting pytz>=2016 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Obtaining dependency information for pytz>=2016 from https://files.pythonhosted.org/packages/32/4d/aaf7eff5deb402fd9a24a1449a8119f00d74ae9c2efa79f8ef9994261fc2/pytz-2023.3.post1-py2.py3-none-any.whl.metadata Using cached pytz-2023.3.post1-py2.py3-none-any.whl.metadata (22 kB) Collecting rsa==4.0 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Using cached rsa-4.0-py2.py3-none-any.whl (38 kB) Collecting semver>=2.8.0 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Obtaining dependency information for semver>=2.8.0 from https://files.pythonhosted.org/packages/d4/5d/f2b4fe45886238c405ad177ca43911cb1459d08003004da5c27495eb4216/semver-3.0.1-py3-none-any.whl.metadata Using cached semver-3.0.1-py3-none-any.whl.metadata (5.5 kB) Collecting websocket-client>=0.57.0 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Obtaining dependency information for websocket-client>=0.57.0 from https://files.pythonhosted.org/packages/4b/4a/3176388095e5bae6e6a1fbee66c438809230ae0196e7de4af12c5e75c509/websocket_client-1.6.2-py3-none-any.whl.metadata Using cached websocket_client-1.6.2-py3-none-any.whl.metadata (7.5 kB) Collecting docopt>=0.6 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Using cached docopt-0.6.2-py2.py3-none-any.whl Collecting psutil>=5.4 (from pennsieve==6.1.1->-r requirements.txt (line 2)) Using cached psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB) Requirement already satisfied: setuptools>=3.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from gunicorn==20.0.4->-r requirements.txt (line 12)) (68.1.2) Collecting python-http-client>=3.2.1 (from sendgrid==6.9.7->-r requirements.txt (line 30)) Using cached python_http_client-3.3.7-py3-none-any.whl (8.4 kB) Collecting starkbank-ecdsa>=2.0.1 (from sendgrid==6.9.7->-r requirements.txt (line 30)) Using cached starkbank_ecdsa-2.2.0-py3-none-any.whl Collecting tzlocal~=2.0 (from APScheduler==3.7.0->-r requirements.txt (line 36)) Using cached tzlocal-2.1-py2.py3-none-any.whl (16 kB) Collecting httplib2<1dev,>=0.15.0 (from google-api-python-client==2.52.0->-r requirements.txt (line 37)) Using cached httplib2-0.22.0-py3-none-any.whl (96 kB) Collecting google-auth<3.0.0dev,>=1.19.0 (from google-api-python-client==2.52.0->-r requirements.txt (line 37)) Obtaining dependency information for google-auth<3.0.0dev,>=1.19.0 from https://files.pythonhosted.org/packages/9c/8d/bff87fc722553a5691d8514da5523c23547f3894189ba03b57592e37bdc2/google_auth-2.22.0-py2.py3-none-any.whl.metadata Using cached google_auth-2.22.0-py2.py3-none-any.whl.metadata (4.2 kB) Collecting google-auth-httplib2>=0.1.0 (from google-api-python-client==2.52.0->-r requirements.txt (line 37)) Using cached google_auth_httplib2-0.1.0-py2.py3-none-any.whl (9.3 kB) Collecting google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 (from google-api-python-client==2.52.0->-r requirements.txt (line 37)) Obtaining dependency information for google-api-core!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0,<3.0.0dev,>=1.31.5 from https://files.pythonhosted.org/packages/6e/c4/c3cd048b6cbeba8d9ae50dd7643ac065b85237338aa7501b0efae91eb4d9/google_api_core-2.11.1-py3-none-any.whl.metadata Using cached google_api_core-2.11.1-py3-none-any.whl.metadata (2.7 kB) Collecting uritemplate<5,>=3.0.1 (from google-api-python-client==2.52.0->-r requirements.txt (line 37)) Using cached uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) Collecting pyasn1>=0.1.7 (from oauth2client==4.1.3->-r requirements.txt (line 38)) Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB) Collecting pyasn1-modules>=0.0.5 (from oauth2client==4.1.3->-r requirements.txt (line 38)) Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB) Collecting ecdsa<0.15 (from python-jose==3.2.0->pennsieve==6.1.1->-r requirements.txt (line 2)) Using cached ecdsa-0.14.1-py2.py3-none-any.whl (79 kB) Collecting iniconfig (from pytest->-r requirements.txt (line 23)) Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB) Collecting packaging (from pytest->-r requirements.txt (line 23)) Using cached packaging-23.1-py3-none-any.whl (48 kB) Collecting pluggy<2.0,>=0.12 (from pytest->-r requirements.txt (line 23)) Obtaining dependency information for pluggy<2.0,>=0.12 from https://files.pythonhosted.org/packages/05/b8/42ed91898d4784546c5f06c60506400548db3f7a4b3fb441cba4e5c17952/pluggy-1.3.0-py3-none-any.whl.metadata Using cached pluggy-1.3.0-py3-none-any.whl.metadata (4.3 kB) Collecting exceptiongroup>=1.0.0rc8 (from pytest->-r requirements.txt (line 23)) Obtaining dependency information for exceptiongroup>=1.0.0rc8 from https://files.pythonhosted.org/packages/ad/83/b71e58666f156a39fb29417e4c8ca4bc7400c0dd4ed9e8842ab54dc8c344/exceptiongroup-1.1.3-py3-none-any.whl.metadata Using cached exceptiongroup-1.1.3-py3-none-any.whl.metadata (6.1 kB) Collecting tomli>=1.0.0 (from pytest->-r requirements.txt (line 23)) Using cached tomli-2.0.1-py3-none-any.whl (12 kB) Collecting wrapt<2,>=1.10 (from deprecated>=1.2.0->pennsieve==6.1.1->-r requirements.txt (line 2)) Using cached wrapt-1.15.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB) 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-api-python-client==2.52.0->-r requirements.txt (line 37)) Obtaining dependency information for googleapis-common-protos<2.0.dev0,>=1.56.2 from https://files.pythonhosted.org/packages/a7/bc/416a1ffeba4dcd072bc10523dac9ed97f2e7fc4b760580e2bdbdc1e2afdd/googleapis_common_protos-1.60.0-py2.py3-none-any.whl.metadata Using cached googleapis_common_protos-1.60.0-py2.py3-none-any.whl.metadata (1.5 kB) Collecting cachetools<6.0,>=2.0.0 (from google-auth<3.0.0dev,>=1.19.0->google-api-python-client==2.52.0->-r requirements.txt (line 37)) Obtaining dependency information for cachetools<6.0,>=2.0.0 from https://files.pythonhosted.org/packages/a9/c9/c8a7710f2cedcb1db9224fdd4d8307c9e48cbddc46c18b515fefc0f1abbe/cachetools-5.3.1-py3-none-any.whl.metadata Using cached cachetools-5.3.1-py3-none-any.whl.metadata (5.2 kB) Collecting pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 (from httplib2<1dev,>=0.15.0->google-api-python-client==2.52.0->-r requirements.txt (line 37)) Obtaining dependency information for pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 from https://files.pythonhosted.org/packages/39/92/8486ede85fcc088f1b3dba4ce92dd29d126fd96b0008ea213167940a2475/pyparsing-3.1.1-py3-none-any.whl.metadata Using cached pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB) Using cached Pillow-10.0.0-cp39-cp39-manylinux_2_28_x86_64.whl (3.4 MB) Using cached pytest-7.4.1-py3-none-any.whl (324 kB) Using cached configparser-6.0.0-py3-none-any.whl (19 kB) Using cached Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) Using cached exceptiongroup-1.1.3-py3-none-any.whl (14 kB) Using cached google_api_core-2.11.1-py3-none-any.whl (120 kB) Using cached google_auth-2.22.0-py2.py3-none-any.whl (181 kB) Using cached pluggy-1.3.0-py3-none-any.whl (18 kB) Using cached protobuf-4.24.2-cp37-abi3-manylinux2014_x86_64.whl (311 kB) Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB) Using cached semver-3.0.1-py3-none-any.whl (17 kB) Using cached websocket_client-1.6.2-py3-none-any.whl (57 kB) Using cached cachetools-5.3.1-py3-none-any.whl (9.3 kB) Using cached googleapis_common_protos-1.60.0-py2.py3-none-any.whl (227 kB) Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB) Installing collected packages: starkbank-ecdsa, pytz, python-dotenv, nose, jmespath, futures, docopt, chardet, certifi, wrapt, Werkzeug, websocket-client, urllib3, uritemplate, tzlocal, tomli, SQLAlchemy, six, semver, python-http-client, pyparsing, pymongo, pyasn1, public, psycopg2-binary, psutil, protobuf, pluggy, pillow, packaging, marshmallow, MarkupSafe, itsdangerous, iniconfig, idna, gunicorn, future, exceptiongroup, docutils, configparser, Click, cachetools, sendgrid, rsa, requests, query-string, python-dateutil, pytest, pyasn1-modules, Jinja2, httplib2, googleapis-common-protos, ecdsa, deprecated, APScheduler, python-jose, osparc, oauth2client, google-auth, Flask, contentful_management, contentful, botocore, api, algoliasearch, s3transfer, google-auth-httplib2, google-api-core, flask-marshmallow, flask-cors, google-api-python-client, boto3, pennsieve Successfully installed APScheduler-3.7.0 Click-7.1.2 Flask-1.1.1 Jinja2-2.11.3 MarkupSafe-1.1.1 SQLAlchemy-1.3.20 Werkzeug-0.16.0 algoliasearch-2.6.2 api-0.0.7 boto3-1.17.67 botocore-1.20.67 cachetools-5.3.1 certifi-2019.11.28 chardet-3.0.4 configparser-6.0.0 contentful-1.13.1 contentful_management-2.11.0 deprecated-1.2.14 docopt-0.6.2 docutils-0.15.2 ecdsa-0.14.1 exceptiongroup-1.1.3 flask-cors-3.0.8 flask-marshmallow-0.10.1 future-0.18.3 futures-3.0.5 google-api-core-2.11.1 google-api-python-client-2.52.0 google-auth-2.22.0 google-auth-httplib2-0.1.0 googleapis-common-protos-1.60.0 gunicorn-20.0.4 httplib2-0.22.0 idna-2.8 iniconfig-2.0.0 itsdangerous-1.1.0 jmespath-0.9.4 marshmallow-3.2.2 nose-1.3.7 oauth2client-4.1.3 osparc-0.4.3 packaging-23.1 pennsieve-6.1.1 pillow-10.0.0 pluggy-1.3.0 protobuf-4.24.2 psutil-5.9.5 psycopg2-binary-2.9.5 public-2019.4.13 pyasn1-0.5.0 pyasn1-modules-0.3.0 pymongo-3.8.0 pyparsing-3.1.1 pytest-7.4.1 python-dateutil-2.8.0 python-dotenv-0.10.3 python-http-client-3.3.7 python-jose-3.2.0 pytz-2023.3.post1 query-string-2019.4.13 requests-2.25.1 rsa-4.0 s3transfer-0.4.2 semver-3.0.1 sendgrid-6.9.7 six-1.13.0 starkbank-ecdsa-2.2.0 tomli-2.0.1 tzlocal-2.1 uritemplate-4.1.1 urllib3-1.26.4 websocket-client-1.6.2 wrapt-1.15.0 + pip install -r requirements-dev.txt Collecting pytest==5.4.3 (from -r requirements-dev.txt (line 1)) Using cached pytest-5.4.3-py3-none-any.whl (248 kB) Requirement already satisfied: pennsieve==6.1.1 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from -r requirements-dev.txt (line 2)) (6.1.1) Collecting black (from -r requirements-dev.txt (line 3)) Obtaining dependency information for black from https://files.pythonhosted.org/packages/09/16/ec8d08d2501a39258955c16fccb55a02faa6ef44190ca9fb0b88be0f494d/black-23.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata Using cached black-23.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (63 kB) Collecting isort (from -r requirements-dev.txt (line 4)) Using cached isort-5.12.0-py3-none-any.whl (91 kB) Requirement already satisfied: nose in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from -r requirements-dev.txt (line 5)) (1.3.7) Requirement already satisfied: packaging in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from -r requirements-dev.txt (line 6)) (23.1) Collecting py>=1.5.0 (from pytest==5.4.3->-r requirements-dev.txt (line 1)) Using cached py-1.11.0-py2.py3-none-any.whl (98 kB) Collecting attrs>=17.4.0 (from pytest==5.4.3->-r requirements-dev.txt (line 1)) Using cached attrs-23.1.0-py3-none-any.whl (61 kB) Collecting more-itertools>=4.0.0 (from pytest==5.4.3->-r requirements-dev.txt (line 1)) Obtaining dependency information for more-itertools>=4.0.0 from https://files.pythonhosted.org/packages/5a/cb/6dce742ea14e47d6f565589e859ad225f2a5de576d7696e0623b784e226b/more_itertools-10.1.0-py3-none-any.whl.metadata Using cached more_itertools-10.1.0-py3-none-any.whl.metadata (33 kB) Collecting pluggy<1.0,>=0.12 (from pytest==5.4.3->-r requirements-dev.txt (line 1)) Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting wcwidth (from pytest==5.4.3->-r requirements-dev.txt (line 1)) Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) Requirement already satisfied: boto3 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (1.17.67) Requirement already satisfied: configparser>=3.5 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (6.0.0) Requirement already satisfied: deprecated>=1.2.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (1.2.14) Requirement already satisfied: future>=0.15.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (0.18.3) Requirement already satisfied: futures in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (3.0.5) Requirement already satisfied: protobuf>=3.2.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (4.24.2) Requirement already satisfied: python-jose==3.2.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (3.2.0) Requirement already satisfied: pytz>=2016 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (2023.3.post1) Requirement already satisfied: requests>=2.18 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (2.25.1) Requirement already satisfied: rsa==4.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (4.0) Requirement already satisfied: semver>=2.8.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (3.0.1) Requirement already satisfied: websocket-client>=0.57.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (1.6.2) Requirement already satisfied: docopt>=0.6 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (0.6.2) Requirement already satisfied: psutil>=5.4 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (5.9.5) Requirement already satisfied: python-dateutil>=2.8.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (2.8.0) Requirement already satisfied: six<2.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from python-jose==3.2.0->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (1.13.0) Requirement already satisfied: ecdsa<0.15 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from python-jose==3.2.0->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (0.14.1) Requirement already satisfied: pyasn1 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from python-jose==3.2.0->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (0.5.0) Collecting click>=8.0.0 (from black->-r requirements-dev.txt (line 3)) Obtaining dependency information for click>=8.0.0 from https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl.metadata Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB) Collecting mypy-extensions>=0.4.3 (from black->-r requirements-dev.txt (line 3)) Using cached mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB) Collecting pathspec>=0.9.0 (from black->-r requirements-dev.txt (line 3)) Obtaining dependency information for pathspec>=0.9.0 from https://files.pythonhosted.org/packages/b4/2a/9b1be29146139ef459188f5e420a66e835dda921208db600b7037093891f/pathspec-0.11.2-py3-none-any.whl.metadata Using cached pathspec-0.11.2-py3-none-any.whl.metadata (19 kB) Collecting platformdirs>=2 (from black->-r requirements-dev.txt (line 3)) Obtaining dependency information for platformdirs>=2 from https://files.pythonhosted.org/packages/14/51/fe5a0d6ea589f0d4a1b97824fb518962ad48b27cd346dcdfa2405187997a/platformdirs-3.10.0-py3-none-any.whl.metadata Using cached platformdirs-3.10.0-py3-none-any.whl.metadata (11 kB) Requirement already satisfied: tomli>=1.1.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from black->-r requirements-dev.txt (line 3)) (2.0.1) Collecting typing-extensions>=3.10.0.0 (from black->-r requirements-dev.txt (line 3)) Obtaining dependency information for typing-extensions>=3.10.0.0 from https://files.pythonhosted.org/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl.metadata Using cached typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) Requirement already satisfied: wrapt<2,>=1.10 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from deprecated>=1.2.0->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (1.15.0) Requirement already satisfied: chardet<5,>=3.0.2 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from requests>=2.18->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (3.0.4) Requirement already satisfied: idna<3,>=2.5 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from requests>=2.18->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (2.8) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from requests>=2.18->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (1.26.4) Requirement already satisfied: certifi>=2017.4.17 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from requests>=2.18->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (2019.11.28) Requirement already satisfied: botocore<1.21.0,>=1.20.67 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from boto3->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (1.20.67) Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from boto3->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (0.9.4) Requirement already satisfied: s3transfer<0.5.0,>=0.4.0 in /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages (from boto3->pennsieve==6.1.1->-r requirements-dev.txt (line 2)) (0.4.2) Using cached black-23.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB) Using cached click-8.1.7-py3-none-any.whl (97 kB) Using cached more_itertools-10.1.0-py3-none-any.whl (55 kB) Using cached pathspec-0.11.2-py3-none-any.whl (29 kB) Using cached platformdirs-3.10.0-py3-none-any.whl (17 kB) Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB) Installing collected packages: wcwidth, typing-extensions, py, pluggy, platformdirs, pathspec, mypy-extensions, more-itertools, isort, click, attrs, pytest, black Attempting uninstall: pluggy Found existing installation: pluggy 1.3.0 Uninstalling pluggy-1.3.0: Successfully uninstalled pluggy-1.3.0 Attempting uninstall: click Found existing installation: click 7.1.2 Uninstalling click-7.1.2: Successfully uninstalled click-7.1.2 Attempting uninstall: pytest Found existing installation: pytest 7.4.1 Uninstalling pytest-7.4.1: Successfully uninstalled pytest-7.4.1 Successfully installed attrs-23.1.0 black-23.7.0 click-8.1.7 isort-5.12.0 more-itertools-10.1.0 mypy-extensions-1.0.0 pathspec-0.11.2 platformdirs-3.10.0 pluggy-0.13.1 py-1.11.0 pytest-5.4.3 typing-extensions-4.7.1 wcwidth-0.2.6 + pytest ============================= test session starts ============================== platform linux -- Python 3.9.18, pytest-5.4.3, py-1.11.0, pluggy-0.13.1 rootdir: /home/cmiss/Jenkins/workspace/SPARC-API collected 100 items tests/test_api.py ................... [ 19%] tests/test_biolucida.py ............. [ 32%] tests/test_dataset_info.py .s..ss..... [ 43%] tests/test_health.py . [ 44%] tests/test_monthly_stats.py ...... [ 50%] tests/test_osparc.py .............. [ 64%] tests/test_pmr.py ..... [ 69%] tests/test_scicrunch.py ......................... [ 94%] tests/test_segmentation_info.py .. [ 96%] tests/test_thumbnails.py ... [ 99%] tests/test_update_contentful_entries.py . [100%] =============================== warnings summary =============================== /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/apscheduler/__init__.py:1 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/apscheduler/__init__.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import get_distribution, DistributionNotFound /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pkg_resources/__init__.py:2871 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pkg_resources/__init__.py:2871 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pkg_resources/__init__.py:2871 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.logging')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(pkg) /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pkg_resources/__init__.py:2350 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pkg_resources/__init__.py:2350: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`. Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages declare_namespace(parent) /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/marshmallow/__init__.py:17 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/marshmallow/__init__.py:17: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. __version_info__ = tuple(LooseVersion(__version__).version) /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/flask_marshmallow/__init__.py:34 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/flask_marshmallow/__init__.py:34: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. __version_info__ = tuple(LooseVersion(__version__).version) /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/future/standard_library/__init__.py:65 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/future/standard_library/__init__.py:65: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:19 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:19: DeprecationWarning: Call to deprecated create function FileDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. DESCRIPTOR = _descriptor.FileDescriptor( /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:36 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:36: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. _descriptor.FieldDescriptor( /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:53 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:53: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. _descriptor.FieldDescriptor( /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:70 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:70: DeprecationWarning: Call to deprecated create function FieldDescriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. _descriptor.FieldDescriptor( /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:29 /home/cmiss/Jenkins/shiningpanda/jobs/c6a9534b/virtualenvs/d41d8cd9/lib/python3.9/site-packages/pennsieve/cache/cache_segment_pb2.py:29: DeprecationWarning: Call to deprecated create function Descriptor(). Note: Create unlinked descriptors is going to go away. Please use get/find descriptors from generated code or query the descriptor_pool. _CACHESEGMENT = _descriptor.Descriptor( tests/test_health.py::test_request_response /home/cmiss/Jenkins/workspace/SPARC-API/tests/test_health.py:13: DeprecationWarning: Please use assertEqual instead. assert_equals("healthy", json_response.get("status")) -- Docs: https://docs.pytest.org/en/latest/warnings.html ============ 97 passed, 3 skipped, 14 warnings in 191.47s (0:03:11) ============ [Slack Notifications] found #839 as previous completed, non-aborted build Finished: SUCCESS