huangzhaobo99 commented on PR #6526: URL: https://github.com/apache/hadoop/pull/6526#issuecomment-1958556471
Pipeline failed, but the local env launched docker image was successfully built and compiled. cc @tasanuma 1. Install Docker and run this command: ``` ./start-build-env.sh ``` 2. trigger compile: ``` mvn package -Pdist -DskipTests -Dtar -Dmaven.javadoc.skip=true ``` ``` [INFO] Apache Hadoop Cloud Storage ........................ SUCCESS [ 3.984 s] [INFO] Apache Hadoop Cloud Storage Project ................ SUCCESS [ 0.016 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:56 min [INFO] Finished at: 2024-02-22T02:39:26Z [INFO] ------------------------------------------------------------------------ xxx@886b0e5bc37b:~/hadoop$ ``` 3. check docker env protobuf version: ``` protoc --version ``` ``` libprotoc 3.21.12 ``` -- 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]
