Skip to content

Console Output

14:17:42 [2022-01-18T14:17:42.570Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43153/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43153/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=aa92e697cb4d43aa17944934b31579e440224bfb -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:aa92e697cb4d43aa17944934b31579e440224bfb hack/validate/default
14:17:43 [2022-01-18T14:17:43.935Z] Congratulations!  All commits are properly signed with the DCO!
14:17:44 [2022-01-18T14:17:44.864Z] Congratulations!  Seccomp profile generation is done correctly.
14:17:44 [2022-01-18T14:17:44.864Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:17:52 [2022-01-18T14:17:52.952Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
14:17:54 [2022-01-18T14:17:54.840Z] Congratulations!  All API changes are done the right way.
14:17:54 [2022-01-18T14:17:54.840Z] Congratulations!  All TOML source files changed here have valid syntax.
14:17:54 [2022-01-18T14:17:54.840Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:17:54 [2022-01-18T14:17:54.840Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:17:54 [2022-01-18T14:17:54.840Z] Congratulations!  No new tests were added to integration-cli.
14:17:54 [2022-01-18T14:17:54.840Z] 
14:17:54 [2022-01-18T14:17:54.840Z] INFO Start validation with golang-ci-lint
14:17:54 [2022-01-18T14:17:54.840Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:17:54 [2022-01-18T14:17:54.840Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:17:54 [2022-01-18T14:17:54.840Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:20:16 [2022-01-18T14:20:16.262Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|compiled_files|files|name|types_sizes) took 2m7.85401393s 
14:20:16 [2022-01-18T14:20:16.262Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 421.24834ms 
14:21:23 [2022-01-18T14:21:23.910Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m1.740138694s with top 10 stages: buildssa: 1m35.676425534s, goimports: 19.938520212s, unconvert: 10.426315557s, gosec: 8.895136428s, golint: 5.673224632s, inspect: 4.916227339s, misspell: 4.208631448s, ineffassign: 4.100211237s, vrp: 3.223853254s, fact_purity: 2.02035035s 
14:21:36 [2022-01-18T14:21:36.104Z] INFO [runner/unused/goanalysis] analyzers took 23.993262876s with top 10 stages: buildssa: 20.913646381s, U1000: 3.079616495s 
14:21:36 [2022-01-18T14:21:36.104Z] INFO [runner] Issues before processing: 2258, after processing: 0 
14:21:36 [2022-01-18T14:21:36.104Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1682/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, path_prettifier: 1682/1682, autogenerated_exclude: 1577/1682, exclude: 1577/1577, nolint: 0/64, cgo: 1682/2258, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682 
14:21:36 [2022-01-18T14:21:36.104Z] INFO [runner] processing took 70.770879ms with stages: identifier_marker: 28.292589ms, nolint: 21.289212ms, path_prettifier: 9.087404ms, autogenerated_exclude: 5.095527ms, exclude-rules: 4.827601ms, skip_dirs: 1.714999ms, cgo: 275.871µs, filename_unadjuster: 182.928µs, max_same_issues: 1.791µs, uniq_by_line: 532ns, exclude: 461ns, max_from_linter: 435ns, skip_files: 368ns, diff: 353ns, source_code: 281ns, path_shortener: 277ns, max_per_file_from_linter: 250ns 
14:21:36 [2022-01-18T14:21:36.104Z] INFO [runner] linters took 1m33.339111954s with stages: goanalysis_metalinter: 1m15.703877412s, unused: 17.56407283s 
14:21:36 [2022-01-18T14:21:36.104Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
14:21:36 [2022-01-18T14:21:36.104Z] INFO Memory: 2218 samples, avg is 404.0MB, max is 3298.8MB 
14:21:36 [2022-01-18T14:21:36.104Z] INFO Execution took 3m41.62264398s                
14:21:36 [2022-01-18T14:21:36.360Z] Congratulations! The shell scripts are properly formatted.