alibaba / Sentinel

A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
https://sentinelguard.io/
Apache License 2.0
22.32k stars 8k forks source link

mvn clean packge in parent module error: protoc-3.12.4-linux-x86_64.exe: cannot execute binary file #1920

Closed xue2lang closed 3 years ago

xue2lang commented 3 years ago

Issue Description

mvn clean package -DskipTests in parent module of sentinel error Type: bug report or feature request

Describe what happened (or what feature you want)

[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.alibaba.csp:sentinel-dashboard:jar:1.7.1-SNAPSHOT [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-web:jar -> duplicate declaration of version ${spring.boot.version} @ com.alibaba.csp:sentinel-dashboard:${revision}, /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-dashboard/pom.xml, line 86, column 17 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: osx [INFO] os.detected.arch: x86_64 [INFO] os.detected.version: 10.15 [INFO] os.detected.version.major: 10 [INFO] os.detected.version.minor: 15 [INFO] os.detected.classifier: osx-x86_64 [WARNING] The project com.alibaba.csp:sentinel-benchmark:jar:1.7.1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] sentinel-parent [pom] [INFO] sentinel-core-ext [jar] [INFO] sentinel-core [jar] [INFO] sentinel-extension [pom] [INFO] sentinel-datasource-extension [jar] [INFO] sentinel-datasource-nacos [jar] [INFO] sentinel-datasource-zookeeper [jar] [INFO] sentinel-datasource-apollo [jar] [INFO] sentinel-datasource-redis [jar] [INFO] sentinel-annotation-aspectj [jar] [INFO] sentinel-transport [pom] [INFO] sentinel-transport-common [jar] [INFO] sentinel-parameter-flow-control [jar] [INFO] sentinel-datasource-spring-cloud-config [jar] [INFO] sentinel-datasource-consul [jar] [INFO] sentinel-datasource-etcd [jar] [INFO] sentinel-transport-simple-http [jar] [INFO] sentinel-transport-netty-http [jar] [INFO] sentinel-adapter [pom] [INFO] sentinel-web-servlet [jar] [INFO] sentinel-dubbo-adapter [jar] [INFO] sentinel-apache-dubbo-adapter [jar] [INFO] sentinel-grpc-adapter [jar] [INFO] sentinel-api-gateway-adapter-common [jar] [INFO] sentinel-zuul-adapter [jar] [INFO] sentinel-reactor-adapter [jar] [INFO] sentinel-spring-webflux-adapter [jar] [INFO] sentinel-spring-cloud-gateway-adapter [jar] [INFO] sentinel-spring-webmvc-adapter [jar] [INFO] sentinel-dashboard-ext [jar] [INFO] sentinel-dashboard [jar] [INFO] sentinel-demo [pom] [INFO] sentinel-demo-basic [jar] [INFO] sentinel-demo-dynamic-file-rule [jar] [INFO] sentinel-demo-rocketmq [jar] [INFO] sentinel-demo-dubbo [jar] [INFO] sentinel-demo-nacos-datasource [jar] [INFO] sentinel-demo-zookeeper-datasource [jar] [INFO] sentinel-demo-apollo-datasource [jar] [INFO] sentinel-demo-annotation-spring-aop [jar] [INFO] sentinel-demo-parameter-flow-control [jar] [INFO] sentinel-demo-slot-chain-spi [jar] [INFO] sentinel-cluster [pom] [INFO] sentinel-cluster-common-default [jar] [INFO] sentinel-cluster-client-default [jar] [INFO] sentinel-cluster-server-default [jar] [INFO] sentinel-demo-cluster [pom] [INFO] sentinel-demo-cluster-embedded [jar] [INFO] sentinel-demo-cluster-server-alone [jar] [INFO] sentinel-demo-command-handler [jar] [INFO] sentinel-demo-spring-webflux [jar] [INFO] sentinel-demo-apache-dubbo [jar] [INFO] sentinel-demo-spring-cloud-gateway [jar] [INFO] sentinel-demo-zuul-gateway [jar] [INFO] sentinel-demo-etcd-datasource [jar] [INFO] sentinel-demo-spring-webmvc [jar] [INFO] Sentinel JMH benchmark [jar] [INFO] sentinel-cluster-server-envoy-rls [jar] [INFO] [INFO] ------------------< com.alibaba.csp:sentinel-parent >------------------- [INFO] Building sentinel-parent 1.7.1-SNAPSHOT [1/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-parent --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/target/jacoco.exec [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-parent --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-parent:pom:1.7.1-SNAPSHOT... [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----------------< com.alibaba.csp:sentinel-core-ext >------------------ [INFO] Building sentinel-core-ext 1.7.1-SNAPSHOT [2/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-core-ext --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core-ext/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-core-ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core-ext/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-core-ext --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-core-ext:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-core-ext --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core-ext/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-core-ext --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core-ext/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-core-ext --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-core-ext --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-core-ext --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-core-ext --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core-ext/target/sentinel-core-ext-1.7.1-SNAPSHOT.jar [INFO] [INFO] -------------------< com.alibaba.csp:sentinel-core >-------------------- [INFO] Building sentinel-core 1.7.1-SNAPSHOT [3/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-core --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-core --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-core:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 174 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/target/classes [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/statistic/base/Striped64.java:[105,38] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/statistic/base/Striped64.java:[302,34] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/statistic/base/Striped64.java:[326,28] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/statistic/base/Striped64.java:[328,28] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/statistic/base/Striped64.java:[333,60] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/statistic/base/Striped64.java:[335,40] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/statistic/base/Striped64.java:[337,33] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/statistic/base/Striped64.java:[339,45] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/eagleeye/EagleEyeCoreUtils.java:[199,34] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/eagleeye/EagleEyeCoreUtils.java:[202,27] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/eagleeye/EagleEyeCoreUtils.java:[214,28] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/eagleeye/EagleEyeCoreUtils.java:[216,28] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/eagleeye/EagleEyeCoreUtils.java:[221,83] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/eagleeye/EagleEyeCoreUtils.java:[223,36] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/eagleeye/EagleEyeCoreUtils.java:[224,39] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [WARNING] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/eagleeye/EagleEyeCoreUtils.java:[224,60] sun.misc.Unsafe是内部专用 API, 可能会在未来发行版中删除 [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/AbstractRule.java: 某些输入文件使用了未经检查或不安全的操作。 [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/block/AbstractRule.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 55 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-core --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-core --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-core/target/sentinel-core-1.7.1-SNAPSHOT.jar [INFO] [INFO] -----------------< com.alibaba.csp:sentinel-extension >----------------- [INFO] Building sentinel-extension 1.7.1-SNAPSHOT [4/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-extension --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/target/jacoco.exec [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-extension --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-extension:pom:1.7.1-SNAPSHOT... [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----------< com.alibaba.csp:sentinel-datasource-extension >------------ [INFO] Building sentinel-datasource-extension 1.7.1-SNAPSHOT [5/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-datasource-extension --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-extension/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-datasource-extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-extension/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-datasource-extension --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-datasource-extension:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-datasource-extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-extension/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-datasource-extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-extension/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-datasource-extension --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-datasource-extension --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-datasource-extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-datasource-extension --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-extension/target/sentinel-datasource-extension-1.7.1-SNAPSHOT.jar [INFO] [INFO] -------------< com.alibaba.csp:sentinel-datasource-nacos >-------------- [INFO] Building sentinel-datasource-nacos 1.7.1-SNAPSHOT [6/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-datasource-nacos --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-nacos/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-datasource-nacos --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-nacos/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-datasource-nacos --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-datasource-nacos:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-datasource-nacos --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-nacos/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-datasource-nacos --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-nacos/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-datasource-nacos --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-datasource-nacos --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-datasource-nacos --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-datasource-nacos --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-nacos/target/sentinel-datasource-nacos-1.7.1-SNAPSHOT.jar [INFO] [INFO] -----------< com.alibaba.csp:sentinel-datasource-zookeeper >------------ [INFO] Building sentinel-datasource-zookeeper 1.7.1-SNAPSHOT [7/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-datasource-zookeeper --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-zookeeper/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-datasource-zookeeper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-zookeeper/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-datasource-zookeeper --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-datasource-zookeeper:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-datasource-zookeeper --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-zookeeper/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-datasource-zookeeper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-zookeeper/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-datasource-zookeeper --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-zookeeper/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-datasource-zookeeper --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-datasource-zookeeper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-datasource-zookeeper --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-zookeeper/target/sentinel-datasource-zookeeper-1.7.1-SNAPSHOT.jar [INFO] [INFO] -------------< com.alibaba.csp:sentinel-datasource-apollo >------------- [INFO] Building sentinel-datasource-apollo 1.7.1-SNAPSHOT [8/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-datasource-apollo --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-apollo/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-datasource-apollo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-apollo/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-datasource-apollo --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-datasource-apollo:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-datasource-apollo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-apollo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-datasource-apollo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-apollo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-datasource-apollo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-datasource-apollo --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-datasource-apollo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-datasource-apollo --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-apollo/target/sentinel-datasource-apollo-1.7.1-SNAPSHOT.jar [INFO] [INFO] -------------< com.alibaba.csp:sentinel-datasource-redis >-------------- [INFO] Building sentinel-datasource-redis 1.7.1-SNAPSHOT [9/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-datasource-redis --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-redis/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-datasource-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-redis/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-datasource-redis --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-datasource-redis:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-datasource-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-redis/target/classes [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-redis/src/main/java/com/alibaba/csp/sentinel/datasource/redis/RedisDataSource.java: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-redis/src/main/java/com/alibaba/csp/sentinel/datasource/redis/RedisDataSource.java使用或覆盖了已过时的 API。 [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-redis/src/main/java/com/alibaba/csp/sentinel/datasource/redis/RedisDataSource.java: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-datasource-redis --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-redis/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-datasource-redis --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-redis/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-datasource-redis --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-datasource-redis --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-datasource-redis --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-redis/target/sentinel-datasource-redis-1.7.1-SNAPSHOT.jar [INFO] [INFO] ------------< com.alibaba.csp:sentinel-annotation-aspectj >------------- [INFO] Building sentinel-annotation-aspectj 1.7.1-SNAPSHOT [10/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-annotation-aspectj --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-annotation-aspectj/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-annotation-aspectj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-annotation-aspectj/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-annotation-aspectj --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-annotation-aspectj:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-annotation-aspectj --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-annotation-aspectj/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-annotation-aspectj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-annotation-aspectj/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-annotation-aspectj --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-annotation-aspectj/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-annotation-aspectj --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-annotation-aspectj --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-annotation-aspectj --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-annotation-aspectj/target/sentinel-annotation-aspectj-1.7.1-SNAPSHOT.jar [INFO] [INFO] -----------------< com.alibaba.csp:sentinel-transport >----------------- [INFO] Building sentinel-transport 1.7.1-SNAPSHOT [11/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-transport --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/target/jacoco.exec [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-transport --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-transport:pom:1.7.1-SNAPSHOT... [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-transport --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------------< com.alibaba.csp:sentinel-transport-common >-------------- [INFO] Building sentinel-transport-common 1.7.1-SNAPSHOT [12/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-transport-common --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-common/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-transport-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-transport-common --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-transport-common:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-transport-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 34 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-transport-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-transport-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-common/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-transport-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-transport-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-transport-common --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-common/target/sentinel-transport-common-1.7.1-SNAPSHOT.jar [INFO] [INFO] ----------< com.alibaba.csp:sentinel-parameter-flow-control >----------- [INFO] Building sentinel-parameter-flow-control 1.7.1-SNAPSHOT [13/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-parameter-flow-control --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-parameter-flow-control/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-parameter-flow-control --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-parameter-flow-control --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-parameter-flow-control:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-parameter-flow-control --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-parameter-flow-control/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-parameter-flow-control --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-parameter-flow-control/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-parameter-flow-control --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-parameter-flow-control/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-parameter-flow-control --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-parameter-flow-control --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-parameter-flow-control --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-parameter-flow-control/target/sentinel-parameter-flow-control-1.7.1-SNAPSHOT.jar [INFO] [INFO] ------< com.alibaba.csp:sentinel-datasource-spring-cloud-config >------- [INFO] Building sentinel-datasource-spring-cloud-config 1.7.1-SNAPSHOT [14/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-datasource-spring-cloud-config --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-datasource-spring-cloud-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-datasource-spring-cloud-config --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-datasource-spring-cloud-config:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-datasource-spring-cloud-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/target/classes [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/src/main/java/com/alibaba/csp/sentinel/datasource/spring/cloud/config/SpringCloudConfigDataSource.java: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/src/main/java/com/alibaba/csp/sentinel/datasource/spring/cloud/config/SpringCloudConfigDataSource.java使用了未经检查或不安全的操作。 [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/src/main/java/com/alibaba/csp/sentinel/datasource/spring/cloud/config/SpringCloudConfigDataSource.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-datasource-spring-cloud-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-datasource-spring-cloud-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/target/test-classes [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/src/test/java/com/alibaba/csp/sentinel/datasource/spring/cloud/config/test/SpringCouldDataSourceTest.java: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/src/test/java/com/alibaba/csp/sentinel/datasource/spring/cloud/config/test/SpringCouldDataSourceTest.java使用了未经检查或不安全的操作。 [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/src/test/java/com/alibaba/csp/sentinel/datasource/spring/cloud/config/test/SpringCouldDataSourceTest.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-datasource-spring-cloud-config --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-datasource-spring-cloud-config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-datasource-spring-cloud-config --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-spring-cloud-config/target/sentinel-datasource-spring-cloud-config-1.7.1-SNAPSHOT.jar [INFO] [INFO] -------------< com.alibaba.csp:sentinel-datasource-consul >------------- [INFO] Building sentinel-datasource-consul 1.7.1-SNAPSHOT [15/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-datasource-consul --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-consul/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-datasource-consul --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-consul/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-datasource-consul --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-datasource-consul:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-datasource-consul --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-consul/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-datasource-consul --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-consul/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-datasource-consul --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-consul/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-datasource-consul --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-datasource-consul --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-datasource-consul --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-consul/target/sentinel-datasource-consul-1.7.1-SNAPSHOT.jar [INFO] [INFO] --------------< com.alibaba.csp:sentinel-datasource-etcd >-------------- [INFO] Building sentinel-datasource-etcd 1.7.1-SNAPSHOT [16/58] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The metadata /Applications/soft/maven/respository/io/grpc/grpc-core/maven-metadata-aliyun-repo.xml is invalid: unexpected markup <!d (position: START_DOCUMENT seen \r\n<!d... @2:4) [WARNING] The metadata /Applications/soft/maven/respository/io/netty/netty-codec-http2/maven-metadata-aliyun-repo.xml is invalid: unexpected markup <!d (position: START_DOCUMENT seen \r\n<!d... @2:4) [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-datasource-etcd --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-etcd/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-datasource-etcd --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-etcd/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-datasource-etcd --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-datasource-etcd:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-datasource-etcd --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-etcd/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-datasource-etcd --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-etcd/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-datasource-etcd --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-etcd/target/test-classes [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-etcd/src/test/java/com/alibaba/csp/sentinel/datasource/etcd/EtcdDataSourceTest.java: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-etcd/src/test/java/com/alibaba/csp/sentinel/datasource/etcd/EtcdDataSourceTest.java使用了未经检查或不安全的操作。 [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-etcd/src/test/java/com/alibaba/csp/sentinel/datasource/etcd/EtcdDataSourceTest.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-datasource-etcd --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-datasource-etcd --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-datasource-etcd --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-extension/sentinel-datasource-etcd/target/sentinel-datasource-etcd-1.7.1-SNAPSHOT.jar [INFO] [INFO] -----------< com.alibaba.csp:sentinel-transport-simple-http >----------- [INFO] Building sentinel-transport-simple-http 1.7.1-SNAPSHOT [17/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-transport-simple-http --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-simple-http/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-transport-simple-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-transport-simple-http --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-transport-simple-http:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-transport-simple-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-simple-http/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-transport-simple-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-simple-http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-transport-simple-http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-transport-simple-http --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-transport-simple-http --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-transport-simple-http --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-simple-http/target/sentinel-transport-simple-http-1.7.1-SNAPSHOT.jar [INFO] [INFO] -----------< com.alibaba.csp:sentinel-transport-netty-http >------------ [INFO] Building sentinel-transport-netty-http 1.7.1-SNAPSHOT [18/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-transport-netty-http --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-transport-netty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-transport-netty-http --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-transport-netty-http:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-transport-netty-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/target/classes [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/src/main/java/com/alibaba/csp/sentinel/transport/command/netty/HttpServerHandler.java: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/src/main/java/com/alibaba/csp/sentinel/transport/command/netty/HttpServerHandler.java使用了未经检查或不安全的操作。 [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/src/main/java/com/alibaba/csp/sentinel/transport/command/netty/HttpServerHandler.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-transport-netty-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-transport-netty-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/target/test-classes [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/src/test/java/com/alibaba/csp/sentinel/transport/command/netty/HttpServerHandlerTest.java: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/src/test/java/com/alibaba/csp/sentinel/transport/command/netty/HttpServerHandlerTest.java使用了未经检查或不安全的操作。 [INFO] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/src/test/java/com/alibaba/csp/sentinel/transport/command/netty/HttpServerHandlerTest.java: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-transport-netty-http --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-transport-netty-http --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-transport-netty-http --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-transport/sentinel-transport-netty-http/target/sentinel-transport-netty-http-1.7.1-SNAPSHOT.jar [INFO] [INFO] ------------------< com.alibaba.csp:sentinel-adapter >------------------ [INFO] Building sentinel-adapter 1.7.1-SNAPSHOT [19/58] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-adapter --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/target/jacoco.exec [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-adapter --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-adapter:pom:1.7.1-SNAPSHOT... [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----------------< com.alibaba.csp:sentinel-web-servlet >---------------- [INFO] Building sentinel-web-servlet 1.7.1-SNAPSHOT [20/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-web-servlet --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-web-servlet/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-web-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-web-servlet/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-web-servlet --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-web-servlet:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-web-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-web-servlet/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-web-servlet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-web-servlet/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-web-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-web-servlet/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-web-servlet --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-web-servlet --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-web-servlet --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-web-servlet/target/sentinel-web-servlet-1.7.1-SNAPSHOT.jar [INFO] [INFO] ---------------< com.alibaba.csp:sentinel-dubbo-adapter >--------------- [INFO] Building sentinel-dubbo-adapter 1.7.1-SNAPSHOT [21/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-dubbo-adapter --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-dubbo-adapter/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-dubbo-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-dubbo-adapter --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-dubbo-adapter:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-dubbo-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-dubbo-adapter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-dubbo-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-dubbo-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-dubbo-adapter/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-dubbo-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-dubbo-adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-dubbo-adapter --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-dubbo-adapter/target/sentinel-dubbo-adapter-1.7.1-SNAPSHOT.jar [INFO] [INFO] -----------< com.alibaba.csp:sentinel-apache-dubbo-adapter >------------ [INFO] Building sentinel-apache-dubbo-adapter 1.7.1-SNAPSHOT [22/58] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-apache-dubbo-adapter --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-apache-dubbo-adapter/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-apache-dubbo-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-apache-dubbo-adapter --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-apache-dubbo-adapter:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-apache-dubbo-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-apache-dubbo-adapter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sentinel-apache-dubbo-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ sentinel-apache-dubbo-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-apache-dubbo-adapter/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ sentinel-apache-dubbo-adapter --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ sentinel-apache-dubbo-adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ sentinel-apache-dubbo-adapter --- [INFO] Building jar: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-apache-dubbo-adapter/target/sentinel-apache-dubbo-adapter-1.7.1-SNAPSHOT.jar [INFO] [INFO] ---------------< com.alibaba.csp:sentinel-grpc-adapter >---------------- [INFO] Building sentinel-grpc-adapter 1.7.1-SNAPSHOT [23/58] [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The metadata /Applications/soft/maven/respository/io/grpc/grpc-core/maven-metadata-aliyun-repo.xml is invalid: unexpected markup <!d (position: START_DOCUMENT seen \r\n<!d... @2:4) [WARNING] The metadata /Applications/soft/maven/respository/io/grpc/grpc-api/maven-metadata-aliyun-repo.xml is invalid: unexpected markup <!d (position: START_DOCUMENT seen \r\n<!d... @2:4) [WARNING] The metadata /Applications/soft/maven/respository/com/google/errorprone/error_prone_annotations/maven-metadata-aliyun-repo.xml is invalid: unexpected markup <!d (position: START_DOCUMENT seen \r\n<!d... @2:4) [WARNING] The metadata /Applications/soft/maven/respository/io/netty/netty-codec-http2/maven-metadata-aliyun-repo.xml is invalid: unexpected markup <!d (position: START_DOCUMENT seen \r\n<!d... @2:4) [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ sentinel-grpc-adapter --- [INFO] argLine set to -javaagent:/Applications/soft/maven/respository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sentinel-grpc-adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ sentinel-grpc-adapter --- [INFO] Generating flattened POM of project com.alibaba.csp:sentinel-grpc-adapter:jar:1.7.1-SNAPSHOT... [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ sentinel-grpc-adapter --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/target/classes [INFO] [INFO] --- protobuf-maven-plugin:0.6.1:test-compile (default) @ sentinel-grpc-adapter --- [INFO] Compiling 1 proto file(s) to /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/target/generated-test-sources/protobuf/java [ERROR] PROTOC FAILED: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/target/protoc-plugins/protoc-3.12.4-linux-x86_64.exe: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/target/protoc-plugins/protoc-3.12.4-linux-x86_64.exe: cannot execute binary file

[ERROR] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/src/test/proto/example.proto [0:0]: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/target/protoc-plugins/protoc-3.12.4-linux-x86_64.exe: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/target/protoc-plugins/protoc-3.12.4-linux-x86_64.exe: cannot execute binary file

[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for sentinel-parent 1.7.1-SNAPSHOT: [INFO] [INFO] sentinel-parent .................................... SUCCESS [ 0.650 s] [INFO] sentinel-core-ext .................................. SUCCESS [ 1.504 s] [INFO] sentinel-core ...................................... SUCCESS [ 3.868 s] [INFO] sentinel-extension ................................. SUCCESS [ 0.012 s] [INFO] sentinel-datasource-extension ...................... SUCCESS [ 0.501 s] [INFO] sentinel-datasource-nacos .......................... SUCCESS [ 0.534 s] [INFO] sentinel-datasource-zookeeper ...................... SUCCESS [ 0.992 s] [INFO] sentinel-datasource-apollo ......................... SUCCESS [ 0.438 s] [INFO] sentinel-datasource-redis .......................... SUCCESS [ 1.037 s] [INFO] sentinel-annotation-aspectj ........................ SUCCESS [ 1.064 s] [INFO] sentinel-transport ................................. SUCCESS [ 0.007 s] [INFO] sentinel-transport-common .......................... SUCCESS [ 1.048 s] [INFO] sentinel-parameter-flow-control .................... SUCCESS [ 1.283 s] [INFO] sentinel-datasource-spring-cloud-config ............ SUCCESS [ 1.374 s] [INFO] sentinel-datasource-consul ......................... SUCCESS [ 0.915 s] [INFO] sentinel-datasource-etcd ........................... SUCCESS [ 1.018 s] [INFO] sentinel-transport-simple-http ..................... SUCCESS [ 0.556 s] [INFO] sentinel-transport-netty-http ...................... SUCCESS [ 1.330 s] [INFO] sentinel-adapter ................................... SUCCESS [ 0.008 s] [INFO] sentinel-web-servlet ............................... SUCCESS [ 1.135 s] [INFO] sentinel-dubbo-adapter ............................. SUCCESS [ 0.963 s] [INFO] sentinel-apache-dubbo-adapter ...................... SUCCESS [ 1.042 s] [INFO] sentinel-grpc-adapter .............................. FAILURE [ 0.852 s] [INFO] sentinel-api-gateway-adapter-common ................ SKIPPED [INFO] sentinel-zuul-adapter .............................. SKIPPED [INFO] sentinel-reactor-adapter ........................... SKIPPED [INFO] sentinel-spring-webflux-adapter .................... SKIPPED [INFO] sentinel-spring-cloud-gateway-adapter .............. SKIPPED [INFO] sentinel-spring-webmvc-adapter ..................... SKIPPED [INFO] sentinel-dashboard-ext ............................. SKIPPED [INFO] sentinel-dashboard ................................. SKIPPED [INFO] sentinel-demo ...................................... SKIPPED [INFO] sentinel-demo-basic ................................ SKIPPED [INFO] sentinel-demo-dynamic-file-rule .................... SKIPPED [INFO] sentinel-demo-rocketmq ............................. SKIPPED [INFO] sentinel-demo-dubbo ................................ SKIPPED [INFO] sentinel-demo-nacos-datasource ..................... SKIPPED [INFO] sentinel-demo-zookeeper-datasource ................. SKIPPED [INFO] sentinel-demo-apollo-datasource .................... SKIPPED [INFO] sentinel-demo-annotation-spring-aop ................ SKIPPED [INFO] sentinel-demo-parameter-flow-control ............... SKIPPED [INFO] sentinel-demo-slot-chain-spi ....................... SKIPPED [INFO] sentinel-cluster ................................... SKIPPED [INFO] sentinel-cluster-common-default .................... SKIPPED [INFO] sentinel-cluster-client-default .................... SKIPPED [INFO] sentinel-cluster-server-default .................... SKIPPED [INFO] sentinel-demo-cluster .............................. SKIPPED [INFO] sentinel-demo-cluster-embedded ..................... SKIPPED [INFO] sentinel-demo-cluster-server-alone ................. SKIPPED [INFO] sentinel-demo-command-handler ...................... SKIPPED [INFO] sentinel-demo-spring-webflux ....................... SKIPPED [INFO] sentinel-demo-apache-dubbo ......................... SKIPPED [INFO] sentinel-demo-spring-cloud-gateway ................. SKIPPED [INFO] sentinel-demo-zuul-gateway ......................... SKIPPED [INFO] sentinel-demo-etcd-datasource ...................... SKIPPED [INFO] sentinel-demo-spring-webmvc ........................ SKIPPED [INFO] Sentinel JMH benchmark ............................. SKIPPED [INFO] sentinel-cluster-server-envoy-rls .................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22.597 s [INFO] Finished at: 2020-12-19T23:11:49+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.xolstice.maven.plugins:protobuf-maven-plugin:0.6.1:test-compile (default) on project sentinel-grpc-adapter: protoc did not exit cleanly. Review output for more information. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :sentinel-grpc-adapter

Process finished with exit code 1

Describe what you expected to happen

package success

How to reproduce it (as minimally and precisely as possible)

execute mvn clean package

Tell us your environment

mac jdk8 sentinel:1.7.1 idea maven:3.6.1 libprotoc:3.12.4

Anything else we need to know?

cdfive commented 3 years ago
[ERROR] /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/src/test/proto/example.proto [0:0]: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/target/protoc-plugins/protoc-3.12.4-linux-x86_64.exe: /Applications/soft/workspace/git/arch-sentinel-17x/sentinel-adapter/sentinel-grpc-adapter/target/protoc-plugins/protoc-3.12.4-linux-x86_64.exe: cannot execute binary file

Notice that the protoc-3.12.4-linux-x86_64.exe by protoc-plugins, but your system is mac os.

System.out.println(System.getProperty("os.name"));
System.out.println(System.getProperty("os.arch"));

You may check your system property.

The configuration is set in sentinel-adapter/sentinel-grpc-adapter/pom.xml

<plugin>
    <groupId>org.xolstice.maven.plugins</groupId>
    <artifactId>protobuf-maven-plugin</artifactId>
    <version>0.5.1</version>
    <configuration>
        <protocArtifact>com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}</protocArtifact>
        <pluginId>grpc-java</pluginId>
        <pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}
        </pluginArtifact>
    </configuration>
    <executions>
        <execution>
            <goals>
                <goal>test-compile</goal>
                <goal>test-compile-custom</goal>
            </goals>
        </execution>
    </executions>
</plugin>

os.detected.classifier is decided by os.name and os.arch.