[CDRIVER-4156] Evergreen build fails on Ubuntu 14.04 because wrong Python is used Created: 14/Sep/21 Updated: 28/Oct/23 Resolved: 14/Sep/21 |
|
| Status: | Closed |
| Project: | C Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.20.0, 1.19.1 |
| Type: | Bug | Priority: | Unknown |
| Reporter: | Roberto Sanchez | Assignee: | Roberto Sanchez |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | failing-on-waterfall | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
The .evergreen/integration-tests.sh helper script refers to /opt/python/2.7/bin/python, presumably to be used by systems where the system-provided Python interpreter is too old. With Ubuntu 14.04 Evergreen hosts, the case is that the system-provided Python is too old, but the /opt/python/2.7/bin/python interpreter is also not present. This results in many Evergreen tasks being a system-failed state. The correct course of action seem to be to be update the .evergreen/integration-tests.sh helper script so that Ubuntu 14.04 hosts are able to find the appropriate Python interpreter that works for our use cases. |
| Comments |
| Comment by Githook User [ 14/Sep/21 ] |
|
Author: {'name': 'Roberto C. Sánchez', 'email': 'roberto@connexer.com', 'username': 'rcsanchez97'}Message: |
| Comment by Githook User [ 14/Sep/21 ] |
|
Author: {'name': 'Roberto C. Sánchez', 'email': 'roberto@connexer.com', 'username': 'rcsanchez97'}Message: |