Advertisement
rohankanojia

Untitled

Apr 8th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.49 KB | None | 0 0
  1. ~/work/repos/fabric8-maven-plugin/samples/quarkus : $ mvn clean install -Pnative
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] --------------< io.fabric8:fabric8-maven-sample-quarkus >---------------
  5. [INFO] Building Fabric8 Maven :: Sample :: Quarkus 4.0-SNAPSHOT
  6. [INFO] --------------------------------[ jar ]---------------------------------
  7. [INFO]
  8. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ fabric8-maven-sample-quarkus ---
  9. [INFO] Deleting /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target
  10. [INFO]
  11. [INFO] --- maven-resources-plugin:3.0.0:resources (default-resources) @ fabric8-maven-sample-quarkus ---
  12. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  13. [INFO] skip non existing resourceDirectory /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/src/main/resources
  14. [INFO]
  15. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fabric8-maven-sample-quarkus ---
  16. [INFO] Changes detected - recompiling the module!
  17. [INFO] Compiling 4 source files to /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target/classes
  18. [INFO]
  19. [INFO] --- maven-resources-plugin:3.0.0:testResources (default-testResources) @ fabric8-maven-sample-quarkus ---
  20. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  21. [INFO] skip non existing resourceDirectory /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/src/test/resources
  22. [INFO]
  23. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fabric8-maven-sample-quarkus ---
  24. [INFO] No sources to compile
  25. [INFO]
  26. [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ fabric8-maven-sample-quarkus ---
  27. [INFO] No tests to run.
  28. [INFO]
  29. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ fabric8-maven-sample-quarkus ---
  30. [INFO] Building jar: /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target/random-generator.jar
  31. [INFO]
  32. [INFO] --- quarkus-maven-plugin:0.11.0:build (default) @ fabric8-maven-sample-quarkus ---
  33. [INFO] [io.quarkus.deployment.QuarkusAugmentor] Beginning quarkus augmentation
  34. [INFO] [org.jboss.threads] JBoss Threads version 3.0.0.Alpha4
  35. [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 1133ms
  36. [INFO] [io.quarkus.creator.phase.runnerjar.RunnerJarPhase] Building jar: /home/Rohaan/work/repos/fabric8-maven-plugin/samples/quarkus/target/random-generator-runner.jar
  37. [INFO]
  38. [INFO] --- quarkus-maven-plugin:0.11.0:native-image (default) @ fabric8-maven-sample-quarkus ---
  39. [INFO] [io.quarkus.creator.phase.nativeimage.NativeImagePhase] Running Quarkus native-image plugin on OpenJDK 64-Bit Server VM
  40. [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
  41. Error: Invalid Path entry random-generator-runner.jar
  42. Caused by: java.nio.file.NoSuchFileException: /project/random-generator-runner.jar
  43. [INFO] ------------------------------------------------------------------------
  44. [INFO] BUILD FAILURE
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] Total time: 5.275 s
  47. [INFO] Finished at: 2019-04-09T02:00:58+05:30
  48. [INFO] ------------------------------------------------------------------------
  49. [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]
  50. [ERROR]
  51. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  52. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  53. [ERROR]
  54. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  55. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  56. ~/work/repos/fabric8-maven-plugin/samples/quarkus : $ ls target/
  57. classes            lib             maven-status          random-generator-runner.jar  wiring-classes
  58. generated-sources  maven-archiver  random-generator.jar  transformed-classes
  59. ~/work/repos/fabric8-maven-plugin/samples/quarkus : $ mvn fabric8:build -Pnative
  60. [INFO] Scanning for projects...
  61. [INFO]
  62. [INFO] --------------< io.fabric8:fabric8-maven-sample-quarkus >---------------
  63. [INFO] Building Fabric8 Maven :: Sample :: Quarkus 4.0-SNAPSHOT
  64. [INFO] --------------------------------[ jar ]---------------------------------
  65. [INFO]
  66. [INFO] --- fabric8-maven-plugin:4.0-SNAPSHOT:build (default-cli) @ fabric8-maven-sample-quarkus ---
  67. [INFO] F8: Running in Kubernetes mode
  68. [INFO] F8: Building Docker image in Kubernetes mode
  69. [INFO] F8: Running generator quarkus
  70. [INFO] ------------------------------------------------------------------------
  71. [INFO] BUILD FAILURE
  72. [INFO] ------------------------------------------------------------------------
  73. [INFO] Total time: 3.608 s
  74. [INFO] Finished at: 2019-04-09T02:01:56+05:30
  75. [INFO] ------------------------------------------------------------------------
  76. [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]
  77. [ERROR]
  78. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  79. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  80. [ERROR]
  81. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  82. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  83. ~/work/repos/fabric8-maven-plugin/samples/quarkus : $ ls target/
  84. classes            lib             maven-status          random-generator-runner.jar  wiring-classes
  85. generated-sources  maven-archiver  random-generator.jar  transformed-classes
  86. ~/work/repos/fabric8-maven-plugin/samples/quarkus : $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement