-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
kind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.
Description
Describe the bug
Eclipse Che build fails on building che-core-tracing-core project.
Che version
- latest
- nightly
- other: please specify
Logs
11:54:28 /home/codenvy/workspace/che-master-ci/core/che-core-tracing-core/src/main/java/org/eclipse/che/core/tracing/TracingInterceptor.java:55: error: cannot find symbol
11:54:28 .startActive(true)) {
11:54:28 ^
11:54:28 symbol: method startActive(boolean)
11:54:28 location: interface SpanBuilder
11:54:28 [INFO]
11:54:28 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-java-version) @ che-core-commons-inject ---
11:54:28 /home/codenvy/workspace/che-master-ci/core/che-core-tracing-core/src/main/java/org/eclipse/che/core/tracing/TracingInterceptor.java:81: error: cannot find symbol
11:54:28 scope.span().setTag(e.getKey(), (String) val);
11:54:28 ^
11:54:28 symbol: method span()
11:54:28 location: variable scope of type Scope
11:54:28 /home/codenvy/workspace/che-master-ci/core/che-core-tracing-core/src/main/java/org/eclipse/che/core/tracing/TracingInterceptor.java:83: error: cannot find symbol
11:54:28 scope.span().setTag(e.getKey(), (Boolean) val);
11:54:28 ^
11:54:28 symbol: method span()
11:54:28 location: variable scope of type Scope
11:54:28 /home/codenvy/workspace/che-master-ci/core/che-core-tracing-core/src/main/java/org/eclipse/che/core/tracing/TracingInterceptor.java:85: error: cannot find symbol
11:54:28 [INFO]
11:54:28 [INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ che-core-commons-inject --- scope.span().setTag(e.getKey(), (Number) val);
11:54:28 ^
11:54:28 symbol: method span()
11:54:28
11:54:28 location: variable scope of type Scope
11:54:38 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project che-core-tracing-core: Compilation failure -> [Help 1]
11:54:38 [ERROR]
11:54:38 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
11:54:38 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
11:54:38 [ERROR]
11:54:38 [ERROR] For more information about the errors and possible solutions, please read the following articles:
11:54:38 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
11:54:38 [ERROR]
11:54:38 [ERROR] After correcting the problems, you can resume the build with the command
11:54:38 [ERROR] mvn <goals> -rf :che-core-tracing-core
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugOutline of a bug - must adhere to the bug report template.Outline of a bug - must adhere to the bug report template.