Skip to content

Console Output

10:52:00 [2021-06-01T10:52:00.827Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42447/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42447/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ef09b256e4bbb47f0541a0a98150a51a831bb899 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ef09b256e4bbb47f0541a0a98150a51a831bb899 hack/validate/default
10:52:01 [2021-06-01T10:52:01.754Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:52:01 [2021-06-01T10:52:01.754Z] No api/types/ or api/swagger.yaml changes in diff.
10:52:01 [2021-06-01T10:52:01.754Z] Congratulations!  All TOML source files changed here have valid syntax.
10:52:01 [2021-06-01T10:52:01.754Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:52:01 [2021-06-01T10:52:01.754Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:52:01 [2021-06-01T10:52:01.754Z] Congratulations!  No new tests were added to integration-cli.
10:52:01 [2021-06-01T10:52:01.754Z] 
10:52:01 [2021-06-01T10:52:01.754Z] INFO Start validation with golang-ci-lint
10:52:01 [2021-06-01T10:52:01.754Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:52:01 [2021-06-01T10:52:01.754Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:52:01 [2021-06-01T10:52:01.754Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:54:08 [2021-06-01T10:54:08.149Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|deps|exports_file|files) took 1m59.53866951s 
10:54:08 [2021-06-01T10:54:08.149Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 673.974741ms 
10:55:29 [2021-06-01T10:55:29.517Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.896828078s with top 10 stages: buildssa: 1m39.610312881s, goimports: 22.267889379s, unconvert: 12.879606364s, gosec: 10.153408753s, golint: 5.507126875s, ineffassign: 4.786503064s, misspell: 4.468032232s, vrp: 3.669099058s, inspect: 3.547941605s, ctrlflow: 1.871609401s 
10:55:41 [2021-06-01T10:55:41.695Z] INFO [runner/unused/goanalysis] analyzers took 28.491663635s with top 10 stages: buildssa: 24.193488071s, U1000: 4.298175564s 
10:55:41 [2021-06-01T10:55:41.695Z] INFO [runner] Issues before processing: 2262, after processing: 0 
10:55:41 [2021-06-01T10:55:41.695Z] INFO [runner] Processors filtering stat (out/in): cgo: 1683/2262, path_prettifier: 1683/1683, identifier_marker: 1578/1578, exclude-rules: 64/1578, filename_unadjuster: 1683/1683, skip_files: 1683/1683, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683, exclude: 1578/1578, nolint: 0/64 
10:55:41 [2021-06-01T10:55:41.695Z] INFO [runner] processing took 60.082022ms with stages: nolint: 25.99419ms, identifier_marker: 16.132062ms, path_prettifier: 8.309001ms, autogenerated_exclude: 4.307975ms, exclude-rules: 3.329851ms, skip_dirs: 1.662964ms, cgo: 244.579µs, filename_unadjuster: 97.276µs, max_same_issues: 1.259µs, uniq_by_line: 720ns, diff: 396ns, max_from_linter: 351ns, source_code: 322ns, exclude: 303ns, skip_files: 276ns, path_shortener: 260ns, max_per_file_from_linter: 237ns 
10:55:41 [2021-06-01T10:55:41.695Z] INFO [runner] linters took 1m38.02846668s with stages: goanalysis_metalinter: 1m18.471493428s, unused: 19.496710872s 
10:55:41 [2021-06-01T10:55:41.695Z] INFO File cache stats: 1457 entries of total size 6.8MiB 
10:55:41 [2021-06-01T10:55:41.695Z] INFO Memory: 1634 samples, avg is 235.2MB, max is 3566.8MB 
10:55:41 [2021-06-01T10:55:41.695Z] INFO Execution took 3m38.263098974s               
10:55:41 [2021-06-01T10:55:41.695Z] Congratulations! The shell scripts are properly formatted.