Skip to content

Eclipse Che build fails on building che-core-tracing-core project #14935

@SkorikSergey

Description

@SkorikSergey

Describe the bug

Eclipse Che build fails on building che-core-tracing-core project.

Che version

  • latest
  • nightly
  • other: please specify

Logs

Codenvycorp Jenkins build

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugOutline of a bug - must adhere to the bug report template.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions