Open moficodes opened 11 months ago
Update. The post actually worked. But the error is there. Is that expected?
Looks like this could be related to https://github.com/catchpoint/workflow-telemetry-action/issues/21.
Came across this action and hit this.
Curious why not write to $GITHUB_STEP_SUMMARY
?
Oh yeah I guess it did actually write to the summary but hit this error.
Hi @moficodes, it seems that the problem is caused by failed process tracer eBPF program internally used by this action to trace process activities from kernel level. Are you using this action on a self hosted runner?
@moficodes is it also possible to run workflow with debug logs enabled and then share the debug logs?
I think the above code causes this error if we run this action with a ARM64 self hosted runner, since the binaries in https://github.com/catchpoint/workflow-telemetry-action/tree/master/dist/proc-tracer are for AMD64.
@serkan-ozal @rwxdash https://github.com/catchpoint/workflow-telemetry-action/blob/f974e0c5942f8f37973c4cc395704165fbe629ba/src/processTracer.ts#L78-L95 Is it possible to build the binaries in https://github.com/catchpoint/workflow-telemetry-action/tree/master/dist/proc-tracer on ARM64 as well as AMD64 and switch them running above depending on the runner's architecture?
@serkan-ozal @rwxdash Is it possible for you to do https://github.com/catchpoint/workflow-telemetry-action/issues/53#issuecomment-2134274517 ?
@rwxdash @suleymanbarman @serkan-ozal Is it possible for you to do https://github.com/catchpoint/workflow-telemetry-action/issues/53#issuecomment-2134274517 ?
Hey There,
The post action failed with following error. Any idea what might be causing this?
@jmhbnz FYI.