Skip to content

Console Output

18:53:43 [2021-05-19T18:53:43.335Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42399/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42399/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8e3186fc8f05569200129ee5fd055eb6f25bba20 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8e3186fc8f05569200129ee5fd055eb6f25bba20 hack/validate/default
18:53:44 [2021-05-19T18:53:44.703Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:53:44 [2021-05-19T18:53:44.703Z] No api/types/ or api/swagger.yaml changes in diff.
18:53:44 [2021-05-19T18:53:44.703Z] Congratulations!  All TOML source files changed here have valid syntax.
18:53:44 [2021-05-19T18:53:44.703Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:53:44 [2021-05-19T18:53:44.703Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:53:44 [2021-05-19T18:53:44.703Z] Congratulations!  No new tests were added to integration-cli.
18:53:44 [2021-05-19T18:53:44.703Z] 
18:53:44 [2021-05-19T18:53:44.703Z] INFO Start validation with golang-ci-lint
18:53:44 [2021-05-19T18:53:44.703Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:53:44 [2021-05-19T18:53:44.703Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:53:44 [2021-05-19T18:53:44.703Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:55:51 [2021-05-19T18:55:51.112Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|name|types_sizes|compiled_files|files|deps) took 1m59.751714662s 
18:55:51 [2021-05-19T18:55:51.112Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.557763ms 
18:57:12 [2021-05-19T18:57:12.518Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.06165604s with top 10 stages: buildssa: 1m38.835991106s, goimports: 24.262778508s, unconvert: 12.907191536s, gosec: 10.506444574s, golint: 6.884652155s, ineffassign: 4.567276719s, inspect: 4.374510951s, misspell: 4.204104378s, vrp: 3.367634651s, ctrlflow: 1.687686039s 
18:57:24 [2021-05-19T18:57:24.694Z] INFO [runner/unused/goanalysis] analyzers took 27.678358089s with top 10 stages: buildssa: 23.787954675s, U1000: 3.890403414s 
18:57:24 [2021-05-19T18:57:24.694Z] INFO [runner] Issues before processing: 2262, after processing: 0 
18:57:24 [2021-05-19T18:57:24.694Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1578/1578, exclude: 1578/1578, nolint: 0/64, skip_dirs: 1683/1683, exclude-rules: 64/1578, cgo: 1683/2262, filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, skip_files: 1683/1683, autogenerated_exclude: 1578/1683 
18:57:24 [2021-05-19T18:57:24.694Z] INFO [runner] processing took 127.635271ms with stages: nolint: 53.819193ms, identifier_marker: 39.166533ms, path_prettifier: 14.816758ms, autogenerated_exclude: 7.608143ms, exclude-rules: 6.436121ms, skip_dirs: 3.696605ms, cgo: 1.125088ms, filename_unadjuster: 960.628µs, max_same_issues: 2.31µs, uniq_by_line: 661ns, path_shortener: 596ns, diff: 591ns, max_from_linter: 521ns, exclude: 450ns, source_code: 418ns, skip_files: 362ns, max_per_file_from_linter: 293ns 
18:57:24 [2021-05-19T18:57:24.694Z] INFO [runner] linters took 1m38.455994524s with stages: goanalysis_metalinter: 1m18.691184575s, unused: 19.6363126s 
18:57:24 [2021-05-19T18:57:24.694Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
18:57:24 [2021-05-19T18:57:24.952Z] INFO Memory: 1650 samples, avg is 248.0MB, max is 3364.1MB 
18:57:24 [2021-05-19T18:57:24.952Z] INFO Execution took 3m40.393246318s               
18:57:25 [2021-05-19T18:57:25.208Z] Congratulations! The shell scripts are properly formatted.