Skip to content

Console Output

23:45:36 [2022-08-23T23:45:36.681Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44022/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44022/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e5958a8f08d8cc736a130fc162fa513ddcc4de61 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:e5958a8f08d8cc736a130fc162fa513ddcc4de61 hack/validate/default
23:45:38 [2022-08-23T23:45:38.594Z] Congratulations!  Seccomp profile generation is done correctly.
23:45:38 [2022-08-23T23:45:38.594Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:45:46 [2022-08-23T23:45:46.733Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
23:45:48 [2022-08-23T23:45:48.644Z] Congratulations!  All API changes are done the right way.
23:45:48 [2022-08-23T23:45:48.644Z] Congratulations!  All TOML source files changed here have valid syntax.
23:45:48 [2022-08-23T23:45:48.644Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:45:48 [2022-08-23T23:45:48.644Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:45:48 [2022-08-23T23:45:48.644Z] 
23:45:48 [2022-08-23T23:45:48.644Z] INFO Start validation with golang-ci-lint
23:45:49 [2022-08-23T23:45:49.585Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:45:49 [2022-08-23T23:45:49.585Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
23:48:41 [2022-08-23T23:48:41.161Z] INFO [loader] Go packages loading at mode 575 (name|files|deps|exports_file|imports|types_sizes|compiled_files) took 2m50.401636577s 
23:48:41 [2022-08-23T23:48:41.161Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 508.428253ms 
23:50:32 [2022-08-23T23:50:32.663Z] INFO [linters context/goanalysis] analyzers took 6m29.923763863s with top 10 stages: buildir: 2m23.031628108s, the_only_name: 40.989477366s, goimports: 29.639906381s, unconvert: 22.724357393s, gosec: 19.10700125s, S1038: 18.550212782s, misspell: 7.02530323s, unused: 5.681551524s, S1039: 4.990986018s, nilness: 4.629018782s 
23:50:32 [2022-08-23T23:50:32.663Z] INFO [runner] Issues before processing: 2397, after processing: 0 
23:50:32 [2022-08-23T23:50:32.663Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 2031/2031, skip_files: 2134/2134, skip_dirs: 2134/2134, cgo: 2134/2397, filename_unadjuster: 2134/2134, path_prettifier: 2134/2134, exclude: 2031/2031, exclude-rules: 78/2031, autogenerated_exclude: 2031/2134, nolint: 0/78 
23:50:32 [2022-08-23T23:50:32.663Z] INFO [runner] processing took 157.308226ms with stages: identifier_marker: 61.957851ms, nolint: 48.885145ms, autogenerated_exclude: 20.391456ms, exclude-rules: 14.915901ms, path_prettifier: 9.045546ms, skip_dirs: 1.737625ms, cgo: 227.489µs, filename_unadjuster: 142.325µs, max_same_issues: 1.429µs, uniq_by_line: 517ns, skip_files: 395ns, exclude: 361ns, max_from_linter: 358ns, severity-rules: 318ns, source_code: 275ns, diff: 274ns, sort_results: 271ns, path_shortener: 256ns, max_per_file_from_linter: 254ns, path_prefixer: 180ns 
23:50:32 [2022-08-23T23:50:32.663Z] INFO [runner] linters took 1m45.90251821s with stages: goanalysis_metalinter: 1m45.745013954s 
23:50:32 [2022-08-23T23:50:32.663Z] INFO File cache stats: 1675 entries of total size 8.6MiB 
23:50:32 [2022-08-23T23:50:32.663Z] INFO Memory: 2770 samples, avg is 324.1MB, max is 1238.1MB 
23:50:32 [2022-08-23T23:50:32.663Z] INFO Execution took 4m36.822464508s               
23:50:32 [2022-08-23T23:50:32.663Z] Congratulations! The shell scripts are properly formatted.