Skip to content

Console Output

19:50:02 [2019-08-24T19:50:02.248Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39495/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39495/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4d09fab232ed282d020afbe1e0935b53379df4ad -e DOCKER_GRAPHDRIVER docker:4d09fab232ed282d020afbe1e0935b53379df4ad hack/validate/default
19:50:03 [2019-08-24T19:50:03.617Z] Congratulations!  All commits are properly signed with the DCO!
19:51:25 [2019-08-24T19:51:25.028Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
19:51:27 [2019-08-24T19:51:27.553Z] The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
19:51:30 [2019-08-24T19:51:30.092Z] Congratulations! All api changes are done the right way.
19:51:30 [2019-08-24T19:51:30.092Z] Congratulations!  No testing.T found.
19:51:30 [2019-08-24T19:51:30.092Z] Congratulations!  All toml source files changed here have valid syntax.
19:51:30 [2019-08-24T19:51:30.092Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:51:30 [2019-08-24T19:51:30.092Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:51:30 [2019-08-24T19:51:30.092Z] Congratulations!  No new tests added to integration-cli.