wgtmac commented on PR #1580: URL: https://github.com/apache/orc/pull/1580#issuecomment-1679846455
I have cleaned the `~/.m2/` cache but still hit the issue by running `./mvnw clean package -DskipTests`: ``` [INFO] --- protoc-jar:3.11.4:run (default) @ orc-core --- [INFO] Protoc version: 3.17.3 protoc-jar: protoc version: 3.17.3, detected platform: osx-aarch_64 (mac os x/aarch64) protoc-jar: downloading: http://maven.net.cn/content/groups/public/com/google/protobuf/protoc/maven-metadata.xml protoc-jar: downloading: http://maven.net.cn/content/groups/public/com/github/os72/protoc/maven-metadata.xml protoc-jar: downloading: http://maven.net.cn/content/groups/public/com/google/protobuf/protoc/maven-metadata.xml protoc-jar: downloading: http://maven.net.cn/content/groups/public/com/github/os72/protoc/maven-metadata.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache ORC 2.0.0-SNAPSHOT: [INFO] [INFO] Apache ORC ......................................... SUCCESS [ 2.722 s] [INFO] ORC Shims .......................................... SUCCESS [ 1.908 s] [INFO] ORC Core ........................................... FAILURE [ 22.852 s] [INFO] ORC MapReduce ...................................... SKIPPED [INFO] ORC Tools .......................................... SKIPPED [INFO] ORC Examples ....................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27.569 s [INFO] Finished at: 2023-08-16T09:42:05+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.github.os72:protoc-jar-maven-plugin:3.11.4:run (default) on project orc-core: Error extracting protoc for version 3.17.3: Unsupported platform: protoc-3.17.3-osx-aarch_64.exe -> [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 :orc-core ``` -- 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]
