Skip to content

Console Output

06:30:34 [2021-12-16T06:30:34.794Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43087/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43087/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=26dafe43a419ea8622ff65ac1671f4b854c4bd5a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:26dafe43a419ea8622ff65ac1671f4b854c4bd5a hack/validate/default
06:30:35 [2021-12-16T06:30:35.732Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:30:35 [2021-12-16T06:30:35.993Z] No api/types/ or api/swagger.yaml changes in diff.
06:30:35 [2021-12-16T06:30:35.993Z] Congratulations!  All TOML source files changed here have valid syntax.
06:30:35 [2021-12-16T06:30:35.993Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:30:35 [2021-12-16T06:30:35.993Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:30:35 [2021-12-16T06:30:35.993Z] Congratulations!  No new tests were added to integration-cli.
06:30:35 [2021-12-16T06:30:35.993Z] 
06:30:35 [2021-12-16T06:30:35.993Z] INFO Start validation with golang-ci-lint
06:30:36 [2021-12-16T06:30:36.254Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:30:36 [2021-12-16T06:30:36.254Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:30:36 [2021-12-16T06:30:36.254Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:33:12 [2021-12-16T06:33:12.756Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|exports_file|files|imports) took 2m24.350145504s 
06:33:12 [2021-12-16T06:33:12.758Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 514.662206ms 
06:34:20 [2021-12-16T06:34:20.467Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m58.421871267s with top 10 stages: buildssa: 1m30.448005892s, goimports: 19.808162017s, unconvert: 12.399932942s, gosec: 9.541873023s, golint: 5.780388314s, misspell: 4.613673655s, ineffassign: 4.339257452s, inspect: 3.057281555s, vrp: 3.011543578s, printf: 2.343792023s 
06:34:39 [2021-12-16T06:34:39.605Z] INFO [runner/unused/goanalysis] analyzers took 27.092684357s with top 10 stages: buildssa: 22.63077547s, U1000: 4.461908887s 
06:34:39 [2021-12-16T06:34:39.873Z] INFO [runner] Issues before processing: 2759, after processing: 0 
06:34:39 [2021-12-16T06:34:39.874Z] INFO [runner] Processors filtering stat (out/in): cgo: 2178/2759, identifier_marker: 1790/1790, filename_unadjuster: 2178/2178, skip_files: 2178/2178, nolint: 0/78, skip_dirs: 2178/2178, path_prettifier: 2178/2178, autogenerated_exclude: 1790/2178, exclude: 1790/1790, exclude-rules: 78/1790 
06:34:39 [2021-12-16T06:34:39.874Z] INFO [runner] processing took 279.977685ms with stages: nolint: 118.53976ms, identifier_marker: 72.410495ms, autogenerated_exclude: 36.662535ms, path_prettifier: 30.154161ms, exclude-rules: 13.480999ms, cgo: 4.26987ms, skip_dirs: 3.785674ms, filename_unadjuster: 662.785µs, exclude: 5.929µs, max_same_issues: 1.766µs, uniq_by_line: 984ns, skip_files: 769ns, diff: 528ns, max_from_linter: 468ns, source_code: 403ns, max_per_file_from_linter: 303ns, path_shortener: 256ns 
06:34:39 [2021-12-16T06:34:39.874Z] INFO [runner] linters took 1m38.866345192s with stages: goanalysis_metalinter: 1m17.224165178s, unused: 21.359025463s 
06:34:39 [2021-12-16T06:34:39.874Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
06:34:39 [2021-12-16T06:34:39.874Z] INFO Memory: 2439 samples, avg is 401.1MB, max is 4043.8MB 
06:34:39 [2021-12-16T06:34:39.874Z] INFO Execution took 4m3.745325087s                
06:34:40 [2021-12-16T06:34:40.817Z] Congratulations! The shell scripts are properly formatted.