raulcd opened a new issue, #49676: URL: https://github.com/apache/arrow/issues/49676
### Describe the bug, including details regarding any error messages, version, and platform. The [wheel-windows-cp313-cp313t-amd64](https://github.com/ursacomputing/crossbow/actions/runs/24025582016/job/70063224574) job is failing with: ``` Completed submission of aws-crt-cpp:[email protected] to 1 binary cache(s) in 3.3 s Waiting for 1 remaining binary cache submissions... Completed submission of aws-sdk-cpp[cognito-identity,config,core,identity-management,s3,sts,transfer]:[email protected] to 1 binary cache(s) in 10 s (1/1) All requested installations completed successfully in: 2.4 h re-exec error: exit status 1: output: hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) Error: `docker compose --file=D:\a\crossbow\crossbow\arrow\compose.yaml build --build-arg BUILDKIT_INLINE_CACHE=1 python-wheel-windows-vs2022-base` exited with a non-zero exit code 1, see the process log above. ``` This is after building the vcpkg dependencies that docker seems to fail with the image layer: > re-exec error: exit status 1: output: hcsshim::ImportLayer failed in Win32: The system cannot find the path specified. (0x3) This has been failing for ~1 month (since we enabled OpenTelemetry) even though the wheels on the PR where successful ### Component(s) Packaging, Python -- 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]
