Skip to content

Console Output

12:52:04 [2021-02-15T12:52:04.222Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42020/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42020/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5c01d06f72e823d9e3203ff22083fc30768fa541 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:5c01d06f72e823d9e3203ff22083fc30768fa541 hack/validate/default
12:52:06 [2021-02-15T12:52:06.139Z] Congratulations!  All commits are properly signed with the DCO!
12:52:06 [2021-02-15T12:52:06.139Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:52:06 [2021-02-15T12:52:06.139Z] No api/types/ or api/swagger.yaml changes in diff.
12:52:06 [2021-02-15T12:52:06.139Z] Congratulations!  All TOML source files changed here have valid syntax.
12:52:06 [2021-02-15T12:52:06.139Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:52:06 [2021-02-15T12:52:06.139Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:52:06 [2021-02-15T12:52:06.139Z] Congratulations!  No new tests were added to integration-cli.
12:52:06 [2021-02-15T12:52:06.139Z] 
12:52:06 [2021-02-15T12:52:06.139Z] INFO Start validation with golang-ci-lint
12:52:06 [2021-02-15T12:52:06.139Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:52:06 [2021-02-15T12:52:06.139Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:52:06 [2021-02-15T12:52:06.139Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:52:44 [2021-02-15T12:52:44.923Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|name|types_sizes|deps|files) took 34.668063755s 
12:52:44 [2021-02-15T12:52:44.923Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 168.861397ms 
12:52:48 [2021-02-15T12:52:48.231Z] INFO [runner/unused/goanalysis] analyzers took 28.387059443s with top 10 stages: buildssa: 22.855459551s, U1000: 5.531599892s 
12:53:14 [2021-02-15T12:53:14.832Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m43.631721476s with top 10 stages: buildssa: 1m30.266846352s, goimports: 15.206113646s, gosec: 10.870561801s, unconvert: 10.750677267s, golint: 6.115822846s, misspell: 5.116757984s, ineffassign: 4.540977265s, deadcode: 4.401358224s, inspect: 4.225481758s, SA4014: 3.50836563s 
12:53:14 [2021-02-15T12:53:14.832Z] INFO [runner] Issues before processing: 2264, after processing: 0 
12:53:14 [2021-02-15T12:53:14.832Z] INFO [runner] Processors filtering stat (out/in): cgo: 1684/2264, path_prettifier: 1684/1684, exclude-rules: 64/1579, nolint: 0/64, skip_files: 1684/1684, skip_dirs: 1684/1684, autogenerated_exclude: 1579/1684, identifier_marker: 1579/1579, exclude: 1579/1579, filename_unadjuster: 1684/1684 
12:53:14 [2021-02-15T12:53:14.832Z] INFO [runner] processing took 58.016139ms with stages: nolint: 25.044818ms, identifier_marker: 15.809034ms, path_prettifier: 7.874548ms, autogenerated_exclude: 4.075226ms, exclude-rules: 3.305373ms, skip_dirs: 1.641456ms, cgo: 173.399µs, filename_unadjuster: 88.043µs, max_same_issues: 1.39µs, uniq_by_line: 668ns, diff: 397ns, max_from_linter: 369ns, source_code: 354ns, exclude: 307ns, skip_files: 290ns, path_shortener: 241ns, max_per_file_from_linter: 226ns 
12:53:14 [2021-02-15T12:53:14.832Z] INFO [runner] linters took 31.378105857s with stages: goanalysis_metalinter: 24.256335246s, unused: 7.063642466s 
12:53:14 [2021-02-15T12:53:14.832Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
12:53:14 [2021-02-15T12:53:14.832Z] INFO Memory: 574 samples, avg is 1383.1MB, max is 3836.3MB 
12:53:14 [2021-02-15T12:53:14.832Z] INFO Execution took 1m6.223102862s                
12:53:14 [2021-02-15T12:53:14.832Z] Congratulations! The shell scripts are properly formatted.