Skip to content

Console Output

17:27:51 [2022-04-07T17:27:51.135Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43472/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43472/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2bc07370ec2f6e3ed80d53484e300cee1e24d13c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2bc07370ec2f6e3ed80d53484e300cee1e24d13c hack/validate/default
17:27:51 [2022-04-07T17:27:51.699Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:27:51 [2022-04-07T17:27:51.699Z] No api/types/ or api/swagger.yaml changes in diff.
17:27:51 [2022-04-07T17:27:51.699Z] Congratulations!  All TOML source files changed here have valid syntax.
17:27:51 [2022-04-07T17:27:51.699Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:27:51 [2022-04-07T17:27:51.699Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:27:51 [2022-04-07T17:27:51.699Z] Congratulations!  No new tests were added to integration-cli.
17:27:51 [2022-04-07T17:27:51.699Z] 
17:27:51 [2022-04-07T17:27:51.699Z] INFO Start validation with golang-ci-lint
17:27:52 [2022-04-07T17:27:52.629Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:27:52 [2022-04-07T17:27:52.629Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:27:52 [2022-04-07T17:27:52.629Z] INFO [loader] Using build tags: [apparmor seccomp] 
17:30:44 [2022-04-07T17:30:44.075Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|exports_file|files|imports|types_sizes|deps) took 2m49.678815496s 
17:30:44 [2022-04-07T17:30:44.075Z] 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. 
17:30:44 [2022-04-07T17:30:44.075Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 488.310489ms 
17:32:20 [2022-04-07T17:32:20.574Z] INFO [linters context/goanalysis] analyzers took 4m52.171512051s with top 10 stages: buildir: 2m0.41702973s, goimports: 23.757821326s, unconvert: 19.079227598s, gosec: 16.410722152s, S1038: 9.098856591s, golint: 8.478696042s, misspell: 6.373218445s, nilness: 4.385397222s, S1039: 3.840439036s, directives: 3.534343466s 
17:32:20 [2022-04-07T17:32:20.574Z] INFO [runner] Issues before processing: 3056, after processing: 0 
17:32:20 [2022-04-07T17:32:20.574Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2440/2440, path_prettifier: 2440/2440, skip_dirs: 2440/2440, exclude-rules: 78/2055, nolint: 0/78, cgo: 2440/3056, autogenerated_exclude: 2055/2440, identifier_marker: 2055/2055, skip_files: 2440/2440, exclude: 2055/2055 
17:32:20 [2022-04-07T17:32:20.574Z] INFO [runner] processing took 83.607293ms with stages: nolint: 33.439761ms, identifier_marker: 22.383246ms, path_prettifier: 9.373536ms, autogenerated_exclude: 8.432238ms, exclude-rules: 7.79819ms, skip_dirs: 1.779743ms, cgo: 264.308µs, filename_unadjuster: 130.659µs, max_same_issues: 1.434µs, path_shortener: 657ns, uniq_by_line: 636ns, skip_files: 476ns, sort_results: 423ns, max_from_linter: 362ns, exclude: 352ns, diff: 333ns, source_code: 308ns, severity-rules: 286ns, max_per_file_from_linter: 233ns, path_prefixer: 112ns 
17:32:20 [2022-04-07T17:32:20.574Z] INFO [runner] linters took 1m30.881080949s with stages: goanalysis_metalinter: 1m30.797357436s 
17:32:20 [2022-04-07T17:32:20.574Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
17:32:20 [2022-04-07T17:32:20.574Z] INFO Memory: 2611 samples, avg is 283.5MB, max is 1194.9MB 
17:32:20 [2022-04-07T17:32:20.574Z] INFO Execution took 4m21.056306355s               
17:32:20 [2022-04-07T17:32:20.574Z] Congratulations! The shell scripts are properly formatted.