Skip to content

Instantly share code, notes, and snippets.

@jvanzyl
Created May 14, 2019 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jvanzyl/f6333a2f0c9d678693c610454a711594 to your computer and use it in GitHub Desktop.
Save jvanzyl/f6333a2f0c9d678693c610454a711594 to your computer and use it in GitHub Desktop.
[ERROR] DOCKER> I/O Error [Unable to start container id [326b5affcd0e] : Mounts denied:
The path /var/folders/d3/kkn5dhcd40zgzhwc8ry35b71mf__mn/T/
is not shared from OS X and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> File Sharing.
See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.
. (Bad Gateway: 502)]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for com.walmartlabs.concord:parent 1.19.2-SNAPSHOT:
[INFO]
[INFO] com.walmartlabs.concord:parent ..................... SUCCESS [ 1.340 s]
[INFO] concord-sdk ........................................ SUCCESS [ 5.127 s]
[INFO] concord-common ..................................... SUCCESS [ 5.473 s]
[INFO] concord-dependency-manager ......................... SUCCESS [ 1.261 s]
[INFO] concord-policy-engine .............................. SUCCESS [ 1.762 s]
[INFO] concord-project-model .............................. SUCCESS [ 26.223 s]
[INFO] concord-repository ................................. SUCCESS [ 1.610 s]
[INFO] parent ............................................. SUCCESS [ 0.016 s]
[INFO] concord-server-sdk ................................. SUCCESS [ 0.136 s]
[INFO] concord-server-db .................................. SUCCESS [ 13.481 s]
[INFO] concord-queue-client ............................... SUCCESS [ 1.871 s]
[INFO] concord-server-impl ................................ SUCCESS [ 32.478 s]
[INFO] parent ............................................. SUCCESS [ 0.013 s]
[INFO] parent ............................................. SUCCESS [ 0.016 s]
[INFO] concord-ansible-plugin-db .......................... SUCCESS [ 4.474 s]
[INFO] concord-ansible-plugin ............................. SUCCESS [ 2.122 s]
[INFO] concord-server ..................................... SUCCESS [ 6.912 s]
[INFO] concord-client ..................................... SUCCESS [ 7.115 s]
[INFO] concord-ansible-plugin-client ...................... SUCCESS [ 0.560 s]
[INFO] parent ............................................. SUCCESS [ 0.013 s]
[INFO] log-tasks .......................................... SUCCESS [ 0.201 s]
[INFO] locale-tasks ....................................... SUCCESS [ 0.098 s]
[INFO] kv-tasks ........................................... SUCCESS [ 0.386 s]
[INFO] misc-tasks ......................................... SUCCESS [ 0.109 s]
[INFO] resource-tasks ..................................... SUCCESS [ 0.161 s]
[INFO] sleep-tasks ........................................ SUCCESS [ 0.094 s]
[INFO] variables-tasks .................................... SUCCESS [ 0.413 s]
[INFO] crypto-tasks ....................................... SUCCESS [ 0.577 s]
[INFO] docker-tasks ....................................... SUCCESS [ 0.321 s]
[INFO] throw-tasks ........................................ SUCCESS [ 0.126 s]
[INFO] lock-tasks ......................................... SUCCESS [ 0.449 s]
[INFO] concord-runner ..................................... SUCCESS [ 5.340 s]
[INFO] ansible-tasks ...................................... SUCCESS [ 2.045 s]
[INFO] concord-tasks ...................................... SUCCESS [ 1.309 s]
[INFO] dynamic-tasks ...................................... SUCCESS [ 0.485 s]
[INFO] example-tasks ...................................... SUCCESS [ 0.120 s]
[INFO] http-tasks ......................................... SUCCESS [ 8.912 s]
[INFO] slack-tasks ........................................ SUCCESS [ 0.981 s]
[INFO] smtp-tasks ......................................... SUCCESS [ 1.568 s]
[INFO] ansible-template ................................... SUCCESS [ 0.094 s]
[INFO] concord-agent ...................................... SUCCESS [ 6.323 s]
[INFO] concord-console2 ................................... SUCCESS [01:53 min]
[INFO] parent ............................................. SUCCESS [ 0.022 s]
[INFO] concord-base ....................................... SUCCESS [02:33 min]
[INFO] concord-ansible .................................... SUCCESS [02:45 min]
[INFO] concord-agent ...................................... SUCCESS [ 58.259 s]
[INFO] concord-server ..................................... SUCCESS [ 3.341 s]
[INFO] concord-console .................................... SUCCESS [ 32.121 s]
[INFO] parent ............................................. SUCCESS [ 0.024 s]
[INFO] broken-deps ........................................ SUCCESS [ 0.860 s]
[INFO] suspend-test ....................................... SUCCESS [ 0.154 s]
[INFO] concord-common-it .................................. SUCCESS [ 0.698 s]
[INFO] concord-server-it .................................. FAILURE [01:18 min]
[INFO] concord-console-it ................................. SKIPPED
[INFO] concord-agent-operator ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:30 min
[INFO] Finished at: 2019-05-14T14:43:40-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.23.0:start (start) on project concord-server-it: I/O Error: Unable to start container id [326b5affcd0e] : Mounts denied:
[ERROR] The path /var/folders/d3/kkn5dhcd40zgzhwc8ry35b71mf__mn/T/
[ERROR] is not shared from OS X and is not known to Docker.
[ERROR] You can configure shared paths from Docker -> Preferences... -> File Sharing.
[ERROR] See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info.
[ERROR] . (Bad Gateway: 502)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :concord-server-it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment