Skip to content

Console Output

19:18:01 [2019-09-09T19:18:01.978Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39874/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39874/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cf4caf34ac68918fc12cf28a368cf1db5d7ff851 -e DOCKER_GRAPHDRIVER docker:cf4caf34ac68918fc12cf28a368cf1db5d7ff851 hack/validate/default
19:18:03 [2019-09-09T19:18:03.350Z] Congratulations!  All commits are properly signed with the DCO!
19:19:24 [2019-09-09T19:19:24.760Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
19:19:24 [2019-09-09T19:19:24.760Z] No api/types/ or api/swagger.yaml changes in diff.
19:19:24 [2019-09-09T19:19:24.760Z] Congratulations!  No testing.T found.
19:19:24 [2019-09-09T19:19:24.760Z] Congratulations!  All toml source files changed here have valid syntax.
19:19:24 [2019-09-09T19:19:24.760Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:19:24 [2019-09-09T19:19:24.760Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:19:24 [2019-09-09T19:19:24.760Z] Congratulations!  No new tests added to integration-cli.