Skip to content

use centralized builder image (#264) #708

use centralized builder image (#264)

use centralized builder image (#264) #708

Triggered via push November 21, 2024 11:08
Status Success
Total duration 1m 59s
Artifacts

on_push_pr.yaml

on: push
push-pr  /  ...  /  Test binary compilation for all platforms:arch
push-pr / test-build-fake-prerelease / Test binary compilation for all platforms:arch
push-pr  /  ...  /  Run all static analysis checks
46s
push-pr / static-analysis / Run all static analysis checks
push-pr  /  ...  /  Run unit tests on *Nix
46s
push-pr / test-nix / Run unit tests on *Nix
push-pr  /  ...  /  Run integration tests on *Nix
1m 31s
push-pr / test-integration-nix / Run integration tests on *Nix
push-pr  /  ...  /  Test binary compilation for all platforms:arch
1m 49s
push-pr / test-build-nix / Test binary compilation for all platforms:arch
Run integration tests on *Nix cgroups-v1
55s
Run integration tests on *Nix cgroups-v1
push-pr  /  ...  /  Run unit tests on Windows
push-pr / test-windows / Run unit tests on Windows
Matrix: push-pr / test-build-fake-prerelease / Create MSI
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
push-pr / static-analysis / Run all static analysis checks: src/raw/network_stats_getter.go#L47
Function 'parse' has too many statements (55 > 50) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/biz/metrics_test.go#L16
Function 'TestMetricsFetcher_memory' is too long (141 > 100) (funlen)
push-pr / static-analysis / Run all static analysis checks: src/raw/aws/fargate_fetcher.go#L23
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/raw/aws/fargate_raw_metrics.go#L81
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/biz/metrics_test.go#L33
commentFormatting: put a space between `//` and comment text (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/raw/system_cpu_reader.go#L66
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
push-pr / static-analysis / Run all static analysis checks: src/raw/cgroup_detect.go#L20
cyclomatic complexity 14 of func `getMountsFile` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/raw/cgroupv1.go#L116
cyclomatic complexity 11 of func `(*CgroupsV1Fetcher).blkioEntries` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/raw/cgroupv1.go#L44
cyclomatic complexity 11 of func `(*CgroupsV1Fetcher).Fetch` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks: src/biz/storage.go#L24
cyclomatic complexity 13 of func `ParseDeviceMapperStats` is high (> 10) (gocyclo)
push-pr / static-analysis / Run all static analysis checks
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/