Skip to content

Console Output

14:01:45 [2021-07-03T14:01:45.612Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42047/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42047/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6c9ff8757c60fdbeb9085755f8b9473b9bc96735 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6c9ff8757c60fdbeb9085755f8b9473b9bc96735 hack/validate/default
14:01:47 [2021-07-03T14:01:47.514Z] Congratulations!  Seccomp profile generation is done correctly.
14:01:47 [2021-07-03T14:01:47.514Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:01:55 [2021-07-03T14:01:55.630Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
14:01:57 [2021-07-03T14:01:57.005Z] Congratulations!  All API changes are done the right way.
14:01:57 [2021-07-03T14:01:57.005Z] Congratulations!  All TOML source files changed here have valid syntax.
14:01:57 [2021-07-03T14:01:57.005Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:01:57 [2021-07-03T14:01:57.005Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:01:57 [2021-07-03T14:01:57.005Z] Congratulations!  No new tests were added to integration-cli.
14:01:57 [2021-07-03T14:01:57.005Z] 
14:01:57 [2021-07-03T14:01:57.005Z] INFO Start validation with golang-ci-lint
14:01:57 [2021-07-03T14:01:57.005Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:01:57 [2021-07-03T14:01:57.005Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:01:57 [2021-07-03T14:01:57.005Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:04:18 [2021-07-03T14:04:18.472Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|exports_file|files|imports|name) took 2m14.578229045s 
14:04:18 [2021-07-03T14:04:18.472Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 529.058505ms 
14:04:40 [2021-07-03T14:04:40.521Z] INFO [runner/unused/goanalysis] analyzers took 34.304312187s with top 10 stages: buildssa: 29.605496385s, U1000: 4.698815802s 
14:06:16 [2021-07-03T14:06:16.958Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m34.401227454s with top 10 stages: buildssa: 1m49.98569592s, goimports: 23.665726208s, unconvert: 15.246295411s, gosec: 12.44344744s, golint: 8.481885478s, misspell: 5.632710104s, ineffassign: 5.273672326s, inspect: 4.526968416s, vrp: 3.921207243s, printf: 2.154963275s 
14:06:16 [2021-07-03T14:06:16.958Z] INFO [runner] Issues before processing: 2863, after processing: 0 
14:06:16 [2021-07-03T14:06:16.958Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1899/1899, nolint: 0/78, cgo: 2288/2863, filename_unadjuster: 2288/2288, autogenerated_exclude: 1899/2288, path_prettifier: 2288/2288, skip_files: 2288/2288, skip_dirs: 2288/2288, exclude: 1899/1899, exclude-rules: 78/1899 
14:06:16 [2021-07-03T14:06:16.958Z] INFO [runner] processing took 68.883054ms with stages: nolint: 27.771656ms, identifier_marker: 19.256983ms, path_prettifier: 10.013589ms, autogenerated_exclude: 5.026215ms, exclude-rules: 3.664374ms, skip_dirs: 1.986929ms, cgo: 1.042015ms, filename_unadjuster: 117.3µs, max_same_issues: 1.267µs, uniq_by_line: 556ns, diff: 365ns, max_from_linter: 364ns, exclude: 347ns, skip_files: 334ns, source_code: 314ns, max_per_file_from_linter: 241ns, path_shortener: 205ns 
14:06:16 [2021-07-03T14:06:16.958Z] INFO [runner] linters took 1m51.096828136s with stages: goanalysis_metalinter: 1m25.966588484s, unused: 25.061234344s 
14:06:16 [2021-07-03T14:06:16.958Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
14:06:16 [2021-07-03T14:06:16.958Z] INFO Memory: 2464 samples, avg is 1914.3MB, max is 4775.4MB 
14:06:16 [2021-07-03T14:06:16.958Z] INFO Execution took 4m6.214305776s                
14:06:16 [2021-07-03T14:06:16.958Z] Congratulations! The shell scripts are properly formatted.