Skip to content

Console Output

12:33:01 [2020-11-25T12:33:01.017Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41712/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41712/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b61c303461ac6e386bd01c6a2c8cefd6f7fd8a54 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b61c303461ac6e386bd01c6a2c8cefd6f7fd8a54 hack/validate/default
12:33:01 [2020-11-25T12:33:01.580Z] Congratulations!  All commits are properly signed with the DCO!
12:33:01 [2020-11-25T12:33:01.580Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:33:01 [2020-11-25T12:33:01.580Z] No api/types/ or api/swagger.yaml changes in diff.
12:33:01 [2020-11-25T12:33:01.580Z] Congratulations!  All TOML source files changed here have valid syntax.
12:33:01 [2020-11-25T12:33:01.580Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:33:01 [2020-11-25T12:33:01.580Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:33:01 [2020-11-25T12:33:01.580Z] Congratulations!  No new tests were added to integration-cli.
12:33:01 [2020-11-25T12:33:01.580Z] 
12:33:01 [2020-11-25T12:33:01.580Z] INFO Start validation with golang-ci-lint
12:33:01 [2020-11-25T12:33:01.580Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:33:01 [2020-11-25T12:33:01.580Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:33:01 [2020-11-25T12:33:01.580Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:35:07 [2020-11-25T12:35:07.977Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|deps|files|imports|name) took 1m59.857328378s 
12:35:07 [2020-11-25T12:35:07.977Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 696.891466ms 
12:36:29 [2020-11-25T12:36:29.355Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.836953607s with top 10 stages: buildssa: 1m37.728258101s, goimports: 22.508355493s, unconvert: 12.366730652s, gosec: 9.522965639s, golint: 5.597524099s, misspell: 4.415739498s, ineffassign: 3.896767533s, inspect: 3.88905477s, vrp: 3.156543109s, printf: 1.93351257s 
12:36:39 [2020-11-25T12:36:39.297Z] INFO [runner/unused/goanalysis] analyzers took 26.17399729s with top 10 stages: buildssa: 22.184922124s, U1000: 3.989075166s 
12:36:39 [2020-11-25T12:36:39.297Z] INFO [runner] Issues before processing: 2262, after processing: 0 
12:36:39 [2020-11-25T12:36:39.297Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2262, skip_files: 1682/1682, exclude: 1577/1577, filename_unadjuster: 1682/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, nolint: 0/64, path_prettifier: 1682/1682, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682 
12:36:39 [2020-11-25T12:36:39.297Z] INFO [runner] processing took 61.218322ms with stages: nolint: 27.080402ms, identifier_marker: 16.369982ms, path_prettifier: 8.366739ms, autogenerated_exclude: 4.20919ms, exclude-rules: 3.261683ms, skip_dirs: 1.640075ms, cgo: 202.28µs, filename_unadjuster: 84.437µs, max_same_issues: 867ns, uniq_by_line: 678ns, skip_files: 358ns, max_from_linter: 347ns, diff: 335ns, exclude: 322ns, source_code: 256ns, path_shortener: 202ns, max_per_file_from_linter: 169ns 
12:36:39 [2020-11-25T12:36:39.297Z] INFO [runner] linters took 1m36.058296335s with stages: goanalysis_metalinter: 1m17.801756567s, unused: 18.194993109s 
12:36:39 [2020-11-25T12:36:39.297Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
12:36:39 [2020-11-25T12:36:39.297Z] INFO Memory: 1628 samples, avg is 243.2MB, max is 3234.7MB 
12:36:39 [2020-11-25T12:36:39.297Z] INFO Execution took 3m36.629311129s               
12:36:39 [2020-11-25T12:36:39.297Z] Congratulations! The shell scripts are properly formatted.