Skip to content

Console Output

21:48:37 [2019-08-28T21:48:37.770Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-338/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/engine_PR-338/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3dcd6697f79326c2e77cd49973a408adfd58de9d -e DOCKER_GRAPHDRIVER docker:3dcd6697f79326c2e77cd49973a408adfd58de9d hack/validate/default
21:48:44 [2019-08-28T21:48:44.290Z] Congratulations!  All commits are properly signed with the DCO!
21:48:45 [2019-08-28T21:48:45.648Z] Congratulations! Seccomp profile generation is done correctly.
21:50:21 [2019-08-28T21:50:21.995Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
21:50:31 [2019-08-28T21:50:31.937Z] The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
21:50:33 [2019-08-28T21:50:33.296Z] Congratulations! All api changes are done the right way.
21:50:33 [2019-08-28T21:50:33.296Z] Congratulations!  No testing.T found.
21:50:33 [2019-08-28T21:50:33.296Z] Congratulations!  All toml source files changed here have valid syntax.
21:50:33 [2019-08-28T21:50:33.296Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:50:33 [2019-08-28T21:50:33.296Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:50:33 [2019-08-28T21:50:33.296Z] Congratulations!  No new tests added to integration-cli.