Skip to content

Console Output

20:49:41 [2021-06-04T20:49:41.886Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42249/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42249/.git:/go/src/github.com/docker/docker/.git --name docker-pr11 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7c1c123555744d84d04893e304c39db697189e18 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7c1c123555744d84d04893e304c39db697189e18 hack/validate/default
20:49:42 [2021-06-04T20:49:42.818Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:49:42 [2021-06-04T20:49:42.818Z] No api/types/ or api/swagger.yaml changes in diff.
20:49:42 [2021-06-04T20:49:42.818Z] Congratulations!  All TOML source files changed here have valid syntax.
20:49:42 [2021-06-04T20:49:42.818Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:49:42 [2021-06-04T20:49:42.818Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:49:42 [2021-06-04T20:49:42.818Z] Congratulations!  No new tests were added to integration-cli.
20:49:42 [2021-06-04T20:49:42.818Z] 
20:49:42 [2021-06-04T20:49:42.818Z] INFO Start validation with golang-ci-lint
20:49:42 [2021-06-04T20:49:42.818Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:49:42 [2021-06-04T20:49:42.818Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:49:42 [2021-06-04T20:49:42.818Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:52:04 [2021-06-04T20:52:04.252Z] INFO [loader] Go packages loading at mode 575 (imports|types_sizes|compiled_files|files|name|deps|exports_file) took 2m8.578188054s 
20:52:04 [2021-06-04T20:52:04.252Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 591.250569ms 
20:52:19 [2021-06-04T20:52:19.121Z] INFO [runner/unused/goanalysis] analyzers took 37.530488341s with top 10 stages: buildssa: 31.53282738s, U1000: 5.997660961s 
20:53:55 [2021-06-04T20:53:55.542Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m49.324844859s with top 10 stages: buildssa: 1m53.087641307s, goimports: 28.32437267s, unconvert: 16.546764614s, gosec: 13.500350205s, golint: 8.565104323s, ineffassign: 5.365569s, misspell: 5.320895848s, vrp: 4.180148571s, inspect: 3.084501105s, fact_purity: 1.87509917s 
20:53:55 [2021-06-04T20:53:55.542Z] INFO [runner] Issues before processing: 2887, after processing: 0 
20:53:55 [2021-06-04T20:53:55.542Z] INFO [runner] Processors filtering stat (out/in): exclude: 1920/1920, skip_dirs: 2308/2308, nolint: 0/79, path_prettifier: 2308/2308, exclude-rules: 79/1920, filename_unadjuster: 2308/2308, skip_files: 2308/2308, autogenerated_exclude: 1920/2308, identifier_marker: 1920/1920, cgo: 2308/2887 
20:53:55 [2021-06-04T20:53:55.542Z] INFO [runner] processing took 193.941614ms with stages: nolint: 95.43234ms, identifier_marker: 35.783377ms, path_prettifier: 29.480031ms, exclude-rules: 14.21487ms, autogenerated_exclude: 12.875586ms, skip_dirs: 5.657443ms, cgo: 309.366µs, filename_unadjuster: 181.864µs, max_same_issues: 2.226µs, path_shortener: 1.017µs, uniq_by_line: 701ns, source_code: 675ns, diff: 561ns, max_from_linter: 452ns, exclude: 420ns, skip_files: 393ns, max_per_file_from_linter: 292ns 
20:53:55 [2021-06-04T20:53:55.542Z] INFO [runner] linters took 1m57.034439389s with stages: goanalysis_metalinter: 1m30.597999137s, unused: 26.242335331s 
20:53:55 [2021-06-04T20:53:55.542Z] INFO File cache stats: 1698 entries of total size 8.6MiB 
20:53:55 [2021-06-04T20:53:55.542Z] INFO Memory: 1639 samples, avg is 1005.7MB, max is 5047.9MB 
20:53:55 [2021-06-04T20:53:55.542Z] INFO Execution took 4m6.212961809s                
20:53:55 [2021-06-04T20:53:55.542Z] Congratulations! The shell scripts are properly formatted.