Skip to content

Console Output

18:24:41 [2021-07-03T18:24:41.319Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42063/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42063/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=477244cca51173426779c67024411d6e6a709bc9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:477244cca51173426779c67024411d6e6a709bc9 hack/validate/default
18:24:42 [2021-07-03T18:24:42.246Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:24:50 [2021-07-03T18:24:50.411Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
18:24:51 [2021-07-03T18:24:51.776Z] Congratulations!  All API changes are done the right way.
18:24:51 [2021-07-03T18:24:51.776Z] Congratulations!  All TOML source files changed here have valid syntax.
18:24:51 [2021-07-03T18:24:51.776Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:24:51 [2021-07-03T18:24:51.776Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:24:51 [2021-07-03T18:24:51.776Z] Congratulations!  No new tests were added to integration-cli.
18:24:51 [2021-07-03T18:24:51.776Z] 
18:24:51 [2021-07-03T18:24:51.776Z] INFO Start validation with golang-ci-lint
18:24:51 [2021-07-03T18:24:51.776Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:24:52 [2021-07-03T18:24:52.032Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:24:52 [2021-07-03T18:24:52.032Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:27:13 [2021-07-03T18:27:13.443Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|compiled_files|exports_file|name|deps) took 2m14.116627287s 
18:27:13 [2021-07-03T18:27:13.443Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 558.592466ms 
18:27:35 [2021-07-03T18:27:35.348Z] INFO [runner/unused/goanalysis] analyzers took 35.991107647s with top 10 stages: buildssa: 30.994107236s, U1000: 4.997000411s 
18:29:11 [2021-07-03T18:29:11.737Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m29.431046816s with top 10 stages: buildssa: 1m48.737904787s, goimports: 24.451692525s, unconvert: 14.186237554s, gosec: 12.140425145s, golint: 7.399195746s, misspell: 5.617164745s, ineffassign: 5.353481281s, inspect: 3.896987611s, vrp: 3.690950444s, printf: 2.358868341s 
18:29:11 [2021-07-03T18:29:11.737Z] INFO [runner] Issues before processing: 2863, after processing: 0 
18:29:11 [2021-07-03T18:29:11.737Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2288/2288, skip_files: 2288/2288, nolint: 0/78, autogenerated_exclude: 1899/2288, identifier_marker: 1899/1899, exclude: 1899/1899, filename_unadjuster: 2288/2288, path_prettifier: 2288/2288, exclude-rules: 78/1899, cgo: 2288/2863 
18:29:11 [2021-07-03T18:29:11.737Z] INFO [runner] processing took 65.66504ms with stages: nolint: 26.389822ms, identifier_marker: 18.319361ms, path_prettifier: 9.453446ms, autogenerated_exclude: 4.940446ms, exclude-rules: 3.653239ms, skip_dirs: 1.832445ms, cgo: 956.811µs, filename_unadjuster: 114.944µs, max_same_issues: 1.351µs, uniq_by_line: 530ns, diff: 483ns, path_shortener: 433ns, source_code: 429ns, skip_files: 395ns, exclude: 354ns, max_from_linter: 298ns, max_per_file_from_linter: 253ns 
18:29:11 [2021-07-03T18:29:11.737Z] INFO [runner] linters took 1m53.117116084s with stages: goanalysis_metalinter: 1m26.507946405s, unused: 26.543314515s 
18:29:11 [2021-07-03T18:29:11.737Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
18:29:11 [2021-07-03T18:29:11.737Z] INFO Memory: 2480 samples, avg is 2070.4MB, max is 5177.0MB 
18:29:11 [2021-07-03T18:29:11.737Z] INFO Execution took 4m7.804819732s                
18:29:11 [2021-07-03T18:29:11.737Z] Congratulations! The shell scripts are properly formatted.