Skip to content

Console Output

23:23:25 [2021-06-15T23:23:25.550Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42473/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42473/.git:/go/src/github.com/docker/docker/.git --name docker-pr17 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3eb125769899193cc8f255edf91fde4194625cb2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3eb125769899193cc8f255edf91fde4194625cb2 hack/validate/default
23:23:26 [2021-06-15T23:23:26.486Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:23:26 [2021-06-15T23:23:26.486Z] No api/types/ or api/swagger.yaml changes in diff.
23:23:26 [2021-06-15T23:23:26.486Z] Congratulations!  All TOML source files changed here have valid syntax.
23:23:26 [2021-06-15T23:23:26.486Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:23:26 [2021-06-15T23:23:26.486Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:23:26 [2021-06-15T23:23:26.486Z] Congratulations!  No new tests were added to integration-cli.
23:23:26 [2021-06-15T23:23:26.486Z] 
23:23:26 [2021-06-15T23:23:26.486Z] INFO Start validation with golang-ci-lint
23:23:26 [2021-06-15T23:23:26.486Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:23:26 [2021-06-15T23:23:26.486Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:23:26 [2021-06-15T23:23:26.486Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:25:47 [2021-06-15T23:25:47.958Z] INFO [loader] Go packages loading at mode 575 (deps|imports|types_sizes|compiled_files|exports_file|files|name) took 2m8.855084523s 
23:25:47 [2021-06-15T23:25:47.959Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 586.736082ms 
23:27:09 [2021-06-15T23:27:09.440Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m42.107013818s with top 10 stages: buildssa: 1m50.704262666s, goimports: 26.472049369s, unconvert: 16.347059032s, gosec: 13.90878329s, golint: 8.13438295s, ineffassign: 5.488363273s, misspell: 5.436710291s, inspect: 4.888616781s, vrp: 4.384848986s, printf: 2.285482699s 
23:27:31 [2021-06-15T23:27:31.367Z] INFO [runner/unused/goanalysis] analyzers took 37.481323889s with top 10 stages: buildssa: 31.550375928s, U1000: 5.930947961s 
23:27:31 [2021-06-15T23:27:31.367Z] INFO [runner] Issues before processing: 2888, after processing: 0 
23:27:31 [2021-06-15T23:27:31.367Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2309/2309, exclude-rules: 79/1921, skip_dirs: 2309/2309, identifier_marker: 1921/1921, nolint: 0/79, cgo: 2309/2888, path_prettifier: 2309/2309, autogenerated_exclude: 1921/2309, skip_files: 2309/2309, exclude: 1921/1921 
23:27:31 [2021-06-15T23:27:31.367Z] INFO [runner] processing took 398.468075ms with stages: nolint: 184.853304ms, identifier_marker: 92.574144ms, path_prettifier: 59.292001ms, exclude-rules: 37.382867ms, autogenerated_exclude: 15.275871ms, skip_dirs: 7.342019ms, cgo: 970.209µs, filename_unadjuster: 770.861µs, max_same_issues: 1.871µs, uniq_by_line: 1.043µs, diff: 675ns, skip_files: 625ns, source_code: 605ns, max_from_linter: 588ns, exclude: 521ns, path_shortener: 474ns, max_per_file_from_linter: 397ns 
23:27:31 [2021-06-15T23:27:31.367Z] INFO [runner] linters took 1m52.987856011s with stages: goanalysis_metalinter: 1m27.267075452s, unused: 25.321916686s 
23:27:31 [2021-06-15T23:27:31.367Z] INFO File cache stats: 1699 entries of total size 8.6MiB 
23:27:31 [2021-06-15T23:27:31.367Z] INFO Memory: 1777 samples, avg is 260.2MB, max is 4369.5MB 
23:27:31 [2021-06-15T23:27:31.367Z] INFO Execution took 4m3.599059431s                
23:27:31 [2021-06-15T23:27:31.367Z] Congratulations! The shell scripts are properly formatted.