Skip to content

Console Output

12:02:36 [2021-12-08T12:02:36.606Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43063/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43063/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f4daf9dd083a3b8770e01179499e4f5acc6caeff -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:f4daf9dd083a3b8770e01179499e4f5acc6caeff hack/validate/default
12:02:37 [2021-12-08T12:02:37.977Z] Congratulations!  All commits are properly signed with the DCO!
12:02:38 [2021-12-08T12:02:38.907Z] Congratulations!  Seccomp profile generation is done correctly.
12:02:38 [2021-12-08T12:02:38.907Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:02:47 [2021-12-08T12:02:47.009Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
12:02:48 [2021-12-08T12:02:48.377Z] Congratulations!  All API changes are done the right way.
12:02:48 [2021-12-08T12:02:48.377Z] Congratulations!  All TOML source files changed here have valid syntax.
12:02:48 [2021-12-08T12:02:48.634Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:02:48 [2021-12-08T12:02:48.635Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:02:48 [2021-12-08T12:02:48.635Z] Congratulations!  No new tests were added to integration-cli.
12:02:48 [2021-12-08T12:02:48.635Z] 
12:02:48 [2021-12-08T12:02:48.635Z] INFO Start validation with golang-ci-lint
12:02:48 [2021-12-08T12:02:48.635Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:02:48 [2021-12-08T12:02:48.635Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:02:48 [2021-12-08T12:02:48.635Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:05:10 [2021-12-08T12:05:10.067Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|exports_file|imports|types_sizes|deps|files) took 2m6.614561759s 
12:05:10 [2021-12-08T12:05:10.067Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 415.238303ms 
12:05:15 [2021-12-08T12:05:15.341Z] INFO [runner/unused/goanalysis] analyzers took 24.451243616s with top 10 stages: buildssa: 21.212476744s, U1000: 3.238766872s 
12:06:36 [2021-12-08T12:06:36.733Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.66457717s with top 10 stages: buildssa: 1m40.257236756s, goimports: 21.165498256s, unconvert: 11.273930243s, gosec: 9.448897068s, golint: 5.60383689s, ineffassign: 4.365298162s, misspell: 3.992123569s, inspect: 3.96791493s, vrp: 3.358071928s, ctrlflow: 2.018071721s 
12:06:36 [2021-12-08T12:06:36.733Z] INFO [runner] Issues before processing: 2258, after processing: 0 
12:06:36 [2021-12-08T12:06:36.733Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1577, nolint: 0/64, identifier_marker: 1577/1577, filename_unadjuster: 1682/1682, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, exclude: 1577/1577, cgo: 1682/2258, path_prettifier: 1682/1682, skip_dirs: 1682/1682 
12:06:36 [2021-12-08T12:06:36.733Z] INFO [runner] processing took 61.52077ms with stages: nolint: 21.157773ms, identifier_marker: 18.462712ms, path_prettifier: 11.065923ms, autogenerated_exclude: 5.088846ms, exclude-rules: 3.029328ms, skip_dirs: 2.395803ms, cgo: 193.549µs, filename_unadjuster: 122.391µs, max_same_issues: 1.473µs, uniq_by_line: 587ns, skip_files: 452ns, max_from_linter: 423ns, diff: 374ns, exclude: 313ns, source_code: 290ns, path_shortener: 280ns, max_per_file_from_linter: 253ns 
12:06:36 [2021-12-08T12:06:36.733Z] INFO [runner] linters took 1m38.871871321s with stages: goanalysis_metalinter: 1m19.504340031s, unused: 19.305812313s 
12:06:36 [2021-12-08T12:06:36.733Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
12:06:36 [2021-12-08T12:06:36.733Z] INFO Memory: 2259 samples, avg is 1443.1MB, max is 3633.9MB 
12:06:36 [2021-12-08T12:06:36.733Z] INFO Execution took 3m45.909747226s               
12:06:36 [2021-12-08T12:06:36.733Z] Congratulations! The shell scripts are properly formatted.