Skip to content

Console Output

19:10:47 [2022-04-10T19:10:47.431Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43474/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43474/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=170049225c4014fb103c6a5f6c73655c6c0f2765 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:170049225c4014fb103c6a5f6c73655c6c0f2765 hack/validate/default
19:10:48 [2022-04-10T19:10:48.358Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:10:48 [2022-04-10T19:10:48.358Z] No api/types/ or api/swagger.yaml changes in diff.
19:10:48 [2022-04-10T19:10:48.358Z] Congratulations!  All TOML source files changed here have valid syntax.
19:10:48 [2022-04-10T19:10:48.358Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:10:48 [2022-04-10T19:10:48.358Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:10:48 [2022-04-10T19:10:48.358Z] Congratulations!  No new tests were added to integration-cli.
19:10:48 [2022-04-10T19:10:48.358Z] 
19:10:48 [2022-04-10T19:10:48.358Z] INFO Start validation with golang-ci-lint
19:10:48 [2022-04-10T19:10:48.921Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:10:48 [2022-04-10T19:10:48.921Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:10:48 [2022-04-10T19:10:48.921Z] INFO [loader] Using build tags: [apparmor seccomp] 
19:13:40 [2022-04-10T19:13:40.344Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|files|imports|name) took 2m49.053804942s 
19:13:40 [2022-04-10T19:13:40.344Z] 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. 
19:13:40 [2022-04-10T19:13:40.344Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 498.931847ms 
19:15:16 [2022-04-10T19:15:16.741Z] INFO [linters context/goanalysis] analyzers took 4m57.278348704s with top 10 stages: buildir: 2m0.35773578s, goimports: 24.566062995s, unconvert: 19.131175853s, gosec: 15.377749095s, golint: 8.53553771s, S1038: 8.460360656s, misspell: 7.107715826s, nilness: 4.940284155s, directives: 4.165349477s, S1039: 3.678392315s 
19:15:16 [2022-04-10T19:15:16.741Z] INFO [runner] Issues before processing: 3056, after processing: 0 
19:15:16 [2022-04-10T19:15:16.741Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2440/2440, cgo: 2440/3056, filename_unadjuster: 2440/2440, identifier_marker: 2055/2055, exclude: 2055/2055, exclude-rules: 78/2055, nolint: 0/78, path_prettifier: 2440/2440, skip_files: 2440/2440, autogenerated_exclude: 2055/2440 
19:15:16 [2022-04-10T19:15:16.741Z] INFO [runner] processing took 129.08177ms with stages: nolint: 55.341907ms, identifier_marker: 40.624144ms, exclude-rules: 13.022278ms, path_prettifier: 9.592435ms, autogenerated_exclude: 8.200318ms, skip_dirs: 1.914121ms, cgo: 244.973µs, filename_unadjuster: 135.108µs, max_same_issues: 1.822µs, uniq_by_line: 804ns, skip_files: 533ns, max_from_linter: 472ns, exclude: 415ns, sort_results: 412ns, diff: 411ns, path_shortener: 376ns, source_code: 354ns, severity-rules: 344ns, path_prefixer: 291ns, max_per_file_from_linter: 252ns 
19:15:16 [2022-04-10T19:15:16.741Z] INFO [runner] linters took 1m31.170004614s with stages: goanalysis_metalinter: 1m31.03145828s 
19:15:16 [2022-04-10T19:15:16.741Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
19:15:16 [2022-04-10T19:15:16.741Z] INFO Memory: 2608 samples, avg is 298.0MB, max is 1200.2MB 
19:15:16 [2022-04-10T19:15:16.741Z] INFO Execution took 4m20.732899371s               
19:15:16 [2022-04-10T19:15:16.741Z] Congratulations! The shell scripts are properly formatted.