Skip to content

Console Output

07:19:16 [2021-05-26T07:19:16.659Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42421/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42421/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=003e3c0551518bc0a9be44be46f1eb96a351951b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:003e3c0551518bc0a9be44be46f1eb96a351951b hack/validate/default
07:19:17 [2021-05-26T07:19:17.599Z] Congratulations!  All commits are properly signed with the DCO!
07:19:18 [2021-05-26T07:19:18.538Z] Congratulations!  Seccomp profile generation is done correctly.
07:19:18 [2021-05-26T07:19:18.805Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:19:28 [2021-05-26T07:19:28.792Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
07:19:32 [2021-05-26T07:19:32.081Z] Congratulations!  All API changes are done the right way.
07:19:32 [2021-05-26T07:19:32.081Z] Congratulations!  All TOML source files changed here have valid syntax.
07:19:32 [2021-05-26T07:19:32.081Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:19:32 [2021-05-26T07:19:32.081Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:19:32 [2021-05-26T07:19:32.081Z] Congratulations!  No new tests were added to integration-cli.
07:19:32 [2021-05-26T07:19:32.081Z] 
07:19:32 [2021-05-26T07:19:32.081Z] INFO Start validation with golang-ci-lint
07:19:32 [2021-05-26T07:19:32.081Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:19:32 [2021-05-26T07:19:32.081Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:19:32 [2021-05-26T07:19:32.081Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:21:38 [2021-05-26T07:21:38.569Z] INFO [loader] Go packages loading at mode 575 (deps|files|types_sizes|compiled_files|imports|name|exports_file) took 2m1.373288168s 
07:21:38 [2021-05-26T07:21:38.569Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 677.614638ms 
07:21:56 [2021-05-26T07:21:56.675Z] INFO [runner/unused/goanalysis] analyzers took 29.003487861s with top 10 stages: buildssa: 24.833641777s, U1000: 4.169846084s 
07:23:18 [2021-05-26T07:23:18.147Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m17.112459394s with top 10 stages: buildssa: 1m42.630842194s, goimports: 22.928156847s, unconvert: 13.978363945s, gosec: 10.305811028s, golint: 6.901438705s, misspell: 4.308775894s, ineffassign: 4.029993176s, inspect: 3.340273972s, vrp: 2.93352332s, printf: 1.792526416s 
07:23:18 [2021-05-26T07:23:18.147Z] INFO [runner] Issues before processing: 2262, after processing: 0 
07:23:18 [2021-05-26T07:23:18.147Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2262, exclude-rules: 64/1577, path_prettifier: 1682/1682, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, exclude: 1577/1577, nolint: 0/64, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682, skip_files: 1682/1682 
07:23:18 [2021-05-26T07:23:18.147Z] INFO [runner] processing took 60.928192ms with stages: nolint: 25.877481ms, identifier_marker: 17.404348ms, path_prettifier: 8.194886ms, autogenerated_exclude: 4.245401ms, exclude-rules: 3.244707ms, skip_dirs: 1.645943ms, cgo: 187.808µs, filename_unadjuster: 122.869µs, max_same_issues: 1.291µs, uniq_by_line: 919ns, diff: 539ns, max_from_linter: 438ns, skip_files: 390ns, source_code: 335ns, exclude: 319ns, path_shortener: 271ns, max_per_file_from_linter: 247ns 
07:23:18 [2021-05-26T07:23:18.147Z] INFO [runner] linters took 1m42.761683299s with stages: goanalysis_metalinter: 1m22.308638657s, unused: 20.391755393s 
07:23:18 [2021-05-26T07:23:18.147Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
07:23:18 [2021-05-26T07:23:18.147Z] INFO Memory: 1537 samples, avg is 699.2MB, max is 3436.0MB 
07:23:18 [2021-05-26T07:23:18.147Z] INFO Execution took 3m44.822443198s               
07:23:18 [2021-05-26T07:23:18.147Z] Congratulations! The shell scripts are properly formatted.