Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/work/repos/karaf-camel-log : $ mvn clean package fabric8:build
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ---------------< io.fabric8.quickstarts:karaf-camel-log >---------------
- [INFO] Building Fabric8 :: Quickstarts :: Karaf :: Camel Log 1.0-SNAPSHOT
- [INFO] -------------------------------[ bundle ]-------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ karaf-camel-log ---
- [INFO] Deleting /home/Rohaan/work/repos/karaf-camel-log/target
- [INFO]
- [INFO] --- fabric8-maven-plugin:4.0-SNAPSHOT:resource (generate-resource) @ karaf-camel-log ---
- [INFO] F8: Running in OpenShift mode
- [INFO] F8: Using docker image name of namespace: myproject
- [INFO] F8: Running generator karaf
- [INFO] F8: karaf: Using Docker image fabric8/s2i-karaf:2.3 as base / builder
- [INFO] F8: using resource templates from /home/Rohaan/work/repos/karaf-camel-log/src/main/fabric8
- [INFO] F8: fmp-service: Adding a default service 'karaf-camel-log' with ports [8181]
- [INFO] F8: fmp-revision-history: Adding revision history limit to 2
- [INFO] F8: validating /home/Rohaan/work/repos/karaf-camel-log/target/classes/META-INF/fabric8/openshift/karaf-camel-log-service.yml resource
- [INFO] F8: validating /home/Rohaan/work/repos/karaf-camel-log/target/classes/META-INF/fabric8/openshift/karaf-camel-log-deploymentconfig.yml resource
- [INFO] F8: validating /home/Rohaan/work/repos/karaf-camel-log/target/classes/META-INF/fabric8/kubernetes/karaf-camel-log-service.yml resource
- [INFO] F8: validating /home/Rohaan/work/repos/karaf-camel-log/target/classes/META-INF/fabric8/kubernetes/karaf-camel-log-deployment.yml resource
- [INFO]
- [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ karaf-camel-log ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 2 resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.6.0:compile (default-compile) @ karaf-camel-log ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ karaf-camel-log ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /home/Rohaan/work/repos/karaf-camel-log/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.6.0:testCompile (default-testCompile) @ karaf-camel-log ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ karaf-camel-log ---
- [INFO] No tests to run.
- [INFO]
- [INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ karaf-camel-log ---
- [WARNING] Bundle io.fabric8.quickstarts:karaf-camel-log:bundle:1.0-SNAPSHOT : No translation found for macro: body
- [WARNING] Bundle io.fabric8.quickstarts:karaf-camel-log:bundle:1.0-SNAPSHOT : No translation found for macro: id
- [INFO]
- [INFO] --- fabric8-maven-plugin:4.0-SNAPSHOT:build (default-cli) @ karaf-camel-log ---
- [INFO] F8: Using OpenShift build with strategy S2I
- [INFO] F8: Running generator karaf
- [INFO] F8: karaf: Using Docker image fabric8/s2i-karaf:2.3 as base / builder
- [ERROR] F8: Failed to execute the build [Unable to create the build archive]
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 6.428 s
- [INFO] Finished at: 2019-01-23T17:32:25+05:30
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:4.0-SNAPSHOT:build (default-cli) on project karaf-camel-log: Failed to execute the build: Unable to create the build archive: Failed to create assembly for docker image (with mode 'dir'): Error creating assembly archive docker: archive cannot be empty. -> [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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement