Description
Some cri-integration tests fail with this message:
=== RUN TestPodHostname
388
=== RUN TestPodHostname/regular_pod_with_custom_hostname
389
pod_hostname_test.go:73: Create a sandbox with hostname
390
common.go:115: Image "docker.io/claudiubelu/busybox:1.29" already exists, not pulling.
391
pod_hostname_test.go:98: Create a container to print env
392
E0611 02:03:29.993256 2976 remote_runtime.go:241] CreateContainer in sandbox "8fc3558957e55f7101a0038f71e7a2ec6cf11c257a258c14d8ca614e90a3e285" from runtime service failed: rpc error: code = NotFound desc = failed to create containerd container: error unpacking image: failed to resolve rootfs: content digest sha256:a44f6b4faf94031b62c13210f208c7b786a7fa18698a231ef1234c839024c8c4: not found
393
pod_hostname_test.go:107:
394
Error Trace: pod_hostname_test.go:107
395
Error: Received unexpected error:
396
rpc error: code = NotFound desc = failed to create containerd container: error unpacking image: failed to resolve rootfs: content digest sha256:a44f6b4faf94031b62c13210f208c7b786a7fa18698a231ef1234c839024c8c4: not found
397
Test: TestPodHostname/regular_pod_with_custom_hostname
It seems to be an issue with image unpacking. It is still not clear if this is a test issue ( setup, something related to the order in which tests are run etc. ).
What version of containerd are you using:
Using containerD master
List of failing tests:
TestImageLoad
TestPodDualStack
TestPodHostname
TestPodHostname
TestTruncIndex
Description
Some cri-integration tests fail with this message:
It seems to be an issue with image unpacking. It is still not clear if this is a test issue ( setup, something related to the order in which tests are run etc. ).
What version of containerd are you using:
Using containerD master
List of failing tests: