Skip to content

Console Output

04:32:44 [2021-03-25T04:32:44.338Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42197/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42197/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=915b239519116e239c08f64df49ceb32807963e3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:915b239519116e239c08f64df49ceb32807963e3 hack/validate/default
04:32:46 [2021-03-25T04:32:46.228Z] Congratulations!  All commits are properly signed with the DCO!
04:32:46 [2021-03-25T04:32:46.791Z] Congratulations!  Seccomp profile generation is done correctly.
04:32:46 [2021-03-25T04:32:46.791Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
04:32:54 [2021-03-25T04:32:54.879Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
04:32:56 [2021-03-25T04:32:56.770Z] Congratulations!  All API changes are done the right way.
04:32:56 [2021-03-25T04:32:56.770Z] Congratulations!  All TOML source files changed here have valid syntax.
04:32:56 [2021-03-25T04:32:56.770Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
04:32:56 [2021-03-25T04:32:56.770Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
04:32:56 [2021-03-25T04:32:56.770Z] Congratulations!  No new tests were added to integration-cli.
04:32:56 [2021-03-25T04:32:56.770Z] 
04:32:56 [2021-03-25T04:32:56.770Z] INFO Start validation with golang-ci-lint
04:32:56 [2021-03-25T04:32:56.770Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
04:32:56 [2021-03-25T04:32:56.770Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
04:32:56 [2021-03-25T04:32:56.770Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
04:35:03 [2021-03-25T04:35:03.185Z] INFO [loader] Go packages loading at mode 575 (files|name|compiled_files|exports_file|types_sizes|deps|imports) took 1m59.860717812s 
04:35:03 [2021-03-25T04:35:03.185Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 466.284991ms 
04:35:18 [2021-03-25T04:35:18.081Z] INFO [runner/unused/goanalysis] analyzers took 28.832765255s with top 10 stages: buildssa: 24.750920141s, U1000: 4.081845114s 
04:36:39 [2021-03-25T04:36:39.459Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.482006256s with top 10 stages: buildssa: 1m42.38527641s, goimports: 22.498802136s, unconvert: 13.58230685s, gosec: 10.089656822s, golint: 5.584094123s, ineffassign: 4.210942532s, misspell: 4.046741455s, vrp: 3.370880062s, inspect: 3.189994302s, printf: 1.879895739s 
04:36:39 [2021-03-25T04:36:39.459Z] INFO [runner] Issues before processing: 2266, after processing: 0 
04:36:39 [2021-03-25T04:36:39.459Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1686/1686, path_prettifier: 1686/1686, exclude: 1581/1581, skip_dirs: 1686/1686, exclude-rules: 64/1581, nolint: 0/64, cgo: 1686/2266, skip_files: 1686/1686, autogenerated_exclude: 1581/1686, identifier_marker: 1581/1581 
04:36:39 [2021-03-25T04:36:39.459Z] INFO [runner] processing took 121.202818ms with stages: nolint: 49.178922ms, identifier_marker: 33.832683ms, autogenerated_exclude: 14.15787ms, path_prettifier: 13.707324ms, exclude-rules: 5.979938ms, skip_dirs: 3.223181ms, cgo: 640.826µs, filename_unadjuster: 475.403µs, max_same_issues: 2.109µs, uniq_by_line: 857ns, source_code: 760ns, path_shortener: 683ns, diff: 635ns, max_from_linter: 589ns, exclude: 370ns, skip_files: 365ns, max_per_file_from_linter: 303ns 
04:36:39 [2021-03-25T04:36:39.459Z] INFO [runner] linters took 1m41.876320451s with stages: goanalysis_metalinter: 1m21.120759198s, unused: 20.633651804s 
04:36:39 [2021-03-25T04:36:39.459Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
04:36:39 [2021-03-25T04:36:39.459Z] INFO Memory: 1528 samples, avg is 728.4MB, max is 3503.3MB 
04:36:39 [2021-03-25T04:36:39.459Z] INFO Execution took 3m42.22623011s                
04:36:39 [2021-03-25T04:36:39.459Z] Congratulations! The shell scripts are properly formatted.