rohankanojia

Untitled

Oct 11th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 KB | None | 0 0
  1. Generating: io.fabric8.openshift.api.model.RouteIngressFluent
  2. Generating: io.fabric8.openshift.api.model.RouteIngressFluentImpl
  3. Generating: io.fabric8.openshift.api.model.RouteIngressBuilder
  4. Generating: io.fabric8.openshift.api.model.DoneableRouteIngress
  5. 99%: io.fabric8.kubernetes.api.model.ServiceAccount
  6. Generating: io.fabric8.kubernetes.api.model.ServiceAccountFluent
  7. Generating: io.fabric8.kubernetes.api.model.ServiceAccountFluentImpl
  8. Generating: io.fabric8.kubernetes.api.model.ServiceAccountBuilder
  9. Generating: io.fabric8.kubernetes.api.model.DoneableServiceAccount
  10. 100%: Builder generation complete.
  11. An exception has occurred in the compiler (1.8.0_181). Please file a bug against the Java compiler via the Java bug reporting page (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com) for duplicates. Include your program and the following diagnostic in your report. Thank you.
  12. java.lang.IllegalStateException: endPosTable already set
  13. at com.sun.tools.javac.util.DiagnosticSource.setEndPosTable(DiagnosticSource.java:136)
  14. at com.sun.tools.javac.util.Log.setEndPosTable(Log.java:350)
  15. at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:667)
  16. at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:950)
  17. at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.<init>(JavacProcessingEnvironment.java:892)
  18. at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.next(JavacProcessingEnvironment.java:921)
  19. at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1187)
  20. at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1170)
  21. at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:856)
  22. at com.sun.tools.javac.main.Main.compile(Main.java:523)
  23. at com.sun.tools.javac.api.JavacTaskImpl.doCall(JavacTaskImpl.java:129)
  24. at com.sun.tools.javac.api.JavacTaskImpl.call(JavacTaskImpl.java:138)
  25. at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:125)
  26. at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:171)
  27. at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:886)
  28. at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129)
  29. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
  30. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
  31. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
  32. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
  33. at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:353)
  34. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:198)
  35. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
  36. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
  37. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
  38. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
  39. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
  40. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  41. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
  42. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
  43. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
  44. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954)
  45. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  46. at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  50. at java.lang.reflect.Method.invoke(Method.java:498)
  51. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  52. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  53. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  54. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  55. [INFO] -------------------------------------------------------------
  56. [WARNING] COMPILATION WARNING :
  57. [INFO] -------------------------------------------------------------
  58. [WARNING] bootstrap class path not set in conjunction with -source 1.7
  59. [WARNING] No SupportedSourceVersion annotation found on io.sundr.builder.internal.processor.BuildableProcessor, returning RELEASE_6.
  60. [WARNING] Supported source version 'RELEASE_6' from annotation processor 'io.sundr.builder.internal.processor.BuildableProcessor' less than -source '1.7'
  61. [WARNING] No SupportedSourceVersion annotation found on io.sundr.builder.internal.processor.ExternalBuildableProcessor, returning RELEASE_6.
  62. [WARNING] Supported source version 'RELEASE_6' from annotation processor 'io.sundr.builder.internal.processor.ExternalBuildableProcessor' less than -source '1.7'
  63. [WARNING] No SupportedSourceVersion annotation found on io.sundr.resourcecify.internal.processor.ResourcecifyProcessor, returning RELEASE_6.
  64. [WARNING] Supported source version 'RELEASE_6' from annotation processor 'io.sundr.resourcecify.internal.processor.ResourcecifyProcessor' less than -source '1.7'
  65. [INFO] 7 warnings
  66. [INFO] -------------------------------------------------------------
  67. [INFO] ------------------------------------------------------------------------
  68. [INFO] Reactor Summary:
  69. [INFO]
  70. [INFO] Fabric8 :: Kubernetes :: Project 4.0-SNAPSHOT ...... SUCCESS [ 2.686 s]
  71. [INFO] Fabric8 :: Kubernetes Model Parent ................. SUCCESS [ 0.270 s]
  72. [INFO] Fabric8 :: Kubernetes Model Annotator .............. SUCCESS [ 1.326 s]
  73. [INFO] Fabric8 :: Kubernetes Model ........................ FAILURE [02:09 min]
  74. [INFO] Fabric8 :: Kubernetes :: Java Client ............... SKIPPED
  75. [INFO] Fabric8 :: Kubernetes :: Server Mock ............... SKIPPED
  76. [INFO] Fabric8 :: Openshift :: Java Client ................ SKIPPED
  77. [INFO] Fabric8 :: Openshift :: Server Mock ................ SKIPPED
  78. [INFO] Fabric8 :: Kubernetes :: Client Examples ........... SKIPPED
  79. [INFO] Fabric8 :: Kubernetes :: Platforms ................. SKIPPED
  80. [INFO] Fabric8 :: Kubernetes :: Platforms :: Karaf ........ SKIPPED
  81. [INFO] Fabric8 :: Kubernetes :: Platforms :: Karaf :: Features SKIPPED
  82. [INFO] Fabric8 :: Kubernetes :: Platforms :: Karaf :: Tests SKIPPED
  83. [INFO] Fabric8 :: Kubernetes :: Tests ..................... SKIPPED
  84. [INFO] Fabric8 :: Kubernetes and Openshift :: UberJar 4.0-SNAPSHOT SKIPPED
  85. [INFO] ------------------------------------------------------------------------
  86. [INFO] BUILD FAILURE
  87. [INFO] ------------------------------------------------------------------------
  88. [INFO] Total time: 02:14 min
  89. [INFO] Finished at: 2018-10-11T15:59:58+05:30
  90. [INFO] ------------------------------------------------------------------------
  91. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project kubernetes-model: Compilation failure: Compilation failure:
  92. [ERROR] bootstrap class path not set in conjunction with -source 1.7
  93. [ERROR] No SupportedSourceVersion annotation found on io.sundr.builder.internal.processor.BuildableProcessor, returning RELEASE_6.
  94. [ERROR] Supported source version 'RELEASE_6' from annotation processor 'io.sundr.builder.internal.processor.BuildableProcessor' less than -source '1.7'
  95. [ERROR] No SupportedSourceVersion annotation found on io.sundr.builder.internal.processor.ExternalBuildableProcessor, returning RELEASE_6.
  96. [ERROR] Supported source version 'RELEASE_6' from annotation processor 'io.sundr.builder.internal.processor.ExternalBuildableProcessor' less than -source '1.7'
  97. [ERROR] No SupportedSourceVersion annotation found on io.sundr.resourcecify.internal.processor.ResourcecifyProcessor, returning RELEASE_6.
  98. [ERROR] Supported source version 'RELEASE_6' from annotation processor 'io.sundr.resourcecify.internal.processor.ResourcecifyProcessor' less than -source '1.7'
  99. [ERROR] -> [Help 1]
  100. [ERROR]
  101. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  102. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  103. [ERROR]
  104. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  105. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  106. [ERROR]
  107. [ERROR] After correcting the problems, you can resume the build with the command
  108. [ERROR] mvn <goals> -rf :kubernetes-model
Add Comment
Please, Sign In to add comment