bvahdat commented on PR #8713:
URL: https://github.com/apache/camel/pull/8713#issuecomment-1345508591
Hi @lmolkova
Thanks for your contribution and support to look into this issue. Looking
into `build.log`, this is the reason why it has failed:
```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
(default-testCompile) on project camel-tracing: Compilation failure:
Compilation failure:
[ERROR]
/home/runner/work/camel/camel/components/camel-tracing/src/test/java/org/apache/camel/tracing/ActiveSpanManagerTest.java:[45,23]
error: cannot find symbol
[ERROR] symbol: method isCurrent()
[ERROR] location: variable span of type SpanAdapter
[ERROR]
/home/runner/work/camel/camel/components/camel-tracing/src/test/java/org/apache/camel/tracing/ActiveSpanManagerTest.java:[49,24]
error: cannot find symbol
[ERROR] symbol: method isCurrent()
[ERROR] location: variable span of type SpanAdapter
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile
(default-testCompile) on project camel-tracing: Compilation failure
at
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:375)
at
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:351)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:215)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:171)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:163)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
at
org.mvndaemon.mvnd.builder.SmartBuilderImpl.buildProject(SmartBuilderImpl.java:178)
at
org.mvndaemon.mvnd.builder.SmartBuilderImpl$ProjectBuildTask.run(SmartBuilderImpl.java:198)
at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException:
Compilation failure
at
org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1310)
at
org.apache.maven.plugin.compiler.TestCompilerMojo.execute(TestCompilerMojo.java:183)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
at
org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:370)
... 12 common frames omitted
```
Please note that you don't have access to the pipeline's generated
`build.log` but I think you should be able to reproduce it locally.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]