Skip to content

Console Output

07:41:37 [2022-03-18T07:41:37.854Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43366/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43366/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=85a178777d2047aea79e5409a5f8be957135863e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:85a178777d2047aea79e5409a5f8be957135863e hack/validate/default
07:41:39 [2022-03-18T07:41:39.222Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:41:39 [2022-03-18T07:41:39.222Z] No api/types/ or api/swagger.yaml changes in diff.
07:41:39 [2022-03-18T07:41:39.222Z] Congratulations!  All TOML source files changed here have valid syntax.
07:41:39 [2022-03-18T07:41:39.222Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:41:39 [2022-03-18T07:41:39.222Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:41:39 [2022-03-18T07:41:39.222Z] Congratulations!  No new tests were added to integration-cli.
07:41:39 [2022-03-18T07:41:39.222Z] 
07:41:39 [2022-03-18T07:41:39.222Z] INFO Start validation with golang-ci-lint
07:41:39 [2022-03-18T07:41:39.784Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:41:39 [2022-03-18T07:41:39.784Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:41:39 [2022-03-18T07:41:39.784Z] INFO [loader] Using build tags: [apparmor seccomp] 
07:44:31 [2022-03-18T07:44:31.211Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|compiled_files|deps|imports|name|types_sizes) took 2m42.227890861s 
07:44:31 [2022-03-18T07:44:31.211Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
07:44:31 [2022-03-18T07:44:31.211Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 486.886398ms 
07:45:52 [2022-03-18T07:45:52.594Z] INFO [linters context/goanalysis] analyzers took 4m38.099279617s with top 10 stages: buildir: 1m55.340639608s, goimports: 24.448290081s, unconvert: 18.292812053s, gosec: 16.074884877s, S1038: 9.302003655s, golint: 8.113025212s, misspell: 6.375617572s, nilness: 4.443457697s, inspect: 3.946408004s, unused: 3.506905857s 
07:45:52 [2022-03-18T07:45:52.594Z] INFO [runner] Issues before processing: 3056, after processing: 0 
07:45:52 [2022-03-18T07:45:52.594Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2440/2440, cgo: 2440/3056, filename_unadjuster: 2440/2440, skip_dirs: 2440/2440, autogenerated_exclude: 2052/2440, path_prettifier: 2440/2440, identifier_marker: 2052/2052, exclude: 2052/2052, exclude-rules: 78/2052, nolint: 0/78 
07:45:52 [2022-03-18T07:45:52.594Z] INFO [runner] processing took 81.650783ms with stages: nolint: 32.015773ms, identifier_marker: 21.837886ms, path_prettifier: 9.725171ms, autogenerated_exclude: 8.118389ms, exclude-rules: 7.715179ms, skip_dirs: 1.856657ms, cgo: 235.541µs, filename_unadjuster: 140.544µs, skip_files: 1.401µs, max_same_issues: 1.064µs, uniq_by_line: 606ns, exclude: 387ns, max_from_linter: 335ns, path_shortener: 323ns, diff: 321ns, source_code: 314ns, severity-rules: 250ns, max_per_file_from_linter: 231ns, path_prefixer: 206ns, sort_results: 205ns 
07:45:52 [2022-03-18T07:45:52.594Z] INFO [runner] linters took 1m27.989510487s with stages: goanalysis_metalinter: 1m27.907665383s 
07:45:52 [2022-03-18T07:45:52.594Z] INFO File cache stats: 1664 entries of total size 8.4MiB 
07:45:52 [2022-03-18T07:45:52.595Z] INFO Memory: 2507 samples, avg is 292.7MB, max is 1178.8MB 
07:45:52 [2022-03-18T07:45:52.595Z] INFO Execution took 4m10.71378653s                
07:45:52 [2022-03-18T07:45:52.595Z] Congratulations! The shell scripts are properly formatted.