Skip to content

Console Output

16:13:28 [2020-03-09T16:13:28.008Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40650/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40650/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=18c22f5bc1a30d325ed7a14d118c8fcf20f2f509 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:18c22f5bc1a30d325ed7a14d118c8fcf20f2f509 hack/validate/default
16:13:28 [2020-03-09T16:13:28.612Z] Congratulations!  All commits are properly signed with the DCO!
16:13:28 [2020-03-09T16:13:28.612Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:13:28 [2020-03-09T16:13:28.612Z] No api/types/ or api/swagger.yaml changes in diff.
16:13:28 [2020-03-09T16:13:28.612Z] Congratulations!  All TOML source files changed here have valid syntax.
16:13:28 [2020-03-09T16:13:28.612Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:13:28 [2020-03-09T16:13:28.612Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:13:28 [2020-03-09T16:13:28.612Z] Congratulations!  No new tests were added to integration-cli.
16:13:28 [2020-03-09T16:13:28.612Z] 
16:13:28 [2020-03-09T16:13:28.612Z] INFO Start validation with golang-ci-lint
16:13:28 [2020-03-09T16:13:28.867Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:13:28 [2020-03-09T16:13:28.867Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:15:35 [2020-03-09T16:15:35.565Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|name|types_sizes|compiled_files|deps|files) took 1m52.074388245s 
16:15:35 [2020-03-09T16:15:35.565Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 460.475511ms 
16:16:57 [2020-03-09T16:16:57.297Z] WARN [runner] Can't run linter goanalysis_metalinter: ctrlflow: failed prerequisites: inspect@github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/instructions 
16:16:57 [2020-03-09T16:16:57.297Z] INFO [runner] Issues before processing: 46, after processing: 0 
16:16:57 [2020-03-09T16:16:57.297Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 1/1, path_prettifier: 10/10, cgo: 10/46, autogenerated_exclude: 1/10, nolint: 0/1, filename_unadjuster: 10/10, skip_files: 10/10, skip_dirs: 10/10, identifier_marker: 1/1, exclude: 1/1 
16:16:57 [2020-03-09T16:16:57.297Z] INFO [runner] processing took 731.224µs with stages: nolint: 378.09µs, path_prettifier: 139.266µs, skip_dirs: 95.497µs, autogenerated_exclude: 70.223µs, identifier_marker: 21.388µs, cgo: 15.83µs, filename_unadjuster: 4.605µs, exclude-rules: 2.571µs, max_same_issues: 880ns, diff: 664ns, max_from_linter: 382ns, exclude: 343ns, max_per_file_from_linter: 340ns, uniq_by_line: 338ns, skip_files: 289ns, path_shortener: 260ns, source_code: 258ns 
16:16:57 [2020-03-09T16:16:57.297Z] INFO [runner] linters took 1m32.08565551s with stages: goanalysis_metalinter: 1m13.856128523s, unused: 18.228682622s 
16:16:57 [2020-03-09T16:16:57.297Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
16:16:57 [2020-03-09T16:16:57.297Z] INFO Memory: 1372 samples, avg is 707.0MB, max is 4109.0MB 
16:16:57 [2020-03-09T16:16:57.297Z] INFO Execution took 3m24.627286144s               
16:16:57 [2020-03-09T16:16:57.297Z] Congratulations! The shell scripts are properly formatted.