[jbosstools-builds] Build failed in Jenkins: jbosstools-quarkus-Pull-Request #154

dev-platform-jenkins at redhat.com dev-platform-jenkins at redhat.com
Thu Jul 16 06:50:22 EDT 2020


See <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/154/display/redirect?page=changes>

Changes:

[Jeff Maury] Upversion to 1.2.0

------------------------------------------
[...truncated 918.15 KB...]
[INFO] Read 0 type definitions
[INFO] Reading UCFGs from: <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/target/sonar/ucfg2/python>
[INFO] No UCFGs have been included for analysis.
[INFO] Sensor PythonSecuritySensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on project
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=31ms
[INFO] Sensor Java CPD Block Indexer
[INFO] Sensor Java CPD Block Indexer (done) | time=231ms
[INFO] SCM Publisher SCM provider for this project is: git
[INFO] SCM Publisher 21 source files to be analyzed
[INFO] SCM Publisher 21/21 source files have been analyzed (done) | time=521ms
[INFO] CPD Executor 25 files had no CPD blocks
[INFO] CPD Executor Calculating CPD for 68 files
[INFO] CPD Executor CPD calculation finished (done) | time=27ms
[INFO] SCM writing changed lines
[INFO] SCM writing changed lines (done) | time=120ms
[INFO] Analysis report generated in 329ms, dir size=373 KB
[INFO] Analysis report compressed in 117ms, zip size=156 KB
[INFO] Analysis report uploaded in 607ms
[INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=jbosstools_jbosstools-quarkus&pullRequest=104
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AXNXPwjjK9n79UocPGn0
[INFO] Analysis total time: 35.284 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] quarkus ............................................ SUCCESS [01:14 min]
[INFO] quarkus.features ................................... SUCCESS [  0.013 s]
[INFO] quarkus.plugins .................................... SUCCESS [  0.007 s]
[INFO] org.jboss.tools.quarkus.runtime .................... SUCCESS [ 58.430 s]
[INFO] org.jboss.tools.quarkus.core ....................... SUCCESS [  2.905 s]
[INFO] org.jboss.tools.quarkus.ui ......................... SUCCESS [  2.337 s]
[INFO] org.jboss.tools.quarkus.cheatsheet ................. SUCCESS [  1.895 s]
[INFO] org.jboss.tools.quarkus.lsp4e ...................... SUCCESS [  9.832 s]
[INFO] org.jboss.tools.quarkus.feature .................... SUCCESS [  1.817 s]
[INFO] quarkus.tests ...................................... SUCCESS [  0.009 s]
[INFO] org.jboss.tools.quarkus.core.test .................. SUCCESS [01:45 min]
[INFO] quarkus.test-framework ............................. SUCCESS [  0.012 s]
[INFO] org.jboss.tools.quarkus.reddeer .................... SUCCESS [  0.662 s]
[INFO] quarkus.itests ..................................... SUCCESS [  0.022 s]
[INFO] org.jboss.tools.quarkus.integration.tests .......... SUCCESS [  0.782 s]
[INFO] org.jboss.tools.quarkus.runtime.test ............... SUCCESS [ 15.273 s]
[INFO] org.jboss.tools.quarkus.ui.test .................... SUCCESS [02:56 min]
[INFO] org.jboss.tools.quarkus.test.feature ............... SUCCESS [  0.475 s]
[INFO] org.jboss.tools.quarkus.lsp4e.test ................. FAILURE [  0.585 s]
[INFO] quarkus.site ....................................... SUCCESS [  6.671 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:45 min
[INFO] Finished at: 2020-07-16T06:50:14-04:00
[INFO] Final Memory: 203M/592M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.7.0:compile (default-compile) on project org.jboss.tools.quarkus.lsp4e.test: Compilation failure: Compilation failure: 
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTGenerateAllPropertiesAndDefinition.java>:[16] 
[ERROR] 	import com.redhat.microprofile.jdt.core.GenerateAllPropertiesAndDefinition;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTGenerateAllPropertiesAndDefinition.java>:[22] 
[ERROR] 	public class JDTGenerateAllPropertiesAndDefinition extends GenerateAllPropertiesAndDefinition {
[ERROR] 	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] GenerateAllPropertiesAndDefinition cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTGenerateAllPropertiesAndDefinition.java>:[25] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTGenerateAllPropertiesAndDefinition
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTMicroProfileConfigPropertyTest.java>:[16] 
[ERROR] 	import com.redhat.microprofile.jdt.core.MicroProfileConfigPropertyTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTMicroProfileConfigPropertyTest.java>:[22] 
[ERROR] 	public class JDTMicroProfileConfigPropertyTest extends MicroProfileConfigPropertyTest {
[ERROR] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] MicroProfileConfigPropertyTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTMicroProfileConfigPropertyTest.java>:[25] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTMicroProfileConfigPropertyTest
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/jaxrs/JDTJaxRsCodeLensTest.java>:[16] 
[ERROR] 	import com.redhat.microprofile.jdt.core.jaxrs.JaxRsCodeLensTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/jaxrs/JDTJaxRsCodeLensTest.java>:[22] 
[ERROR] 	public class JDTJaxRsCodeLensTest extends JaxRsCodeLensTest {
[ERROR] 	                                          ^^^^^^^^^^^^^^^^^
[ERROR] JaxRsCodeLensTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/jaxrs/JDTJaxRsCodeLensTest.java>:[25] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTJaxRsCodeLensTest
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/restclient/JDTJavaCodeLensMicroProfileRestClientTest.java>:[16] 
[ERROR] 	import com.redhat.microprofile.jdt.core.restclient.JavaCodeLensMicroProfileRestClientTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/restclient/JDTJavaCodeLensMicroProfileRestClientTest.java>:[22] 
[ERROR] 	public class JDTJavaCodeLensMicroProfileRestClientTest extends JavaCodeLensMicroProfileRestClientTest {
[ERROR] 	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] JavaCodeLensMicroProfileRestClientTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/restclient/JDTJavaCodeLensMicroProfileRestClientTest.java>:[25] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTJavaCodeLensMicroProfileRestClientTest
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/metrics/JDTMicroProfileMetricsTest.java>:[16] 
[ERROR] 	import com.redhat.microprofile.jdt.core.metrics.MicroProfileMetricsTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/metrics/JDTMicroProfileMetricsTest.java>:[22] 
[ERROR] 	public class JDTMicroProfileMetricsTest extends MicroProfileMetricsTest {
[ERROR] 	                                                ^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] MicroProfileMetricsTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/metrics/JDTMicroProfileMetricsTest.java>:[25] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTMicroProfileMetricsTest
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTConfigItemIntBoolDefaultValueTest.java>:[6] 
[ERROR] 	import com.redhat.microprofile.jdt.core.ConfigItemIntBoolDefaultValueTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTConfigItemIntBoolDefaultValueTest.java>:[8] 
[ERROR] 	public class JDTConfigItemIntBoolDefaultValueTest extends ConfigItemIntBoolDefaultValueTest {
[ERROR] 	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] ConfigItemIntBoolDefaultValueTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTConfigItemIntBoolDefaultValueTest.java>:[11] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTConfigItemIntBoolDefaultValueTest
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/health/JDTJavaDiagnosticsMicroProfileHealthTest.java>:[17] 
[ERROR] 	import com.redhat.microprofile.jdt.core.health.JavaDiagnosticsMicroProfileHealthTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/health/JDTJavaDiagnosticsMicroProfileHealthTest.java>:[24] 
[ERROR] 	public class JDTJavaDiagnosticsMicroProfileHealthTest extends JavaDiagnosticsMicroProfileHealthTest {
[ERROR] 	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] JavaDiagnosticsMicroProfileHealthTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/health/JDTJavaDiagnosticsMicroProfileHealthTest.java>:[27] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTJavaDiagnosticsMicroProfileHealthTest
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/restclient/JDTJavaDiagnosticsMicroProfileRestClientTest.java>:[17] 
[ERROR] 	import com.redhat.microprofile.jdt.core.restclient.JavaDiagnosticsMicroProfileRestClientTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/restclient/JDTJavaDiagnosticsMicroProfileRestClientTest.java>:[24] 
[ERROR] 	public class JDTJavaDiagnosticsMicroProfileRestClientTest extends JavaDiagnosticsMicroProfileRestClientTest {
[ERROR] 	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] JavaDiagnosticsMicroProfileRestClientTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/restclient/JDTJavaDiagnosticsMicroProfileRestClientTest.java>:[27] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTJavaDiagnosticsMicroProfileRestClientTest
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTJavaHoverTest.java>:[16] 
[ERROR] 	import com.redhat.microprofile.jdt.core.JavaHoverTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTJavaHoverTest.java>:[22] 
[ERROR] 	public class JDTJavaHoverTest extends JavaHoverTest {
[ERROR] 	                                      ^^^^^^^^^^^^^
[ERROR] JavaHoverTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/JDTJavaHoverTest.java>:[25] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTJavaHoverTest
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/faulttolerance/JDTMicroProfileFaultToleranceTest.java>:[17] 
[ERROR] 	import com.redhat.microprofile.jdt.core.faulttolerance.MicroProfileFaultToleranceTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/faulttolerance/JDTMicroProfileFaultToleranceTest.java>:[24] 
[ERROR] 	public class JDTMicroProfileFaultToleranceTest extends MicroProfileFaultToleranceTest {
[ERROR] 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] MicroProfileFaultToleranceTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/faulttolerance/JDTMicroProfileFaultToleranceTest.java>:[27] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTMicroProfileFaultToleranceTest
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/opentracing/JDTMicroProfileOpenTracingTest.java>:[16] 
[ERROR] 	import com.redhat.microprofile.jdt.core.opentracing.MicroProfileOpenTracingTest;
[ERROR] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import com.redhat.microprofile.jdt.core cannot be resolved
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/opentracing/JDTMicroProfileOpenTracingTest.java>:[22] 
[ERROR] 	public class JDTMicroProfileOpenTracingTest extends MicroProfileOpenTracingTest {
[ERROR] 	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] MicroProfileOpenTracingTest cannot be resolved to a type
[ERROR] <https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-quarkus-Pull-Request/ws/tests/org.jboss.tools.quarkus.lsp4e.test/src/main/java/org/jboss/tools/quarkus/lsp4e/core/opentracing/JDTMicroProfileOpenTracingTest.java>:[25] 
[ERROR] 	setJDTUtils(JDTUtilsImpl.getInstance());
[ERROR] 	^^^^^^^^^^^
[ERROR] The method setJDTUtils(IJDTUtils) is undefined for the type JDTMicroProfileOpenTracingTest
[ERROR] 33 problems (33 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.7.0:compile (default-compile) on project org.jboss.tools.quarkus.lsp4e.test: Compilation failure
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: copied.org.apache.maven.plugin.CompilationFailureException: Compilation failure
    at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:428)
    at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute (AbstractOsgiCompilerMojo.java:293)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:134)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:51)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:955)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:290)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:194)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:498)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[ERROR] 
[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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.jboss.tools.quarkus.lsp4e.test
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ /usr/bin/vncserver -kill :54
Killing Xvnc process ID 5816
Recording test results


More information about the jbosstools-builds mailing list