Skip to content

Console Output

21:06:39 [2020-07-28T21:06:39.717Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41281/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41281/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6b540923dd459d81fff29fb4081f0fb617322c5b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6b540923dd459d81fff29fb4081f0fb617322c5b hack/validate/default
21:06:40 [2020-07-28T21:06:40.279Z] Congratulations!  All commits are properly signed with the DCO!
21:06:40 [2020-07-28T21:06:40.279Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:06:40 [2020-07-28T21:06:40.279Z] No api/types/ or api/swagger.yaml changes in diff.
21:06:40 [2020-07-28T21:06:40.279Z] Congratulations!  All TOML source files changed here have valid syntax.
21:06:40 [2020-07-28T21:06:40.279Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:06:40 [2020-07-28T21:06:40.536Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:06:40 [2020-07-28T21:06:40.536Z] Congratulations!  No new tests were added to integration-cli.
21:06:40 [2020-07-28T21:06:40.536Z] 
21:06:40 [2020-07-28T21:06:40.536Z] INFO Start validation with golang-ci-lint
21:06:40 [2020-07-28T21:06:40.536Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:06:40 [2020-07-28T21:06:40.536Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:06:40 [2020-07-28T21:06:40.536Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:08:46 [2020-07-28T21:08:46.999Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|imports|deps|exports_file|name|types_sizes) took 2m0.013287701s 
21:08:46 [2020-07-28T21:08:46.999Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 476.297195ms 
21:09:01 [2020-07-28T21:09:01.846Z] INFO [runner/unused/goanalysis] analyzers took 28.370637862s with top 10 stages: buildssa: 23.736595058s, U1000: 4.634042804s 
21:10:23 [2020-07-28T21:10:23.229Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.941249165s with top 10 stages: buildssa: 1m38.753958999s, goimports: 24.139452942s, unconvert: 13.901688989s, gosec: 10.59879063s, golint: 6.557474872s, ineffassign: 4.538129489s, misspell: 4.395452064s, vrp: 3.49924673s, inspect: 3.131261037s, printf: 1.808177703s 
21:10:23 [2020-07-28T21:10:23.230Z] INFO [runner] Issues before processing: 2303, after processing: 0 
21:10:23 [2020-07-28T21:10:23.230Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1694/1694, autogenerated_exclude: 1589/1694, skip_files: 1694/1694, identifier_marker: 1589/1589, exclude-rules: 64/1589, nolint: 0/64, cgo: 1694/2303, filename_unadjuster: 1694/1694, exclude: 1589/1589, path_prettifier: 1694/1694 
21:10:23 [2020-07-28T21:10:23.230Z] INFO [runner] processing took 59.475188ms with stages: nolint: 25.627039ms, identifier_marker: 16.627862ms, path_prettifier: 7.760463ms, autogenerated_exclude: 3.971236ms, exclude-rules: 3.447299ms, skip_dirs: 1.64413ms, cgo: 293.852µs, filename_unadjuster: 99.01µs, max_same_issues: 1.204µs, uniq_by_line: 564ns, skip_files: 497ns, max_from_linter: 439ns, diff: 419ns, exclude: 370ns, source_code: 278ns, max_per_file_from_linter: 263ns, path_shortener: 263ns 
21:10:23 [2020-07-28T21:10:23.230Z] INFO [runner] linters took 1m41.220774514s with stages: goanalysis_metalinter: 1m20.971740379s, unused: 20.189328233s 
21:10:23 [2020-07-28T21:10:23.230Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
21:10:23 [2020-07-28T21:10:23.230Z] INFO Memory: 1516 samples, avg is 701.6MB, max is 3504.6MB 
21:10:23 [2020-07-28T21:10:23.230Z] INFO Execution took 3m41.721131057s               
21:10:23 [2020-07-28T21:10:23.230Z] Congratulations! The shell scripts are properly formatted.