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

Post vmmeter action failure: vmmeter port not found #1

Open
crobert-1 opened this issue Apr 11, 2024 · 1 comment
Open

Post vmmeter action failure: vmmeter port not found #1

crobert-1 opened this issue Apr 11, 2024 · 1 comment

Comments

@crobert-1
Copy link

Hello, we recently started using this action to help run the OpenTelemetry Collector tests on actuated arm builds. Here's a link to the workflow using the vmmeter-action. This action is failing intermittently on the Post operation:

Post Run vmmeter
Post job cleanup.
Error: vmmeter port not found

Example failure link. It looks like this is an error with the vmmeter-action, but please feel free to redirect if I've misunderstood something here. Please let me know if I can provide anymore information that would be helpful.

@atoulme
Copy link

atoulme commented Apr 11, 2024

From the logging output of the set up phase of the action:

vmmeter pid: 1770

I can deduce that the file '/tmp/vmmeter.port' was never created, and the code to read the file failed for a minute, after which the action gave up.

I would recommend that we make the second timeout modifiable via configuration, increase the default timeout to 5s, and fail if the port cannot be read explicitly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants