Actions
Issue #6266
closedIn ansible-pulp CI, pip builds often fail to access .so files under /tmp
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Quarter:
Description
We seem to be affected by: https://github.com/docker/compose/issues/1339
When building PyGObject under molecule CI.
pulplift is unaffected.
CentOS 7: ImportError: /tmp/pip-build-env-lea94t9z/overlay/lib64/python3.6/site-packages/cairo/_cairo.cpython-36m-x86_64-linux-gnu.so: failed to map segment from shared object: Operation not permitted Fedora 31: ImportError: /tmp/pip-build-env-tb9gsu1m/overlay/lib64/python3.7/site-packages/cairo/_cairo.cpython-37m-x86_64-linux-gnu.so: failed to map segment from shared object
Related issues
Actions
Problem: In ansible-pulp CI, pip builds often fail to access .so files under /tmp
Solution: Mount /tmp with exec in molecule.yml per: https://github.com/docker/compose/issues/1339#issuecomment-508730544
fixes: #6266