Skip to content

Console Output

15:03:21 [2022-04-19T15:03:21.017Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43502/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43502/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a46700dbdbf4d8bb5215f88b4f614edea97e0972 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a46700dbdbf4d8bb5215f88b4f614edea97e0972 hack/validate/default
15:03:22 [2022-04-19T15:03:22.931Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:03:22 [2022-04-19T15:03:22.931Z] No api/types/ or api/swagger.yaml changes in diff.
15:03:22 [2022-04-19T15:03:22.931Z] Congratulations!  All TOML source files changed here have valid syntax.
15:03:22 [2022-04-19T15:03:22.931Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:03:22 [2022-04-19T15:03:22.931Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:03:22 [2022-04-19T15:03:22.931Z] Congratulations!  No new tests were added to integration-cli.
15:03:22 [2022-04-19T15:03:22.931Z] 
15:03:22 [2022-04-19T15:03:22.931Z] INFO Start validation with golang-ci-lint
15:03:23 [2022-04-19T15:03:23.873Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:03:23 [2022-04-19T15:03:23.873Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:03:23 [2022-04-19T15:03:23.873Z] INFO [loader] Using build tags: [apparmor seccomp] 
15:06:15 [2022-04-19T15:06:15.502Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|imports|files|name|compiled_files|exports_file) took 2m48.025083989s 
15:06:15 [2022-04-19T15:06:15.502Z] 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. 
15:06:15 [2022-04-19T15:06:15.502Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 483.055292ms 
15:07:52 [2022-04-19T15:07:52.000Z] INFO [linters context/goanalysis] analyzers took 4m57.045511962s with top 10 stages: buildir: 1m59.830970717s, goimports: 24.639754852s, unconvert: 19.796907028s, gosec: 15.961464854s, S1038: 8.342008387s, golint: 7.412555279s, misspell: 6.3114762s, nilness: 5.333382367s, inspect: 4.083671076s, S1039: 3.335402152s 
15:07:52 [2022-04-19T15:07:52.000Z] INFO [runner] Issues before processing: 3056, after processing: 0 
15:07:52 [2022-04-19T15:07:52.000Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2440/2440, autogenerated_exclude: 2055/2440, cgo: 2440/3056, exclude-rules: 78/2055, filename_unadjuster: 2440/2440, identifier_marker: 2055/2055, nolint: 0/78, path_prettifier: 2440/2440, skip_dirs: 2440/2440, exclude: 2055/2055 
15:07:52 [2022-04-19T15:07:52.000Z] INFO [runner] processing took 81.969968ms with stages: nolint: 32.336797ms, identifier_marker: 21.645695ms, path_prettifier: 9.583723ms, autogenerated_exclude: 8.373162ms, exclude-rules: 7.792548ms, skip_dirs: 1.811654ms, cgo: 268.887µs, filename_unadjuster: 151.69µs, max_same_issues: 1.393µs, skip_files: 774ns, uniq_by_line: 698ns, diff: 671ns, max_from_linter: 453ns, path_shortener: 386ns, source_code: 287ns, exclude: 261ns, severity-rules: 237ns, sort_results: 228ns, max_per_file_from_linter: 227ns, path_prefixer: 197ns 
15:07:52 [2022-04-19T15:07:52.000Z] INFO [runner] linters took 1m31.00531181s with stages: goanalysis_metalinter: 1m30.923138105s 
15:07:52 [2022-04-19T15:07:52.000Z] INFO File cache stats: 1666 entries of total size 8.4MiB 
15:07:52 [2022-04-19T15:07:52.000Z] INFO Memory: 2597 samples, avg is 284.6MB, max is 1204.8MB 
15:07:52 [2022-04-19T15:07:52.000Z] INFO Execution took 4m19.52628638s                
15:07:52 [2022-04-19T15:07:52.000Z] Congratulations! The shell scripts are properly formatted.