On Mac the uploaded tar file is not formatted correctly:
tar -zxf mongo_python_driver_tests_ssl_requires_32__os_ssl_requires_32_macos_1012_auth_auth_ssl_ssl_test_latest_standalone_d8abb4b3f3d5f55a484eec77bcb024c1d1073fd6_18_04_18_01_01_16-0-mongodb-logs.tar.gz data/mci/103c50568814710296afa9b07ee740fe/src/../drivers-tools/.evergreen/orchestration/db/mongo-zCjEy8/mongod.log: Path contains '..' data/mci/103c50568814710296afa9b07ee740fe/src/../drivers-tools/.evergreen/orchestration/err.log: Path contains '..' data/mci/103c50568814710296afa9b07ee740fe/src/../drivers-tools/.evergreen/orchestration/out.log: Path contains '..' data/mci/103c50568814710296afa9b07ee740fe/src/../drivers-tools/.evergreen/orchestration/server.log: Path contains '..' tar: Error exit delayed from previous errors.
Also the mongo-orchestration log upload fails on Windows:
Putting C:/data/mci/71adf00840eee64d74f9bd1375d5226e/drivers-tools/.evergreen/orchestration/server.log into path <...> [2018/04/17 13:44:21.032] performing s3 put to mciuploads of mongo-python-driver/<...>-orchestration.log [1 of 10] [2018/04/17 13:44:21.032] performing s3 put to mciuploads of mongo-python-driver/<...>-orchestration.log [2 of 10] . . . [2018/04/17 13:44:21.032] performing s3 put to mciuploads of mongo-python-driver/<...>-orchestration.log [10 of 10] [2018/04/17 13:44:41.038] Command failed: uploaded 0 files of 1 requested
These problems are likely all related to using the wrong file path, absolute vs relative etc.
- causes
-
PYTHON-1392 Evergreen coverage task is not working
- Closed