TeslaCN opened a new issue, #25019: URL: https://github.com/apache/shardingsphere/issues/25019
## Bug Report ### Which version of ShardingSphere did you use? 0798ec3194771f6c61f679cb14ec6c525a75bad0 ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ```bash ./mvnw clean install -T1C -DskipTests ``` My CPU is 16 threads, so Maven `-T1C` means using 16 threads for building. The following commands could increase the probability of reproducing. ```bash ./mvnw validate -T1C -DskipTests ``` ### Expected behavior Build succeeded stably. ### Actual behavior The failure modules are different in different builds. ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.724 s (Wall Clock) [INFO] Finished at: 2023-04-06T10:43:15+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.2.1:enforce (enforce-banned-dependencies) on project shardingsphere-data-pipeline-cdc-protocol: Execution enforce-banned-dependencies of goal org.apache.maven.plugins:maven-enforcer-plugin:3.2.1:enforce failed: Unable to provision, see the following errors: [ERROR] [ERROR] 1) Error in custom provider, java.lang.IllegalStateException [ERROR] at org.apache.maven.session.scope.internal.SessionScopeModule.configure(SessionScopeModule.java:64) (via modules: org.eclipse.sisu.wire.WireModule -> org.apache.maven.session.scope.internal.SessionScopeModule) [ERROR] while locating org.apache.maven.execution.MavenSession [ERROR] [ERROR] 1 error [ERROR] -> [Help 1] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.2.1:enforce (enforce-banned-dependencies) on project shardingsphere-transaction-base: Execution enforce-banned-dependencies of goal org.apache.maven.plugins:maven-enforcer-plugin:3.2.1:enforce failed: Unable to provision, see the following errors: [ERROR] [ERROR] 1) Error in custom provider, java.lang.IllegalStateException [ERROR] at org.apache.maven.session.scope.internal.SessionScopeModule.configure(SessionScopeModule.java:64) (via modules: org.eclipse.sisu.wire.WireModule -> org.apache.maven.session.scope.internal.SessionScopeModule) [ERROR] while locating org.apache.maven.execution.MavenSession [ERROR] [ERROR] 1 error [ERROR] -> [Help 1] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
