Skip to content

Console Output

08:45:02 [2021-02-18T08:45:02.169Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41977/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41977/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=701f90a339d24344b1d519ce6684ec20e86b72ba -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:701f90a339d24344b1d519ce6684ec20e86b72ba hack/validate/default
08:45:03 [2021-02-18T08:45:03.141Z] Congratulations!  All commits are properly signed with the DCO!
08:45:03 [2021-02-18T08:45:03.702Z] Congratulations!  Seccomp profile generation is done correctly.
08:45:03 [2021-02-18T08:45:03.702Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:45:11 [2021-02-18T08:45:11.877Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
08:45:13 [2021-02-18T08:45:13.809Z] Congratulations!  All API changes are done the right way.
08:45:13 [2021-02-18T08:45:13.809Z] Congratulations!  All TOML source files changed here have valid syntax.
08:45:13 [2021-02-18T08:45:13.809Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:45:13 [2021-02-18T08:45:13.809Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:45:13 [2021-02-18T08:45:13.809Z] Congratulations!  No new tests were added to integration-cli.
08:45:13 [2021-02-18T08:45:13.809Z] 
08:45:13 [2021-02-18T08:45:13.809Z] INFO Start validation with golang-ci-lint
08:45:13 [2021-02-18T08:45:13.809Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:45:13 [2021-02-18T08:45:13.809Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:45:13 [2021-02-18T08:45:13.809Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:47:20 [2021-02-18T08:47:20.331Z] INFO [loader] Go packages loading at mode 575 (imports|types_sizes|exports_file|files|name|compiled_files|deps) took 2m1.095159438s 
08:47:20 [2021-02-18T08:47:20.331Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 457.239213ms 
08:48:41 [2021-02-18T08:48:41.830Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.954715805s with top 10 stages: buildssa: 1m41.078009282s, goimports: 22.657600476s, unconvert: 13.140371513s, gosec: 10.655644648s, golint: 6.232263783s, ineffassign: 4.71045369s, misspell: 4.460139222s, inspect: 3.665359885s, vrp: 2.767459063s, printf: 1.929676574s 
08:48:56 [2021-02-18T08:48:56.765Z] INFO [runner/unused/goanalysis] analyzers took 27.399097731s with top 10 stages: buildssa: 23.691770434s, U1000: 3.707327297s 
08:48:56 [2021-02-18T08:48:56.765Z] INFO [runner] Issues before processing: 2262, after processing: 0 
08:48:56 [2021-02-18T08:48:56.765Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1577/1577, exclude-rules: 64/1577, skip_dirs: 1682/1682, path_prettifier: 1682/1682, cgo: 1682/2262, nolint: 0/64, autogenerated_exclude: 1577/1682, skip_files: 1682/1682, exclude: 1577/1577, filename_unadjuster: 1682/1682 
08:48:56 [2021-02-18T08:48:56.765Z] INFO [runner] processing took 132.907967ms with stages: nolint: 56.809333ms, identifier_marker: 40.67484ms, path_prettifier: 13.344959ms, autogenerated_exclude: 10.334828ms, exclude-rules: 6.518354ms, skip_dirs: 3.583028ms, cgo: 896.104µs, filename_unadjuster: 740.473µs, max_same_issues: 2.15µs, diff: 626ns, uniq_by_line: 609ns, max_from_linter: 514ns, source_code: 495ns, exclude: 490ns, path_shortener: 457ns, skip_files: 397ns, max_per_file_from_linter: 310ns 
08:48:56 [2021-02-18T08:48:56.765Z] INFO [runner] linters took 1m38.999826649s with stages: goanalysis_metalinter: 1m19.408613488s, unused: 19.457849333s 
08:48:56 [2021-02-18T08:48:56.765Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
08:48:56 [2021-02-18T08:48:56.765Z] INFO Memory: 1663 samples, avg is 260.5MB, max is 3429.3MB 
08:48:56 [2021-02-18T08:48:56.765Z] INFO Execution took 3m41.920536928s               
08:48:56 [2021-02-18T08:48:56.765Z] Congratulations! The shell scripts are properly formatted.