Skip to content

e2e: update engine version - #3128

Closed
thaJeztah wants to merge 1 commit into
docker:masterfrom
thaJeztah:update_e2e_engine
Closed

e2e: update engine version#3128
thaJeztah wants to merge 1 commit into
docker:masterfrom
thaJeztah:update_e2e_engine

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

see individual commits for details

@thaJeztah

This comment was marked as outdated.

@thaJeztah
thaJeztahforce-pushed the update_e2e_engine branch 17 times, most recently from 535cab6 to b60249bCompareJune 11, 2021 15:51
@thaJeztahthaJeztah changed the title CI: update engine versionse2e: update engine versionJun 15, 2021
@thaJeztah
thaJeztah marked this pull request as draft June 15, 2021 11:59
@thaJeztah
thaJeztahforce-pushed the update_e2e_engine branch 2 times, most recently from a3573ae to 090faf0CompareMarch 27, 2022 17:35
@thaJeztah

Copy link
Copy Markdown
MemberAuthor
DONE 91 tests, 3 skipped, 10 failures in 146.424s
Details
=== Failed
=== FAIL: e2e/image TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (0.42s)
push_test.go:216: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.5:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (66.45s)
push_test.go:283: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.5:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/plugin TestInstallWithContentTrust (6.59s)
trust_test.go:52: assertion failed: Command: docker plugin install --grant-all-permissions registry:5000/plugin-content-trust
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.5:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected stdout to contain "Status: Downloaded newer image for registry:5000/plugin-content-trust@sha"
Expected no error
=== FAIL: e2e/stack TestDeployWithNamedResources (74.67s)
deploy_test.go:21: assertion failed: Command: docker stack deploy -c testdata/stack-with-named-resources.yml test-stack-deploy-with-names
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.5:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/stack TestRemove (10.27s)
remove_test.go:28: assertion failed: Command: docker stack deploy --compose-file=./testdata/full-stack.yml test-stack-remove
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Get "http://172.18.0.5:2375/v1.24/info": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/system TestInspectInvalidReference (8.44s)
inspect_test.go:13: assertion failed: Command: docker inspect FooBar
ExitCode: 1
Error: exit status 1
Stdout: []
Stderr: error during connect: Get "http://172.18.0.5:2375/v1.24/containers/FooBar/json": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
Expected stderr to contain "Error: No such object: FooBar"
=== FAIL: e2e/trust TestRevokeImage (8.97s)
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://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestRevokeRepo (9.22s)
revoke_test.go:59: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignLocalImage (9.22s)
sign_test.go:26: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignWithLocalFlag (9.22s)
sign_test.go:51: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error

@crazy-max

Copy link
Copy Markdown
Member

Looks the same as #3320 (comment)

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

Yes, I remembered we still had to do this when I was updating the go version 😂, so I thought: let me rebase this one

@thaJeztah

Copy link
Copy Markdown
MemberAuthor

Failures:

