Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flaky test: TestInstallWithContentTrust #2257

Closed
thaJeztah opened this issue Jan 15, 2020 · 1 comment · Fixed by #2303
Closed

flaky test: TestInstallWithContentTrust #2257

thaJeztah opened this issue Jan 15, 2020 · 1 comment · Fixed by #2303

Comments

@thaJeztah
Copy link
Member

seen failing sometimes: https://ci.docker.com/public/blue/organizations/jenkins/cli/detail/PR-2251/4/pipeline

=== FAIL: e2e/plugin TestInstallWithContentTrust (1.15s)
    trust_test.go:34: assertion failed:
        Command:  docker plugin create registry:5000/plugin-content-trust /tmp/plugin_test-685316862
        ExitCode: 1
        Error:    exit status 1
        Stdout:
        Stderr:   time="2020-01-15T14:17:27Z" level=error msg="Can't add file /tmp/plugin_test-685316862/rootfs/basic to tar: io: read/write on closed pipe"
        time="2020-01-15T14:17:27Z" level=error msg="Can't close tar writer: io: read/write on closed pipe"
        error during connect: Post http://docker/v1.40/plugins/create?name=registry%3A5000%2Fplugin-content-trust: net/http: HTTP/1.x transport connection broken: write |1: broken pipe


        Failures:
        ExitCode was 1 expected 0
        Expected no error
@thaJeztah
Copy link
Member Author

thaJeztah commented Jan 15, 2020

Seeing this one fail as well;

https://ci.docker.com/public/blue/organizations/jenkins/cli/detail/PR-2220/13/pipeline/


=== FAIL: e2e/trust TestRevokeImage (0.11s)
    revoke_test.go:50: assertion failed: 
        Command:  docker pull registry:5000/alpine:3.6
        ExitCode: 1
        Error:    exit status 1
        Stdout:   
        Stderr:   error during connect: Post http://docker/v1.40/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6: command [ssh -o ControlMaster=auto -o ControlPath=/root/.docker/%r@%h:%p -l penguin 192.168.0.5 -- docker system dial-stdio] has exited with exit status 255, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected no error

Wondering if this is actually related to #2132, which was merged recently @tonistiigi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants