You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all this is a great action for GH. When running on Github runner it works great, however, it has problems running inside the docker image.
At first it couldn't start inside the docker, until I added "sudo" to Ubuntu docker image. Now I can see "Step Trace" chart, "Process Trace" is showing but without information, and memory, CPU etc are not showing at all.
I can see some errors in the log:
[Workflow Telemetry] Finishing step tracer ...
[Workflow Telemetry] Finished step tracer
[Workflow Telemetry] Finishing stat collector ...
##[debug][Workflow Telemetry] Triggering stat collect ...
Error: [Workflow Telemetry] Unable to finish stat collector
Error: [Workflow Telemetry] Error
Error: Error: connect ECONNREFUSED 1[27](https://github.com/tenstorrent/tt-forge-fe/actions/runs/11708889180/job/32615279929#step:28:27).0.0.1:7777
[Workflow Telemetry] Finishing process tracer ...
##[debug][Workflow Telemetry] Interrupting process tracer with pid 1478 to stop gracefully ...
[Workflow Telemetry] Finished process tracer
[Workflow Telemetry] Reporting step tracer result ...
[Workflow Telemetry] Reported step tracer result
[Workflow Telemetry] Reporting stat collector result ...
##[debug][Workflow Telemetry] Getting CPU stats ...
Error: [Workflow Telemetry] Unable to report stat collector result
Error: [Workflow Telemetry] Error
Error: Error: connect ECONNREFUSED 127.0.0.1:7777
[Workflow Telemetry] Reporting process tracer result ...
The "start" step in the workflow doesn't show any errors.
I suppose I need to add some packages to Ubuntu for this to work, do you maybe know which one?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, first of all this is a great action for GH. When running on Github runner it works great, however, it has problems running inside the docker image.
At first it couldn't start inside the docker, until I added "sudo" to Ubuntu docker image. Now I can see "Step Trace" chart, "Process Trace" is showing but without information, and memory, CPU etc are not showing at all.
I can see some errors in the log:
The "start" step in the workflow doesn't show any errors.
I suppose I need to add some packages to Ubuntu for this to work, do you maybe know which one?
Thanks!
The text was updated successfully, but these errors were encountered: