raulcd commented on PR #49678: URL: https://github.com/apache/arrow/pull/49678#issuecomment-4205731775
I think that could solve the "intermittent failure" around docker being unable but the big issue is not that one. The real problem is when docker is running at building the flight dependencies from vcpkg step. If I isolate the different vcpkg features being built the image builds fine until the flight feature step. Flight pulls grpc/abseil/protobuf. The `hcsshim::ImportLayer failed in Win32` error seems to hint that the docker image layer is too big to be added to the Windows image. This checks with the following upstream issue: https://github.com/microsoft/vcpkg/issues/43603 We've always had problems building gRPC on Windows taking 2 hours but never had issues with docker being unable to "commit" the image layer until now. -- 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]
