Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/work/repos/fabric8-maven-plugin/samples/quarkus : $ mvn clean install -Pnative
- [INFO] Scanning for projects...
- [INFO]
- [INFO] --------------< io.fabric8:fabric8-maven-sample-quarkus >---------------
- [INFO] Building Fabric8 Maven :: Sample :: Quarkus 4.0-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fabric8-maven-sample-quarkus ---
- [INFO] Deleting /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target
- [INFO]
- [INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ fabric8-maven-sample-quarkus ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fabric8-maven-sample-quarkus ---
- [INFO] Changes detected - recompiling the module!
- [INFO] Compiling 4 source files to /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target/classes
- [INFO]
- [INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ fabric8-maven-sample-quarkus ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/src/test/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fabric8-maven-sample-quarkus ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ fabric8-maven-sample-quarkus ---
- [INFO] No tests to run.
- [INFO]
- [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ fabric8-maven-sample-quarkus ---
- [INFO] Building jar: /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target/random-generator.jar
- [INFO]
- [INFO] --- quarkus-maven-plugin:0.11.0:build (default) @ fabric8-maven-sample-quarkus ---
- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Beginning quarkus augmentation
- [INFO] [org.jboss.threads] JBoss Threads version 3.0.0.Alpha4
- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1133ms
- [INFO] [io.quarkus.creator.phase.runnerjar.RunnerJarPhase] Building jar: /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target/random-generator-runner.jar
- [INFO]
- [INFO] --- quarkus-maven-plugin:0.11.0:native-image (default) @ fabric8-maven-sample-quarkus ---
- [INFO] [io.quarkus.creator.phase.nativeimage.NativeImagePhase] Running Quarkus native-image plugin on OpenJDK 64-Bit Server VM
- [INFO] [io.quarkus.creator.phase.nativeimage.NativeImagePhase] docker run -v /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target:/project:z --rm swd847/centos-graal-native-image-rc12 -J-Djava.util.logging.manager=org.jboss.logmanager.LogManager -H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy$BySpaceAndTime -jar random-generator-runner.jar -J-Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -H:+PrintAnalysisCallTree -H:EnableURLProtocols=http -H:-SpawnIsolates -H:-JNI --no-server -H:-UseServiceLoaderFeature -H:+StackTrace
- Error: Invalid Path entry random-generator-runner.jar
- Caused by: java.nio.file.NoSuchFileException: /project/random-generator-runner.jar
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 5.275 s
- [INFO] Finished at: 2019-04-09T02:00:58+05:30
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:0.11.0:native-image (default) on project fabric8-maven-sample-quarkus: Failed to generate a native image: Failed to build native image: Image generation failed -> [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
- ~/work/repos/fabric8-maven-plugin/samples/quarkus : $ ls target/
- classes lib maven-status random-generator-runner.jar wiring-classes
- generated-sources maven-archiver random-generator.jar transformed-classes
- ~/work/repos/fabric8-maven-plugin/samples/quarkus : $ mvn fabric8:build -Pnative
- [INFO] Scanning for projects...
- [INFO]
- [INFO] --------------< io.fabric8:fabric8-maven-sample-quarkus >---------------
- [INFO] Building Fabric8 Maven :: Sample :: Quarkus 4.0-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- fabric8-maven-plugin:4.0-SNAPSHOT:build (default-cli) @ fabric8-maven-sample-quarkus ---
- [INFO] F8: Running in Kubernetes mode
- [INFO] F8: Building Docker image in Kubernetes mode
- [INFO] F8: Running generator quarkus
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 3.608 s
- [INFO] Finished at: 2019-04-09T02:01:56+05:30
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:4.0-SNAPSHOT:build (default-cli) on project fabric8-maven-sample-quarkus: Execution default-cli of goal io.fabric8:fabric8-maven-plugin:4.0-SNAPSHOT:build failed: Cannot extract generator config: org.apache.maven.plugin.MojoExecutionException: Can't find single file with suffix '-runner' in /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target (zero or more than one files found ending with '-runner') -> [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/PluginExecutionException
- ~/work/repos/fabric8-maven-plugin/samples/quarkus : $ ls target/
- classes lib maven-status random-generator-runner.jar wiring-classes
- generated-sources maven-archiver random-generator.jar transformed-classes
- ~/work/repos/fabric8-maven-plugin/samples/quarkus : $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement