Skip to content

Console Output

03:22:43 [2020-08-13T03:22:43.873Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41345/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41345/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e3ab23630964c4cd3bac7cef637fe89e2318c47d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e3ab23630964c4cd3bac7cef637fe89e2318c47d hack/validate/default
03:22:45 [2020-08-13T03:22:45.247Z] Congratulations!  All commits are properly signed with the DCO!
03:22:45 [2020-08-13T03:22:45.247Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
03:22:45 [2020-08-13T03:22:45.247Z] No api/types/ or api/swagger.yaml changes in diff.
03:22:45 [2020-08-13T03:22:45.247Z] Congratulations!  All TOML source files changed here have valid syntax.
03:22:45 [2020-08-13T03:22:45.247Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
03:22:45 [2020-08-13T03:22:45.247Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
03:22:45 [2020-08-13T03:22:45.247Z] Congratulations!  No new tests were added to integration-cli.
03:22:45 [2020-08-13T03:22:45.247Z] 
03:22:45 [2020-08-13T03:22:45.247Z] INFO Start validation with golang-ci-lint
03:22:45 [2020-08-13T03:22:45.247Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
03:22:45 [2020-08-13T03:22:45.247Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
03:22:45 [2020-08-13T03:22:45.247Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
03:24:51 [2020-08-13T03:24:51.731Z] INFO [loader] Go packages loading at mode 575 (deps|compiled_files|exports_file|files|imports|name|types_sizes) took 1m55.816736648s 
03:24:51 [2020-08-13T03:24:51.731Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 468.054555ms 
03:25:59 [2020-08-13T03:25:59.435Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.375068972s with top 10 stages: buildssa: 1m32.859770625s, goimports: 22.338862408s, unconvert: 12.760207484s, gosec: 10.476695967s, golint: 5.476712738s, ineffassign: 3.768722997s, misspell: 3.751638898s, inspect: 3.432462365s, vrp: 3.153843616s, printf: 1.920038567s 
03:26:17 [2020-08-13T03:26:17.534Z] INFO [runner/unused/goanalysis] analyzers took 26.579819986s with top 10 stages: buildssa: 22.337704653s, U1000: 4.242115333s 
03:26:17 [2020-08-13T03:26:17.534Z] INFO [runner] Issues before processing: 2303, after processing: 0 
03:26:17 [2020-08-13T03:26:17.534Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1694/1694, autogenerated_exclude: 1589/1694, identifier_marker: 1589/1589, cgo: 1694/2303, filename_unadjuster: 1694/1694, exclude-rules: 64/1589, nolint: 0/64, path_prettifier: 1694/1694, skip_dirs: 1694/1694, exclude: 1589/1589 
03:26:17 [2020-08-13T03:26:17.534Z] INFO [runner] processing took 127.900962ms with stages: nolint: 54.730385ms, identifier_marker: 39.662158ms, path_prettifier: 13.827596ms, autogenerated_exclude: 7.139776ms, exclude-rules: 6.642814ms, skip_dirs: 3.692518ms, cgo: 1.250766ms, filename_unadjuster: 949.101µs, max_same_issues: 1.815µs, uniq_by_line: 734ns, diff: 705ns, max_from_linter: 515ns, source_code: 489ns, exclude: 423ns, skip_files: 415ns, path_shortener: 413ns, max_per_file_from_linter: 339ns 
03:26:17 [2020-08-13T03:26:17.534Z] INFO [runner] linters took 1m34.614005962s with stages: goanalysis_metalinter: 1m15.696238341s, unused: 18.789648765s 
03:26:17 [2020-08-13T03:26:17.534Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
03:26:17 [2020-08-13T03:26:17.534Z] INFO Memory: 1584 samples, avg is 238.9MB, max is 3231.5MB 
03:26:17 [2020-08-13T03:26:17.534Z] INFO Execution took 3m30.916204669s               
03:26:17 [2020-08-13T03:26:17.534Z] Congratulations! The shell scripts are properly formatted.