Skip to content

Console Output

15:47:01 [2020-03-09T15:47:01.934Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40647/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40647/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=30bfe23d4f17241844e50ca1ce2465dbff15cbe4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:30bfe23d4f17241844e50ca1ce2465dbff15cbe4 hack/validate/default
15:47:04 [2020-03-09T15:47:04.443Z] Congratulations!  All commits are properly signed with the DCO!
15:47:04 [2020-03-09T15:47:04.443Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:47:04 [2020-03-09T15:47:04.443Z] No api/types/ or api/swagger.yaml changes in diff.
15:47:04 [2020-03-09T15:47:04.443Z] Congratulations!  All TOML source files changed here have valid syntax.
15:47:04 [2020-03-09T15:47:04.443Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:47:04 [2020-03-09T15:47:04.443Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:47:04 [2020-03-09T15:47:04.443Z] Congratulations!  No new tests were added to integration-cli.
15:47:04 [2020-03-09T15:47:04.443Z] 
15:47:04 [2020-03-09T15:47:04.443Z] INFO Start validation with golang-ci-lint
15:47:04 [2020-03-09T15:47:04.698Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:47:04 [2020-03-09T15:47:04.698Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:49:11 [2020-03-09T15:49:11.197Z] INFO [loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|deps|files|imports|name) took 1m53.629593976s 
15:49:11 [2020-03-09T15:49:11.197Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 452.121318ms 
15:50:32 [2020-03-09T15:50:32.770Z] WARN [runner] Can't run linter goanalysis_metalinter: fact_purity: failed prerequisites: buildssa@github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/instructions 
15:50:32 [2020-03-09T15:50:32.770Z] INFO [runner] Issues before processing: 46, after processing: 0 
15:50:32 [2020-03-09T15:50:32.770Z] INFO [runner] Processors filtering stat (out/in): exclude: 1/1, nolint: 0/1, cgo: 10/46, filename_unadjuster: 10/10, skip_dirs: 10/10, identifier_marker: 1/1, exclude-rules: 1/1, path_prettifier: 10/10, skip_files: 10/10, autogenerated_exclude: 1/10 
15:50:32 [2020-03-09T15:50:32.770Z] INFO [runner] processing took 789.371µs with stages: nolint: 402.933µs, path_prettifier: 143.913µs, skip_dirs: 97.407µs, autogenerated_exclude: 60.665µs, cgo: 55.005µs, identifier_marker: 18.406µs, exclude-rules: 3.442µs, filename_unadjuster: 3.388µs, max_same_issues: 984ns, diff: 566ns, source_code: 496ns, uniq_by_line: 419ns, exclude: 387ns, path_shortener: 362ns, max_from_linter: 344ns, max_per_file_from_linter: 338ns, skip_files: 316ns 
15:50:32 [2020-03-09T15:50:32.770Z] INFO [runner] linters took 1m31.683403005s with stages: goanalysis_metalinter: 1m13.309115001s, unused: 18.373352682s 
15:50:32 [2020-03-09T15:50:32.770Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
15:50:32 [2020-03-09T15:50:32.770Z] INFO Memory: 1402 samples, avg is 665.8MB, max is 3704.2MB 
15:50:32 [2020-03-09T15:50:32.770Z] INFO Execution took 3m25.772788333s               
15:50:32 [2020-03-09T15:50:32.770Z] Congratulations! The shell scripts are properly formatted.