Skip to content

Console Output

15:56:27 [2021-11-23T15:56:27.906Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40952/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40952/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a29cfab4b0d6329a5c0aa16c5f7b7fb8f9cd7cce -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a29cfab4b0d6329a5c0aa16c5f7b7fb8f9cd7cce hack/validate/default
15:56:29 [2021-11-23T15:56:29.274Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:56:29 [2021-11-23T15:56:29.274Z] No api/types/ or api/swagger.yaml changes in diff.
15:56:29 [2021-11-23T15:56:29.274Z] Congratulations!  All TOML source files changed here have valid syntax.
15:56:29 [2021-11-23T15:56:29.274Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:56:29 [2021-11-23T15:56:29.274Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:56:29 [2021-11-23T15:56:29.274Z] Congratulations!  No new tests were added to integration-cli.
15:56:29 [2021-11-23T15:56:29.274Z] 
15:56:29 [2021-11-23T15:56:29.274Z] INFO Start validation with golang-ci-lint
15:56:29 [2021-11-23T15:56:29.274Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:56:29 [2021-11-23T15:56:29.274Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:56:29 [2021-11-23T15:56:29.274Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:59:05 [2021-11-23T15:59:05.676Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|types_sizes|files|imports|name) took 2m24.536693865s 
15:59:05 [2021-11-23T15:59:05.676Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 509.078721ms 
15:59:17 [2021-11-23T15:59:17.889Z] INFO [runner/unused/goanalysis] analyzers took 27.839932879s with top 10 stages: buildssa: 23.990131556s, U1000: 3.849801323s 
16:00:39 [2021-11-23T16:00:39.297Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m19.612926009s with top 10 stages: buildssa: 1m36.881327645s, goimports: 21.644290636s, unconvert: 14.556374631s, gosec: 9.432113309s, golint: 5.804935251s, ineffassign: 4.793217476s, misspell: 4.758189765s, vrp: 3.173274845s, inspect: 2.894050255s, ctrlflow: 1.978558565s 
16:00:39 [2021-11-23T16:00:39.557Z] INFO [runner] Issues before processing: 2759, after processing: 0 
16:00:39 [2021-11-23T16:00:39.557Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2178/2178, skip_dirs: 2178/2178, identifier_marker: 1790/1790, exclude: 1790/1790, autogenerated_exclude: 1790/2178, cgo: 2178/2759, path_prettifier: 2178/2178, exclude-rules: 78/1790, nolint: 0/78, skip_files: 2178/2178 
16:00:39 [2021-11-23T16:00:39.557Z] INFO [runner] processing took 136.341736ms with stages: nolint: 63.439096ms, identifier_marker: 40.164506ms, path_prettifier: 13.059942ms, exclude-rules: 9.629461ms, autogenerated_exclude: 6.636348ms, skip_dirs: 3.016422ms, cgo: 261µs, filename_unadjuster: 128.827µs, max_same_issues: 1.895µs, exclude: 979ns, skip_files: 750ns, source_code: 544ns, uniq_by_line: 537ns, diff: 452ns, max_from_linter: 412ns, path_shortener: 293ns, max_per_file_from_linter: 272ns 
16:00:39 [2021-11-23T16:00:39.557Z] INFO [runner] linters took 1m45.023828146s with stages: goanalysis_metalinter: 1m22.937282942s, unused: 21.950052518s 
16:00:39 [2021-11-23T16:00:39.557Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
16:00:39 [2021-11-23T16:00:39.557Z] INFO Memory: 2501 samples, avg is 2012.9MB, max is 5620.6MB 
16:00:39 [2021-11-23T16:00:39.557Z] INFO Execution took 4m10.089626247s               
16:00:40 [2021-11-23T16:00:40.484Z] Congratulations! The shell scripts are properly formatted.