Skip to content

Console Output

19:14:39 [2021-06-10T19:14:39.629Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42513/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42513/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=13828e430dc91ad2100efe31e5b411333cd39506 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:13828e430dc91ad2100efe31e5b411333cd39506 hack/validate/default
19:14:40 [2021-06-10T19:14:40.742Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:14:40 [2021-06-10T19:14:40.743Z] No api/types/ or api/swagger.yaml changes in diff.
19:14:40 [2021-06-10T19:14:40.743Z] Congratulations!  All TOML source files changed here have valid syntax.
19:14:40 [2021-06-10T19:14:40.743Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:14:40 [2021-06-10T19:14:40.743Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:14:40 [2021-06-10T19:14:40.743Z] Congratulations!  No new tests were added to integration-cli.
19:14:40 [2021-06-10T19:14:40.743Z] 
19:14:40 [2021-06-10T19:14:40.743Z] INFO Start validation with golang-ci-lint
19:14:40 [2021-06-10T19:14:40.998Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:14:40 [2021-06-10T19:14:40.998Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:14:40 [2021-06-10T19:14:40.998Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:17:02 [2021-06-10T19:17:02.398Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|types_sizes|deps|exports_file|compiled_files) took 2m8.366400982s 
19:17:02 [2021-06-10T19:17:02.398Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 585.893394ms 
19:18:23 [2021-06-10T19:18:23.776Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m36.966788213s with top 10 stages: buildssa: 1m48.232085672s, goimports: 27.491614178s, unconvert: 15.596170813s, gosec: 13.328225938s, golint: 8.215450696s, ineffassign: 5.951721516s, misspell: 5.474840111s, vrp: 4.353666213s, inspect: 4.181423768s, fact_purity: 1.916147088s 
19:18:41 [2021-06-10T19:18:41.936Z] INFO [runner/unused/goanalysis] analyzers took 35.657592436s with top 10 stages: buildssa: 30.329911036s, U1000: 5.3276814s 
19:18:41 [2021-06-10T19:18:41.936Z] INFO [runner] Issues before processing: 2889, after processing: 0 
19:18:41 [2021-06-10T19:18:41.936Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2310/2310, exclude-rules: 79/1922, path_prettifier: 2310/2310, skip_files: 2310/2310, identifier_marker: 1922/1922, cgo: 2310/2889, autogenerated_exclude: 1922/2310, nolint: 0/79, filename_unadjuster: 2310/2310, exclude: 1922/1922 
19:18:41 [2021-06-10T19:18:41.936Z] INFO [runner] processing took 76.826007ms with stages: nolint: 34.641256ms, identifier_marker: 20.582013ms, path_prettifier: 10.304339ms, autogenerated_exclude: 5.067372ms, exclude-rules: 3.769529ms, skip_dirs: 2.077538ms, cgo: 237.539µs, filename_unadjuster: 141.936µs, max_same_issues: 1.411µs, uniq_by_line: 820ns, diff: 423ns, max_from_linter: 415ns, exclude: 365ns, skip_files: 289ns, source_code: 275ns, path_shortener: 247ns, max_per_file_from_linter: 240ns 
19:18:41 [2021-06-10T19:18:41.936Z] INFO [runner] linters took 1m50.430263182s with stages: goanalysis_metalinter: 1m25.966736454s, unused: 24.38636262s 
19:18:41 [2021-06-10T19:18:41.936Z] INFO File cache stats: 1698 entries of total size 8.6MiB 
19:18:41 [2021-06-10T19:18:41.936Z] INFO Memory: 1775 samples, avg is 269.6MB, max is 4573.2MB 
19:18:41 [2021-06-10T19:18:41.936Z] INFO Execution took 3m59.460724541s               
19:18:41 [2021-06-10T19:18:41.936Z] Congratulations! The shell scripts are properly formatted.