Skip to content

Console Output

20:43:50 [2021-07-26T20:43:50.597Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42666/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42666/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7a6fc2e309d5bfff72ae5295d9177403e4c756ab -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7a6fc2e309d5bfff72ae5295d9177403e4c756ab hack/validate/default
20:43:51 [2021-07-26T20:43:51.524Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:43:51 [2021-07-26T20:43:51.524Z] No api/types/ or api/swagger.yaml changes in diff.
20:43:51 [2021-07-26T20:43:51.524Z] Congratulations!  All TOML source files changed here have valid syntax.
20:43:51 [2021-07-26T20:43:51.524Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:43:51 [2021-07-26T20:43:51.524Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:43:51 [2021-07-26T20:43:51.524Z] Congratulations!  No new tests were added to integration-cli.
20:43:51 [2021-07-26T20:43:51.524Z] 
20:43:51 [2021-07-26T20:43:51.524Z] INFO Start validation with golang-ci-lint
20:43:51 [2021-07-26T20:43:51.524Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:43:51 [2021-07-26T20:43:51.524Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:43:51 [2021-07-26T20:43:51.524Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:46:12 [2021-07-26T20:46:12.935Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|name|files|imports) took 2m14.054926338s 
20:46:12 [2021-07-26T20:46:12.935Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 529.000298ms 
20:46:31 [2021-07-26T20:46:31.051Z] INFO [runner/unused/goanalysis] analyzers took 32.264475532s with top 10 stages: buildssa: 27.728440295s, U1000: 4.536035237s 
20:48:07 [2021-07-26T20:48:07.435Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m30.136398491s with top 10 stages: buildssa: 1m49.097290818s, goimports: 24.749686063s, unconvert: 15.041396267s, gosec: 11.238679575s, golint: 6.747692297s, ineffassign: 4.885059915s, misspell: 4.670434348s, inspect: 4.467011045s, vrp: 3.837982544s, fact_purity: 2.143811461s 
20:48:07 [2021-07-26T20:48:07.435Z] INFO [runner] Issues before processing: 2856, after processing: 0 
20:48:07 [2021-07-26T20:48:07.435Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2281/2281, skip_dirs: 2281/2281, cgo: 2281/2856, path_prettifier: 2281/2281, autogenerated_exclude: 1892/2281, identifier_marker: 1892/1892, skip_files: 2281/2281, exclude: 1892/1892, exclude-rules: 78/1892, nolint: 0/78 
20:48:07 [2021-07-26T20:48:07.435Z] INFO [runner] processing took 84.52021ms with stages: identifier_marker: 29.30475ms, nolint: 28.668973ms, path_prettifier: 14.52407ms, autogenerated_exclude: 5.719752ms, exclude-rules: 3.644103ms, skip_dirs: 2.093567ms, cgo: 386.498µs, filename_unadjuster: 173.628µs, max_same_issues: 1.175µs, exclude: 827ns, uniq_by_line: 648ns, diff: 495ns, skip_files: 451ns, max_from_linter: 377ns, path_shortener: 341ns, source_code: 285ns, max_per_file_from_linter: 270ns 
20:48:07 [2021-07-26T20:48:07.435Z] INFO [runner] linters took 1m50.329505431s with stages: goanalysis_metalinter: 1m26.475558313s, unused: 23.769293879s 
20:48:07 [2021-07-26T20:48:07.435Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
20:48:07 [2021-07-26T20:48:07.435Z] INFO Memory: 2451 samples, avg is 1787.0MB, max is 4440.1MB 
20:48:07 [2021-07-26T20:48:07.435Z] INFO Execution took 4m4.92674955s                 
20:48:07 [2021-07-26T20:48:07.435Z] Congratulations! The shell scripts are properly formatted.