Skip to content

Console Output

21:28:13 [2022-03-05T21:28:13.218Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43334/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43334/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0759f013a418e8bee58fc3619486e56d8e7be77c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0759f013a418e8bee58fc3619486e56d8e7be77c hack/validate/default
21:28:14 [2022-03-05T21:28:14.153Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:28:22 [2022-03-05T21:28:22.269Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
21:28:24 [2022-03-05T21:28:24.172Z] Congratulations!  All API changes are done the right way.
21:28:24 [2022-03-05T21:28:24.172Z] Congratulations!  All TOML source files changed here have valid syntax.
21:28:24 [2022-03-05T21:28:24.172Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:28:24 [2022-03-05T21:28:24.172Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:28:24 [2022-03-05T21:28:24.172Z] Congratulations!  No new tests were added to integration-cli.
21:28:24 [2022-03-05T21:28:24.172Z] 
21:28:24 [2022-03-05T21:28:24.172Z] INFO Start validation with golang-ci-lint
21:28:24 [2022-03-05T21:28:24.740Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:28:24 [2022-03-05T21:28:24.740Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:28:24 [2022-03-05T21:28:24.740Z] INFO [loader] Using build tags: [apparmor seccomp] 
21:30:46 [2022-03-05T21:30:46.226Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|compiled_files|deps|exports_file|imports|name) took 2m17.313197913s 
21:30:46 [2022-03-05T21:30:46.226Z] 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. 
21:30:46 [2022-03-05T21:30:46.226Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 476.518613ms 
21:32:07 [2022-03-05T21:32:07.694Z] INFO [linters context/goanalysis] analyzers took 4m40.03634454s with top 10 stages: buildir: 1m44.486602403s, goimports: 22.218779191s, unconvert: 17.532458419s, gosec: 13.28342812s, golint: 6.780849771s, S1038: 6.246309569s, misspell: 5.221849025s, inspect: 3.658975395s, nilness: 3.626873987s, unused: 3.360656143s 
21:32:07 [2022-03-05T21:32:07.694Z] INFO [runner] Issues before processing: 3051, after processing: 0 
21:32:07 [2022-03-05T21:32:07.694Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2059/2444, exclude-rules: 76/2059, cgo: 2444/3051, skip_dirs: 2444/2444, nolint: 0/76, identifier_marker: 2059/2059, exclude: 2059/2059, filename_unadjuster: 2444/2444, path_prettifier: 2444/2444, skip_files: 2444/2444 
21:32:07 [2022-03-05T21:32:07.694Z] INFO [runner] processing took 82.857061ms with stages: nolint: 33.07271ms, identifier_marker: 21.295928ms, path_prettifier: 10.060529ms, autogenerated_exclude: 8.696397ms, exclude-rules: 7.455742ms, skip_dirs: 1.840936ms, cgo: 268.814µs, filename_unadjuster: 160.739µs, max_same_issues: 1.618µs, uniq_by_line: 613ns, source_code: 548ns, skip_files: 342ns, diff: 328ns, severity-rules: 327ns, max_from_linter: 325ns, exclude: 285ns, max_per_file_from_linter: 234ns, path_shortener: 232ns, sort_results: 220ns, path_prefixer: 194ns 
21:32:07 [2022-03-05T21:32:07.694Z] INFO [runner] linters took 1m25.225396181s with stages: goanalysis_metalinter: 1m25.142203743s 
21:32:07 [2022-03-05T21:32:07.694Z] INFO File cache stats: 1673 entries of total size 8.4MiB 
21:32:07 [2022-03-05T21:32:07.694Z] INFO Memory: 2232 samples, avg is 315.3MB, max is 1130.2MB 
21:32:07 [2022-03-05T21:32:07.694Z] INFO Execution took 3m43.024092109s               
21:32:07 [2022-03-05T21:32:07.956Z] Congratulations! The shell scripts are properly formatted.