Skip to content

Console Output

17:04:51 [2021-07-09T17:04:51.515Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42604/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42604/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bd913a5546727f94eec0fee342e29d984bb042e1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bd913a5546727f94eec0fee342e29d984bb042e1 hack/validate/default
17:04:52 [2021-07-09T17:04:52.891Z] Congratulations!  Seccomp profile generation is done correctly.
17:04:52 [2021-07-09T17:04:52.891Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:04:52 [2021-07-09T17:04:52.891Z] No api/types/ or api/swagger.yaml changes in diff.
17:04:52 [2021-07-09T17:04:52.891Z] Congratulations!  All TOML source files changed here have valid syntax.
17:04:52 [2021-07-09T17:04:52.891Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:04:52 [2021-07-09T17:04:52.891Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:04:52 [2021-07-09T17:04:52.891Z] Congratulations!  No new tests were added to integration-cli.
17:04:52 [2021-07-09T17:04:52.891Z] 
17:04:52 [2021-07-09T17:04:52.891Z] INFO Start validation with golang-ci-lint
17:04:53 [2021-07-09T17:04:53.149Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:04:53 [2021-07-09T17:04:53.149Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:04:53 [2021-07-09T17:04:53.149Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:07:14 [2021-07-09T17:07:14.619Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|imports|name|files) took 2m14.328522672s 
17:07:14 [2021-07-09T17:07:14.619Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 528.682967ms 
17:07:32 [2021-07-09T17:07:32.703Z] INFO [runner/unused/goanalysis] analyzers took 31.987405562s with top 10 stages: buildssa: 27.587722097s, U1000: 4.399683465s 
17:09:09 [2021-07-09T17:09:09.162Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m27.228043294s with top 10 stages: buildssa: 1m47.763949954s, goimports: 24.085939111s, unconvert: 15.016596774s, gosec: 11.340353842s, golint: 7.466396019s, ineffassign: 5.159596418s, misspell: 5.056596101s, inspect: 4.870047748s, vrp: 3.83546792s, printf: 2.066048147s 
17:09:09 [2021-07-09T17:09:09.162Z] INFO [runner] Issues before processing: 2863, after processing: 0 
17:09:09 [2021-07-09T17:09:09.162Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2288/2288, skip_files: 2288/2288, exclude-rules: 78/1899, skip_dirs: 2288/2288, cgo: 2288/2863, path_prettifier: 2288/2288, exclude: 1899/1899, nolint: 0/78, autogenerated_exclude: 1899/2288, identifier_marker: 1899/1899 
17:09:09 [2021-07-09T17:09:09.162Z] INFO [runner] processing took 117.1146ms with stages: nolint: 42.014801ms, identifier_marker: 34.473942ms, path_prettifier: 19.609549ms, autogenerated_exclude: 12.060574ms, exclude-rules: 6.533283ms, skip_dirs: 1.923809ms, cgo: 318.713µs, filename_unadjuster: 173.85µs, max_same_issues: 1.771µs, uniq_by_line: 910ns, exclude: 845ns, diff: 535ns, max_from_linter: 477ns, source_code: 459ns, skip_files: 419ns, path_shortener: 362ns, max_per_file_from_linter: 301ns 
17:09:09 [2021-07-09T17:09:09.162Z] INFO [runner] linters took 1m51.142454944s with stages: goanalysis_metalinter: 1m27.567458841s, unused: 23.457698618s 
17:09:09 [2021-07-09T17:09:09.162Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
17:09:09 [2021-07-09T17:09:09.162Z] INFO Memory: 2462 samples, avg is 2097.5MB, max is 5309.5MB 
17:09:09 [2021-07-09T17:09:09.162Z] INFO Execution took 4m6.013654347s                
17:09:09 [2021-07-09T17:09:09.162Z] Congratulations! The shell scripts are properly formatted.