Skip to content
New issue

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

[bug] EOL certifier failure #2392

Open
funnelfiasco opened this issue Dec 19, 2024 · 0 comments · May be fixed by #2394
Open

[bug] EOL certifier failure #2392

funnelfiasco opened this issue Dec 19, 2024 · 0 comments · May be fixed by #2394
Labels
bug Something isn't working

Comments

@funnelfiasco
Copy link
Contributor

Describe the bug
Running the EOL certifier from the command line fails with the output below. It never exits (sending a SIGTERM results in a "shutting down gracefully" message, but the process continues to run. SIGKILL works as expected. I'm not sure if that's related. I'll open a new issue if it's not)

guacone certifier eol
{"level":"info","ts":1734638930.280122,"caller":"logging/logger.go:79","msg":"Logging at info level","guac-version":"v0.12.3"}
{"level":"info","ts":1734638930.2803469,"caller":"certify/certify.go:109","msg":"Starting certifier run: 2024-12-19 20:08:50.280272 +0000 UTC","guac-version":"v0.12.3"}
{"level":"info","ts":1734638930.280405,"caller":"root_package/root_package.go:76","msg":"last-scan set to: 4 hours, last scan time set to: 2024-12-19 16:08:50.280388 +0000 UTC","guac-version":"v0.12.3"}
{"level":"error","ts":1734638960.281544,"caller":"cmd/eol.go:122","msg":"unable to ingest documents: unable to process doc: no document processor registered for type: ITE6EOL, format: JSON, document: ITE6EOL","guac-version":"v0.12.3","stacktrace":"github.com/guacsec/guac/cmd/guacone/cmd.init.func7.1\n\t/home/runner/work/guac/guac/cmd/guacone/cmd/eol.go:122"}

To Reproduce
Steps to reproduce the behavior:

  1. Run guacone collect files on the demo data
  2. Run guacone certifier eol

Expected behavior
Certifier should query endoflife.date, ingest data, and exit.

GUAC version
v0.12.3

Additional context
I tried both with and without the certifier running as part of the compose file. There was no difference.

The OSV and Clearly Defined certifiers work as expected.

@funnelfiasco funnelfiasco added the bug Something isn't working label Dec 19, 2024
@funnelfiasco funnelfiasco linked a pull request Dec 19, 2024 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant