Skip to content

Console Output

13:02:43 [2021-11-19T13:02:43.281Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43036/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43036/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a715bfb857436c2f6601621f99d5fa831a062746 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a715bfb857436c2f6601621f99d5fa831a062746 hack/validate/default
13:02:44 [2021-11-19T13:02:44.212Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:02:44 [2021-11-19T13:02:44.212Z] No api/types/ or api/swagger.yaml changes in diff.
13:02:44 [2021-11-19T13:02:44.212Z] Congratulations!  All TOML source files changed here have valid syntax.
13:02:44 [2021-11-19T13:02:44.212Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:02:44 [2021-11-19T13:02:44.212Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:02:44 [2021-11-19T13:02:44.212Z] Congratulations!  No new tests were added to integration-cli.
13:02:44 [2021-11-19T13:02:44.468Z] 
13:02:44 [2021-11-19T13:02:44.468Z] INFO Start validation with golang-ci-lint
13:02:44 [2021-11-19T13:02:44.726Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:02:44 [2021-11-19T13:02:44.726Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:02:44 [2021-11-19T13:02:44.726Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:05:06 [2021-11-19T13:05:06.127Z] INFO [loader] Go packages loading at mode 575 (deps|types_sizes|compiled_files|exports_file|files|imports|name) took 2m20.285537111s 
13:05:06 [2021-11-19T13:05:06.127Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 498.666895ms 
13:06:27 [2021-11-19T13:06:27.504Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m1.692534556s with top 10 stages: buildssa: 1m28.385953836s, goimports: 20.375113473s, unconvert: 13.542683309s, gosec: 9.411674339s, golint: 5.84251974s, misspell: 4.23410435s, ineffassign: 4.211222318s, inspect: 3.156982373s, vrp: 2.988683092s, fact_deprecated: 2.232703405s 
13:06:42 [2021-11-19T13:06:42.360Z] INFO [runner/unused/goanalysis] analyzers took 26.450540486s with top 10 stages: buildssa: 22.75099781s, U1000: 3.699542676s 
13:06:42 [2021-11-19T13:06:42.360Z] INFO [runner] Issues before processing: 2759, after processing: 0 
13:06:42 [2021-11-19T13:06:42.360Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1790/1790, nolint: 0/78, skip_dirs: 2178/2178, autogenerated_exclude: 1790/2178, exclude: 1790/1790, cgo: 2178/2759, exclude-rules: 78/1790, filename_unadjuster: 2178/2178, path_prettifier: 2178/2178, skip_files: 2178/2178 
13:06:42 [2021-11-19T13:06:42.360Z] INFO [runner] processing took 168.188722ms with stages: identifier_marker: 76.189225ms, nolint: 54.731847ms, path_prettifier: 15.46339ms, exclude-rules: 10.149722ms, autogenerated_exclude: 6.913641ms, skip_dirs: 3.129156ms, cgo: 1.11803ms, filename_unadjuster: 488.283µs, max_same_issues: 1.447µs, skip_files: 756ns, exclude: 742ns, uniq_by_line: 503ns, path_shortener: 494ns, diff: 456ns, source_code: 394ns, max_from_linter: 356ns, max_per_file_from_linter: 280ns 
13:06:42 [2021-11-19T13:06:42.360Z] INFO [runner] linters took 1m35.974561873s with stages: goanalysis_metalinter: 1m15.488121446s, unused: 20.313366532s 
13:06:42 [2021-11-19T13:06:42.360Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
13:06:42 [2021-11-19T13:06:42.360Z] INFO Memory: 2369 samples, avg is 391.0MB, max is 4013.7MB 
13:06:42 [2021-11-19T13:06:42.360Z] INFO Execution took 3m56.770952442s               
13:06:42 [2021-11-19T13:06:42.360Z] Congratulations! The shell scripts are properly formatted.