Skip to content

Console Output

19:24:26 [2019-10-02T19:24:26.085Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_PR-393/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/engine_PR-393/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5912f8f2fc30c99086fc5d6a003924a000a0ee7e -e DOCKER_GRAPHDRIVER docker:5912f8f2fc30c99086fc5d6a003924a000a0ee7e hack/validate/default
19:24:32 [2019-10-02T19:24:32.613Z] Congratulations!  All commits are properly signed with the DCO!
19:24:33 [2019-10-02T19:24:33.975Z] Congratulations! Seccomp profile generation is done correctly.
19:26:25 [2019-10-02T19:26:25.336Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
19:26:25 [2019-10-02T19:26:25.895Z] The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
19:26:27 [2019-10-02T19:26:27.778Z] Congratulations! All api changes are done the right way.
19:26:27 [2019-10-02T19:26:27.778Z] Congratulations!  No testing.T found.
19:26:27 [2019-10-02T19:26:27.778Z] Congratulations!  All toml source files changed here have valid syntax.
19:26:27 [2019-10-02T19:26:27.778Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:26:27 [2019-10-02T19:26:27.778Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:26:27 [2019-10-02T19:26:27.778Z] Congratulations!  No new tests added to integration-cli.