Skip to content

Console Output

01:46:25 [2021-08-27T01:46:25.902Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42782/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42782/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=21d251673bf3fdc0e544618989eab650b4ddbc1c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:21d251673bf3fdc0e544618989eab650b4ddbc1c hack/validate/default
01:46:26 [2021-08-27T01:46:26.860Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
01:46:26 [2021-08-27T01:46:26.860Z] No api/types/ or api/swagger.yaml changes in diff.
01:46:26 [2021-08-27T01:46:26.860Z] Congratulations!  All TOML source files changed here have valid syntax.
01:46:26 [2021-08-27T01:46:26.860Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
01:46:26 [2021-08-27T01:46:26.860Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
01:46:26 [2021-08-27T01:46:26.860Z] Congratulations!  No new tests were added to integration-cli.
01:46:26 [2021-08-27T01:46:26.860Z] 
01:46:26 [2021-08-27T01:46:26.860Z] INFO Start validation with golang-ci-lint
01:46:26 [2021-08-27T01:46:26.860Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
01:46:26 [2021-08-27T01:46:26.860Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
01:46:26 [2021-08-27T01:46:26.860Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
01:49:03 [2021-08-27T01:49:03.422Z] INFO [loader] Go packages loading at mode 575 (types_sizes|name|exports_file|files|imports|compiled_files|deps) took 2m24.369874262s 
01:49:03 [2021-08-27T01:49:03.422Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.188068ms 
01:49:15 [2021-08-27T01:49:15.660Z] INFO [runner/unused/goanalysis] analyzers took 28.440496656s with top 10 stages: buildssa: 24.376856023s, U1000: 4.063640633s 
01:50:52 [2021-08-27T01:50:52.166Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.047156924s with top 10 stages: buildssa: 1m34.680827387s, goimports: 20.405512224s, unconvert: 14.058191909s, gosec: 8.740111896s, golint: 5.924459737s, ineffassign: 4.689705211s, misspell: 4.540887634s, inspect: 4.484664494s, vrp: 3.235299632s, printf: 2.214818965s 
01:50:52 [2021-08-27T01:50:52.166Z] INFO [runner] Issues before processing: 2862, after processing: 0 
01:50:52 [2021-08-27T01:50:52.166Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2281/2281, skip_dirs: 2281/2281, autogenerated_exclude: 1893/2281, filename_unadjuster: 2281/2281, cgo: 2281/2862, skip_files: 2281/2281, exclude: 1893/1893, exclude-rules: 78/1893, identifier_marker: 1893/1893, nolint: 0/78 
01:50:52 [2021-08-27T01:50:52.166Z] INFO [runner] processing took 72.490045ms with stages: identifier_marker: 26.741804ms, nolint: 25.62661ms, path_prettifier: 8.944246ms, autogenerated_exclude: 5.203797ms, exclude-rules: 3.274253ms, skip_dirs: 1.777986ms, cgo: 777.481µs, filename_unadjuster: 138.611µs, max_same_issues: 1.266µs, skip_files: 1.119µs, uniq_by_line: 830ns, source_code: 607ns, max_from_linter: 367ns, exclude: 289ns, max_per_file_from_linter: 273ns, diff: 267ns, path_shortener: 239ns 
01:50:52 [2021-08-27T01:50:52.166Z] INFO [runner] linters took 1m45.844332562s with stages: goanalysis_metalinter: 1m23.373464957s, unused: 22.397705157s 
01:50:52 [2021-08-27T01:50:52.166Z] INFO File cache stats: 1688 entries of total size 8.6MiB 
01:50:52 [2021-08-27T01:50:52.166Z] INFO Memory: 2509 samples, avg is 2089.1MB, max is 5805.8MB 
01:50:52 [2021-08-27T01:50:52.166Z] INFO Execution took 4m10.734586394s               
01:50:52 [2021-08-27T01:50:52.166Z] Congratulations! The shell scripts are properly formatted.