jnturton commented on PR #2951: URL: https://github.com/apache/drill/pull/2951#issuecomment-2422819670
I got a build going after putting `docker buildx create --use` back in. It appeared to make progress on two parallel builds but it got killed after running for 4 hours (see the final line below). We'll probably have to split things up differently and, given that Docker Hub access is required to see what does or doesn't work, I'll probably have to carry on with that in the 8260-arm64-image branch. ``` 2024-10-18T12:06:49Z #21 1435.4 [output clipped, log limit 2MiB reached] 2024-10-18T12:15:35Z #21 ... 2024-10-18T12:15:35Z 2024-10-18T12:15:35Z #20 [linux/amd64 build 4/5] RUN mvn clean install -DskipTests 2024-10-18T12:15:35Z #20 DONE 1961.4s 2024-10-18T12:15:35Z 2024-10-18T12:15:35Z #22 [linux/amd64 build 5/5] RUN VERSION=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec) && mkdir /opt/drill && mv distribution/target/apache-drill-${VERSION}/apache-drill-${VERSION}/* /opt/drill && chmod -R +r /opt/drill 2024-10-18T12:15:56Z #22 DONE 20.9s 2024-10-18T12:15:56Z 2024-10-18T12:15:56Z #21 [linux/arm64 build 4/5] RUN mvn clean install -DskipTests 2024-10-18T12:15:57Z #21 ... 2024-10-18T12:15:57Z 2024-10-18T12:15:57Z #23 [linux/amd64 stage-1 3/3] COPY --from=build /opt/drill /opt/drill 2024-10-18T12:16:01Z #23 DONE 3.6s 2024-10-18T12:16:01Z 2024-10-18T12:16:01Z #21 [linux/arm64 build 4/5] RUN mvn clean install -DskipTests 2024-10-18T12:48:56Z #21 3962.5 Warning: Lookahead adequacy checking not being performed since option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to true to force checking. 2024-10-18T13:03:45Z The build was cancelled or exceeded the maximum execution time. ``` -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org