Skip to content

Console Output

18:43:06 [2022-03-04T18:43:06.419Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43327/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43327/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9ed8cd128a078be41912979fb66ada0e54899cfe -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9ed8cd128a078be41912979fb66ada0e54899cfe hack/validate/default
18:43:07 [2022-03-04T18:43:07.354Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:43:07 [2022-03-04T18:43:07.354Z] No api/types/ or api/swagger.yaml changes in diff.
18:43:07 [2022-03-04T18:43:07.354Z] Congratulations!  All TOML source files changed here have valid syntax.
18:43:07 [2022-03-04T18:43:07.354Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:43:07 [2022-03-04T18:43:07.354Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:43:07 [2022-03-04T18:43:07.354Z] Congratulations!  No new tests were added to integration-cli.
18:43:07 [2022-03-04T18:43:07.354Z] 
18:43:07 [2022-03-04T18:43:07.354Z] INFO Start validation with golang-ci-lint
18:43:07 [2022-03-04T18:43:07.921Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:43:08 [2022-03-04T18:43:08.181Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:43:08 [2022-03-04T18:43:08.181Z] INFO [loader] Using build tags: [apparmor seccomp] 
18:45:29 [2022-03-04T18:45:29.686Z] INFO [loader] Go packages loading at mode 575 (types_sizes|files|imports|name|compiled_files|deps|exports_file) took 2m21.238482776s 
18:45:29 [2022-03-04T18:45:29.686Z] 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:45:29 [2022-03-04T18:45:29.686Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 471.673068ms 
18:47:06 [2022-03-04T18:47:06.136Z] INFO [linters context/goanalysis] analyzers took 4m30.632004761s with top 10 stages: buildir: 1m50.979631926s, goimports: 23.704316498s, unconvert: 17.522943627s, gosec: 15.382851701s, golint: 8.521239942s, S1038: 7.488554698s, misspell: 6.04981944s, inspect: 3.761351418s, nilness: 3.438325668s, directives: 3.30515305s 
18:47:06 [2022-03-04T18:47:06.136Z] INFO [runner] Issues before processing: 3050, after processing: 0 
18:47:06 [2022-03-04T18:47:06.136Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 2055/2055, skip_files: 2443/2443, exclude: 2055/2055, filename_unadjuster: 2443/2443, path_prettifier: 2443/2443, skip_dirs: 2443/2443, autogenerated_exclude: 2055/2443, cgo: 2443/3050, exclude-rules: 76/2055, nolint: 0/76 
18:47:06 [2022-03-04T18:47:06.136Z] INFO [runner] processing took 316.266412ms with stages: nolint: 112.690394ms, identifier_marker: 93.486737ms, autogenerated_exclude: 61.093965ms, exclude-rules: 29.381855ms, path_prettifier: 14.570153ms, skip_dirs: 3.768986ms, cgo: 703.583µs, filename_unadjuster: 559.693µs, max_per_file_from_linter: 5.483µs, max_same_issues: 1.449µs, uniq_by_line: 717ns, max_from_linter: 598ns, diff: 474ns, source_code: 469ns, skip_files: 398ns, exclude: 393ns, sort_results: 327ns, path_shortener: 294ns, severity-rules: 284ns, path_prefixer: 160ns 
18:47:06 [2022-03-04T18:47:06.136Z] INFO [runner] linters took 1m27.160682748s with stages: goanalysis_metalinter: 1m26.8398685s 
18:47:06 [2022-03-04T18:47:06.136Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
18:47:06 [2022-03-04T18:47:06.136Z] INFO Memory: 2290 samples, avg is 308.6MB, max is 1118.6MB 
18:47:06 [2022-03-04T18:47:06.136Z] INFO Execution took 3m48.898309338s               
18:47:06 [2022-03-04T18:47:06.136Z] Congratulations! The shell scripts are properly formatted.