linghengqian opened a new issue #13159:
URL: https://github.com/apache/shardingsphere/issues/13159


   ## Question
   
   **For English only**, other languages will not accept.
   
   Before asking a question, make sure you have:
   
   - Googled your question.
   - Searched open and closed [GitHub 
issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere 
Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more 
details. 
   If no response anymore and we cannot reproduce it on current information, we 
will **close it**.
   
   When I tried to compile the source code, I still couldn't pass the test of 
shardingsphere-sql-parser-sql92. I am not sure why. My environment is Maven 
3.8.2 , Eclipse Adoptium builds of OpenJDK jdk-11.0.12+7 , IntellIJ IDEA 
2021.2.3 .
   The following is the reason for the error. I have the option of adding the 
maven wrapper version in the IDEA configuration.
   
   
![image](https://user-images.githubusercontent.com/20187731/137924545-a8677d69-eae3-46f5-82ee-2bd709efa5be.png)
   
   
   ```shell
   [INFO] Building jar: D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-test\shardingsphere-parser-test\target\shardingsphere-parser-test-5.
   0.0-RC1-SNAPSHOT-javadoc.jar
   [INFO]
   [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ 
shardingsphere-parser-test ---
   [INFO]
   [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ 
shardingsphere-parser-test ---
   [INFO] Building jar: D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-test\shardingsphere-parser-test\target\shardingsphere-parser-test-5.
   0.0-RC1-SNAPSHOT-sources.jar
   [INFO]
   [INFO] --- apache-rat-plugin:0.12:check (default) @ 
shardingsphere-parser-test ---
   [INFO] Enabled default license matchers.
   [INFO] Will parse SCM ignores for exclusions...
   [INFO] Finished adding exclusions from SCM ignore files.
   [INFO] 61 implicit excludes (use -debug for more details).
   [INFO] Exclude: **/gen/**
   [INFO] Exclude: **/target/**
   [INFO] Exclude: **/logs/**
   [INFO] Exclude: **/*.log
   [INFO] Exclude: **/*.tokens
   [INFO] Exclude: **/*.iml
   [INFO] Exclude: **/.idea/**
   [INFO] Exclude: **/*.classpath
   [INFO] Exclude: **/.project
   [INFO] Exclude: **/.settings/**
   [INFO] Exclude: **/dependency-reduced-pom.xml
   [INFO] Exclude: **/.gitignore
   [INFO] Exclude: **/.gitmodules
   [INFO] Exclude: **/.git/**
   [INFO] Exclude: **/.travis.yml
   [INFO] Exclude: **/.codecov.yml
   [INFO] Exclude: **/.mvn/jvm.config
   [INFO] Exclude: **/.mvn/wrapper/maven-wrapper.properties
   [INFO] Exclude: **/.github/**
   [INFO] Exclude: **/*.md
   [INFO] Exclude: **/*.MD
   [INFO] Exclude: **/*.txt
   [INFO] Exclude: **/docs/**
   [INFO] Exclude: **/.babelrc
   [INFO] Exclude: **/.editorconfig
   [INFO] Exclude: **/.eslintignore
   [INFO] Exclude: **/package.json
   [INFO] Exclude: **/assets/**
   [INFO] Exclude: **/dist/**
   [INFO] Exclude: **/etc/**
   [INFO] Exclude: **/node/**
   [INFO] Exclude: **/node_modules/**
   [INFO] Exclude: **/test/coverage/**
   [INFO] Exclude: **/package-lock.json
   [INFO] Exclude: /examples/**
   [INFO] 672 resources included (use -debug for more details)
   [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, 
generated: 0, approved: 672 licenses.
   [INFO]
   [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ 
shardingsphere-parser-test ---
   [INFO] Installing D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-test\shardingsphere-parser-test\target\shardingsphere-parser-test-5.0.0
   -RC1-SNAPSHOT.jar to 
D:\ShageProgram\apache-maven-3.8.2\maven-repo\org\apache\shardingsphere\shardingsphere-parser-test\5.0.0-RC1-SNAPSHOT\shardingsphere-parser-test-5.0.0-RC1-SNAPSHOT
   .jar
   [INFO] Installing D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-test\shardingsphere-parser-test\pom.xml
 to D:\ShageProgram\apache-maven
   
-3.8.2\maven-repo\org\apache\shardingsphere\shardingsphere-parser-test\5.0.0-RC1-SNAPSHOT\shardingsphere-parser-test-5.0.0-RC1-SNAPSHOT.pom
   [INFO] Installing D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-test\shardingsphere-parser-test\target\shardingsphere-parser-test-5.0.0
   -RC1-SNAPSHOT-javadoc.jar to 
D:\ShageProgram\apache-maven-3.8.2\maven-repo\org\apache\shardingsphere\shardingsphere-parser-test\5.0.0-RC1-SNAPSHOT\shardingsphere-parser-test-5.0.0-RC1-
   SNAPSHOT-javadoc.jar
   [INFO] Installing D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-test\shardingsphere-parser-test\target\shardingsphere-parser-test-5.0.0
   -RC1-SNAPSHOT-sources.jar to 
D:\ShageProgram\apache-maven-3.8.2\maven-repo\org\apache\shardingsphere\shardingsphere-parser-test\5.0.0-RC1-SNAPSHOT\shardingsphere-parser-test-5.0.0-RC1-
   SNAPSHOT-sources.jar
   [INFO]
   [INFO] ----< org.apache.shardingsphere:shardingsphere-sql-parser-dialect 
>-----
   [INFO] Building shardingsphere-sql-parser-dialect 5.0.0-RC1-SNAPSHOT   
[37/196]
   [INFO] --------------------------------[ pom 
]---------------------------------
   [INFO]
   [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ 
shardingsphere-sql-parser-dialect ---
   [INFO] Deleting D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\target
   [INFO]
   [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven-version) @ 
shardingsphere-sql-parser-dialect ---
   [INFO]
   [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-banned-dependencies) 
@ shardingsphere-sql-parser-dialect ---
   [INFO]
   [INFO] --- maven-checkstyle-plugin:3.1.0:check (validate) @ 
shardingsphere-sql-parser-dialect ---
   [INFO]
   [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ 
shardingsphere-sql-parser-dialect ---
   [INFO] argLine set to 
"-javaagent:D:\\ShageProgram\\apache-maven-3.8.2\\maven-repo\\org\\jacoco\\org.jacoco.agent\\0.8.7\\org.jacoco.agent-0.8.7-runtime.jar=destfile=D:\\TwinklingLiftW
   orks\\Test&Experiment\\Java(IntelliJ 
IDEA)\\github\\shardingsphere\\shardingsphere-sql-parser\\shardingsphere-sql-parser-dialect\\target\\jacoco.exec"
   [INFO]
   [INFO] --- maven-remote-resources-plugin:1.5:process 
(process-resource-bundles) @ shardingsphere-sql-parser-dialect ---
   [INFO]
   [INFO] --- jacoco-maven-plugin:0.8.7:report (report) @ 
shardingsphere-sql-parser-dialect ---
   [INFO] Skipping JaCoCo execution due to missing execution data file.
   [INFO]
   [INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @ 
shardingsphere-sql-parser-dialect ---
   [INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
   [INFO]
   [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ 
shardingsphere-sql-parser-dialect ---
   [INFO]
   [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ 
shardingsphere-sql-parser-dialect ---
   [INFO]
   [INFO] --- apache-rat-plugin:0.12:check (default) @ 
shardingsphere-sql-parser-dialect ---
   [INFO] Enabled default license matchers.
   [INFO] Will parse SCM ignores for exclusions...
   [INFO] Finished adding exclusions from SCM ignore files.
   [INFO] 67 implicit excludes (use -debug for more details).
   [INFO] Exclude: **/gen/**
   [INFO] Exclude: **/target/**
   [INFO] Exclude: **/logs/**
   [INFO] Exclude: **/*.log
   [INFO] Exclude: **/*.tokens
   [INFO] Exclude: **/*.iml
   [INFO] Exclude: **/.idea/**
   [INFO] Exclude: **/*.classpath
   [INFO] Exclude: **/.project
   [INFO] Exclude: **/.settings/**
   [INFO] Exclude: **/dependency-reduced-pom.xml
   [INFO] Exclude: **/.gitignore
   [INFO] Exclude: **/.gitmodules
   [INFO] Exclude: **/.git/**
   [INFO] Exclude: **/.travis.yml
   [INFO] Exclude: **/.codecov.yml
   [INFO] Exclude: **/.mvn/jvm.config
   [INFO] Exclude: **/.mvn/wrapper/maven-wrapper.properties
   [INFO] Exclude: **/.github/**
   [INFO] Exclude: **/*.md
   [INFO] Exclude: **/*.MD
   [INFO] Exclude: **/*.txt
   [INFO] Exclude: **/docs/**
   [INFO] Exclude: **/.babelrc
   [INFO] Exclude: **/.editorconfig
   [INFO] Exclude: **/.eslintignore
   [INFO] Exclude: **/package.json
   [INFO] Exclude: **/assets/**
   [INFO] Exclude: **/dist/**
   [INFO] Exclude: **/etc/**
   [INFO] Exclude: **/node/**
   [INFO] Exclude: **/node_modules/**
   [INFO] Exclude: **/test/coverage/**
   [INFO] Exclude: **/package-lock.json
   [INFO] Exclude: /examples/**
   [INFO] 1 resources included (use -debug for more details)
   [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, 
generated: 0, approved: 1 licenses.
   [INFO]
   [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ 
shardingsphere-sql-parser-dialect ---
   [INFO] Installing D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\pom.xml
 to D:\ShageProgram
   
\apache-maven-3.8.2\maven-repo\org\apache\shardingsphere\shardingsphere-sql-parser-dialect\5.0.0-RC1-SNAPSHOT\shardingsphere-sql-parser-dialect-5.0.0-RC1-SNAPSHOT.pom
   [INFO]
   [INFO] -----< org.apache.shardingsphere:shardingsphere-sql-parser-sql92 
>------
   [INFO] Building shardingsphere-sql-parser-sql92 5.0.0-RC1-SNAPSHOT     
[38/196]
   [INFO] --------------------------------[ jar 
]---------------------------------
   [INFO]
   [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ 
shardingsphere-sql-parser-sql92 ---
   [INFO] Deleting D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\shardingsphere-sql-parser-sq
   l92\target
   [INFO]
   [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven-version) @ 
shardingsphere-sql-parser-sql92 ---
   [INFO]
   [INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-banned-dependencies) 
@ shardingsphere-sql-parser-sql92 ---
   [INFO]
   [INFO] --- maven-checkstyle-plugin:3.1.0:check (validate) @ 
shardingsphere-sql-parser-sql92 ---
   [INFO]
   [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ 
shardingsphere-sql-parser-sql92 ---
   [INFO] argLine set to 
"-javaagent:D:\\ShageProgram\\apache-maven-3.8.2\\maven-repo\\org\\jacoco\\org.jacoco.agent\\0.8.7\\org.jacoco.agent-0.8.7-runtime.jar=destfile=D:\\TwinklingLiftW
   orks\\Test&Experiment\\Java(IntelliJ 
IDEA)\\github\\shardingsphere\\shardingsphere-sql-parser\\shardingsphere-sql-parser-dialect\\shardingsphere-sql-parser-sql92\\target\\jacoco.exec"
   [INFO]
   [INFO] --- antlr4-maven-plugin:4.9.2:antlr4 (antlr) @ 
shardingsphere-sql-parser-sql92 ---
   [INFO] ANTLR 4: Processing source directory 
D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\
   shardingsphere-sql-parser-sql92\src\main\antlr4
   [INFO] Processing grammar: 
org\apache\shardingsphere\sql\parser\autogen\SQL92Statement.g4
   [INFO]
   [INFO] --- maven-remote-resources-plugin:1.5:process 
(process-resource-bundles) @ shardingsphere-sql-parser-sql92 ---
   [INFO]
   [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
shardingsphere-sql-parser-sql92 ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 2 resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ 
shardingsphere-sql-parser-sql92 ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 15 source files to 
D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\sharding
   sphere-sql-parser-sql92\target\classes
   [INFO]
   [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) 
@ shardingsphere-sql-parser-sql92 ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] skip non existing resourceDirectory 
D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\s
   hardingsphere-sql-parser-sql92\src\test\resources
   [INFO] Copying 3 resources
   [INFO]
   [INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ 
shardingsphere-sql-parser-sql92 ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 2 source files to 
D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\shardings
   phere-sql-parser-sql92\target\test-classes
   [INFO]
   [INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ 
shardingsphere-sql-parser-sql92 ---
   [INFO]
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running 
org.apache.shardingsphere.sql.parser.sql92.SQL92ParserParameterizedTest
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.094 s <<< FAILURE! - in 
org.apache.shardingsphere.sql.parser.sql92.SQL92ParserParameterizedTest
   [ERROR] 
initializationError(org.apache.shardingsphere.sql.parser.sql92.SQL92ParserParameterizedTest)
  Time elapsed: 0.008 s  <<< ERROR!
   java.lang.ExceptionInInitializerError
   Caused by: java.nio.file.FileSystemNotFoundException
   
   [INFO] Running 
org.apache.shardingsphere.sql.parser.sql92.UnsupportedSQL92ParserParameterizedTest
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.001 s <<< FAILURE! - in 
org.apache.shardingsphere.sql.parser.sql92.UnsupportedSQL92ParserParameterizedTest
   [ERROR] 
initializationError(org.apache.shardingsphere.sql.parser.sql92.UnsupportedSQL92ParserParameterizedTest)
  Time elapsed: 0 s  <<< ERROR!
   java.lang.ExceptionInInitializerError
   Caused by: java.nio.file.FileSystemNotFoundException
   
   [INFO]
   [INFO] Results:
   [INFO]
   [ERROR] Errors: 
   [ERROR]   
SQL92ParserParameterizedTest>SQLParserParameterizedTest.<clinit>:42 ? 
ExceptionInInitializer
   [ERROR]   
UnsupportedSQL92ParserParameterizedTest>UnsupportedSQLParserParameterizedTest.<clinit>:34
 ? ExceptionInInitializer
   [INFO]
   [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0
   [INFO]
   [INFO] 
------------------------------------------------------------------------
   [INFO] Reactor Summary for shardingsphere 5.0.0-RC1-SNAPSHOT:
   [INFO]
   [INFO] shardingsphere ..................................... SUCCESS [  3.978 
s]
   [INFO] shardingsphere-spi ................................. SUCCESS [  6.563 
s]
   [INFO] shardingsphere-sql-parser .......................... SUCCESS [  0.333 
s]
   [INFO] shardingsphere-sql-parser-spi ...................... SUCCESS [  2.576 
s]
   [INFO] shardingsphere-sql-parser-statement ................ SUCCESS [ 24.083 
s]
   [INFO] shardingsphere-sql-parser-engine ................... SUCCESS [  6.777 
s]
   [INFO] shardingsphere-distsql-parser ...................... SUCCESS [  0.266 
s]
   [INFO] shardingsphere-distsql-parser-statement ............ SUCCESS [  3.312 
s]
   [INFO] shardingsphere-distsql-parser-engine ............... SUCCESS [  4.996 
s]
   [INFO] shardingsphere-features ............................ SUCCESS [  0.324 
s]
   [INFO] shardingsphere-sharding ............................ SUCCESS [  0.232 
s]
   [INFO] shardingsphere-sharding-distsql .................... SUCCESS [  0.197 
s]
   [INFO] shardingsphere-sharding-distsql-statement .......... SUCCESS [  2.796 
s]
   [INFO] shardingsphere-sharding-distsql-parser ............. SUCCESS [  4.312 
s]
   [INFO] shardingsphere-readwrite-splitting ................. SUCCESS [  0.241 
s]
   [INFO] shardingsphere-readwrite-splitting-distsql ......... SUCCESS [  0.256 
s]
   [INFO] shardingsphere-readwrite-splitting-distsql-statement SUCCESS [  2.389 
s]
   [INFO] shardingsphere-readwrite-splitting-distsql-parser .. SUCCESS [  3.745 
s]
   [INFO] shardingsphere-db-discovery ........................ SUCCESS [  0.177 
s]
   [INFO] shardingsphere-db-discovery-distsql ................ SUCCESS [  0.184 
s]
   [INFO] shardingsphere-db-discovery-distsql-statement ...... SUCCESS [  2.002 
s]
   [INFO] shardingsphere-db-discovery-distsql-parser ......... SUCCESS [  3.393 
s]
   [INFO] shardingsphere-encrypt ............................. SUCCESS [  0.183 
s]
   [INFO] shardingsphere-encrypt-distsql ..................... SUCCESS [  0.176 
s]
   [INFO] shardingsphere-encrypt-distsql-statement ........... SUCCESS [  2.071 
s]
   [INFO] shardingsphere-encrypt-distsql-parser .............. SUCCESS [  3.581 
s]
   [INFO] shardingsphere-scaling ............................. SUCCESS [  0.227 
s]
   [INFO] shardingsphere-scaling-distsql ..................... SUCCESS [  0.185 
s]
   [INFO] shardingsphere-scaling-distsql-statement ........... SUCCESS [  2.112 
s]
   [INFO] shardingsphere-scaling-distsql-parser .............. SUCCESS [  3.131 
s]
   [INFO] shardingsphere-shadow .............................. SUCCESS [  0.185 
s]
   [INFO] shardingsphere-shadow-distsql ...................... SUCCESS [  0.173 
s]
   [INFO] shardingsphere-shadow-distsql-statement ............ SUCCESS [  2.244 
s]
   [INFO] shardingsphere-shadow-distsql-parser ............... SUCCESS [  3.651 
s]
   [INFO] shardingsphere-test ................................ SUCCESS [  0.316 
s]
   [INFO] shardingsphere-parser-test ......................... SUCCESS [ 27.584 
s]
   [INFO] shardingsphere-sql-parser-dialect .................. SUCCESS [  0.182 
s]
   [INFO] shardingsphere-sql-parser-sql92 .................... FAILURE [  4.528 
s]
   [INFO] shardingsphere-sql-parser-mysql .................... SKIPPED
   [INFO] shardingsphere-sql-parser-postgresql ............... SKIPPED
   [INFO] shardingsphere-sql-parser-opengauss ................ SKIPPED
   [INFO] shardingsphere-sql-parser-oracle ................... SKIPPED
   [INFO] shardingsphere-sql-parser-sqlserver ................ SKIPPED
   [INFO] shardingsphere-db-protocol ......................... SKIPPED
   [INFO] shardingsphere-db-protocol-core .................... SKIPPED
   [INFO] shardingsphere-db-protocol-mysql ................... SKIPPED
   [INFO] shardingsphere-db-protocol-postgresql .............. SKIPPED
   [INFO] shardingsphere-db-protocol-opengauss ............... SKIPPED
   [INFO] shardingsphere-test-common ......................... SKIPPED
   [INFO] shardingsphere-infra ............................... SKIPPED
   [INFO] shardingsphere-infra-common ........................ SKIPPED
   [INFO] shardingsphere-infra-parser ........................ SKIPPED
   [INFO] shardingsphere-infra-binder ........................ SKIPPED
   [INFO] shardingsphere-infra-route ......................... SKIPPED
   [INFO] shardingsphere-infra-rewrite ....................... SKIPPED
   [INFO] shardingsphere-infra-optimize ...................... SKIPPED
   [INFO] shardingsphere-infra-executor ...................... SKIPPED
   [INFO] shardingsphere-infra-merge ......................... SKIPPED
   [INFO] shardingsphere-kernel .............................. SKIPPED
   [INFO] shardingsphere-authority ........................... SKIPPED
   [INFO] shardingsphere-authority-api ....................... SKIPPED
   [INFO] shardingsphere-authority-core ...................... SKIPPED
   [INFO] shardingsphere-transaction ......................... SKIPPED
   [INFO] shardingsphere-transaction-api ..................... SKIPPED
   [INFO] shardingsphere-transaction-core .................... SKIPPED
   [INFO] shardingsphere-infra-context ....................... SKIPPED
   [INFO] shardingsphere-infra-datetime ...................... SKIPPED
   [INFO] shardingsphere-infra-datetime-spi .................. SKIPPED
   [INFO] shardingsphere-infra-datetime-type ................. SKIPPED
   [INFO] shardingsphere-system-datetime ..................... SKIPPED
   [INFO] shardingsphere-sharding-api ........................ SKIPPED
   [INFO] shardingsphere-sharding-distsql-handler ............ SKIPPED
   [INFO] shardingsphere-single-table ........................ SKIPPED
   [INFO] shardingsphere-single-table-api .................... SKIPPED
   [INFO] shardingsphere-single-table-core ................... SKIPPED
   [INFO] shardingsphere-sharding-core ....................... SKIPPED
   [INFO] shardingsphere-database-datetime ................... SKIPPED
   [INFO] shardingsphere-mode ................................ SKIPPED
   [INFO] shardingsphere-mode-core ........................... SKIPPED
   [INFO] shardingsphere-mode-type ........................... SKIPPED
   [INFO] shardingsphere-memory-mode ......................... SKIPPED
   [INFO] shardingsphere-memory-mode-core .................... SKIPPED
   [INFO] shardingsphere-standalone-mode ..................... SKIPPED
   [INFO] shardingsphere-standalone-mode-repository .......... SKIPPED
   [INFO] shardingsphere-standalone-mode-repository-api ...... SKIPPED
   [INFO] shardingsphere-standalone-mode-core ................ SKIPPED
   [INFO] shardingsphere-standalone-mode-repository-provider . SKIPPED
   [INFO] shardingsphere-standalone-mode-repository-file ..... SKIPPED
   [INFO] shardingsphere-cluster-mode ........................ SKIPPED
   [INFO] shardingsphere-cluster-mode-repository ............. SKIPPED
   [INFO] shardingsphere-cluster-mode-repository-api ......... SKIPPED
   [INFO] shardingsphere-cluster-mode-core ................... SKIPPED
   [INFO] shardingsphere-cluster-mode-repository-provider .... SKIPPED
   [INFO] shardingsphere-cluster-mode-repository-zookeeper-curator SKIPPED
   [INFO] shardingsphere-cluster-mode-repository-etcd ........ SKIPPED
   [INFO] shardingsphere-transaction-type .................... SKIPPED
   [INFO] shardingsphere-transaction-xa ...................... SKIPPED
   [INFO] shardingsphere-transaction-xa-spi .................. SKIPPED
   [INFO] shardingsphere-transaction-xa-provider ............. SKIPPED
   [INFO] shardingsphere-transaction-xa-atomikos ............. SKIPPED
   [INFO] shardingsphere-transaction-xa-core ................. SKIPPED
   [INFO] shardingsphere-transaction-xa-narayana ............. SKIPPED
   [INFO] shardingsphere-transaction-xa-bitronix ............. SKIPPED
   [INFO] shardingsphere-transaction-base .................... SKIPPED
   [INFO] shardingsphere-transaction-base-seata-at ........... SKIPPED
   [INFO] shardingsphere-readwrite-splitting-api ............. SKIPPED
   [INFO] shardingsphere-readwrite-splitting-distsql-handler . SKIPPED
   [INFO] shardingsphere-readwrite-splitting-core ............ SKIPPED
   [INFO] shardingsphere-db-discovery-api .................... SKIPPED
   [INFO] shardingsphere-db-discovery-distsql-handler ........ SKIPPED
   [INFO] shardingsphere-db-discovery-provider ............... SKIPPED
   [INFO] shardingsphere-db-discovery-mgr .................... SKIPPED
   [INFO] shardingsphere-db-discovery-core ................... SKIPPED
   [INFO] shardingsphere-encrypt-api ......................... SKIPPED
   [INFO] shardingsphere-encrypt-distsql-handler ............. SKIPPED
   [INFO] shardingsphere-encrypt-core ........................ SKIPPED
   [INFO] shardingsphere-shadow-api .......................... SKIPPED
   [INFO] shardingsphere-shadow-distsql-handler .............. SKIPPED
   [INFO] shardingsphere-shadow-core ......................... SKIPPED
   [INFO] shardingsphere-jdbc ................................ SKIPPED
   [INFO] shardingsphere-jdbc-core ........................... SKIPPED
   [INFO] shardingsphere-jdbc-spring ......................... SKIPPED
   [INFO] shardingsphere-jdbc-spring-infra ................... SKIPPED
   [INFO] shardingsphere-jdbc-spring-boot-starter-infra ...... SKIPPED
   [INFO] shardingsphere-jdbc-spring-namespace-infra ......... SKIPPED
   [INFO] shardingsphere-sharding-spring ..................... SKIPPED
   [INFO] shardingsphere-sharding-spring-boot-starter ........ SKIPPED
   [INFO] shardingsphere-shadow-spring ....................... SKIPPED
   [INFO] shardingsphere-shadow-spring-boot-starter .......... SKIPPED
   [INFO] shardingsphere-encrypt-spring ...................... SKIPPED
   [INFO] shardingsphere-encrypt-spring-boot-starter ......... SKIPPED
   [INFO] shardingsphere-readwrite-splitting-spring .......... SKIPPED
   [INFO] shardingsphere-readwrite-splitting-spring-boot-starter SKIPPED
   [INFO] shardingsphere-jdbc-transaction-spring ............. SKIPPED
   [INFO] shardingsphere-jdbc-core-spring .................... SKIPPED
   [INFO] shardingsphere-jdbc-core-spring-boot-starter ....... SKIPPED
   [INFO] shardingsphere-sharding-spring-namespace ........... SKIPPED
   [INFO] shardingsphere-readwrite-splitting-spring-namespace  SKIPPED
   [INFO] shardingsphere-encrypt-spring-namespace ............ SKIPPED
   [INFO] shardingsphere-shadow-spring-namespace ............. SKIPPED
   [INFO] shardingsphere-jdbc-core-spring-namespace .......... SKIPPED
   [INFO] shardingsphere-scaling-core ........................ SKIPPED
   [INFO] shardingsphere-scaling-distsql-handler ............. SKIPPED
   [INFO] shardingsphere-scaling-dialect ..................... SKIPPED
   [INFO] shardingsphere-scaling-mysql ....................... SKIPPED
   [INFO] shardingsphere-scaling-postgresql .................. SKIPPED
   [INFO] shardingsphere-proxy ............................... SKIPPED
   [INFO] shardingsphere-proxy-backend ....................... SKIPPED
   [INFO] shardingsphere-proxy-frontend ...................... SKIPPED
   [INFO] shardingsphere-proxy-frontend-spi .................. SKIPPED
   [INFO] shardingsphere-proxy-frontend-core ................. SKIPPED
   [INFO] shardingsphere-proxy-frontend-mysql ................ SKIPPED
   [INFO] shardingsphere-proxy-frontend-postgresql ........... SKIPPED
   [INFO] shardingsphere-proxy-frontend-opengauss ............ SKIPPED
   [INFO] shardingsphere-scaling-opengauss ................... SKIPPED
   [INFO] shardingsphere-proxy-bootstrap ..................... SKIPPED
   [INFO] shardingsphere-db-discovery-spring ................. SKIPPED
   [INFO] shardingsphere-db-discovery-spring-namespace ....... SKIPPED
   [INFO] shardingsphere-db-discovery-spring-boot-starter .... SKIPPED
   [INFO] shardingsphere-agent ............................... SKIPPED
   [INFO] shardingsphere-agent-api ........................... SKIPPED
   [INFO] shardingsphere-agent-core .......................... SKIPPED
   [INFO] shardingsphere-agent-bootstrap ..................... SKIPPED
   [INFO] shardingsphere-agent-plugins ....................... SKIPPED
   [INFO] shardingsphere-agent-plugin-metrics ................ SKIPPED
   [INFO] shardingsphere-agent-metrics-api ................... SKIPPED
   [INFO] shardingsphere-agent-metrics-prometheus ............ SKIPPED
   [INFO] shardingsphere-agent-plugin-tracing ................ SKIPPED
   [INFO] shardingsphere-agent-tracing-test .................. SKIPPED
   [INFO] shardingsphere-agent-tracing-jaeger ................ SKIPPED
   [INFO] shardingsphere-agent-tracing-zipkin ................ SKIPPED
   [INFO] shardingsphere-agent-tracing-opentracing ........... SKIPPED
   [INFO] shardingsphere-agent-tracing-opentelemetry ......... SKIPPED
   [INFO] shardingsphere-agent-plugin-logging ................ SKIPPED
   [INFO] shardingsphere-agent-logging-base .................. SKIPPED
   [INFO] shardingsphere-agent-distribution .................. SKIPPED
   [INFO] shardingsphere-scaling-bootstrap ................... SKIPPED
   [INFO] shardingsphere-integration-test .................... SKIPPED
   [INFO] shardingsphere-integration-test-fixture ............ SKIPPED
   [INFO] shardingsphere-integration-test-suite .............. SKIPPED
   [INFO] shardingsphere-integration-driver-test ............. SKIPPED
   [INFO] shardingsphere-integration-agent-test .............. SKIPPED
   [INFO] shardingsphere-integration-agent-test-plugins ...... SKIPPED
   [INFO] shardingsphere-integration-agent-test-common ....... SKIPPED
   [INFO] shardingsphere-integration-agent-test-metrics ...... SKIPPED
   [INFO] shardingsphere-integration-agent-test-zipkin ....... SKIPPED
   [INFO] shardingsphere-integration-agent-test-jaeger ....... SKIPPED
   [INFO] shardingsphere-integration-agent-test-opentelemetry  SKIPPED
   [INFO] shardingsphere-integration-scaling-test ............ SKIPPED
   [INFO] shardingsphere-integration-scaling-test-mysql ...... SKIPPED
   [INFO] shardingsphere-rewrite-test ........................ SKIPPED
   [INFO] shardingsphere-distribution ........................ SKIPPED
   [INFO] shardingsphere-src-distribution .................... SKIPPED
   [INFO] shardingsphere-jdbc-distribution ................... SKIPPED
   [INFO] shardingsphere-proxy-distribution .................. SKIPPED
   [INFO] shardingsphere-scaling-distribution ................ SKIPPED
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  02:04 min
   [INFO] Finished at: 2021-10-19T21:45:03+08:00
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on 
project shardingsphere-sql-parser-sql92: There are test failures.
   [ERROR]
   [ERROR] Please refer to D:\TwinklingLiftWorks\Test&Experiment\Java(IntelliJ 
IDEA)\github\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\shardingsphere-sql-p
   arser-sql92\target\surefire-reports for the individual test results.
   [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
   [ERROR] -> [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 <args> -rf :shardingsphere-sql-parser-sql92
   
   ```
   
   


-- 
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]


Reply via email to