Skip to content

Console Output

20:25:31 [2020-11-06T20:25:31.488Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41648/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41648/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb3491601a4f1d654edbc1e997016baa015176e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb3491601a4f1d654edbc1e997016baa015176e hack/validate/default
20:25:32 [2020-11-06T20:25:32.062Z] Congratulations!  All commits are properly signed with the DCO!
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:25:32 [2020-11-06T20:25:32.324Z] No api/types/ or api/swagger.yaml changes in diff.
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  All TOML source files changed here have valid syntax.
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:25:32 [2020-11-06T20:25:32.324Z] Congratulations!  No new tests were added to integration-cli.
20:25:32 [2020-11-06T20:25:32.324Z] 
20:25:32 [2020-11-06T20:25:32.324Z] INFO Start validation with golang-ci-lint
20:25:32 [2020-11-06T20:25:32.324Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:25:32 [2020-11-06T20:25:32.324Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:25:32 [2020-11-06T20:25:32.324Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:27:38 [2020-11-06T20:27:38.866Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m0.163471724s 
20:27:38 [2020-11-06T20:27:38.867Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 455.225958ms 
20:27:53 [2020-11-06T20:27:53.798Z] INFO [runner/unused/goanalysis] analyzers took 27.457787315s with top 10 stages: buildssa: 23.170342721s, U1000: 4.287444594s 
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.650357138s with top 10 stages: buildssa: 1m36.122499621s, goimports: 22.663533891s, unconvert: 13.576337648s, gosec: 9.684710956s, golint: 5.942346619s, ineffassign: 3.764448341s, misspell: 3.733780253s, inspect: 3.120260971s, vrp: 2.777973891s, printf: 1.82225182s 
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner] Issues before processing: 2258, after processing: 0 
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1573/1678, path_prettifier: 1678/1678, skip_files: 1678/1678, nolint: 0/64, skip_dirs: 1678/1678, exclude-rules: 64/1573, identifier_marker: 1573/1573, exclude: 1573/1573, cgo: 1678/2258, filename_unadjuster: 1678/1678 
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner] processing took 61.200527ms with stages: nolint: 26.392802ms, identifier_marker: 16.272175ms, path_prettifier: 8.645061ms, autogenerated_exclude: 4.302603ms, exclude-rules: 3.42086ms, skip_dirs: 1.880038ms, cgo: 187.938µs, filename_unadjuster: 94.342µs, max_same_issues: 1.37µs, uniq_by_line: 695ns, diff: 675ns, exclude: 473ns, skip_files: 398ns, max_from_linter: 356ns, max_per_file_from_linter: 253ns, source_code: 245ns, path_shortener: 243ns 
20:29:15 [2020-11-06T20:29:15.319Z] INFO [runner] linters took 1m39.497102177s with stages: goanalysis_metalinter: 1m19.524672657s, unused: 19.911058534s 
20:29:15 [2020-11-06T20:29:15.319Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
20:29:15 [2020-11-06T20:29:15.319Z] INFO Memory: 1537 samples, avg is 648.2MB, max is 3036.7MB 
20:29:15 [2020-11-06T20:29:15.319Z] INFO Execution took 3m40.13022721s                
20:29:15 [2020-11-06T20:29:15.319Z] Congratulations! The shell scripts are properly formatted.