Started by user Alan Wu
Running as SYSTEM
Building remotely on Ubuntu_18.04_bioeng49 (buildslave Testing) in workspace /home/cmiss/Jenkins/workspace/12-Labours-API
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/ABI-Software/12-labours-api.git
> git init /home/cmiss/Jenkins/workspace/12-Labours-API # timeout=10
Fetching upstream changes from https://github.com/ABI-Software/12-labours-api.git
> git --version # timeout=10
> git --version # 'git version 2.25.1'
> git fetch --tags --force --progress -- https://github.com/ABI-Software/12-labours-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/ABI-Software/12-labours-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/dev^{commit} # timeout=10
Checking out Revision b3a6fd4c141bed3d0c2c23396d58aeb1a6d89102 (refs/remotes/origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f b3a6fd4c141bed3d0c2c23396d58aeb1a6d89102 # timeout=10
Commit message: "Merge pull request #13 from david-jianwei-yu/update-filter"
First time build. Skipping changelog.
[12-Labours-API] $ /usr/bin/python3.8 /home/cmiss/Jenkins/shiningpanda/jobs/084398e7/virtualenv.py /home/cmiss/Jenkins/shiningpanda/jobs/084398e7/virtualenvs/d41d8cd9
Using base prefix '/usr'
New python executable in /home/cmiss/Jenkins/shiningpanda/jobs/084398e7/virtualenvs/d41d8cd9/bin/python3.8
Also creating executable in /home/cmiss/Jenkins/shiningpanda/jobs/084398e7/virtualenvs/d41d8cd9/bin/python
Installing setuptools, pip, wheel...done.
/home/cmiss/Jenkins/shiningpanda/jobs/084398e7/virtualenv.py:1041: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
[12-Labours-API] $ /bin/sh -xe /tmp/shiningpanda1107340948532524530.sh
+ pwd
+ export PYTHONPATH=/home/cmiss/Jenkins/workspace/12-Labours-API
+ pip install -r requirements.txt
Collecting autopep8==1.6.0
Downloading autopep8-1.6.0-py2.py3-none-any.whl (45 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.3/45.3 kB 3.8 MB/s eta 0:00:00
Collecting fastapi==0.80.0
Downloading fastapi-0.80.0-py3-none-any.whl (54 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.8/54.8 kB 3.7 MB/s eta 0:00:00
ERROR: Ignored the following versions that require a different python version: 4.10.0 Requires-Python >=3.9,<3.10; 4.10.1 Requires-Python >=3.9,<3.10; 4.11.1 Requires-Python >=3.9,<3.10; 4.11.2 Requires-Python >=3.9,<3.10; 4.11.3 Requires-Python >=3.9,<3.10; 4.11.4 Requires-Python >=3.9,<3.10; 4.12.0 Requires-Python >=3.9,<3.10; 4.12.1 Requires-Python >=3.9,<3.10; 4.12.2 Requires-Python >=3.9,<3.10; 4.13.0 Requires-Python >=3.9,<3.10; 4.14.0 Requires-Python >=3.9,<4.0; 4.15.0 Requires-Python >=3.9,<4.0; 4.16.0 Requires-Python >=3.9,<4.0; 4.16.1 Requires-Python >=3.9,<4.0; 4.17.0 Requires-Python >=3.9,<4.0
ERROR: Could not find a version that satisfies the requirement gen3==4.15.0 (from versions: 0.1.1, 0.1.2, 0.1.3, 0.1.4, 1.0.0, 1.0.1, 1.1.0, 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0, 2.5.0, 2.6.0, 2.7.0, 3.0.0, 3.1.0, 4.0.0, 4.1.0, 4.2.0, 4.4.0, 4.5.0, 4.6.0, 4.6.1, 4.6.2, 4.6.3, 4.8.0, 4.9.1, 4.9.2, 4.9.3, 4.9.4)
ERROR: No matching distribution found for gen3==4.15.0
Build step 'Virtualenv Builder' marked build as failure
Finished: FAILURE