We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug For one of my clusters popeye gives the following error:
popeye
❯ popeye <aws:cfaiotnp-admin> <region:us-east-1> ___ ___ _____ _____ D .-'-. | _ \___| _ \ __\ \ / / __| O __| K `\ | _/ _ \ _/ _| \ V /| _| H `-,-`--._ `\ |_| \___/_| |___| |_| |___| [] .->' X `|-' Biffs`em and Buffs`em! `=/ (__/_ / \_, ` _) `----; | Boom! runtime error: invalid memory address or nil pointer dereference (see logs)
logs:
11:11AM DBG Connecting to API Server https://<<redacted>>.us-east-1.eks.amazonaws.com 11:11AM WRN no metrics server detected No metrics-server detected 11:11AM DBG Loading raw config from flags... 11:11AM ERR runtime error: invalid memory address or nil pointer dereference 11:11AM ERR goroutine 130 [running]: runtime/debug.Stack() runtime/debug/stack.go:24 +0x64 github.com/derailed/popeye/pkg.BailOut({0x1023ed828, 0x1032d4bf0}) github.com/derailed/popeye/pkg/helpers.go:22 +0x10c github.com/derailed/popeye/pkg.(*Popeye).runLinter.func1() github.com/derailed/popeye/pkg/popeye.go:274 +0x94 panic({0x1021383c0?, 0x1032d4bf0?}) runtime/panic.go:770 +0x124 github.com/derailed/popeye/internal/db.(*DB).FindJobs(0x1400041c108, {0x14003745560, 0x1d}) github.com/derailed/popeye/internal/db/db.go:193 +0x33c github.com/derailed/popeye/internal/lint.(*CronJob).checkUtilization(0x14004609e30, {0x102409878, 0x140045f1500}, 0x0, {0x14003745560?, 0x0?}) github.com/derailed/popeye/internal/lint/cronjob.go:89 +0x48 github.com/derailed/popeye/internal/lint.(*CronJob).Lint(0x14004609e30, {0x102409878, 0x1400059e7e0}) github.com/derailed/popeye/internal/lint/cronjob.go:47 +0x25c github.com/derailed/popeye/internal/scrub.(*CronJob).Lint(0x1400005c830, {0x102409878, 0x1400059e7e0}) github.com/derailed/popeye/internal/scrub/cjob.go:50 +0x334 github.com/derailed/popeye/pkg.(*Popeye).runLinter(0x14000066f00, {0x102409878?, 0x1400059e7e0?}, {{0x1400088a678, 0x11}, {0x14000134ce0, 0x5}, {0x14000134ce6, 0x2}, {0x1400000e0f0, ...}, ...}, ...) github.com/derailed/popeye/pkg/popeye.go:278 +0x88 created by github.com/derailed/popeye/pkg.(*Popeye).lint in goroutine 1 github.com/derailed/popeye/pkg/popeye.go:249 +0x688
Expected behavior I expect popeye to give the results of the scan-- and if there is an issue give a more useful error.
Screenshots If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context This only happens when connected to one of my clusters. All other clusters seem to work fine.
The text was updated successfully, but these errors were encountered:
Same here
Sorry, something went wrong.
@timharris777 Nice! Thank for the heads up. Let's see if we're happier on v0.20.4
f9a13d5
Homebrew/homebrew-core#164422
[Bug] Fix #286
110e7aa
e7f51f9
No branches or pull requests
Describe the bug
For one of my clusters
popeye
gives the following error:logs:
Expected behavior
I expect popeye to give the results of the scan-- and if there is an issue give a more useful error.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions (please complete the following information):
Additional context
This only happens when connected to one of my clusters. All other clusters seem to work fine.
The text was updated successfully, but these errors were encountered: