Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Why cannot package io.grpc.health.v1 be found? #15237

Open
3 of 4 tasks
simon28li opened this issue Mar 14, 2025 · 4 comments
Open
3 of 4 tasks

[Bug] Why cannot package io.grpc.health.v1 be found? #15237

simon28li opened this issue Mar 14, 2025 · 4 comments
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@simon28li
Copy link

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • I had searched in the issues and found no similar issues.

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

dubbo 3.3.4 java 11 openeuler 22.03

Steps to reproduce this issue

mvn clean compile -DskipTests

What you expected to happen

build successful

Anything else

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@simon28li simon28li added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Mar 14, 2025
@simon28li
Copy link
Author

I've mentioned an issue, but it's closed 14842.
According to the compilation method, an error is reported, which is strange.

@oxsean
Copy link
Contributor

oxsean commented Mar 14, 2025

These classes are generated during the compilation, please compile and refresh the project first.

@simon28li
Copy link
Author

simon28li commented Mar 17, 2025

These classes are generated during the compilation, please compile and refresh the project first.

This is the log of me executing mvn clean install -DskipTests -Dmaven-test-skip=true. Please help me figure out where the problem is.

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Loading cache configuration from /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/.mvn/maven-build-cache-config.xml
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: aarch_64
[INFO] os.detected.bitness: 64
[INFO] os.detected.version: 5.10
[INFO] os.detected.version.major: 5
[INFO] os.detected.version.minor: 10
[INFO] os.detected.release: openEuler
[INFO] os.detected.release.version: 22.03
[INFO] os.detected.release.like.openEuler: true
[INFO] os.detected.classifier: linux-aarch_64
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] dubbo-parent                                                       [pom]
[INFO] dubbo-common                                                       [jar]
[INFO] dubbo-test                                                         [pom]
[INFO] dubbo-test-check                                                   [jar]
[INFO] dubbo-serialization                                                [pom]
[INFO] dubbo-serialization-api                                            [jar]
[INFO] dubbo-native                                                       [jar]
[INFO] dubbo-serialization-hessian2                                       [jar]
[INFO] dubbo-serialization-fastjson2                                      [jar]
[INFO] dubbo-remoting                                                     [pom]
[INFO] dubbo-remoting-api                                                 [jar]
[INFO] dubbo-remoting-netty                                               [jar]
[INFO] dubbo-remoting-zookeeper-curator5                                  [jar]
[INFO] dubbo-metrics                                                      [pom]
[INFO] dubbo-metrics-event                                                [jar]
[INFO] dubbo-rpc                                                          [pom]
[INFO] dubbo-rpc-api                                                      [jar]
[INFO] dubbo-metrics-api                                                  [jar]
[INFO] dubbo-metrics-netty                                                [jar]
[INFO] dubbo-remoting-netty4                                              [jar]
[INFO] dubbo-remoting-http12                                              [jar]
[INFO] dubbo-remoting-http3                                               [jar]
[INFO] dubbo-remoting-websocket                                           [jar]
[INFO] dubbo-rpc-injvm                                                    [jar]
[INFO] dubbo-metrics-registry                                             [jar]
[INFO] dubbo-metrics-default                                              [jar]
[INFO] dubbo-cluster                                                      [jar]
[INFO] dubbo-rpc-dubbo                                                    [jar]
[INFO] dubbo-compiler                                                     [jar]
[INFO] dubbo-maven-plugin                                        [maven-plugin]
[INFO] dubbo-rpc-triple                                                   [jar]
[INFO] dubbo-metrics-metadata                                             [jar]
[INFO] dubbo-metadata                                                     [pom]
[INFO] dubbo-metadata-api                                                 [jar]
[INFO] dubbo-registry                                                     [pom]
[INFO] dubbo-registry-api                                                 [jar]
[INFO] dubbo-registry-multicast                                           [jar]
[INFO] dubbo-registry-zookeeper                                           [jar]
[INFO] dubbo-registry-nacos                                               [jar]
[INFO] dubbo-test-common                                                  [jar]
[INFO] dubbo-registry-multiple                                            [jar]
[INFO] dubbo-qos-api                                                      [jar]
[INFO] dubbo-metrics-prometheus                                           [jar]
[INFO] dubbo-metrics-config-center                                        [jar]
[INFO] dubbo-configcenter                                                 [pom]
[INFO] dubbo-configcenter-zookeeper                                       [jar]
[INFO] dubbo-configcenter-apollo                                          [jar]
[INFO] dubbo-configcenter-nacos                                           [jar]
[INFO] dubbo-configcenter-file                                            [jar]
[INFO] dubbo-tracing                                                      [jar]
[INFO] dubbo-metadata-report-zookeeper                                    [jar]
[INFO] dubbo-filter-cache                                                 [jar]
[INFO] dubbo-filter-validation                                            [jar]
[INFO] dubbo-config                                                       [pom]
[INFO] dubbo-config-api                                                   [jar]
[INFO] dubbo-config-spring                                                [jar]
[INFO] dubbo-qos                                                          [jar]
[INFO] dubbo-metadata-processor                                           [jar]
[INFO] dubbo-compatible                                                   [jar]
[INFO] dubbo-dependencies-bom                                             [pom]
[INFO] dubbo-metadata-definition-protobuf                                 [jar]
[INFO] dubbo-metadata-report-nacos                                        [jar]
[INFO] dubbo-test-spring                                                  [jar]
[INFO] dubbo-test-spring3.2                                               [jar]
[INFO] dubbo-test-spring4.1                                               [jar]
[INFO] dubbo-test-spring4.2                                               [jar]
[INFO] dubbo-auth                                                         [jar]
[INFO] dubbo-security                                                     [jar]
[INFO] dubbo-reactive                                                     [jar]
[INFO] dubbo-spring-security                                              [jar]
[INFO] dubbo-rest-jaxrs                                                   [jar]
[INFO] dubbo-triple-servlet                                               [jar]
[INFO] dubbo-rest-spring                                                  [jar]
[INFO] dubbo-rest-openapi                                                 [jar]
[INFO] dubbo-triple-websocket                                             [jar]
[INFO] dubbo                                                              [jar]
[INFO] dubbo-spring-boot                                                  [jar]
[INFO] dubbo-spring-boot-actuator                                         [jar]
[INFO] dubbo-spring-boot-compatible                                       [pom]
[INFO] dubbo-spring-boot-autoconfigure-compatible                         [jar]
[INFO] dubbo-spring-boot-autoconfigure                                    [jar]
[INFO] dubbo-spring-boot-actuator-autoconfigure-compatible                [jar]
[INFO] dubbo-spring-boot-actuator-autoconfigure                           [jar]
[INFO] dubbo-spring-boot-starters                                         [pom]
[INFO] dubbo-spring-boot-starter                                          [jar]
[INFO] dubbo-tracing-otel-zipkin-spring-boot-starter                      [jar]
[INFO] dubbo-tracing-otel-otlp-spring-boot-starter                        [jar]
[INFO] dubbo-tracing-brave-zipkin-spring-boot-starter                     [jar]
[INFO] dubbo-observability-spring-boot-starter                            [jar]
[INFO] dubbo-nacos-spring-boot-starter                                    [jar]
[INFO] dubbo-zookeeper-curator5-spring-boot-starter                       [jar]
[INFO] dubbo-sentinel-spring-boot-starter                                 [jar]
[INFO] dubbo-seata-spring-boot-starter                                    [jar]
[INFO] dubbo-test-modules                                                 [jar]
[INFO] dubbo-dependencies-all                                             [jar]
[INFO] dubbo-demo-api                                                     [pom]
[INFO] dubbo-demo-api-interface                                           [jar]
[INFO] dubbo-demo-api-provider                                            [jar]
[INFO] dubbo-demo-api-consumer                                            [jar]
[INFO] dubbo-demo-spring-boot                                             [pom]
[INFO] dubbo-demo-spring-boot-interface                                   [jar]
[INFO] dubbo-demo-spring-boot-consumer                                    [jar]
[INFO] dubbo-demo-spring-boot-provider                                    [jar]
[INFO] dubbo-demo-spring-boot-servlet                                     [jar]
[INFO] dubbo-demo-spring-boot-idl                                         [pom]
[INFO] dubbo-demo-spring-boot-idl-provider                                [jar]
[INFO] dubbo-demo-spring-boot-idl-consumer                                [jar]
[INFO] dubbo-bom                                                          [pom]
[INFO] 

...

[INFO] 
[INFO] --------------< org.apache.dubbo:dubbo-metrics-registry >---------------
[INFO] Building dubbo-metrics-registry 3.3.4                           [25/108]
[INFO]   from dubbo-metrics/dubbo-metrics-registry/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-metrics-registry ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-metrics-registry ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-metrics-registry ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-metrics-registry ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-metrics-registry ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-metrics-registry ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-metrics-registry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-metrics-registry ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 10 files clean - 0 needs changes to be clean, 10 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom363890943138527445.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-metrics-registry ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-metrics-registry ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-metrics-registry ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-metrics-registry:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-metrics-registry ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-metrics-registry ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-metrics-registry ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-metrics-registry ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug release 8] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-metrics-registry ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-metrics-registry ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/target/dubbo-metrics-registry-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-metrics-registry ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-metrics-registry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-metrics-registry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-metrics-registry ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-metrics-registry/3.3.4/dubbo-metrics-registry-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/target/dubbo-metrics-registry-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-metrics-registry/3.3.4/dubbo-metrics-registry-3.3.4.jar
[INFO] 
[INFO] ---------------< org.apache.dubbo:dubbo-metrics-default >---------------
[INFO] Building dubbo-metrics-default 3.3.4                            [26/108]
[INFO]   from dubbo-metrics/dubbo-metrics-default/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-metrics-default ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-metrics-default ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-metrics-default ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-metrics-default ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-metrics-default ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-metrics-default ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-metrics-default ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-metrics-default ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 48 files clean - 0 needs changes to be clean, 48 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom15911435023075932865.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-metrics-default ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-metrics-default ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-metrics-default ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-metrics-default:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-metrics-default ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 33 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-metrics-default ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-metrics-default ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-metrics-default ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 15 source files with javac [forked debug release 8] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-metrics-default ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-metrics-default ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/target/dubbo-metrics-default-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-metrics-default ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-metrics-default ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-metrics-default ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-metrics-default ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-metrics-default/3.3.4/dubbo-metrics-default-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/target/dubbo-metrics-default-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-metrics-default/3.3.4/dubbo-metrics-default-3.3.4.jar
[INFO] 
[INFO] -------------------< org.apache.dubbo:dubbo-cluster >-------------------
[INFO] Building dubbo-cluster 3.3.4                                    [27/108]
[INFO]   from dubbo-cluster/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-cluster ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-cluster ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-cluster ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-cluster ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-cluster ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-cluster ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-cluster ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-cluster ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 276 files clean - 0 needs changes to be clean, 276 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom4434152144612816616.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-cluster ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-cluster ---
[INFO] Copying 14 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] Copying 1 resource from .. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-cluster ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-cluster:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-cluster ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 186 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-cluster ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-cluster ---
[INFO] Copying 27 resources from src/test/resources to target/test-classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-cluster ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 90 source files with javac [forked debug release 8] to target/test-classes
[WARNING] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[104,44] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Object[] for a varargs call
  cast to Object[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[128,64] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to boolean[] for a varargs call
  cast to boolean[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[149,61] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to byte[] for a varargs call
  cast to byte[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[170,61] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to char[] for a varargs call
  cast to char[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[191,63] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to double[] for a varargs call
  cast to double[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[212,62] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to float[] for a varargs call
  cast to float[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[233,60] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to int[] for a varargs call
  cast to int[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[272,59] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to List for a varargs call
  cast to List[] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[308,58] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Map for a varargs call
  cast to Map[] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[329,61] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to long[] for a varargs call
  cast to long[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[370,58] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Set for a varargs call
  cast to Set[] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[391,62] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to short[] for a varargs call
  cast to short[][] for a non-varargs call and to suppress this warning
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-cluster ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-cluster ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/target/dubbo-cluster-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-cluster ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-cluster ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-cluster ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-cluster ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-cluster/3.3.4/dubbo-cluster-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/target/dubbo-cluster-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-cluster/3.3.4/dubbo-cluster-3.3.4.jar
[INFO] 
[INFO] ------------------< org.apache.dubbo:dubbo-rpc-dubbo >------------------
[INFO] Building dubbo-rpc-dubbo 3.3.4                                  [28/108]
[INFO]   from dubbo-rpc/dubbo-rpc-dubbo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-rpc-dubbo ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-rpc-dubbo ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-rpc-dubbo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-rpc-dubbo ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-rpc-dubbo ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-rpc-dubbo ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-rpc-dubbo ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-rpc-dubbo ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 66 files clean - 0 needs changes to be clean, 66 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom8922989597087207490.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-rpc-dubbo ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-rpc-dubbo ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-rpc-dubbo ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-rpc-dubbo:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-rpc-dubbo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-rpc-dubbo ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-rpc-dubbo ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-rpc-dubbo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 40 source files with javac [forked debug release 8] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-rpc-dubbo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-rpc-dubbo ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/target/dubbo-rpc-dubbo-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-rpc-dubbo ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-rpc-dubbo ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-rpc-dubbo ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-rpc-dubbo ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-rpc-dubbo/3.3.4/dubbo-rpc-dubbo-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/target/dubbo-rpc-dubbo-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-rpc-dubbo/3.3.4/dubbo-rpc-dubbo-3.3.4.jar
[INFO] 
[INFO] ------------------< org.apache.dubbo:dubbo-compiler >-------------------
[INFO] Building dubbo-compiler 3.3.4                                   [29/108]
[INFO]   from dubbo-plugin/dubbo-compiler/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-compiler ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-compiler ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-compiler ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-compiler ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-compiler ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-compiler ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-compiler ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-compiler ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 4 files clean - 0 needs changes to be clean, 4 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom17507716787434250364.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-compiler ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-compiler ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-compiler ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-compiler:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-compiler ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 5 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-compiler ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-compiler ---
[INFO] skip non existing resourceDirectory /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/src/test/resources
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-compiler ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-compiler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-compiler ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-compiler ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- canteen:1.1.0:bootstrap (default) @ dubbo-compiler ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-compiler ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-compiler ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-compiler ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4.jar
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-osx-x86_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-osx-x86_64.exe
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-osx-aarch_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-osx-aarch_64.exe
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-linux-x86_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-linux-x86_64.exe
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-linux-aarch_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-linux-aarch_64.exe
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-windows-x86_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-windows-x86_64.exe
[INFO] 
[INFO] ----------------< org.apache.dubbo:dubbo-maven-plugin >-----------------
[INFO] Building dubbo-maven-plugin 3.3.4                               [30/108]
[INFO]   from dubbo-maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-maven-plugin ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-maven-plugin ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-maven-plugin ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-maven-plugin ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-maven-plugin ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-maven-plugin ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-maven-plugin ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-maven-plugin ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 10 files clean - 0 needs changes to be clean, 10 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom12010522394704217388.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-maven-plugin ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-maven-plugin ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-maven-plugin ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-maven-plugin:maven-plugin:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-maven-plugin ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-maven-plugin ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- plugin:3.15.1:descriptor (default-descriptor) @ dubbo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-maven-plugin ---
[INFO] skip non existing resourceDirectory /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/src/test/resources
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-maven-plugin ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-maven-plugin ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/target/dubbo-maven-plugin-3.3.4.jar
[INFO] 
[INFO] --- plugin:3.15.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ dubbo-maven-plugin ---
[INFO] This Mojo is not used in Maven version 3.9.0 and above
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-maven-plugin ---
[INFO] Skipping because packaging 'maven-plugin' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-maven-plugin ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-maven-plugin ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-maven-plugin ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-maven-plugin/3.3.4/dubbo-maven-plugin-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/target/dubbo-maven-plugin-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-maven-plugin/3.3.4/dubbo-maven-plugin-3.3.4.jar
[INFO] 
[INFO] -----------------< org.apache.dubbo:dubbo-rpc-triple >------------------
[INFO] Building dubbo-rpc-triple 3.3.4                                 [31/108]
[INFO]   from dubbo-rpc/dubbo-rpc-triple/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-rpc-triple ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-rpc-triple ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-rpc-triple ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-rpc-triple ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-rpc-triple ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-rpc-triple ---
[INFO] 
[INFO] --- os:1.7.1:detect (default) @ dubbo-rpc-triple ---
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: aarch_64
[INFO] os.detected.bitness: 64
[INFO] os.detected.version: 5.10
[INFO] os.detected.version.major: 5
[INFO] os.detected.version.minor: 10
[INFO] os.detected.release: openEuler
[INFO] os.detected.release.version: 22.03
[INFO] os.detected.release.like.openEuler: true
[INFO] os.detected.classifier: linux-aarch_64
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-rpc-triple ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- dubbo:3.3.4:compile (generate-stubs) @ dubbo-rpc-triple ---
[INFO] parts: [com.google.protobuf, protoc, 3.25.5, exe, linux-aarch_64]
[INFO] using protocExecutable: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins/protoc-3.25.5-linux-aarch_64.exe
[INFO] build dubbo protoc plugin:DubboProtocPlugin{id='tri', mainClass='org.apache.dubbo.gen.tri.Dubbo3TripleGenerator', dubboVersion='3.3.4', javaHome='/home/spack/opt/spack/linux-openeuler22-aarch64/gcc-10.3.1/openjdk-11.0.0-2020-01-01-pq5zwdpmwabbadshonumss65ekswllxe', pluginDirectory=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins, resolvedJars=[/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4.jar, /root/.m2/repository/com/github/spullara/mustache/java/compiler/0.9.14/compiler-0.9.14.jar, /root/.m2/repository/io/grpc/grpc-core/1.70.0/grpc-core-1.70.0.jar, /root/.m2/repository/io/grpc/grpc-api/1.70.0/grpc-api-1.70.0.jar, /root/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar, /root/.m2/repository/com/google/errorprone/error_prone_annotations/2.30.0/error_prone_annotations-2.30.0.jar, /root/.m2/repository/com/google/guava/guava/33.3.1-android/guava-33.3.1-android.jar, /root/.m2/repository/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar, /root/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, /root/.m2/repository/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar, /root/.m2/repository/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar, /root/.m2/repository/com/google/code/gson/gson/2.11.0/gson-2.11.0.jar, /root/.m2/repository/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar, /root/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.24/animal-sniffer-annotations-1.24.jar, /root/.m2/repository/io/perfmark/perfmark-api/0.27.0/perfmark-api-0.27.0.jar, /root/.m2/repository/io/grpc/grpc-context/1.70.0/grpc-context-1.70.0.jar, /root/.m2/repository/io/grpc/grpc-stub/1.70.0/grpc-stub-1.70.0.jar, /root/.m2/repository/io/grpc/grpc-protobuf/1.70.0/grpc-protobuf-1.70.0.jar, /root/.m2/repository/com/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.jar, /root/.m2/repository/com/google/api/grpc/proto-google-common-protos/2.48.0/proto-google-common-protos-2.48.0.jar, /root/.m2/repository/io/grpc/grpc-protobuf-lite/1.70.0/grpc-protobuf-lite-1.70.0.jar, /root/.m2/repository/com/salesforce/servicelibs/grpc-contrib/0.8.1/grpc-contrib-0.8.1.jar], args=[], jvmArgs=[], protocPlugin=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins/protoc-gen-tri} success
[INFO] protoFilesInDirectory: [/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/error_details.proto, /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/reflectionV1Alpha.proto, /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/health.proto, /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/triple_wrapper.proto, /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/status.proto]
[INFO] commandLine:/bin/sh -c '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins/protoc-3.25.5-linux-aarch_64.exe' '--proto_path=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto' '--proto_path=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-dependencies/44a00f555a419e722ddce670ce0f8158' '--proto_path=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-dependencies/822d797f683343c0bf741b54935e26d8' '--java_out=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/generated-sources/protobuf/java' '--plugin=protoc-gen-tri=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins/protoc-gen-tri' '--tri_out=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/generated-sources/protobuf/java' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/error_details.proto' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/reflectionV1Alpha.proto' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/health.proto' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/triple_wrapper.proto' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/status.proto'
[INFO] execute commandLine finished with exit code: 0
[WARNING] PROTOC: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-rpc-triple ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 285 files clean - 0 needs changes to be clean, 285 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom10593607109495802698.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-rpc-triple ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-rpc-triple ---
[INFO] Copying 20 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-rpc-triple ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-rpc-triple:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-rpc-triple ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 227 source files with javac [forked debug release 8] to target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java:[45,44] error: package io.grpc.health.v1.HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[33,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[34,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[49,12] error: cannot find symbol
  symbol:   class Health
  location: class TriBuiltinService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[28,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[29,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[30,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[31,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[32,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[33,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[34,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[35,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[36,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[43,73] error: package DubboServerReflectionTriple does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/HealthStatusManager.java:[19,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/HealthStatusManager.java:[20,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[30,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[31,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[32,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[36,52] error: package DubboHealthTriple does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/HealthStatusManager.java:[36,11] error: cannot find symbol
  symbol:   class Health
  location: class HealthStatusManager
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/HealthStatusManager.java:[51,61] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[42,49] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[50,65] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[60,78] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[60,19] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[67,37] error: cannot find symbol
  symbol:   class HealthCheckRequest
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[67,11] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[78,22] error: cannot find symbol
  symbol:   class HealthCheckRequest
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[78,65] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[103,54] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[113,70] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[146,67] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[47,27] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[46,26] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[89,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[89,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[100,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[100,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[111,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[111,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[124,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[124,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[141,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[141,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[155,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[158,27] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[169,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[168,12] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java:[155,12] error: cannot find symbol
  symbol:   class ServingStatus
  location: class TripleProtocol
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java:[155,45] error: cannot find symbol
  symbol:   variable ServingStatus
  location: class TripleProtocol
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java:[155,69] error: cannot find symbol
  symbol:   variable ServingStatus
  location: class TripleProtocol
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[73,36] error: cannot find symbol
  symbol:   variable DubboHealthTriple
  location: class TriBuiltinService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[73,83] error: cannot find symbol
  symbol:   class Health
  location: class TriBuiltinService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[75,44] error: cannot find symbol
  symbol:   variable SERVICE_NAME
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[45,4] error: method does not override or implement a method from a supertype
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[48,34] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[50,31] error: cannot find symbol
  symbol: class ServerReflectionRequest
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[52,25] error: cannot find symbol
  symbol: variable FILE_BY_FILENAME
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[55,25] error: cannot find symbol
  symbol: variable FILE_CONTAINING_SYMBOL
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[58,25] error: cannot find symbol
  symbol: variable FILE_CONTAINING_EXTENSION
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[61,25] error: cannot find symbol
  symbol: variable ALL_EXTENSION_NUMBERS_OF_TYPE
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[64,25] error: cannot find symbol
  symbol: variable LIST_SERVICES
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[112,8] error: cannot find symbol
  symbol:   class ExtensionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[128,35] error: package ExtensionNumberResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[129,20] error: cannot find symbol
  symbol:   variable ExtensionNumberResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[130,36] error: cannot find symbol
  symbol:   variable ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[142,27] error: package ListServiceResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[142,46] error: cannot find symbol
  symbol:   variable ListServiceResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[145,31] error: cannot find symbol
  symbol:   variable ServiceResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[147,32] error: cannot find symbol
  symbol:   variable ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[159,8] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[159,44] error: cannot find symbol
  symbol:   variable ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[163,24] error: cannot find symbol
  symbol:   variable ErrorResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[170,30] error: package FileDescriptorResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[170,52] error: cannot find symbol
  symbol:   variable FileDescriptorResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[185,15] error: cannot find symbol
  symbol:   variable ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[57,88] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[61,15] error: cannot find symbol
  symbol:   variable HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[62,71] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[66,4] error: method does not override or implement a method from a supertype
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[68,27] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[70,19] error: cannot find symbol
  symbol:   variable HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[77,4] error: method does not override or implement a method from a supertype
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[81,31] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[83,43] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[92,47] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[114,27] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[126,31] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[141,62] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[147,8] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[148,39] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[150,32] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[INFO] 93 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for dubbo-parent 3.3.4:
[INFO] 
[INFO] dubbo-parent ....................................... SUCCESS [  3.366 s]
[INFO] dubbo-common ....................................... SUCCESS [ 24.520 s]
[INFO] dubbo-test ......................................... SUCCESS [  0.185 s]
[INFO] dubbo-test-check ................................... SUCCESS [  2.393 s]
[INFO] dubbo-serialization ................................ SUCCESS [  0.172 s]
[INFO] dubbo-serialization-api ............................ SUCCESS [  1.265 s]
[INFO] dubbo-native ....................................... SUCCESS [  2.827 s]
[INFO] dubbo-serialization-hessian2 ....................... SUCCESS [  2.862 s]
[INFO] dubbo-serialization-fastjson2 ...................... SUCCESS [  2.820 s]
[INFO] dubbo-remoting ..................................... SUCCESS [  0.132 s]
[INFO] dubbo-remoting-api ................................. SUCCESS [  7.068 s]
[INFO] dubbo-remoting-netty ............................... SUCCESS [  2.994 s]
[INFO] dubbo-remoting-zookeeper-curator5 .................. SUCCESS [  3.391 s]
[INFO] dubbo-metrics ...................................... SUCCESS [  0.171 s]
[INFO] dubbo-metrics-event ................................ SUCCESS [  1.311 s]
[INFO] dubbo-rpc .......................................... SUCCESS [  0.142 s]
[INFO] dubbo-rpc-api ...................................... SUCCESS [  7.311 s]
[INFO] dubbo-metrics-api .................................. SUCCESS [  3.946 s]
[INFO] dubbo-metrics-netty ................................ SUCCESS [  1.160 s]
[INFO] dubbo-remoting-netty4 .............................. SUCCESS [  4.595 s]
[INFO] dubbo-remoting-http12 .............................. SUCCESS [  4.710 s]
[INFO] dubbo-remoting-http3 ............................... SUCCESS [  2.177 s]
[INFO] dubbo-remoting-websocket ........................... SUCCESS [  1.403 s]
[INFO] dubbo-rpc-injvm .................................... SUCCESS [  2.821 s]
[INFO] dubbo-metrics-registry ............................. SUCCESS [  3.312 s]
[INFO] dubbo-metrics-default .............................. SUCCESS [  4.550 s]
[INFO] dubbo-cluster ...................................... SUCCESS [ 10.351 s]
[INFO] dubbo-rpc-dubbo .................................... SUCCESS [  4.749 s]
[INFO] dubbo-compiler ..................................... SUCCESS [  1.823 s]
[INFO] dubbo-maven-plugin ................................. SUCCESS [  3.126 s]
[INFO] dubbo-rpc-triple ................................... FAILURE [  6.627 s]
[INFO] dubbo-metrics-metadata ............................. SKIPPED
[INFO] dubbo-metadata ..................................... SKIPPED
[INFO] dubbo-metadata-api ................................. SKIPPED
[INFO] dubbo-registry ..................................... SKIPPED
[INFO] dubbo-registry-api ................................. SKIPPED
[INFO] dubbo-registry-multicast ........................... SKIPPED
[INFO] dubbo-registry-zookeeper ........................... SKIPPED
[INFO] dubbo-registry-nacos ............................... SKIPPED
[INFO] dubbo-test-common .................................. SKIPPED
[INFO] dubbo-registry-multiple ............................ SKIPPED
[INFO] dubbo-qos-api ...................................... SKIPPED
[INFO] dubbo-metrics-prometheus ........................... SKIPPED
[INFO] dubbo-metrics-config-center ........................ SKIPPED
[INFO] dubbo-configcenter ................................. SKIPPED
[INFO] dubbo-configcenter-zookeeper ....................... SKIPPED
[INFO] dubbo-configcenter-apollo .......................... SKIPPED
[INFO] dubbo-configcenter-nacos ........................... SKIPPED
[INFO] dubbo-configcenter-file ............................ SKIPPED
[INFO] dubbo-tracing ...................................... SKIPPED
[INFO] dubbo-metadata-report-zookeeper .................... SKIPPED
[INFO] dubbo-filter-cache ................................. SKIPPED
[INFO] dubbo-filter-validation ............................ SKIPPED
[INFO] dubbo-config ....................................... SKIPPED
[INFO] dubbo-config-api ................................... SKIPPED
[INFO] dubbo-config-spring ................................ SKIPPED
[INFO] dubbo-qos .......................................... SKIPPED
[INFO] dubbo-metadata-processor ........................... SKIPPED
[INFO] dubbo-compatible ................................... SKIPPED
[INFO] dubbo-dependencies-bom ............................. SKIPPED
[INFO] dubbo-metadata-definition-protobuf ................. SKIPPED
[INFO] dubbo-metadata-report-nacos ........................ SKIPPED
[INFO] dubbo-test-spring .................................. SKIPPED
[INFO] dubbo-test-spring3.2 ............................... SKIPPED
[INFO] dubbo-test-spring4.1 ............................... SKIPPED
[INFO] dubbo-test-spring4.2 ............................... SKIPPED
[INFO] dubbo-auth ......................................... SKIPPED
[INFO] dubbo-security ..................................... SKIPPED
[INFO] dubbo-reactive ..................................... SKIPPED
[INFO] dubbo-spring-security .............................. SKIPPED
[INFO] dubbo-rest-jaxrs ................................... SKIPPED
[INFO] dubbo-triple-servlet ............................... SKIPPED
[INFO] dubbo-rest-spring .................................. SKIPPED
[INFO] dubbo-rest-openapi ................................. SKIPPED
[INFO] dubbo-triple-websocket ............................. SKIPPED
[INFO] dubbo .............................................. SKIPPED
[INFO] dubbo-spring-boot .................................. SKIPPED
[INFO] dubbo-spring-boot-actuator ......................... SKIPPED
[INFO] dubbo-spring-boot-compatible ....................... SKIPPED
[INFO] dubbo-spring-boot-autoconfigure-compatible ......... SKIPPED
[INFO] dubbo-spring-boot-autoconfigure .................... SKIPPED
[INFO] dubbo-spring-boot-actuator-autoconfigure-compatible  SKIPPED
[INFO] dubbo-spring-boot-actuator-autoconfigure ........... SKIPPED
[INFO] dubbo-spring-boot-starters ......................... SKIPPED
[INFO] dubbo-spring-boot-starter .......................... SKIPPED
[INFO] dubbo-tracing-otel-zipkin-spring-boot-starter ...... SKIPPED
[INFO] dubbo-tracing-otel-otlp-spring-boot-starter ........ SKIPPED
[INFO] dubbo-tracing-brave-zipkin-spring-boot-starter ..... SKIPPED
[INFO] dubbo-observability-spring-boot-starter ............ SKIPPED
[INFO] dubbo-nacos-spring-boot-starter .................... SKIPPED
[INFO] dubbo-zookeeper-curator5-spring-boot-starter ....... SKIPPED
[INFO] dubbo-sentinel-spring-boot-starter ................. SKIPPED
[INFO] dubbo-seata-spring-boot-starter .................... SKIPPED
[INFO] dubbo-test-modules ................................. SKIPPED
[INFO] dubbo-dependencies-all ............................. SKIPPED
[INFO] dubbo-demo-api ..................................... SKIPPED
[INFO] dubbo-demo-api-interface ........................... SKIPPED
[INFO] dubbo-demo-api-provider ............................ SKIPPED
[INFO] dubbo-demo-api-consumer ............................ SKIPPED
[INFO] dubbo-demo-spring-boot ............................. SKIPPED
[INFO] dubbo-demo-spring-boot-interface ................... SKIPPED
[INFO] dubbo-demo-spring-boot-consumer .................... SKIPPED
[INFO] dubbo-demo-spring-boot-provider .................... SKIPPED
[INFO] dubbo-demo-spring-boot-servlet ..................... SKIPPED
[INFO] dubbo-demo-spring-boot-idl ......................... SKIPPED
[INFO] dubbo-demo-spring-boot-idl-provider ................ SKIPPED
[INFO] dubbo-demo-spring-boot-idl-consumer ................ SKIPPED
[INFO] dubbo-bom .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:59 min
[INFO] Finished at: 2025-03-17T18:55:20+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile) on project dubbo-rpc-triple: Compilation failure: Compilation failure: 


@heliang666s
Copy link
Contributor

These classes are generated during the compilation, please compile and refresh the project first.

This is the log of me executing mvn clean install -DskipTests -Dmaven-test-skip=true. Please help me figure out where the problem is.

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
[INFO] Loading cache configuration from /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/.mvn/maven-build-cache-config.xml
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: aarch_64
[INFO] os.detected.bitness: 64
[INFO] os.detected.version: 5.10
[INFO] os.detected.version.major: 5
[INFO] os.detected.version.minor: 10
[INFO] os.detected.release: openEuler
[INFO] os.detected.release.version: 22.03
[INFO] os.detected.release.like.openEuler: true
[INFO] os.detected.classifier: linux-aarch_64
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] dubbo-parent                                                       [pom]
[INFO] dubbo-common                                                       [jar]
[INFO] dubbo-test                                                         [pom]
[INFO] dubbo-test-check                                                   [jar]
[INFO] dubbo-serialization                                                [pom]
[INFO] dubbo-serialization-api                                            [jar]
[INFO] dubbo-native                                                       [jar]
[INFO] dubbo-serialization-hessian2                                       [jar]
[INFO] dubbo-serialization-fastjson2                                      [jar]
[INFO] dubbo-remoting                                                     [pom]
[INFO] dubbo-remoting-api                                                 [jar]
[INFO] dubbo-remoting-netty                                               [jar]
[INFO] dubbo-remoting-zookeeper-curator5                                  [jar]
[INFO] dubbo-metrics                                                      [pom]
[INFO] dubbo-metrics-event                                                [jar]
[INFO] dubbo-rpc                                                          [pom]
[INFO] dubbo-rpc-api                                                      [jar]
[INFO] dubbo-metrics-api                                                  [jar]
[INFO] dubbo-metrics-netty                                                [jar]
[INFO] dubbo-remoting-netty4                                              [jar]
[INFO] dubbo-remoting-http12                                              [jar]
[INFO] dubbo-remoting-http3                                               [jar]
[INFO] dubbo-remoting-websocket                                           [jar]
[INFO] dubbo-rpc-injvm                                                    [jar]
[INFO] dubbo-metrics-registry                                             [jar]
[INFO] dubbo-metrics-default                                              [jar]
[INFO] dubbo-cluster                                                      [jar]
[INFO] dubbo-rpc-dubbo                                                    [jar]
[INFO] dubbo-compiler                                                     [jar]
[INFO] dubbo-maven-plugin                                        [maven-plugin]
[INFO] dubbo-rpc-triple                                                   [jar]
[INFO] dubbo-metrics-metadata                                             [jar]
[INFO] dubbo-metadata                                                     [pom]
[INFO] dubbo-metadata-api                                                 [jar]
[INFO] dubbo-registry                                                     [pom]
[INFO] dubbo-registry-api                                                 [jar]
[INFO] dubbo-registry-multicast                                           [jar]
[INFO] dubbo-registry-zookeeper                                           [jar]
[INFO] dubbo-registry-nacos                                               [jar]
[INFO] dubbo-test-common                                                  [jar]
[INFO] dubbo-registry-multiple                                            [jar]
[INFO] dubbo-qos-api                                                      [jar]
[INFO] dubbo-metrics-prometheus                                           [jar]
[INFO] dubbo-metrics-config-center                                        [jar]
[INFO] dubbo-configcenter                                                 [pom]
[INFO] dubbo-configcenter-zookeeper                                       [jar]
[INFO] dubbo-configcenter-apollo                                          [jar]
[INFO] dubbo-configcenter-nacos                                           [jar]
[INFO] dubbo-configcenter-file                                            [jar]
[INFO] dubbo-tracing                                                      [jar]
[INFO] dubbo-metadata-report-zookeeper                                    [jar]
[INFO] dubbo-filter-cache                                                 [jar]
[INFO] dubbo-filter-validation                                            [jar]
[INFO] dubbo-config                                                       [pom]
[INFO] dubbo-config-api                                                   [jar]
[INFO] dubbo-config-spring                                                [jar]
[INFO] dubbo-qos                                                          [jar]
[INFO] dubbo-metadata-processor                                           [jar]
[INFO] dubbo-compatible                                                   [jar]
[INFO] dubbo-dependencies-bom                                             [pom]
[INFO] dubbo-metadata-definition-protobuf                                 [jar]
[INFO] dubbo-metadata-report-nacos                                        [jar]
[INFO] dubbo-test-spring                                                  [jar]
[INFO] dubbo-test-spring3.2                                               [jar]
[INFO] dubbo-test-spring4.1                                               [jar]
[INFO] dubbo-test-spring4.2                                               [jar]
[INFO] dubbo-auth                                                         [jar]
[INFO] dubbo-security                                                     [jar]
[INFO] dubbo-reactive                                                     [jar]
[INFO] dubbo-spring-security                                              [jar]
[INFO] dubbo-rest-jaxrs                                                   [jar]
[INFO] dubbo-triple-servlet                                               [jar]
[INFO] dubbo-rest-spring                                                  [jar]
[INFO] dubbo-rest-openapi                                                 [jar]
[INFO] dubbo-triple-websocket                                             [jar]
[INFO] dubbo                                                              [jar]
[INFO] dubbo-spring-boot                                                  [jar]
[INFO] dubbo-spring-boot-actuator                                         [jar]
[INFO] dubbo-spring-boot-compatible                                       [pom]
[INFO] dubbo-spring-boot-autoconfigure-compatible                         [jar]
[INFO] dubbo-spring-boot-autoconfigure                                    [jar]
[INFO] dubbo-spring-boot-actuator-autoconfigure-compatible                [jar]
[INFO] dubbo-spring-boot-actuator-autoconfigure                           [jar]
[INFO] dubbo-spring-boot-starters                                         [pom]
[INFO] dubbo-spring-boot-starter                                          [jar]
[INFO] dubbo-tracing-otel-zipkin-spring-boot-starter                      [jar]
[INFO] dubbo-tracing-otel-otlp-spring-boot-starter                        [jar]
[INFO] dubbo-tracing-brave-zipkin-spring-boot-starter                     [jar]
[INFO] dubbo-observability-spring-boot-starter                            [jar]
[INFO] dubbo-nacos-spring-boot-starter                                    [jar]
[INFO] dubbo-zookeeper-curator5-spring-boot-starter                       [jar]
[INFO] dubbo-sentinel-spring-boot-starter                                 [jar]
[INFO] dubbo-seata-spring-boot-starter                                    [jar]
[INFO] dubbo-test-modules                                                 [jar]
[INFO] dubbo-dependencies-all                                             [jar]
[INFO] dubbo-demo-api                                                     [pom]
[INFO] dubbo-demo-api-interface                                           [jar]
[INFO] dubbo-demo-api-provider                                            [jar]
[INFO] dubbo-demo-api-consumer                                            [jar]
[INFO] dubbo-demo-spring-boot                                             [pom]
[INFO] dubbo-demo-spring-boot-interface                                   [jar]
[INFO] dubbo-demo-spring-boot-consumer                                    [jar]
[INFO] dubbo-demo-spring-boot-provider                                    [jar]
[INFO] dubbo-demo-spring-boot-servlet                                     [jar]
[INFO] dubbo-demo-spring-boot-idl                                         [pom]
[INFO] dubbo-demo-spring-boot-idl-provider                                [jar]
[INFO] dubbo-demo-spring-boot-idl-consumer                                [jar]
[INFO] dubbo-bom                                                          [pom]
[INFO] 

...

[INFO] 
[INFO] --------------< org.apache.dubbo:dubbo-metrics-registry >---------------
[INFO] Building dubbo-metrics-registry 3.3.4                           [25/108]
[INFO]   from dubbo-metrics/dubbo-metrics-registry/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-metrics-registry ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-metrics-registry ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-metrics-registry ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-metrics-registry ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-metrics-registry ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-metrics-registry ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-metrics-registry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-metrics-registry ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 10 files clean - 0 needs changes to be clean, 10 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom363890943138527445.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-metrics-registry ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-metrics-registry ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-metrics-registry ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-metrics-registry:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-metrics-registry ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-metrics-registry ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-metrics-registry ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-metrics-registry ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [forked debug release 8] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-metrics-registry ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-metrics-registry ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/target/dubbo-metrics-registry-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-metrics-registry ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-metrics-registry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-metrics-registry ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-metrics-registry ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-metrics-registry/3.3.4/dubbo-metrics-registry-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-registry/target/dubbo-metrics-registry-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-metrics-registry/3.3.4/dubbo-metrics-registry-3.3.4.jar
[INFO] 
[INFO] ---------------< org.apache.dubbo:dubbo-metrics-default >---------------
[INFO] Building dubbo-metrics-default 3.3.4                            [26/108]
[INFO]   from dubbo-metrics/dubbo-metrics-default/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-metrics-default ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-metrics-default ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-metrics-default ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-metrics-default ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-metrics-default ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-metrics-default ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-metrics-default ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-metrics-default ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 48 files clean - 0 needs changes to be clean, 48 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom15911435023075932865.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-metrics-default ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-metrics-default ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-metrics-default ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-metrics-default:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-metrics-default ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 33 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-metrics-default ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-metrics-default ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-metrics-default ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 15 source files with javac [forked debug release 8] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-metrics-default ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-metrics-default ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/target/dubbo-metrics-default-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-metrics-default ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-metrics-default ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-metrics-default ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-metrics-default ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-metrics-default/3.3.4/dubbo-metrics-default-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-metrics/dubbo-metrics-default/target/dubbo-metrics-default-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-metrics-default/3.3.4/dubbo-metrics-default-3.3.4.jar
[INFO] 
[INFO] -------------------< org.apache.dubbo:dubbo-cluster >-------------------
[INFO] Building dubbo-cluster 3.3.4                                    [27/108]
[INFO]   from dubbo-cluster/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-cluster ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-cluster ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-cluster ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-cluster ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-cluster ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-cluster ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-cluster ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-cluster ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 276 files clean - 0 needs changes to be clean, 276 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom4434152144612816616.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-cluster ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-cluster ---
[INFO] Copying 14 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] Copying 1 resource from .. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-cluster ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-cluster:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-cluster ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 186 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-cluster ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-cluster ---
[INFO] Copying 27 resources from src/test/resources to target/test-classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-cluster ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 90 source files with javac [forked debug release 8] to target/test-classes
[WARNING] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[104,44] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Object[] for a varargs call
  cast to Object[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[128,64] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to boolean[] for a varargs call
  cast to boolean[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[149,61] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to byte[] for a varargs call
  cast to byte[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[170,61] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to char[] for a varargs call
  cast to char[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[191,63] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to double[] for a varargs call
  cast to double[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[212,62] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to float[] for a varargs call
  cast to float[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[233,60] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to int[] for a varargs call
  cast to int[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[272,59] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to List for a varargs call
  cast to List[] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[308,58] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Map for a varargs call
  cast to Map[] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[329,61] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to long[] for a varargs call
  cast to long[][] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[370,58] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to Set for a varargs call
  cast to Set[] for a non-varargs call and to suppress this warning
[WARNING] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/src/test/java/org/apache/dubbo/rpc/cluster/merger/ResultMergerTest.java:[391,62] non-varargs call of varargs method with inexact argument type for last parameter;
  cast to short[] for a varargs call
  cast to short[][] for a non-varargs call and to suppress this warning
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-cluster ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-cluster ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/target/dubbo-cluster-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-cluster ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-cluster ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-cluster ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-cluster ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-cluster/3.3.4/dubbo-cluster-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-cluster/target/dubbo-cluster-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-cluster/3.3.4/dubbo-cluster-3.3.4.jar
[INFO] 
[INFO] ------------------< org.apache.dubbo:dubbo-rpc-dubbo >------------------
[INFO] Building dubbo-rpc-dubbo 3.3.4                                  [28/108]
[INFO]   from dubbo-rpc/dubbo-rpc-dubbo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-rpc-dubbo ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-rpc-dubbo ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-rpc-dubbo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-rpc-dubbo ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-rpc-dubbo ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-rpc-dubbo ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-rpc-dubbo ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-rpc-dubbo ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 66 files clean - 0 needs changes to be clean, 66 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom8922989597087207490.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-rpc-dubbo ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-rpc-dubbo ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-rpc-dubbo ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-rpc-dubbo:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-rpc-dubbo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-rpc-dubbo ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-rpc-dubbo ---
[INFO] Copying 4 resources from src/test/resources to target/test-classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-rpc-dubbo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 40 source files with javac [forked debug release 8] to target/test-classes
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-rpc-dubbo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-rpc-dubbo ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/target/dubbo-rpc-dubbo-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-rpc-dubbo ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-rpc-dubbo ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-rpc-dubbo ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-rpc-dubbo ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-rpc-dubbo/3.3.4/dubbo-rpc-dubbo-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-dubbo/target/dubbo-rpc-dubbo-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-rpc-dubbo/3.3.4/dubbo-rpc-dubbo-3.3.4.jar
[INFO] 
[INFO] ------------------< org.apache.dubbo:dubbo-compiler >-------------------
[INFO] Building dubbo-compiler 3.3.4                                   [29/108]
[INFO]   from dubbo-plugin/dubbo-compiler/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-compiler ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-compiler ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-compiler ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-compiler ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-compiler ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-compiler ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-compiler ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-compiler ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 4 files clean - 0 needs changes to be clean, 4 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom17507716787434250364.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-compiler ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-compiler ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-compiler ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-compiler:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-compiler ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 5 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-compiler ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-compiler ---
[INFO] skip non existing resourceDirectory /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/src/test/resources
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-compiler ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-compiler ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-compiler ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4.jar
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-compiler ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- canteen:1.1.0:bootstrap (default) @ dubbo-compiler ---
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-compiler ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-compiler ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-compiler ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4.jar
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-osx-x86_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-osx-x86_64.exe
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-osx-aarch_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-osx-aarch_64.exe
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-linux-x86_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-linux-x86_64.exe
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-linux-aarch_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-linux-aarch_64.exe
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4-windows-x86_64.exe to /root/.m2/repository/org/apache/dubbo/dubbo-compiler/3.3.4/dubbo-compiler-3.3.4-windows-x86_64.exe
[INFO] 
[INFO] ----------------< org.apache.dubbo:dubbo-maven-plugin >-----------------
[INFO] Building dubbo-maven-plugin 3.3.4                               [30/108]
[INFO]   from dubbo-maven-plugin/pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-maven-plugin ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-maven-plugin ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-maven-plugin ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-maven-plugin ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-maven-plugin ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-maven-plugin ---
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-maven-plugin ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-maven-plugin ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 10 files clean - 0 needs changes to be clean, 10 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom12010522394704217388.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-maven-plugin ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-maven-plugin ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-maven-plugin ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-maven-plugin:maven-plugin:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-maven-plugin ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [forked debug release 8] to target/classes
[INFO] 
[INFO] --- antrun:3.1.0:run (get-version-infos) @ dubbo-maven-plugin ---
[INFO] Executing tasks
[ERROR]      [exec] Result: 128
[INFO] Executed tasks
[INFO] 
[INFO] --- plugin:3.15.1:descriptor (default-descriptor) @ dubbo-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 2 mojo descriptors.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ dubbo-maven-plugin ---
[INFO] skip non existing resourceDirectory /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/src/test/resources
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.14.0:testCompile (default-testCompile) @ dubbo-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.5.2:test (default-test) @ dubbo-maven-plugin ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.4.2:jar (default-jar) @ dubbo-maven-plugin ---
[INFO] Building jar: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/target/dubbo-maven-plugin-3.3.4.jar
[INFO] 
[INFO] --- plugin:3.15.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ dubbo-maven-plugin ---
[INFO] This Mojo is not used in Maven version 3.9.0 and above
[INFO] 
[INFO] --- site:3.12.1:attach-descriptor (attach-descriptor) @ dubbo-maven-plugin ---
[INFO] Skipping because packaging 'maven-plugin' is not pom.
[INFO] 
[INFO] --- jacoco:0.8.12:report (report-aggregate) @ dubbo-maven-plugin ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- jacoco:0.8.12:report-aggregate (report-aggregate) @ dubbo-maven-plugin ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ dubbo-maven-plugin ---
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/.flattened-pom.xml to /root/.m2/repository/org/apache/dubbo/dubbo-maven-plugin/3.3.4/dubbo-maven-plugin-3.3.4.pom
[INFO] Installing /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-maven-plugin/target/dubbo-maven-plugin-3.3.4.jar to /root/.m2/repository/org/apache/dubbo/dubbo-maven-plugin/3.3.4/dubbo-maven-plugin-3.3.4.jar
[INFO] 
[INFO] -----------------< org.apache.dubbo:dubbo-rpc-triple >------------------
[INFO] Building dubbo-rpc-triple 3.3.4                                 [31/108]
[INFO]   from dubbo-rpc/dubbo-rpc-triple/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ dubbo-rpc-triple ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target
[INFO] 
[INFO] --- flatten:1.6.0:clean (flatten.clean) @ dubbo-rpc-triple ---
[INFO] Deleting /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/.flattened-pom.xml
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven-version) @ dubbo-rpc-triple ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-java-version) @ dubbo-rpc-triple ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-validation) @ dubbo-rpc-triple ---
[INFO] 
[INFO] --- checkstyle:3.6.0:check (checkstyle-unix-validation) @ dubbo-rpc-triple ---
[INFO] 
[INFO] --- os:1.7.1:detect (default) @ dubbo-rpc-triple ---
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: aarch_64
[INFO] os.detected.bitness: 64
[INFO] os.detected.version: 5.10
[INFO] os.detected.version.major: 5
[INFO] os.detected.version.minor: 10
[INFO] os.detected.release: openEuler
[INFO] os.detected.release.version: 22.03
[INFO] os.detected.release.like.openEuler: true
[INFO] os.detected.classifier: linux-aarch_64
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-initialize) @ dubbo-rpc-triple ---
[INFO] Skipping JaCoCo execution because property jacoco.skip is set.
[INFO] argLine set to empty
[INFO] 
[INFO] --- dubbo:3.3.4:compile (generate-stubs) @ dubbo-rpc-triple ---
[INFO] parts: [com.google.protobuf, protoc, 3.25.5, exe, linux-aarch_64]
[INFO] using protocExecutable: /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins/protoc-3.25.5-linux-aarch_64.exe
[INFO] build dubbo protoc plugin:DubboProtocPlugin{id='tri', mainClass='org.apache.dubbo.gen.tri.Dubbo3TripleGenerator', dubboVersion='3.3.4', javaHome='/home/spack/opt/spack/linux-openeuler22-aarch64/gcc-10.3.1/openjdk-11.0.0-2020-01-01-pq5zwdpmwabbadshonumss65ekswllxe', pluginDirectory=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins, resolvedJars=[/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-plugin/dubbo-compiler/target/dubbo-compiler-3.3.4.jar, /root/.m2/repository/com/github/spullara/mustache/java/compiler/0.9.14/compiler-0.9.14.jar, /root/.m2/repository/io/grpc/grpc-core/1.70.0/grpc-core-1.70.0.jar, /root/.m2/repository/io/grpc/grpc-api/1.70.0/grpc-api-1.70.0.jar, /root/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar, /root/.m2/repository/com/google/errorprone/error_prone_annotations/2.30.0/error_prone_annotations-2.30.0.jar, /root/.m2/repository/com/google/guava/guava/33.3.1-android/guava-33.3.1-android.jar, /root/.m2/repository/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar, /root/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, /root/.m2/repository/org/checkerframework/checker-qual/3.43.0/checker-qual-3.43.0.jar, /root/.m2/repository/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar, /root/.m2/repository/com/google/code/gson/gson/2.11.0/gson-2.11.0.jar, /root/.m2/repository/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar, /root/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.24/animal-sniffer-annotations-1.24.jar, /root/.m2/repository/io/perfmark/perfmark-api/0.27.0/perfmark-api-0.27.0.jar, /root/.m2/repository/io/grpc/grpc-context/1.70.0/grpc-context-1.70.0.jar, /root/.m2/repository/io/grpc/grpc-stub/1.70.0/grpc-stub-1.70.0.jar, /root/.m2/repository/io/grpc/grpc-protobuf/1.70.0/grpc-protobuf-1.70.0.jar, /root/.m2/repository/com/google/protobuf/protobuf-java/3.25.5/protobuf-java-3.25.5.jar, /root/.m2/repository/com/google/api/grpc/proto-google-common-protos/2.48.0/proto-google-common-protos-2.48.0.jar, /root/.m2/repository/io/grpc/grpc-protobuf-lite/1.70.0/grpc-protobuf-lite-1.70.0.jar, /root/.m2/repository/com/salesforce/servicelibs/grpc-contrib/0.8.1/grpc-contrib-0.8.1.jar], args=[], jvmArgs=[], protocPlugin=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins/protoc-gen-tri} success
[INFO] protoFilesInDirectory: [/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/error_details.proto, /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/reflectionV1Alpha.proto, /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/health.proto, /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/triple_wrapper.proto, /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/status.proto]
[INFO] commandLine:/bin/sh -c '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins/protoc-3.25.5-linux-aarch_64.exe' '--proto_path=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto' '--proto_path=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-dependencies/44a00f555a419e722ddce670ce0f8158' '--proto_path=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-dependencies/822d797f683343c0bf741b54935e26d8' '--java_out=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/generated-sources/protobuf/java' '--plugin=protoc-gen-tri=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/protoc-plugins/protoc-gen-tri' '--tri_out=/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/target/generated-sources/protobuf/java' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/error_details.proto' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/reflectionV1Alpha.proto' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/health.proto' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/triple_wrapper.proto' '/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/proto/status.proto'
[INFO] execute commandLine finished with exit code: 0
[WARNING] PROTOC: Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8

[INFO] 
[INFO] --- spotless:2.44.3:check (default) @ dubbo-rpc-triple ---
[INFO] Index file does not exist. Fallback to an empty index
[INFO] Spotless.Java is keeping 285 files clean - 0 needs changes to be clean, 285 were already clean, 0 were skipped because caching determined they were already clean
[INFO] Sorting file /tmp/pom10593607109495802698.xml
[INFO] Pom file is already sorted, exiting
[INFO] Spotless.Pom is keeping 1 files clean - 0 needs changes to be clean, 1 were already clean, 0 were skipped because caching determined they were already clean
[INFO] 
[INFO] --- remote-resources:3.1.0:process (process-resource-bundles) @ dubbo-rpc-triple ---
[INFO] Preparing remote bundle org.apache.apache.resources:apache-jar-resource-bundle:1.5
[INFO] Copying 3 resources from 1 bundle.
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ dubbo-rpc-triple ---
[INFO] Copying 20 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from ../.. to target/classes/META-INF
[INFO] Copying 1 resource from ../.. to target/classes/META-INF/dubbo-versions
[INFO] Copying 3 resources from target/maven-shared-archive-resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (flatten) @ dubbo-rpc-triple ---
[INFO] Generating flattened POM of project org.apache.dubbo:dubbo-rpc-triple:jar:3.3.4...
[INFO] 
[INFO] --- compiler:3.14.0:compile (default-compile) @ dubbo-rpc-triple ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 227 source files with javac [forked debug release 8] to target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
/home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java:[45,44] error: package io.grpc.health.v1.HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[33,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[34,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[49,12] error: cannot find symbol
  symbol:   class Health
  location: class TriBuiltinService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[28,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[29,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[30,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[31,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[32,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[33,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[34,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[35,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[36,33] error: package io.grpc.reflection.v1alpha does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[43,73] error: package DubboServerReflectionTriple does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/HealthStatusManager.java:[19,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/HealthStatusManager.java:[20,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[30,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[31,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[32,24] error: package io.grpc.health.v1 does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[36,52] error: package DubboHealthTriple does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/HealthStatusManager.java:[36,11] error: cannot find symbol
  symbol:   class Health
  location: class HealthStatusManager
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/HealthStatusManager.java:[51,61] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[42,49] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[50,65] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[60,78] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[60,19] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[67,37] error: cannot find symbol
  symbol:   class HealthCheckRequest
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[67,11] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[78,22] error: cannot find symbol
  symbol:   class HealthCheckRequest
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[78,65] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[103,54] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[113,70] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[146,67] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[47,27] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[46,26] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[89,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[89,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[100,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[100,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[111,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[111,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[124,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[124,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[141,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[141,60] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[155,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[158,27] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[169,12] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[168,12] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java:[155,12] error: cannot find symbol
  symbol:   class ServingStatus
  location: class TripleProtocol
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java:[155,45] error: cannot find symbol
  symbol:   variable ServingStatus
  location: class TripleProtocol
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleProtocol.java:[155,69] error: cannot find symbol
  symbol:   variable ServingStatus
  location: class TripleProtocol
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[73,36] error: cannot find symbol
  symbol:   variable DubboHealthTriple
  location: class TriBuiltinService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[73,83] error: cannot find symbol
  symbol:   class Health
  location: class TriBuiltinService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriBuiltinService.java:[75,44] error: cannot find symbol
  symbol:   variable SERVICE_NAME
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[45,4] error: method does not override or implement a method from a supertype
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[48,34] error: cannot find symbol
  symbol:   class ServerReflectionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[50,31] error: cannot find symbol
  symbol: class ServerReflectionRequest
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[52,25] error: cannot find symbol
  symbol: variable FILE_BY_FILENAME
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[55,25] error: cannot find symbol
  symbol: variable FILE_CONTAINING_SYMBOL
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[58,25] error: cannot find symbol
  symbol: variable FILE_CONTAINING_EXTENSION
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[61,25] error: cannot find symbol
  symbol: variable ALL_EXTENSION_NUMBERS_OF_TYPE
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[64,25] error: cannot find symbol
  symbol: variable LIST_SERVICES
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[112,8] error: cannot find symbol
  symbol:   class ExtensionRequest
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[128,35] error: package ExtensionNumberResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[129,20] error: cannot find symbol
  symbol:   variable ExtensionNumberResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[130,36] error: cannot find symbol
  symbol:   variable ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[142,27] error: package ListServiceResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[142,46] error: cannot find symbol
  symbol:   variable ListServiceResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[145,31] error: cannot find symbol
  symbol:   variable ServiceResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[147,32] error: cannot find symbol
  symbol:   variable ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[159,8] error: cannot find symbol
  symbol:   class ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[159,44] error: cannot find symbol
  symbol:   variable ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[163,24] error: cannot find symbol
  symbol:   variable ErrorResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[170,30] error: package FileDescriptorResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[170,52] error: cannot find symbol
  symbol:   variable FileDescriptorResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/ReflectionV1AlphaService.java:[185,15] error: cannot find symbol
  symbol:   variable ServerReflectionResponse
  location: class ReflectionV1AlphaService
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[57,88] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[61,15] error: cannot find symbol
  symbol:   variable HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[62,71] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[66,4] error: method does not override or implement a method from a supertype
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[68,27] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[70,19] error: cannot find symbol
  symbol:   variable HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[77,4] error: method does not override or implement a method from a supertype
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[81,31] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[83,43] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[92,47] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[114,27] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[126,31] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[141,62] error: package HealthCheckResponse does not exist
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[147,8] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[148,39] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[ERROR] /home/stage/root/spack-stage-dubbo-3.3.4-ukmyxkwfruxqjnjbg3sopcxfbdhv52tf/spack-src/dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/service/TriHealthImpl.java:[150,32] error: cannot find symbol
  symbol:   class HealthCheckResponse
  location: class TriHealthImpl
[INFO] 93 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for dubbo-parent 3.3.4:
[INFO] 
[INFO] dubbo-parent ....................................... SUCCESS [  3.366 s]
[INFO] dubbo-common ....................................... SUCCESS [ 24.520 s]
[INFO] dubbo-test ......................................... SUCCESS [  0.185 s]
[INFO] dubbo-test-check ................................... SUCCESS [  2.393 s]
[INFO] dubbo-serialization ................................ SUCCESS [  0.172 s]
[INFO] dubbo-serialization-api ............................ SUCCESS [  1.265 s]
[INFO] dubbo-native ....................................... SUCCESS [  2.827 s]
[INFO] dubbo-serialization-hessian2 ....................... SUCCESS [  2.862 s]
[INFO] dubbo-serialization-fastjson2 ...................... SUCCESS [  2.820 s]
[INFO] dubbo-remoting ..................................... SUCCESS [  0.132 s]
[INFO] dubbo-remoting-api ................................. SUCCESS [  7.068 s]
[INFO] dubbo-remoting-netty ............................... SUCCESS [  2.994 s]
[INFO] dubbo-remoting-zookeeper-curator5 .................. SUCCESS [  3.391 s]
[INFO] dubbo-metrics ...................................... SUCCESS [  0.171 s]
[INFO] dubbo-metrics-event ................................ SUCCESS [  1.311 s]
[INFO] dubbo-rpc .......................................... SUCCESS [  0.142 s]
[INFO] dubbo-rpc-api ...................................... SUCCESS [  7.311 s]
[INFO] dubbo-metrics-api .................................. SUCCESS [  3.946 s]
[INFO] dubbo-metrics-netty ................................ SUCCESS [  1.160 s]
[INFO] dubbo-remoting-netty4 .............................. SUCCESS [  4.595 s]
[INFO] dubbo-remoting-http12 .............................. SUCCESS [  4.710 s]
[INFO] dubbo-remoting-http3 ............................... SUCCESS [  2.177 s]
[INFO] dubbo-remoting-websocket ........................... SUCCESS [  1.403 s]
[INFO] dubbo-rpc-injvm .................................... SUCCESS [  2.821 s]
[INFO] dubbo-metrics-registry ............................. SUCCESS [  3.312 s]
[INFO] dubbo-metrics-default .............................. SUCCESS [  4.550 s]
[INFO] dubbo-cluster ...................................... SUCCESS [ 10.351 s]
[INFO] dubbo-rpc-dubbo .................................... SUCCESS [  4.749 s]
[INFO] dubbo-compiler ..................................... SUCCESS [  1.823 s]
[INFO] dubbo-maven-plugin ................................. SUCCESS [  3.126 s]
[INFO] dubbo-rpc-triple ................................... FAILURE [  6.627 s]
[INFO] dubbo-metrics-metadata ............................. SKIPPED
[INFO] dubbo-metadata ..................................... SKIPPED
[INFO] dubbo-metadata-api ................................. SKIPPED
[INFO] dubbo-registry ..................................... SKIPPED
[INFO] dubbo-registry-api ................................. SKIPPED
[INFO] dubbo-registry-multicast ........................... SKIPPED
[INFO] dubbo-registry-zookeeper ........................... SKIPPED
[INFO] dubbo-registry-nacos ............................... SKIPPED
[INFO] dubbo-test-common .................................. SKIPPED
[INFO] dubbo-registry-multiple ............................ SKIPPED
[INFO] dubbo-qos-api ...................................... SKIPPED
[INFO] dubbo-metrics-prometheus ........................... SKIPPED
[INFO] dubbo-metrics-config-center ........................ SKIPPED
[INFO] dubbo-configcenter ................................. SKIPPED
[INFO] dubbo-configcenter-zookeeper ....................... SKIPPED
[INFO] dubbo-configcenter-apollo .......................... SKIPPED
[INFO] dubbo-configcenter-nacos ........................... SKIPPED
[INFO] dubbo-configcenter-file ............................ SKIPPED
[INFO] dubbo-tracing ...................................... SKIPPED
[INFO] dubbo-metadata-report-zookeeper .................... SKIPPED
[INFO] dubbo-filter-cache ................................. SKIPPED
[INFO] dubbo-filter-validation ............................ SKIPPED
[INFO] dubbo-config ....................................... SKIPPED
[INFO] dubbo-config-api ................................... SKIPPED
[INFO] dubbo-config-spring ................................ SKIPPED
[INFO] dubbo-qos .......................................... SKIPPED
[INFO] dubbo-metadata-processor ........................... SKIPPED
[INFO] dubbo-compatible ................................... SKIPPED
[INFO] dubbo-dependencies-bom ............................. SKIPPED
[INFO] dubbo-metadata-definition-protobuf ................. SKIPPED
[INFO] dubbo-metadata-report-nacos ........................ SKIPPED
[INFO] dubbo-test-spring .................................. SKIPPED
[INFO] dubbo-test-spring3.2 ............................... SKIPPED
[INFO] dubbo-test-spring4.1 ............................... SKIPPED
[INFO] dubbo-test-spring4.2 ............................... SKIPPED
[INFO] dubbo-auth ......................................... SKIPPED
[INFO] dubbo-security ..................................... SKIPPED
[INFO] dubbo-reactive ..................................... SKIPPED
[INFO] dubbo-spring-security .............................. SKIPPED
[INFO] dubbo-rest-jaxrs ................................... SKIPPED
[INFO] dubbo-triple-servlet ............................... SKIPPED
[INFO] dubbo-rest-spring .................................. SKIPPED
[INFO] dubbo-rest-openapi ................................. SKIPPED
[INFO] dubbo-triple-websocket ............................. SKIPPED
[INFO] dubbo .............................................. SKIPPED
[INFO] dubbo-spring-boot .................................. SKIPPED
[INFO] dubbo-spring-boot-actuator ......................... SKIPPED
[INFO] dubbo-spring-boot-compatible ....................... SKIPPED
[INFO] dubbo-spring-boot-autoconfigure-compatible ......... SKIPPED
[INFO] dubbo-spring-boot-autoconfigure .................... SKIPPED
[INFO] dubbo-spring-boot-actuator-autoconfigure-compatible  SKIPPED
[INFO] dubbo-spring-boot-actuator-autoconfigure ........... SKIPPED
[INFO] dubbo-spring-boot-starters ......................... SKIPPED
[INFO] dubbo-spring-boot-starter .......................... SKIPPED
[INFO] dubbo-tracing-otel-zipkin-spring-boot-starter ...... SKIPPED
[INFO] dubbo-tracing-otel-otlp-spring-boot-starter ........ SKIPPED
[INFO] dubbo-tracing-brave-zipkin-spring-boot-starter ..... SKIPPED
[INFO] dubbo-observability-spring-boot-starter ............ SKIPPED
[INFO] dubbo-nacos-spring-boot-starter .................... SKIPPED
[INFO] dubbo-zookeeper-curator5-spring-boot-starter ....... SKIPPED
[INFO] dubbo-sentinel-spring-boot-starter ................. SKIPPED
[INFO] dubbo-seata-spring-boot-starter .................... SKIPPED
[INFO] dubbo-test-modules ................................. SKIPPED
[INFO] dubbo-dependencies-all ............................. SKIPPED
[INFO] dubbo-demo-api ..................................... SKIPPED
[INFO] dubbo-demo-api-interface ........................... SKIPPED
[INFO] dubbo-demo-api-provider ............................ SKIPPED
[INFO] dubbo-demo-api-consumer ............................ SKIPPED
[INFO] dubbo-demo-spring-boot ............................. SKIPPED
[INFO] dubbo-demo-spring-boot-interface ................... SKIPPED
[INFO] dubbo-demo-spring-boot-consumer .................... SKIPPED
[INFO] dubbo-demo-spring-boot-provider .................... SKIPPED
[INFO] dubbo-demo-spring-boot-servlet ..................... SKIPPED
[INFO] dubbo-demo-spring-boot-idl ......................... SKIPPED
[INFO] dubbo-demo-spring-boot-idl-provider ................ SKIPPED
[INFO] dubbo-demo-spring-boot-idl-consumer ................ SKIPPED
[INFO] dubbo-bom .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:59 min
[INFO] Finished at: 2025-03-17T18:55:20+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile) on project dubbo-rpc-triple: Compilation failure: Compilation failure: 

please run mvn clean compile install -DskipTests -Dmaven-test-skip=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

3 participants