linghengqian edited a comment on issue #13159:
URL:
https://github.com/apache/shardingsphere/issues/13159#issuecomment-947399078
> I don't know if it's because the path is too long for Windows environment
or path contains some special characters. I don't have Windows environment.
Welcome to investigate this issue if you are interested.
I did some test of `mvnw.cmd clean install -Prelease` for the folder.I
specifically switched back to JDK8 for testing.
If it contains spaces like `D:\(te st)\shardingsphere`, `(` and `)`, it
will prompt `此时不应有 "}"。` .

If it is `D:\(test)\shardingsphere` which does not contain spaces, but
contains `(` and `)`, the error is the same as above.

If it is `D:\test)\shardingsphere` such a folder format that does not
contain `(`, but contains `)`, the error is the same as above.

If it is `D:\(test\shardingsphere` so that it does not contain `)`, but
contains the folder format of `(`, the compilation is successful.


If it only contains spaces(like `D:\te st\shardingsphere`), the error of the
same sub-item was thrown, but it seems that it is not the same kind of error.


The following is the error message.
```shell
[INFO] Building jar: D:\te
st\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:\te
st\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:\te
st\shardingsphere\shardingsphere-test\shardingsphere-parser-test\target\shardingsphere-parser-test-5.0.0-RC1-SNAPSHOT.jar
to C:\Users\lingh\.m2\repository\org\a
pache\shardingsphere\shardingsphere-parser-test\5.0.0-RC1-SNAPSHOT\shardingsphere-parser-test-5.0.0-RC1-SNAPSHOT.jar
[INFO] Installing D:\te
st\shardingsphere\shardingsphere-test\shardingsphere-parser-test\pom.xml to
C:\Users\lingh\.m2\repository\org\apache\shardingsphere\shardingsphere-parser-test\5
.0.0-RC1-SNAPSHOT\shardingsphere-parser-test-5.0.0-RC1-SNAPSHOT.pom
[INFO] Installing D:\te
st\shardingsphere\shardingsphere-test\shardingsphere-parser-test\target\shardingsphere-parser-test-5.0.0-RC1-SNAPSHOT-javadoc.jar
to C:\Users\lingh\.m2\reposito
ry\org\apache\shardingsphere\shardingsphere-parser-test\5.0.0-RC1-SNAPSHOT\shardingsphere-parser-test-5.0.0-RC1-SNAPSHOT-javadoc.jar
[INFO] Installing D:\te
st\shardingsphere\shardingsphere-test\shardingsphere-parser-test\target\shardingsphere-parser-test-5.0.0-RC1-SNAPSHOT-sources.jar
to C:\Users\lingh\.m2\reposito
ry\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:\te
st\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:C:\\Users\\lingh\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.7\\org.jacoco.agent-0.8.7-runtime.jar=destfile=D:\\te
st\\shardingsphere\\shardi
ngsphere-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:\te
st\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\pom.xml
to C:\Users\lingh\.m2\repository\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:\te
st\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\shardingsphere-sql-parser-sql92\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:C:\\Users\\lingh\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.7\\org.jacoco.agent-0.8.7-runtime.jar=destfile=D:\\te
st\\shardingsphere\\shardi
ngsphere-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:\te
st\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:\te
st\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\shardingsphere-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:\te
st\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\shardingsphere-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:\te
st\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\shardingsphere-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.096 s <<< FAILURE! - in
org.apache.shardingsphere.sql.parser.sql92.SQL92ParserParameterizedTest
[ERROR]
initializationError(org.apache.shardingsphere.sql.parser.sql92.SQL92ParserParameterizedTest)
Time elapsed: 0.009 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.004 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 [ 5.323
s]
[INFO] shardingsphere-spi ................................. SUCCESS [ 10.299
s]
[INFO] shardingsphere-sql-parser .......................... SUCCESS [ 0.685
s]
[INFO] shardingsphere-sql-parser-spi ...................... SUCCESS [ 3.369
s]
[INFO] shardingsphere-sql-parser-statement ................ SUCCESS [ 34.865
s]
[INFO] shardingsphere-sql-parser-engine ................... SUCCESS [ 7.398
s]
[INFO] shardingsphere-distsql-parser ...................... SUCCESS [ 0.311
s]
[INFO] shardingsphere-distsql-parser-statement ............ SUCCESS [ 4.262
s]
[INFO] shardingsphere-distsql-parser-engine ............... SUCCESS [ 6.050
s]
[INFO] shardingsphere-features ............................ SUCCESS [ 0.587
s]
[INFO] shardingsphere-sharding ............................ SUCCESS [ 0.361
s]
[INFO] shardingsphere-sharding-distsql .................... SUCCESS [ 0.269
s]
[INFO] shardingsphere-sharding-distsql-statement .......... SUCCESS [ 3.554
s]
[INFO] shardingsphere-sharding-distsql-parser ............. SUCCESS [ 5.322
s]
[INFO] shardingsphere-readwrite-splitting ................. SUCCESS [ 0.324
s]
[INFO] shardingsphere-readwrite-splitting-distsql ......... SUCCESS [ 0.324
s]
[INFO] shardingsphere-readwrite-splitting-distsql-statement SUCCESS [ 2.997
s]
[INFO] shardingsphere-readwrite-splitting-distsql-parser .. SUCCESS [ 4.752
s]
[INFO] shardingsphere-db-discovery ........................ SUCCESS [ 0.306
s]
[INFO] shardingsphere-db-discovery-distsql ................ SUCCESS [ 0.279
s]
[INFO] shardingsphere-db-discovery-distsql-statement ...... SUCCESS [ 2.449
s]
[INFO] shardingsphere-db-discovery-distsql-parser ......... SUCCESS [ 4.111
s]
[INFO] shardingsphere-encrypt ............................. SUCCESS [ 0.298
s]
[INFO] shardingsphere-encrypt-distsql ..................... SUCCESS [ 0.266
s]
[INFO] shardingsphere-encrypt-distsql-statement ........... SUCCESS [ 2.477
s]
[INFO] shardingsphere-encrypt-distsql-parser .............. SUCCESS [ 4.535
s]
[INFO] shardingsphere-scaling ............................. SUCCESS [ 0.327
s]
[INFO] shardingsphere-scaling-distsql ..................... SUCCESS [ 0.258
s]
[INFO] shardingsphere-scaling-distsql-statement ........... SUCCESS [ 2.451
s]
[INFO] shardingsphere-scaling-distsql-parser .............. SUCCESS [ 3.646
s]
[INFO] shardingsphere-shadow .............................. SUCCESS [ 0.303
s]
[INFO] shardingsphere-shadow-distsql ...................... SUCCESS [ 0.257
s]
[INFO] shardingsphere-shadow-distsql-statement ............ SUCCESS [ 2.619
s]
[INFO] shardingsphere-shadow-distsql-parser ............... SUCCESS [ 4.231
s]
[INFO] shardingsphere-test ................................ SUCCESS [ 0.449
s]
[INFO] shardingsphere-parser-test ......................... SUCCESS [ 35.324
s]
[INFO] shardingsphere-sql-parser-dialect .................. SUCCESS [ 0.488
s]
[INFO] shardingsphere-sql-parser-sql92 .................... FAILURE [ 4.580
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:42 min
[INFO] Finished at: 2021-10-20T15:17:44+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:\te
st\shardingsphere\shardingsphere-sql-parser\shardingsphere-sql-parser-dialect\shardingsphere-sql-parser-sql92\target\surefire-reports
for the individual t
est 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
```
update: Another situation is that when the folder is brought with `&` (like
`D:\TwinklingLiftWorks\Test&Experiment\shardingsphere`), an error is reported
when I initially executed `./mvnw clean install -Prelease`.

```shell
系统找不到指定的路径。
'Experiment' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
系统找不到指定的路径。
使用“2”个参数调用“DownloadFile”时发生异常:“在 WebClient 请求期间发生异常。”
所在位置 行:1 字符: 282
+ ... pe]::Tls12; $webclient.DownloadFile('https://repo.maven.apache.org/ma
...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : WebException
错误: 找不到或无法加载主类 org.apache.maven.wrapper.MavenWrapperMain
```
As for the long folder name, this is really difficult for me to test. At
least apart from the above factors, long folder names seem to cause another
problem.


```shell
[INFO] argLine set to
-javaagent:C:\\Users\\lingh\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.7\\org.jacoco.agent-0.8.7-runtime.jar=destfile=D:\\TwinklingLiftWorks\\TestAndExp
eriment\\shardingsphere\\shardingsphere-mode\\shardingsphere-mode-type\\shardingsphere-standalone-mode\\shardingsphere-standalone-mode-repository\\shardingsphere-standalone-mode-reposi
tory-provider\\target\\jacoco.exec
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process
(process-resource-bundles) @ shardingsphere-standalone-mode-repository-provider
---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.7:report (report) @
shardingsphere-standalone-mode-repository-provider ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-javadoc-plugin:3.3.0:jar (attach-javadocs) @
shardingsphere-standalone-mode-repository-provider ---
[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-standalone-mode-repository-provider ---
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @
shardingsphere-standalone-mode-repository-provider ---
[INFO]
[INFO] --- apache-rat-plugin:0.12:check (default) @
shardingsphere-standalone-mode-repository-provider ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 62 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-standalone-mode-repository-provider ---
[INFO] Installing
D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\shardingsphere-standalone-mode\shardingsphere-standalone-mode-repo
sitory\shardingsphere-standalone-mode-repository-provider\pom.xml to
C:\Users\lingh\.m2\repository\org\apache\shardingsphere\shardingsphere-standalone-mode-repository-provider\5.0.0-RC
1-SNAPSHOT\shardingsphere-standalone-mode-repository-provider-5.0.0-RC1-SNAPSHOT.pom
[INFO]
[INFO] --<
org.apache.shardingsphere:shardingsphere-standalone-mode-repository-file >--
[INFO] Building shardingsphere-standalone-mode-repository-file
5.0.0-RC1-SNAPSHOT [88/196]
[INFO] --------------------------------[ jar
]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @
shardingsphere-standalone-mode-repository-file ---
[INFO] Deleting
D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\shardingsphere-standalone-mode\shardingsphere-standalone-mode-reposi
tory\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-mode-repository-file\target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven-version) @
shardingsphere-standalone-mode-repository-file ---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-banned-dependencies)
@ shardingsphere-standalone-mode-repository-file ---
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.0:check (validate) @
shardingsphere-standalone-mode-repository-file ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @
shardingsphere-standalone-mode-repository-file ---
[INFO] argLine set to
-javaagent:C:\\Users\\lingh\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.8.7\\org.jacoco.agent-0.8.7-runtime.jar=destfile=D:\\TwinklingLiftWorks\\TestAndExp
eriment\\shardingsphere\\shardingsphere-mode\\shardingsphere-mode-type\\shardingsphere-standalone-mode\\shardingsphere-standalone-mode-repository\\shardingsphere-standalone-mode-reposi
tory-provider\\shardingsphere-standalone-mode-repository-file\\target\\jacoco.exec
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process
(process-resource-bundles) @ shardingsphere-standalone-mode-repository-file ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
shardingsphere-standalone-mode-repository-file ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @
shardingsphere-standalone-mode-repository-file ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to
D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\shardingsphere-standalone-mode\shardingsphere-sta
ndalone-mode-repository\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-mode-repository-file\target\classes
[INFO]
/D:/TwinklingLiftWorks/TestAndExperiment/shardingsphere/shardingsphere-mode/shardingsphere-mode-type/shardingsphere-standalone-mode/shardingsphere-standalone-mode-repository/sha
rdingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-file/src/main/java/org/apache/shardingsphere/mode/repository/standalone/file/FileRepository.ja
va:
D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\shardingsphere-standalone-mode\shardingsphere-standalone-mode-repository\shardin
gsphere-standalone-mode-repository-provider\shardingsphere-standalone-mode-repository-file\src\main\java\org\apache\shardingsphere\mode\repository\standalone\file\FileRepository.java使
用了未经检查或不安全的操作。
[INFO]
/D:/TwinklingLiftWorks/TestAndExperiment/shardingsphere/shardingsphere-mode/shardingsphere-mode-type/shardingsphere-standalone-mode/shardingsphere-standalone-mode-repository/sha
rdingsphere-standalone-mode-repository-provider/shardingsphere-standalone-mode-repository-file/src/main/java/org/apache/shardingsphere/mode/repository/standalone/file/FileRepository.ja
va: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources)
@ shardingsphere-standalone-mode-repository-file ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\shardingsphere-standalone-mode\shardingsp
here-standalone-mode-repository\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-mode-repository-file\src\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @
shardingsphere-standalone-mode-repository-file ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to
D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\shardingsphere-standalone-mode\shardingsphere-stan
dalone-mode-repository\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-mode-repository-file\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @
shardingsphere-standalone-mode-repository-file ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary for shardingsphere 5.0.0-RC1-SNAPSHOT:
[INFO]
[INFO] shardingsphere ..................................... SUCCESS [ 6.710
s]
[INFO] shardingsphere-spi ................................. SUCCESS [ 7.561
s]
[INFO] shardingsphere-sql-parser .......................... SUCCESS [ 0.643
s]
[INFO] shardingsphere-sql-parser-spi ...................... SUCCESS [ 3.277
s]
[INFO] shardingsphere-sql-parser-statement ................ SUCCESS [ 37.020
s]
[INFO] shardingsphere-sql-parser-engine ................... SUCCESS [ 7.281
s]
[INFO] shardingsphere-distsql-parser ...................... SUCCESS [ 0.295
s]
[INFO] shardingsphere-distsql-parser-statement ............ SUCCESS [ 4.021
s]
[INFO] shardingsphere-distsql-parser-engine ............... SUCCESS [ 5.931
s]
[INFO] shardingsphere-features ............................ SUCCESS [ 0.566
s]
[INFO] shardingsphere-sharding ............................ SUCCESS [ 0.396
s]
[INFO] shardingsphere-sharding-distsql .................... SUCCESS [ 0.290
s]
[INFO] shardingsphere-sharding-distsql-statement .......... SUCCESS [ 3.409
s]
[INFO] shardingsphere-sharding-distsql-parser ............. SUCCESS [ 5.109
s]
[INFO] shardingsphere-readwrite-splitting ................. SUCCESS [ 0.318
s]
[INFO] shardingsphere-readwrite-splitting-distsql ......... SUCCESS [ 0.324
s]
[INFO] shardingsphere-readwrite-splitting-distsql-statement SUCCESS [ 2.966
s]
[INFO] shardingsphere-readwrite-splitting-distsql-parser .. SUCCESS [ 4.629
s]
[INFO] shardingsphere-db-discovery ........................ SUCCESS [ 0.295
s]
[INFO] shardingsphere-db-discovery-distsql ................ SUCCESS [ 0.300
s]
[INFO] shardingsphere-db-discovery-distsql-statement ...... SUCCESS [ 2.464
s]
[INFO] shardingsphere-db-discovery-distsql-parser ......... SUCCESS [ 4.016
s]
[INFO] shardingsphere-encrypt ............................. SUCCESS [ 0.304
s]
[INFO] shardingsphere-encrypt-distsql ..................... SUCCESS [ 0.280
s]
[INFO] shardingsphere-encrypt-distsql-statement ........... SUCCESS [ 2.420
s]
[INFO] shardingsphere-encrypt-distsql-parser .............. SUCCESS [ 4.276
s]
[INFO] shardingsphere-scaling ............................. SUCCESS [ 0.340
s]
[INFO] shardingsphere-scaling-distsql ..................... SUCCESS [ 0.265
s]
[INFO] shardingsphere-scaling-distsql-statement ........... SUCCESS [ 2.525
s]
[INFO] shardingsphere-scaling-distsql-parser .............. SUCCESS [ 3.754
s]
[INFO] shardingsphere-shadow .............................. SUCCESS [ 0.315
s]
[INFO] shardingsphere-shadow-distsql ...................... SUCCESS [ 0.295
s]
[INFO] shardingsphere-shadow-distsql-statement ............ SUCCESS [ 2.674
s]
[INFO] shardingsphere-shadow-distsql-parser ............... SUCCESS [ 4.347
s]
[INFO] shardingsphere-test ................................ SUCCESS [ 0.455
s]
[INFO] shardingsphere-parser-test ......................... SUCCESS [ 39.029
s]
[INFO] shardingsphere-sql-parser-dialect .................. SUCCESS [ 0.612
s]
[INFO] shardingsphere-sql-parser-sql92 .................... SUCCESS [ 18.816
s]
[INFO] shardingsphere-sql-parser-mysql .................... SUCCESS [ 53.819
s]
[INFO] shardingsphere-sql-parser-postgresql ............... SUCCESS [ 51.662
s]
[INFO] shardingsphere-sql-parser-opengauss ................ SUCCESS [ 2.437
s]
[INFO] shardingsphere-sql-parser-oracle ................... SUCCESS [01:00
min]
[INFO] shardingsphere-sql-parser-sqlserver ................ SUCCESS [ 35.006
s]
[INFO] shardingsphere-db-protocol ......................... SUCCESS [ 0.368
s]
[INFO] shardingsphere-db-protocol-core .................... SUCCESS [ 7.551
s]
[INFO] shardingsphere-db-protocol-mysql ................... SUCCESS [ 16.217
s]
[INFO] shardingsphere-db-protocol-postgresql .............. SUCCESS [ 13.528
s]
[INFO] shardingsphere-db-protocol-opengauss ............... SUCCESS [ 6.537
s]
[INFO] shardingsphere-test-common ......................... SUCCESS [ 2.379
s]
[INFO] shardingsphere-infra ............................... SUCCESS [ 0.506
s]
[INFO] shardingsphere-infra-common ........................ SUCCESS [ 24.270
s]
[INFO] shardingsphere-infra-parser ........................ SUCCESS [ 5.925
s]
[INFO] shardingsphere-infra-binder ........................ SUCCESS [ 17.270
s]
[INFO] shardingsphere-infra-route ......................... SUCCESS [ 6.412
s]
[INFO] shardingsphere-infra-rewrite ....................... SUCCESS [ 9.038
s]
[INFO] shardingsphere-infra-optimize ...................... SUCCESS [ 13.487
s]
[INFO] shardingsphere-infra-executor ...................... SUCCESS [ 20.807
s]
[INFO] shardingsphere-infra-merge ......................... SUCCESS [ 8.050
s]
[INFO] shardingsphere-kernel .............................. SUCCESS [ 0.357
s]
[INFO] shardingsphere-authority ........................... SUCCESS [ 0.260
s]
[INFO] shardingsphere-authority-api ....................... SUCCESS [ 2.399
s]
[INFO] shardingsphere-authority-core ...................... SUCCESS [ 10.898
s]
[INFO] shardingsphere-transaction ......................... SUCCESS [ 0.294
s]
[INFO] shardingsphere-transaction-api ..................... SUCCESS [ 2.188
s]
[INFO] shardingsphere-transaction-core .................... SUCCESS [ 7.648
s]
[INFO] shardingsphere-infra-context ....................... SUCCESS [ 6.823
s]
[INFO] shardingsphere-infra-datetime ...................... SUCCESS [ 0.254
s]
[INFO] shardingsphere-infra-datetime-spi .................. SUCCESS [ 2.159
s]
[INFO] shardingsphere-infra-datetime-type ................. SUCCESS [ 0.252
s]
[INFO] shardingsphere-system-datetime ..................... SUCCESS [ 3.925
s]
[INFO] shardingsphere-sharding-api ........................ SUCCESS [ 3.739
s]
[INFO] shardingsphere-sharding-distsql-handler ............ SUCCESS [ 8.815
s]
[INFO] shardingsphere-single-table ........................ SUCCESS [ 0.248
s]
[INFO] shardingsphere-single-table-api .................... SUCCESS [ 2.138
s]
[INFO] shardingsphere-single-table-core ................... SUCCESS [ 7.974
s]
[INFO] shardingsphere-sharding-core ....................... SUCCESS [ 36.908
s]
[INFO] shardingsphere-database-datetime ................... SUCCESS [ 7.297
s]
[INFO] shardingsphere-mode ................................ SUCCESS [ 0.354
s]
[INFO] shardingsphere-mode-core ........................... SUCCESS [ 10.654
s]
[INFO] shardingsphere-mode-type ........................... SUCCESS [ 0.331
s]
[INFO] shardingsphere-memory-mode ......................... SUCCESS [ 0.242
s]
[INFO] shardingsphere-memory-mode-core .................... SUCCESS [ 2.500
s]
[INFO] shardingsphere-standalone-mode ..................... SUCCESS [ 0.243
s]
[INFO] shardingsphere-standalone-mode-repository .......... SUCCESS [ 0.275
s]
[INFO] shardingsphere-standalone-mode-repository-api ...... SUCCESS [ 2.617
s]
[INFO] shardingsphere-standalone-mode-core ................ SUCCESS [ 8.814
s]
[INFO] shardingsphere-standalone-mode-repository-provider . SUCCESS [ 0.252
s]
[INFO] shardingsphere-standalone-mode-repository-file ..... FAILURE [ 2.139
s]
[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: 11:09 min
[INFO] Finished at: 2021-10-20T15:54:59+08:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on
project shardingsphere-standalone-mode-repository-file: There are test failu
res.
[ERROR]
[ERROR] Please refer to
D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\shardingsphere-standalone-mode\shardingsphere-standalone-mod
e-repository\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-mode-repository-file\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] The forked VM terminated without properly saying goodbye. VM crash
or System.exit called?
[ERROR] Command was cmd.exe /X /C
"D:\ShageProgram\OpenJDK8U-jdk_x64_windows_hotspot_8u302b08\jdk8u302-b08\jre\bin\java
-javaagent:C:\\Users\\lingh\\.m2\\repository\\org\\jacoco\\org.j
acoco.agent\\0.8.7\\org.jacoco.agent-0.8.7-runtime.jar=destfile=D:\\TwinklingLiftWorks\\TestAndExperiment\\shardingsphere\\shardingsphere-mode\\shardingsphere-mode-type\\shardingsphere
-standalone-mode\\shardingsphere-standalone-mode-repository\\shardingsphere-standalone-mode-repository-provider\\shardingsphere-standalone-mode-repository-file\\target\\jacoco.exec
-ja
r
C:\Users\lingh\AppData\Local\Temp\surefire7054272258866234098\surefirebooter1231984958975297576.jar
C:\Users\lingh\AppData\Local\Temp\surefire7054272258866234098
2021-10-20T15-44-02_
413-jvmRun1 surefire3190603717275706843tmp surefire_317072430163278007356tmp"
[ERROR]
[ERROR] Error while executing forked tests.Error while executing
process.Cannot run program "cmd.exe" (in directory
"D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphe
re-mode\shardingsphere-mode-type\shardingsphere-standalone-mode\shardingsphere-standalone-mode-repository\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-m
ode-repository-file"): CreateProcess error=267,
目录名称无效。org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.CommandLineException:
Error while executing process.
[ERROR] at
org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.Commandline.execute(Commandline.java:412)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushableCommandline.execute(OutputStreamFlushableCommandline.java:65)
[ERROR] at
org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.CommandLineUtils.executeCommandLineAsCallable(CommandLineUtils.java:229)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:611)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] at
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] at
org.apache.maven.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:39)
[ERROR] at
org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:122)
[ERROR] at
org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:61)
[ERROR] Caused by: java.io.IOException: Cannot run program "cmd.exe" (in
directory
"D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\
shardingsphere-standalone-mode\shardingsphere-standalone-mode-repository\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-mode-repository-file"):
CreateProc
ess error=267, 目录名称无效。
[ERROR] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
[ERROR] at java.lang.Runtime.exec(Runtime.java:621)
[ERROR] at
org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.Commandline.execute(Commandline.java:407)
[ERROR] ... 38 more
[ERROR] Caused by: java.io.IOException: CreateProcess error=267, 目录名称无效。
[ERROR] at java.lang.ProcessImpl.create(Native Method)
[ERROR] at java.lang.ProcessImpl.<init>(ProcessImpl.java:453)
[ERROR] at java.lang.ProcessImpl.start(ProcessImpl.java:139)
[ERROR] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
[ERROR] ... 40 more
[ERROR] Fatal Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Flakes: 0,
Elapsed timeout: false
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The
forked VM terminated without properly saying goodbye. VM crash or System.exit
called?
[ERROR] Command was cmd.exe /X /C
"D:\ShageProgram\OpenJDK8U-jdk_x64_windows_hotspot_8u302b08\jdk8u302-b08\jre\bin\java
-javaagent:C:\\Users\\lingh\\.m2\\repository\\org\\jacoco\\org.j
acoco.agent\\0.8.7\\org.jacoco.agent-0.8.7-runtime.jar=destfile=D:\\TwinklingLiftWorks\\TestAndExperiment\\shardingsphere\\shardingsphere-mode\\shardingsphere-mode-type\\shardingsphere
-standalone-mode\\shardingsphere-standalone-mode-repository\\shardingsphere-standalone-mode-repository-provider\\shardingsphere-standalone-mode-repository-file\\target\\jacoco.exec
-ja
r
C:\Users\lingh\AppData\Local\Temp\surefire7054272258866234098\surefirebooter1231984958975297576.jar
C:\Users\lingh\AppData\Local\Temp\surefire7054272258866234098
2021-10-20T15-44-02_
413-jvmRun1 surefire3190603717275706843tmp surefire_317072430163278007356tmp"
[ERROR]
[ERROR] Error while executing forked tests.Error while executing
process.Cannot run program "cmd.exe" (in directory
"D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphe
re-mode\shardingsphere-mode-type\shardingsphere-standalone-mode\shardingsphere-standalone-mode-repository\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-m
ode-repository-file"): CreateProcess error=267,
目录名称无效。org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.CommandLineException:
Error while executing process.
[ERROR] at
org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.Commandline.execute(Commandline.java:412)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushableCommandline.execute(OutputStreamFlushableCommandline.java:65)
[ERROR] at
org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.CommandLineUtils.executeCommandLineAsCallable(CommandLineUtils.java:229)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:611)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] at
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] at
org.apache.maven.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:39)
[ERROR] at
org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:122)
[ERROR] at
org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:61)
[ERROR] Caused by: java.io.IOException: Cannot run program "cmd.exe" (in
directory
"D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\
shardingsphere-standalone-mode\shardingsphere-standalone-mode-repository\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-mode-repository-file"):
CreateProc
ess error=267, 目录名称无效。
[ERROR] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
[ERROR] at java.lang.Runtime.exec(Runtime.java:621)
[ERROR] at
org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.Commandline.execute(Commandline.java:407)
[ERROR] ... 38 more
[ERROR] Caused by: java.io.IOException: CreateProcess error=267, 目录名称无效。
[ERROR] at java.lang.ProcessImpl.create(Native Method)
[ERROR] at java.lang.ProcessImpl.<init>(ProcessImpl.java:453)
[ERROR] at java.lang.ProcessImpl.start(ProcessImpl.java:139)
[ERROR] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
[ERROR] ... 40 more
[ERROR] Fatal Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Flakes: 0,
Elapsed timeout: false
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] at
org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR] at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
[ERROR] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] at
org.apache.maven.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:39)
[ERROR] at
org.apache.maven.wrapper.WrapperExecutor.execute(WrapperExecutor.java:122)
[ERROR] at
org.apache.maven.wrapper.MavenWrapperMain.main(MavenWrapperMain.java:61)
[ERROR] Caused by: java.io.IOException: Cannot run program "cmd.exe" (in
directory
"D:\TwinklingLiftWorks\TestAndExperiment\shardingsphere\shardingsphere-mode\shardingsphere-mode-type\
shardingsphere-standalone-mode\shardingsphere-standalone-mode-repository\shardingsphere-standalone-mode-repository-provider\shardingsphere-standalone-mode-repository-file"):
CreateProc
ess error=267, 目录名称无效。
[ERROR] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
[ERROR] at java.lang.Runtime.exec(Runtime.java:621)
[ERROR] at
org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.Commandline.execute(Commandline.java:407)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushableCommandline.execute(OutputStreamFlushableCommandline.java:65)
[ERROR] at
org.apache.maven.surefire.shade.org.apache.maven.shared.utils.cli.CommandLineUtils.executeCommandLineAsCallable(CommandLineUtils.java:229)
[ERROR] at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:611)
[ERROR] ... 35 more
[ERROR] Caused by: java.io.IOException: CreateProcess error=267, 目录名称无效。
[ERROR] at java.lang.ProcessImpl.create(Native Method)
[ERROR] at java.lang.ProcessImpl.<init>(ProcessImpl.java:453)
[ERROR] at java.lang.ProcessImpl.start(ProcessImpl.java:139)
[ERROR] at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
[ERROR] ... 40 more
[ERROR]
[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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <args> -rf :shardingsphere-standalone-mode-repository-file
```
For now, I think this is Maven's own problem.
--
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]