Skip to content

Console Output

13:00:49 [2020-03-10T13:00:49.688Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40658/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40658/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1bb63605b09eb08bc5c1f757c68619706773950f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1bb63605b09eb08bc5c1f757c68619706773950f hack/validate/default
13:00:51 [2020-03-10T13:00:51.059Z] Congratulations!  All commits are properly signed with the DCO!
13:00:51 [2020-03-10T13:00:51.059Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:00:51 [2020-03-10T13:00:51.059Z] No api/types/ or api/swagger.yaml changes in diff.
13:00:51 [2020-03-10T13:00:51.059Z] Congratulations!  All TOML source files changed here have valid syntax.
13:00:51 [2020-03-10T13:00:51.059Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:00:51 [2020-03-10T13:00:51.059Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:00:51 [2020-03-10T13:00:51.059Z] Congratulations!  No new tests were added to integration-cli.
13:00:51 [2020-03-10T13:00:51.059Z] 
13:00:51 [2020-03-10T13:00:51.059Z] INFO Start validation with golang-ci-lint
13:00:51 [2020-03-10T13:00:51.059Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:00:51 [2020-03-10T13:00:51.059Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:02:57 [2020-03-10T13:02:57.511Z] INFO [loader] Go packages loading at mode 575 (deps|name|compiled_files|files|imports|types_sizes|exports_file) took 1m54.549630977s 
13:02:57 [2020-03-10T13:02:57.511Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 459.982656ms 
13:04:33 [2020-03-10T13:04:33.942Z] INFO [runner] Issues before processing: 2325, after processing: 0 
13:04:33 [2020-03-10T13:04:33.942Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/63, cgo: 1716/2325, filename_unadjuster: 1716/1716, autogenerated_exclude: 1619/1716, exclude-rules: 63/1619, path_prettifier: 1716/1716, skip_files: 1716/1716, skip_dirs: 1716/1716, identifier_marker: 1619/1619, exclude: 1619/1619 
13:04:33 [2020-03-10T13:04:33.942Z] INFO [runner] processing took 146.654542ms with stages: nolint: 57.103794ms, identifier_marker: 41.980098ms, autogenerated_exclude: 17.544939ms, path_prettifier: 13.736895ms, exclude-rules: 8.521221ms, skip_dirs: 4.290705ms, cgo: 1.975661ms, filename_unadjuster: 1.494112ms, max_same_issues: 2.172µs, skip_files: 933ns, max_from_linter: 726ns, source_code: 680ns, diff: 661ns, uniq_by_line: 617ns, exclude: 521ns, path_shortener: 510ns, max_per_file_from_linter: 297ns 
13:04:33 [2020-03-10T13:04:33.943Z] INFO [runner] linters took 1m37.806251462s with stages: goanalysis_metalinter: 1m19.725523835s, unused: 17.933544724s 
13:04:33 [2020-03-10T13:04:33.943Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
13:04:33 [2020-03-10T13:04:33.943Z] INFO Memory: 1587 samples, avg is 251.6MB, max is 3096.8MB 
13:04:33 [2020-03-10T13:04:33.943Z] INFO Execution took 3m33.165676334s               
13:04:33 [2020-03-10T13:04:33.943Z] Congratulations! The shell scripts are properly formatted.