Skip to content

Console Output

15:56:03 [2021-11-11T15:56:03.999Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42785/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42785/.git:/go/src/github.com/docker/docker/.git --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3728850941ba2e912ad275c30d1a19719aca25ae -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3728850941ba2e912ad275c30d1a19719aca25ae hack/validate/default
15:56:04 [2021-11-11T15:56:04.930Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:56:04 [2021-11-11T15:56:04.930Z] No api/types/ or api/swagger.yaml changes in diff.
15:56:04 [2021-11-11T15:56:04.930Z] Congratulations!  All TOML source files changed here have valid syntax.
15:56:04 [2021-11-11T15:56:04.930Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:56:04 [2021-11-11T15:56:04.930Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:56:04 [2021-11-11T15:56:04.930Z] Congratulations!  No new tests were added to integration-cli.
15:56:04 [2021-11-11T15:56:04.930Z] 
15:56:04 [2021-11-11T15:56:04.930Z] INFO Start validation with golang-ci-lint
15:56:04 [2021-11-11T15:56:04.930Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:56:04 [2021-11-11T15:56:04.930Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:56:04 [2021-11-11T15:56:04.930Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:56:51 [2021-11-11T15:56:51.673Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|types_sizes|compiled_files|deps|imports|name) took 40.170891112s 
15:56:51 [2021-11-11T15:56:51.673Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 174.47177ms 
15:57:09 [2021-11-11T15:57:09.754Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 4m13.935834365s with top 10 stages: buildssa: 1m22.031409294s, goimports: 15.20075918s, unconvert: 10.671879339s, gosec: 9.34056043s, golint: 6.858459866s, inspect: 6.236278135s, misspell: 4.975649998s, ineffassign: 4.712592828s, fact_deprecated: 4.179757088s, ctrlflow: 3.649317978s 
15:57:16 [2021-11-11T15:57:16.392Z] INFO [runner/unused/goanalysis] analyzers took 26.541578642s with top 10 stages: buildssa: 21.233786973s, U1000: 5.307791669s 
15:57:16 [2021-11-11T15:57:16.392Z] INFO [runner] Issues before processing: 2759, after processing: 0 
15:57:16 [2021-11-11T15:57:16.393Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2178/2178, exclude-rules: 78/1790, nolint: 0/78, skip_files: 2178/2178, autogenerated_exclude: 1790/2178, identifier_marker: 1790/1790, exclude: 1790/1790, cgo: 2178/2759, filename_unadjuster: 2178/2178, path_prettifier: 2178/2178 
15:57:16 [2021-11-11T15:57:16.393Z] INFO [runner] processing took 71.797972ms with stages: identifier_marker: 26.290997ms, nolint: 25.715218ms, path_prettifier: 9.512097ms, autogenerated_exclude: 4.961739ms, exclude-rules: 2.913922ms, skip_dirs: 1.921875ms, cgo: 281.546µs, filename_unadjuster: 196.431µs, max_same_issues: 1.241µs, uniq_by_line: 586ns, max_from_linter: 527ns, diff: 410ns, skip_files: 332ns, source_code: 313ns, exclude: 269ns, max_per_file_from_linter: 241ns, path_shortener: 228ns 
15:57:16 [2021-11-11T15:57:16.393Z] INFO [runner] linters took 30.47923306s with stages: goanalysis_metalinter: 23.581202921s, unused: 6.82610791s 
15:57:16 [2021-11-11T15:57:16.393Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
15:57:16 [2021-11-11T15:57:16.393Z] INFO Memory: 691 samples, avg is 480.7MB, max is 3857.3MB 
15:57:16 [2021-11-11T15:57:16.393Z] INFO Execution took 1m10.832252157s               
15:57:16 [2021-11-11T15:57:16.393Z] Congratulations! The shell scripts are properly formatted.