The coverage task has been broken since https://evergreen.mongodb.com/task/mongo_python_driver_Coverage_Report_coverage_report_9051b65510f9aafa7509c4557ff9581b0ffd4474_17_09_29_17_57_46
It's failing because the directory that holds all the tasks' .coverge files does not exist:
[2017/10/01 08:00:42.237] + ls -la coverage/
[2017/10/01 08:00:42.237] total 4
[2017/10/01 08:00:42.237] drwxrwxr-x 2 ubuntu ubuntu 6 Oct 1 15:00 .
[2017/10/01 08:00:42.237] drwxrwxr-x 11 ubuntu ubuntu 4096 Oct 1 15:00 ..
[2017/10/01 08:00:50.154] + /opt/python/3.6/bin/python3 -m coverage combine coverage/coverage.*
[2017/10/01 08:00:50.154] Couldn't combine from non-existent path 'coverage/coverage.*'
[2017/10/01 08:00:50.154] Command failed: script finished with error: exit status 1
It looks like the tasks are unable to upload the coverage report file, ".coverage", to s3.
- is caused by
-
PYTHON-1535 Various file upload problems on Evergreen
- Closed