CrazyMax
CrazyMax
> @thaJeztah Made some changes in #43529 so now docker cli is built against the right go version if you want to rebase to check that tests are ok now....
> Some failures - not sure if all related, but this one I hadn't seen before (or at least, not that I recall 🤔) - it's networking, so could still...
@thaJeztah Looks good on Jenkins, minus unrelated error while cleaning the workspace on windows nodes:  And known flaky test on GHA workflow for Windows https://github.com/moby/moby/issues/38521: ``` === Failed ===...
Argh another racy one linked to https://github.com/moby/moby/issues/11966: https://github.com/moby/moby/runs/6591181007?check_suite_focus=true#step:15:4943 ``` === Failed === FAIL: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.18s) docker_cli_run_test.go:2770: Expected not to have containers d0c6fef36fc5 ``` And looks like Windows node on...
@thaJeztah `TestNetworkDBIslands` known as flaky https://github.com/moby/moby/issues/42459 failed: https://ci-next.docker.com/public/blue/organizations/jenkins/moby/detail/PR-43613/7/pipeline#step-327-log-110 ``` === FAIL: libnetwork/networkdb TestNetworkDBIslands (123.95s) ``` Can you restart the Jenkins pipeline?
Looks like this one is still flaky #11966: ``` === Failed === FAIL: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.79s) docker_cli_run_test.go:2770: Expected not to have containers 0f26800e99b0 --- FAIL: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.79s) ``` https://github.com/moby/moby/runs/6669613995?check_suite_focus=true#step:15:4943 ~Will...
@thaJeztah Ok https://github.com/moby/moby/pull/43529 rebased with latest changes from master.
[Same one](https://github.com/moby/moby/pull/43613#issuecomment-1143130728) bites the dust: https://github.com/moby/moby/runs/6689351547?check_suite_focus=true#step:15:4948 ``` === FAIL: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.66s) docker_cli_run_test.go:2770: Expected not to have containers 6a5c139fc3dc --- FAIL: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.66s) ```
This one is interesting: https://ci-next.docker.com/public/blue/organizations/jenkins/moby/detail/PR-43613/11/pipeline/252#step-253-log-76 ``` [2022-08-04T23:02:23.570Z] docker/errors.py:31: in create_api_error_from_http_exception [2022-08-04T23:02:23.570Z] raise cls(e, response=response, explanation=explanation) [2022-08-04T23:02:23.570Z] E docker.errors.APIError: 500 Server Error for http+docker://localhost/v1.43/images/create?tag=latest&fromImage=hello-world: Internal Server Error ("Head "https://registry-1.docker.io/v2/library/hello-world/manifests/latest": Get "https://auth.docker.io/token?scope=repository%3Alibrary%2Fhello-world%3Apull&service=registry.docker.io":...
 :)