Skip to content

Console Output

10:19:54 [2020-10-06T10:19:54.659Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41530/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41530/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=db49c9e68be751afa5eea777b4103ca0eab97a78 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:db49c9e68be751afa5eea777b4103ca0eab97a78 hack/validate/default
10:19:55 [2020-10-06T10:19:55.586Z] Congratulations!  All commits are properly signed with the DCO!
10:19:55 [2020-10-06T10:19:55.586Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:19:55 [2020-10-06T10:19:55.586Z] No api/types/ or api/swagger.yaml changes in diff.
10:19:55 [2020-10-06T10:19:55.586Z] Congratulations!  All TOML source files changed here have valid syntax.
10:19:55 [2020-10-06T10:19:55.586Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:19:55 [2020-10-06T10:19:55.586Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:19:55 [2020-10-06T10:19:55.586Z] Congratulations!  No new tests were added to integration-cli.
10:19:55 [2020-10-06T10:19:55.586Z] 
10:19:55 [2020-10-06T10:19:55.586Z] INFO Start validation with golang-ci-lint
10:19:55 [2020-10-06T10:19:55.586Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:19:55 [2020-10-06T10:19:55.586Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:19:55 [2020-10-06T10:19:55.586Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:22:02 [2020-10-06T10:22:02.028Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|files|name|compiled_files|exports_file|imports) took 1m58.771755515s 
10:22:02 [2020-10-06T10:22:02.028Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 687.24645ms 
10:23:23 [2020-10-06T10:23:23.447Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.451493944s with top 10 stages: buildssa: 1m36.796977679s, goimports: 22.668534842s, unconvert: 13.064315366s, gosec: 10.692943725s, golint: 5.713551749s, misspell: 5.109664387s, ineffassign: 4.823187181s, inspect: 4.448603196s, vrp: 2.86320797s, printf: 2.051635919s 
10:23:33 [2020-10-06T10:23:33.401Z] INFO [runner/unused/goanalysis] analyzers took 27.131561522s with top 10 stages: buildssa: 23.070328249s, U1000: 4.061233273s 
10:23:33 [2020-10-06T10:23:33.401Z] INFO [runner] Issues before processing: 2270, after processing: 0 
10:23:33 [2020-10-06T10:23:33.401Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1690/1690, identifier_marker: 1585/1585, exclude: 1585/1585, filename_unadjuster: 1690/1690, skip_dirs: 1690/1690, autogenerated_exclude: 1585/1690, nolint: 0/64, skip_files: 1690/1690, exclude-rules: 64/1585, cgo: 1690/2270 
10:23:33 [2020-10-06T10:23:33.401Z] INFO [runner] processing took 134.716442ms with stages: nolint: 54.599096ms, identifier_marker: 39.197925ms, path_prettifier: 21.384148ms, autogenerated_exclude: 7.266278ms, exclude-rules: 6.856137ms, skip_dirs: 3.788275ms, cgo: 870.412µs, filename_unadjuster: 746.823µs, max_same_issues: 2.772µs, uniq_by_line: 788ns, source_code: 709ns, max_from_linter: 670ns, path_shortener: 588ns, diff: 562ns, exclude: 491ns, skip_files: 454ns, max_per_file_from_linter: 314ns 
10:23:33 [2020-10-06T10:23:33.401Z] INFO [runner] linters took 1m37.997584324s with stages: goanalysis_metalinter: 1m18.72156614s, unused: 19.140694366s 
10:23:33 [2020-10-06T10:23:33.401Z] INFO File cache stats: 1441 entries of total size 6.8MiB 
10:23:33 [2020-10-06T10:23:33.401Z] INFO Memory: 1632 samples, avg is 239.4MB, max is 3163.9MB 
10:23:33 [2020-10-06T10:23:33.401Z] INFO Execution took 3m38.047220272s               
10:23:33 [2020-10-06T10:23:33.657Z] Congratulations! The shell scripts are properly formatted.