containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
Apache License 2.0
8.24k stars 612 forks source link

[Windows] flaky test: TestRunUserName: `msg="error unpacking image: lease \"427436400-Uv38\": already exists"` #528

Closed AkihiroSuda closed 2 months ago

AkihiroSuda commented 3 years ago
=== CONT  TestRunUserName
    run_user_windows_test.go:42: assertion failed: 
        Command:  C:\Windows\system32\config\systemprofile\go\bin\nerdctl.exe --namespace=nerdctl-test run --rm gcr.io/k8s-staging-e2e-test-images/busybox:1.29-2 whoami
        ExitCode: 1
        Error:    exit status 1
        Stdout:   
        Stderr:   time="2021-11-18T07:09:32Z" level=fatal msg="error unpacking image: lease \"427436400-Uv38\": already exists"

        Failures:
        ExitCode was 1 expected 0
        Expected stdout to contain "ContainerAdministrator"
        Expected no error

https://cirrus-ci.com/task/5676643743170560

jsturtevant commented 3 years ago

another instance: https://cirrus-ci.com/task/6157490336301056?logs=build#L353

apostasie commented 2 months ago

Have not seen this in the past six months. Unless it is reproducible, shall we close?