huangzhir commented on PR #4643: URL: https://github.com/apache/kyuubi/pull/4643#issuecomment-1498548901
there are 2 checks were not successful. ``` Error: Plugin org.antlr:antlr4-maven-plugin:4.9.3 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.antlr:antlr4-maven-plugin:jar:4.9.3: The following artifacts could not be resolved: org.antlr:antlr4-maven-plugin:pom:4.9.3 (absent): Could not transfer artifact org.antlr:antlr4-maven-plugin:pom:4.9.3 from/to gcs-maven-central-mirror (https://maven-central-asia.storage-download.googleapis.com/maven2/): Connection timed out (Read failed) -> [Help 1] ``` ``` Error: Failed to execute goal on project kyuubi-spark-sql-engine_2.12: Could not resolve dependencies for project org.apache.kyuubi:kyuubi-spark-sql-engine_2.12:jar:1.8.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.spark:spark-streaming_2.12:jar:3.2.3 (absent): Could not transfer artifact org.apache.spark:spark-streaming_2.12:jar:3.2.3 from/to gcs-maven-central-mirror (https://maven-central-asia.storage-download.googleapis.com/maven2/): Connection timed out (Read failed) -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project kyuubi-spark-sql-engine_2.12: Could not resolve dependencies for project org.apache.kyuubi:kyuubi-spark-sql-engine_2.12:jar:1.8.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.spark:spark-streaming_2.12:jar:3.2.3 (absent): Could not transfer artifact org.apache.spark:spark-streaming_2.12:jar:3.2.3 from/to gcs-maven-central-mirror (https://maven-central-asia.storage-download.googleapis.com/maven2/): Connection timed out (Read failed) ``` These two errors seem to be caused by a network problem with connecting to https://maven-central-asia.storage-download.googleapis.com/maven2. After looking at other PRs, it seems that this issue is not unique. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
