[logs:pod/testing-pod] FAILED - RETRYING: Copy jar into keycloaks metrics (4 retries left). |
[logs:pod/testing-pod] FAILED - RETRYING: Copy jar into keycloaks metrics (3 retries left). |
[logs:pod/testing-pod] FAILED - RETRYING: Copy jar into keycloaks metrics (2 retries left). |
[logs:pod/testing-pod] FAILED - RETRYING: Copy jar into keycloaks metrics (1 retries left). |
[logs:pod/testing-pod] fatal: [localhost]: FAILED! => {"attempts": 60, "changed": true, "cmd": "oc cp /tmp/keycloak-metrics-spi-1.0-SNAPSHOT.jar test-keycloak-apb-4-1519036620083/:/opt/jboss/keycloak/providers/", "delta": "0:00:00.271804", "end": "2018-02-19 10:46:31.863801", "msg": "non-zero return code", "rc": 1, "start": "2018-02-19 10:46:31.591997", "stderr": "error: One of src or dest must be a remote file specification\nSee 'oc cp -h' for help and examples.", "stderr_lines": ["error: One of src or dest must be a remote file specification", "See 'oc cp -h' for help and examples."], "stdout": "", "stdout_lines": []} |
[logs:pod/testing-pod] to retry, use: --limit @/opt/apb/actions/test.retry |
[logs:pod/testing-pod] PLAY RECAP ********************************************************************* |
[logs:pod/testing-pod] localhost : ok=16 changed=11 unreachable=0 failed=1 |
[logs:pod/testing-pod] + EXIT_CODE=2 |
[logs:pod/testing-pod] + set +ex |
[logs:pod/testing-pod] + '[' -f /var/tmp/test-result ']' |
[logs:pod/testing-pod] + exit 2 |
[logs:pod/testing-pod]
|
Looks like Copy jar into keycloaks metrics task holds the empty variable meant for the name of the keycloak pod. This could be easily fixed. |