Skip to content

Console Output

18:51:42 [2022-03-11T18:51:42.010Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43358/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43358/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f9f549cbe445177c1f0f4b13173e3b049674a3a1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f9f549cbe445177c1f0f4b13173e3b049674a3a1 hack/validate/default
18:51:42 [2022-03-11T18:51:42.576Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:51:42 [2022-03-11T18:51:42.576Z] No api/types/ or api/swagger.yaml changes in diff.
18:51:42 [2022-03-11T18:51:42.576Z] Congratulations!  All TOML source files changed here have valid syntax.
18:51:42 [2022-03-11T18:51:42.835Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:51:42 [2022-03-11T18:51:42.835Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:51:42 [2022-03-11T18:51:42.835Z] Congratulations!  No new tests were added to integration-cli.
18:51:42 [2022-03-11T18:51:42.835Z] 
18:51:42 [2022-03-11T18:51:42.835Z] INFO Start validation with golang-ci-lint
18:51:43 [2022-03-11T18:51:43.769Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:51:43 [2022-03-11T18:51:43.769Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:51:43 [2022-03-11T18:51:43.769Z] INFO [loader] Using build tags: [apparmor seccomp] 
18:54:20 [2022-03-11T18:54:20.240Z] INFO [loader] Go packages loading at mode 575 (deps|files|types_sizes|compiled_files|exports_file|imports|name) took 2m28.976162637s 
18:54:20 [2022-03-11T18:54:20.240Z] 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. 
18:54:20 [2022-03-11T18:54:20.240Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 489.093911ms 
18:55:56 [2022-03-11T18:55:56.715Z] INFO [linters context/goanalysis] analyzers took 4m42.000471462s with top 10 stages: buildir: 1m58.679345671s, goimports: 22.772692025s, unconvert: 16.895674927s, gosec: 15.298589557s, S1038: 8.208580944s, golint: 7.810689928s, misspell: 5.865470202s, nilness: 4.858649882s, S1039: 3.935815367s, inspect: 3.820358325s 
18:55:56 [2022-03-11T18:55:56.715Z] INFO [runner] Issues before processing: 3051, after processing: 0 
18:55:56 [2022-03-11T18:55:56.715Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2444/2444, autogenerated_exclude: 2056/2444, identifier_marker: 2056/2056, cgo: 2444/3051, path_prettifier: 2444/2444, exclude: 2056/2056, skip_files: 2444/2444, skip_dirs: 2444/2444, exclude-rules: 76/2056, nolint: 0/76 
18:55:56 [2022-03-11T18:55:56.715Z] INFO [runner] processing took 149.100288ms with stages: nolint: 49.223975ms, identifier_marker: 36.853751ms, path_prettifier: 22.387622ms, cgo: 13.353034ms, exclude-rules: 12.929337ms, autogenerated_exclude: 11.19082ms, skip_dirs: 2.972067ms, filename_unadjuster: 183.442µs, max_same_issues: 1.535µs, uniq_by_line: 910ns, source_code: 792ns, max_from_linter: 576ns, diff: 513ns, sort_results: 339ns, exclude: 306ns, path_shortener: 296ns, skip_files: 293ns, severity-rules: 267ns, max_per_file_from_linter: 264ns, path_prefixer: 149ns 
18:55:56 [2022-03-11T18:55:56.715Z] INFO [runner] linters took 1m33.173416683s with stages: goanalysis_metalinter: 1m33.024025389s 
18:55:56 [2022-03-11T18:55:56.715Z] INFO File cache stats: 1663 entries of total size 8.4MiB 
18:55:56 [2022-03-11T18:55:56.715Z] INFO Memory: 2428 samples, avg is 321.8MB, max is 1213.8MB 
18:55:56 [2022-03-11T18:55:56.715Z] INFO Execution took 4m2.650281056s                
18:55:56 [2022-03-11T18:55:56.715Z] Congratulations! The shell scripts are properly formatted.