Skip to content

Console Output

17:52:53 [2019-10-03T17:52:53.505Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/engine_18.09/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/engine_18.09/.git:/go/src/github.com/docker/docker/.git --name docker-pr22 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f50bff1e2c4d15e59e5b08dc810eecef5e5b240e -e DOCKER_GRAPHDRIVER docker:f50bff1e2c4d15e59e5b08dc810eecef5e5b240e hack/validate/default
17:53:00 [2019-10-03T17:53:00.062Z] Congratulations!  All commits are properly signed with the DCO!
17:53:02 [2019-10-03T17:53:02.584Z] Congratulations! Seccomp profile generation is done correctly.
17:54:54 [2019-10-03T17:54:54.009Z] Congratulations!  "./pkg/..." is safely isolated from internal code.
17:54:54 [2019-10-03T17:54:54.010Z] The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
17:54:54 [2019-10-03T17:54:54.010Z] Congratulations! All api changes are done the right way.
17:54:54 [2019-10-03T17:54:54.010Z] Congratulations!  No testing.T found.
17:54:54 [2019-10-03T17:54:54.010Z] Congratulations!  All toml source files changed here have valid syntax.
17:54:54 [2019-10-03T17:54:54.010Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:54:54 [2019-10-03T17:54:54.010Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:54:54 [2019-10-03T17:54:54.010Z] Congratulations!  No new tests added to integration-cli.