Created
April 14, 2020 17:35
-
-
Save ironfroggy/5b2572c36063d0f8678eb6cb5dc269c3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK [pulp : Install Pulp plugins from source] ********************************* | |
ok: [pulp3-source-fedora31] => (item={'key': 'pulp-ansible', 'value': {'source_dir': '/home/vagrant/devel/pulp_ansible'}}) | |
failed: [pulp3-source-fedora31] (item={'key': 'galaxy-ng', 'value': {'source_dir': '/home/vagrant/devel/galaxy_ng'}}) => { | |
"ansible_loop_var": "item", | |
"changed": false, | |
"cmd": [ | |
"/usr/local/lib/pulp/bin/pip3", | |
"install", | |
"-c", | |
"/usr/local/lib/pulp/pip_constraints_for_plugins.txt", | |
"-e", | |
"/home/vagrant/devel/galaxy_ng" | |
], | |
"item": { | |
"key": "galaxy-ng", | |
"value": { | |
"source_dir": "/home/vagrant/devel/galaxy_ng" | |
} | |
} | |
} | |
MSG: | |
stdout: Obtaining file:///home/vagrant/devel/galaxy_ng | |
Installing build dependencies: started | |
Installing build dependencies: finished with status 'done' | |
Getting requirements to build wheel: started | |
Getting requirements to build wheel: finished with status 'error' | |
:stderr: ERROR: Command errored out with exit status 1: | |
command: /usr/local/lib/pulp/bin/python3 /usr/local/lib/pulp/lib64/python3.7/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpqev2tujy | |
cwd: /home/vagrant/devel/galaxy_ng | |
Complete output (2 lines): | |
running egg_info | |
error: [Errno 13] Permission denied | |
---------------------------------------- | |
ERROR: Command errored out with exit status 1: /usr/local/lib/pulp/bin/python3 /usr/local/lib/pulp/lib64/python3.7/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpqev2tujy Check the logs for full command output. | |
ok: [pulp3-source-fedora31] => (item={'key': 'pulp-container', 'value': {'source_dir': '/home/vagrant/devel/pulp_container'}}) | |
ok: [pulp3-source-fedora31] => (item={'key': 'pulp-file', 'value': {'source_dir': '/home/vagrant/devel/pulp_file'}}) | |
PLAY RECAP ********************************************************************* | |
pulp3-source-fedora31 : ok=22 changed=11 unreachable=0 failed=1 skipped=26 rescued=0 ignored=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment