[FOLIO-1347] AWS folio-ansible build failure Created: 14/Jul/18 Updated: 18/Jan/19 |
|
| Status: | Open |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | John Malconian | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | ci | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | |
| Development Team: | Core: Platform |
| Description |
|
The error message: TASK [folio-ansible/roles/module-sample-data : Clone repo with sample data] ****
fatal: [10.36.1.193 -> 127.0.0.1]: FAILED! => {"changed": false, "cmd": "/usr/bin/git clone --origin origin https://github.com/folio-org/mod-vendors /tmp/module-sample-data/mod-vendors", "failed": true, "msg": "fatal: destination path '/tmp/module-sample-data/mod-vendors' already exists and is not an empty directory.", "rc": 128, "stderr": "fatal: destination path '/tmp/module-sample-data/mod-vendors' already exists and is not an empty directory.\n", "stderr_lines": ["fatal: destination path '/tmp/module-sample-data/mod-vendors' already exists and is not an empty directory."], "stdout": "", "stdout_lines": []}
|
| Comments |
| Comment by John Malconian [ 14/Jul/18 ] |
|
The directory /tmp./module-sample-data currently exists on jenkins-aws. Doesn't look like it was removed from previous run. |
| Comment by John Malconian [ 14/Jul/18 ] |
|
removed directory manually and restarted folio-testing-backend01 job in Jenkins. |
| Comment by John Malconian [ 14/Jul/18 ] |
|
Job completed successfully. |