Skip to content

Console Output

17:22:48 [2021-06-09T17:22:48.537Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42432/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42432/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0d9b0ed678e2b106e769e974f13aaf100e46351c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0d9b0ed678e2b106e769e974f13aaf100e46351c hack/validate/default
17:22:49 [2021-06-09T17:22:49.108Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:22:49 [2021-06-09T17:22:49.108Z] No api/types/ or api/swagger.yaml changes in diff.
17:22:49 [2021-06-09T17:22:49.108Z] Congratulations!  All TOML source files changed here have valid syntax.
17:22:49 [2021-06-09T17:22:49.108Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:22:49 [2021-06-09T17:22:49.108Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:22:49 [2021-06-09T17:22:49.369Z] Congratulations!  No new tests were added to integration-cli.
17:22:49 [2021-06-09T17:22:49.369Z] 
17:22:49 [2021-06-09T17:22:49.369Z] INFO Start validation with golang-ci-lint
17:22:49 [2021-06-09T17:22:49.369Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:22:49 [2021-06-09T17:22:49.369Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:22:49 [2021-06-09T17:22:49.369Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:25:10 [2021-06-09T17:25:10.920Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|exports_file|files|deps) took 2m8.854525099s 
17:25:10 [2021-06-09T17:25:10.920Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 591.245714ms 
17:25:25 [2021-06-09T17:25:25.824Z] INFO [runner/unused/goanalysis] analyzers took 37.867882379s with top 10 stages: buildssa: 31.700060836s, U1000: 6.167821543s 
17:27:02 [2021-06-09T17:27:02.322Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m44.404027166s with top 10 stages: buildssa: 1m52.876292155s, goimports: 28.484835774s, unconvert: 17.187915035s, gosec: 12.782679116s, golint: 7.753412612s, misspell: 5.274552062s, ineffassign: 4.849359651s, vrp: 4.235564249s, inspect: 3.282265522s, fact_purity: 1.882649523s 
17:27:02 [2021-06-09T17:27:02.322Z] INFO [runner] Issues before processing: 2889, after processing: 0 
17:27:02 [2021-06-09T17:27:02.322Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2310/2310, exclude-rules: 79/1922, cgo: 2310/2889, skip_files: 2310/2310, autogenerated_exclude: 1922/2310, identifier_marker: 1922/1922, nolint: 0/79, filename_unadjuster: 2310/2310, skip_dirs: 2310/2310, exclude: 1922/1922 
17:27:02 [2021-06-09T17:27:02.322Z] INFO [runner] processing took 150.772093ms with stages: nolint: 52.457359ms, identifier_marker: 44.993735ms, path_prettifier: 25.243616ms, autogenerated_exclude: 13.930217ms, exclude-rules: 7.24001ms, skip_dirs: 3.690707ms, cgo: 2.95039ms, filename_unadjuster: 260.116µs, max_same_issues: 1.778µs, max_from_linter: 770ns, uniq_by_line: 737ns, diff: 626ns, exclude: 479ns, source_code: 472ns, path_shortener: 402ns, skip_files: 390ns, max_per_file_from_linter: 289ns 
17:27:02 [2021-06-09T17:27:02.322Z] INFO [runner] linters took 1m56.984554953s with stages: goanalysis_metalinter: 1m30.987000198s, unused: 25.846490611s 
17:27:02 [2021-06-09T17:27:02.322Z] INFO File cache stats: 1698 entries of total size 8.6MiB 
17:27:02 [2021-06-09T17:27:02.322Z] INFO Memory: 1629 samples, avg is 961.9MB, max is 4913.3MB 
17:27:02 [2021-06-09T17:27:02.322Z] INFO Execution took 4m6.445164683s                
17:27:02 [2021-06-09T17:27:02.322Z] Congratulations! The shell scripts are properly formatted.