e2e (non-experimental, alpine, 20.10-dind)
=== Failed
=== FAIL: e2e/image TestPushWithContentTrustUnreachableServer (0.18s)
push_test.go:323: assertion failed: Command: docker tag registry:5000/alpine:3.6 registry:5000/trust-push-unreachable:latest
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.3:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustExistingTag (47.51s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.3:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustReleasesDelegationOnly (9.22s)
push_test.go:160: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.3:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (9.22s)
push_test.go:216: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.3:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (9.22s)
push_test.go:283: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.3:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/plugin TestInstallWithContentTrust (8.12s)
trust_test.go:52: assertion failed: Command: docker plugin install --grant-all-permissions registry:5000/plugin-content-trust
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.3:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected stdout to contain "Status: Downloaded newer image for registry:5000/plugin-content-trust@sha"
Expected no error
=== FAIL: e2e/stack TestDeployWithNamedResources (52.13s)
deploy_test.go:21: assertion failed: Command: docker stack deploy -c testdata/stack-with-named-resources.yml test-stack-deploy-with-names
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Get "http://172.18.0.3:2375/v1.24/info": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/stack TestRemove (10.24s)
remove_test.go:28: assertion failed: Command: docker stack deploy --compose-file=./testdata/full-stack.yml test-stack-remove
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Get "http://172.18.0.3:2375/v1.24/info": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/system TestInspectInvalidReference (8.84s)
inspect_test.go:13: assertion failed: Command: docker inspect FooBar
ExitCode: 1
Error: exit status 1
Stdout: []
Stderr: error during connect: Get "http://172.18.0.3:2375/v1.24/containers/FooBar/json": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
Expected stderr to contain "Error: No such object: FooBar"
=== FAIL: e2e/trust TestRevokeImage (8.81s)
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://172.18.0.3:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestRevokeRepo (9.22s)
revoke_test.go:59: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.3:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignLocalImage (9.22s)
sign_test.go:26: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.3:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignWithLocalFlag (9.22s)
sign_test.go:51: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.3:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.3:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
e2e (non-experimental, bullseye, 20.10-dind)
=== Failed
=== FAIL: e2e/image TestPushAllTags (0.38s)
push_test.go:39: assertion failed: Command: docker push --all-tags registry:5000/push-all-tags
ExitCode: 1
Error: exit status 1
Stdout: The push refers to repository [registry:5000/push-all-tags]
5bef08742407: Preparing
5bef08742407: Mounted from trust-pull-unreachable
latest: digest: sha256:641b95ddb2ea9dc2af1a0113b6b348ebc20872ba615204fbe12148e98fd6f23d size: 528
5bef08742407: Preparing
5bef08742407: Layer already exists
Stderr: unexpected EOF
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrust (0.07s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.5:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushQuietErrors (47.26s)
push_test.go:78: assertion failed: Command: docker push --quiet nosuchimage
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/nosuchimage/push?tag=latest": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
Expected stderr to contain "An image does not exist locally with the tag: nosuchimage"
=== FAIL: e2e/image TestPushWithContentTrustUnreachableServer (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustExistingTag (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustReleasesDelegationOnly (9.22s)
push_test.go:160: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (9.22s)
push_test.go:216: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (9.22s)
push_test.go:283: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/plugin TestInstallWithContentTrust (6.54s)
trust_test.go:52: assertion failed: Command: docker plugin install --grant-all-permissions registry:5000/plugin-content-trust
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.5:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected stdout to contain "Status: Downloaded newer image for registry:5000/plugin-content-trust@sha"
Expected no error
=== FAIL: e2e/stack TestDeployWithNamedResources (53.98s)
deploy_test.go:21: assertion failed: Command: docker stack deploy -c testdata/stack-with-named-resources.yml test-stack-deploy-with-names
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Get "http://172.18.0.5:2375/v1.24/info": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/stack TestRemove (10.25s)
remove_test.go:28: assertion failed: Command: docker stack deploy --compose-file=./testdata/full-stack.yml test-stack-remove
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Get "http://172.18.0.5:2375/v1.24/info": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/system TestInspectInvalidReference (8.92s)
inspect_test.go:13: assertion failed: Command: docker inspect FooBar
ExitCode: 1
Error: exit status 1
Stdout: []
Stderr: error during connect: Get "http://172.18.0.5:2375/v1.24/containers/FooBar/json": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
Expected stderr to contain "Error: No such object: FooBar"
=== FAIL: e2e/trust TestRevokeImage (8.89s)
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://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestRevokeRepo (9.22s)
revoke_test.go:59: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignLocalImage (9.22s)
sign_test.go:26: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignWithLocalFlag (9.22s)
sign_test.go:51: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
DONE 92 tests, 3 skipped, 16 failures in 148.306s
e2e (experimental, alpine, 20.10-dind)
=== Failed
=== FAIL: e2e/image TestBuildIidFileSquash (3.55s)
build_test.go:142: assertion failed: Command: docker build --iidfile /tmp/test-iidfile-squash-3709152393/idsquash --squash -t testbuildiidfilesquash .
ExitCode: 1
Error: exit status 1
Stdout: Sending build context to Docker daemon 2.048kB
Step 1/5 : FROM registry:5000/alpine:3.6
---> 76da55c8019d
Step 2/5 : ENV FOO=FOO
---> Running in e2a7f3e1924d
Removing intermediate container e2a7f3e1924d
---> b8797ed67d4d
Step 3/5 : ENV BAR=BAR
---> Running in 5c979443a7ed
Removing intermediate container 5c979443a7ed
---> 8df9b5fbacf0
Step 4/5 : RUN touch /fiip
---> Running in 7e8e5ede1cb9
Removing intermediate container 7e8e5ede1cb9
---> 8f189aff8141
Step 5/5 : RUN touch /foop
---> Running in 7b14dc6749ac
Stderr: DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
environment-variable.
unexpected EOF
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPullWithContentTrust (47.35s)
pull_test.go:24: assertion failed: Command: docker image pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPullQuiet (9.22s)
pull_test.go:41: assertion failed: Command: docker pull --quiet registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (9.22s)
pull_test.go:51: assertion failed: Command: docker image pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushAllTags (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrust (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushQuietErrors (9.22s)
push_test.go:78: assertion failed: Command: docker push --quiet nosuchimage
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/nosuchimage/push?tag=latest": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
Expected stderr to contain "An image does not exist locally with the tag: nosuchimage"
=== FAIL: e2e/image TestPushWithContentTrustUnreachableServer (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustExistingTag (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustReleasesDelegationOnly (9.22s)
push_test.go:160: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (9.22s)
push_test.go:216: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (9.22s)
push_test.go:283: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/plugin TestInstallWithContentTrust (6.59s)
trust_test.go:52: assertion failed: Command: docker plugin install --grant-all-permissions registry:5000/plugin-content-trust
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.4:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected stdout to contain "Status: Downloaded newer image for registry:5000/plugin-content-trust@sha"
Expected no error
=== FAIL: e2e/stack TestDeployWithNamedResources (53.90s)
deploy_test.go:21: assertion failed: Command: docker stack deploy -c testdata/stack-with-named-resources.yml test-stack-deploy-with-names
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Get "http://172.18.0.4:2375/v1.24/info": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/stack TestRemove (10.25s)
remove_test.go:28: assertion failed: Command: docker stack deploy --compose-file=./testdata/full-stack.yml test-stack-remove
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Get "http://172.18.0.4:2375/v1.24/info": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/system TestInspectInvalidReference (8.85s)
inspect_test.go:13: assertion failed: Command: docker inspect FooBar
ExitCode: 1
Error: exit status 1
Stdout: []
Stderr: error during connect: Get "http://172.18.0.4:2375/v1.24/containers/FooBar/json": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
Expected stderr to contain "Error: No such object: FooBar"
=== FAIL: e2e/trust TestRevokeImage (8.81s)
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://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestRevokeRepo (9.22s)
revoke_test.go:59: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignLocalImage (9.22s)
sign_test.go:26: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignWithLocalFlag (9.22s)
sign_test.go:51: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.4:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.4:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
DONE 92 tests, 2 skipped, 20 failures in 177.242s
e2e (experimental, bullseye, 20.10-dind)
=== Failed
=== FAIL: e2e/image TestBuildIidFileSquash (3.59s)
build_test.go:142: assertion failed: Command: docker build --iidfile /tmp/test-iidfile-squash-3699775179/idsquash --squash -t testbuildiidfilesquash .
ExitCode: 1
Error: exit status 1
Stdout: Sending build context to Docker daemon 2.048kB
Step 1/5 : FROM registry:5000/alpine:3.6
---> 76da55c8019d
Step 2/5 : ENV FOO=FOO
---> Running in 13ab1df38b01
Removing intermediate container 13ab1df38b01
---> b7b96778e643
Step 3/5 : ENV BAR=BAR
---> Running in 02a638474a9b
Removing intermediate container 02a638474a9b
---> b44b4ca024ee
Step 4/5 : RUN touch /fiip
---> Running in 8b769ff1b673
Removing intermediate container 8b769ff1b673
---> 1312188c3481
Step 5/5 : RUN touch /foop
---> Running in a257cf3b21b9
Stderr: DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
environment-variable.
unexpected EOF
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPullWithContentTrust (60.16s)
pull_test.go:24: assertion failed: Command: docker image pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPullQuiet (9.22s)
pull_test.go:41: assertion failed: Command: docker pull --quiet registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPullWithContentTrustUsesCacheWhenNotaryUnavailable (9.22s)
pull_test.go:51: assertion failed: Command: docker image pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushAllTags (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrust (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushQuietErrors (9.22s)
push_test.go:78: assertion failed: Command: docker push --quiet nosuchimage
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/nosuchimage/push?tag=latest": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
Expected stderr to contain "An image does not exist locally with the tag: nosuchimage"
=== FAIL: e2e/image TestPushWithContentTrustUnreachableServer (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustExistingTag (9.22s)
push_test.go:319: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustReleasesDelegationOnly (9.22s)
push_test.go:160: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustSignsAllFirstLevelRolesWeHaveKeysFor (9.22s)
push_test.go:216: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/image TestPushWithContentTrustSignsForRolesWithKeysAndValidPaths (9.22s)
push_test.go:283: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/plugin TestInstallWithContentTrust (7.36s)
trust_test.go:52: assertion failed: Command: docker plugin install --grant-all-permissions registry:5000/plugin-content-trust
ExitCode: 1
Error: exit status 1
Stdout: Stderr: Cannot connect to the Docker daemon at tcp://172.18.0.5:2375. Is the docker daemon running?
Failures:
ExitCode was 1 expected 0
Expected stdout to contain "Status: Downloaded newer image for registry:5000/plugin-content-trust@sha"
Expected no error
=== FAIL: e2e/stack TestDeployWithNamedResources (52.45s)
deploy_test.go:21: assertion failed: Command: docker stack deploy -c testdata/stack-with-named-resources.yml test-stack-deploy-with-names
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Get "http://172.18.0.5:2375/v1.24/info": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/stack TestRemove (10.25s)
remove_test.go:28: assertion failed: Command: docker stack deploy --compose-file=./testdata/full-stack.yml test-stack-remove
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Get "http://172.18.0.5:2375/v1.24/info": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/system TestInspectInvalidReference (8.84s)
inspect_test.go:13: assertion failed: Command: docker inspect FooBar
ExitCode: 1
Error: exit status 1
Stdout: []
Stderr: error during connect: Get "http://172.18.0.5:2375/v1.24/containers/FooBar/json": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
Expected stderr to contain "Error: No such object: FooBar"
=== FAIL: e2e/trust TestRevokeImage (8.81s)
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://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestRevokeRepo (9.22s)
revoke_test.go:59: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignLocalImage (9.22s)
sign_test.go:26: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
=== FAIL: e2e/trust TestSignWithLocalFlag (9.22s)
sign_test.go:51: assertion failed: Command: docker pull registry:5000/alpine:3.6
ExitCode: 1
Error: exit status 1
Stdout: Stderr: error during connect: Post "http://172.18.0.5:2375/v1.24/images/create?fromImage=registry%3A5000%2Falpine&tag=3.6": dial tcp 172.18.0.5:2375: connect: no route to host
Failures:
ExitCode was 1 expected 0
Expected no error
DONE 92 tests, 2 skipped, 20 failures in 192.145s

@thaJeztahthaJeztah modified the milestones: 23.0.0, 23.0.1Feb 2, 2023
@thaJeztahthaJeztah modified the milestones: 23.0.1, v-nextFeb 9, 2023
@thaJeztahthaJeztah modified the milestones: 24.0.0, 25.0.0Apr 27, 2023
The stable-dind image was stuck on Docker 19.03. Updating to "dind"
now gives us docker 20.10.
Docker 20.10 fixed an issue with the "docker pull" response previously
not including the image name of the image that was pulled. This
caused the test to fail, as the .golden file no longer matched.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztahthaJeztah modified the milestones: 25.0.0, 26.0.0Jan 19, 2024
@thaJeztahthaJeztah mentioned this pull request Feb 3, 2024
@vvolandvvoland mentioned this pull request Mar 4, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thaJeztah@crazy-max@vvoland