Our coverage task is failing:
[2021/01/14 03:51:39.340] Finished 'shell.exec' in "install dependencies" in 14.322046ms [2021/01/14 03:51:39.340] Finished running pre-task commands. [2021/01/14 03:51:39.340] Running command 'shell.exec' in "download and merge coverage" (step 1.1 of 1) [2021/01/14 03:51:42.198] Finished 'shell.exec' in "download and merge coverage" in 2.858204044s [2021/01/14 03:51:42.198] Running command 'shell.exec' in "download and merge coverage" (step 1.2 of 1) [2021/01/14 03:51:42.199] + set -o errexit [2021/01/14 03:51:42.199] + export DRIVERS_TOOLS=/data/mci/b4485de96b5b9e82e87207850df08bd9/drivers-tools [2021/01/14 03:51:42.199] + export MONGO_ORCHESTRATION_HOME=/data/mci/b4485de96b5b9e82e87207850df08bd9/drivers-tools/.evergreen/orchestration [2021/01/14 03:51:42.199] + export MONGODB_BINARIES=/data/mci/b4485de96b5b9e82e87207850df08bd9/drivers-tools/mongodb/bin [2021/01/14 03:51:42.199] + export UPLOAD_BUCKET=mongo-python-driver [2021/01/14 03:51:42.199] + export PROJECT_DIRECTORY=/data/mci/b4485de96b5b9e82e87207850df08bd9/src [2021/01/14 03:51:42.199] + export TMPDIR=/data/mci/b4485de96b5b9e82e87207850df08bd9/drivers-tools/.evergreen/orchestration/db [2021/01/14 03:51:42.199] + export PATH=/data/mci/b4485de96b5b9e82e87207850df08bd9/drivers-tools/mongodb/bin:/opt/go/bin:/opt/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/opt/node/bin:/opt/node/bin [2021/01/14 03:51:42.199] + export PROJECT=mongo-python-driver [2021/01/14 03:51:42.199] + ls -la coverage/ [2021/01/14 03:51:42.200] total 4 [2021/01/14 03:51:42.200] drwxr-xr-x 2 ubuntu ubuntu 6 Jan 14 03:51 . [2021/01/14 03:51:42.200] drwxr-xr-x 11 ubuntu ubuntu 4096 Jan 14 03:51 .. [2021/01/14 03:51:45.519] Couldn't combine from non-existent path 'coverage/coverage.*' [2021/01/14 03:51:45.519] + /opt/python/3.6/bin/python3 -m coverage combine coverage/coverage.* [2021/01/14 03:51:45.519] Command failed: command encountered problem: error waiting on process '3ed4e01b-8f25-403b-bbbd-91ce0ab69f08': exit status 1 [2021/01/14 03:51:45.519] Task completed - FAILURE.
This is caused by the following commit for PYTHON-2133: https://github.com/mongodb/mongo-python-driver/commit/fb4c20adfaf64fe9b2a5c8a7f84b2a38dc12d6b2
- is caused by
-
PYTHON-2133 Drop support for Python 2.7
- Released