Closed as not planned
Description
Issue Description
podman gets stuck on sending tarball for a ARM64 build on a x64 Windows PC. I left sending tarball running for over 10.5 hours after all other steps completed and had still not progressed.
Steps to reproduce the issue
Steps to reproduce the issue
- git clone --branch podman-5-stalls [email protected]:Fydon/opentelemetry-cpp-contrib.git .
- cd instrumentation/otel-webserver-module
- docker buildx build -t apache_centos7_arm64 -f docker/centos7/Dockerfile --load . --platform linux/arm64 --build-arg AUTOCONF_BUILD_TYPE='aarch64-unknown-linux-gnu' --build-arg BUILD_ARCH='arm64' --build-arg CMAKE_ARCH='aarch64' --build-arg GOSU_ARCH='arm64' --build-arg JDK_ARCH='aarch64' --build-arg NGINX_ARCH='aarch64'
Describe the results you received
Stuck on sending tarball
Describe the results you expected
I expected the layers to be exported and an image to be created.
podman info output
> podman info
OS: windows/amd64
provider: wsl
version: 5.0.1
Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` and `podman machine start` to manage a new Linux VM
Error: unable to connect to Podman socket: failed to connect: dial tcp 127.0.0.1:4161: connectex: No connection could be made because the target machine actively refused it.
> podman --version
podman.exe version 5.0.1
Windows 11 Version 23H2 Build 22631.3296
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response