codecov / feedback

A place to discuss feedback about the pull request and web product experience.
38 stars 9 forks source link

Macos 12 errors with spawn Unknown system error -86 #475

Closed bstaletic closed 3 months ago

bstaletic commented 3 months ago

Describe the bug In the last few days I'm constantly getting the error from the title on the macos 12 runners.

Environment (please complete the following information):

Expected behavior Codecov uploads data successfully.

Screenshots

 /Users/runner/work/_actions/codecov/codecov-action/v3/dist/codecov -n macOS-3.8-x64 -Q github-action-3.1.6 -C ba7c7ae447305b300232badfa887224a3d36667d
Error: spawn Unknown system error -86
    at ChildProcess.spawn (node:internal/child_process:421:11)
    at Object.spawn (node:child_process:761:9)
    at ToolRunner.<anonymous> (/Users/runner/work/_actions/codecov/codecov-action/v3/webpack:/codecov-action/node_modules/@actions/exec/lib/toolrunner.js:413:1)
    at Generator.next (<anonymous>)
    at /Users/runner/work/_actions/codecov/codecov-action/v3/webpack:/codecov-action/node_modules/@actions/exec/lib/toolrunner.js:27:1
    at new Promise (<anonymous>)
    at __webpack_modules__.8159.__awaiter (/Users/runner/work/_actions/codecov/codecov-action/v3/webpack:/codecov-action/node_modules/@actions/exec/lib/toolrunner.js:23:1)
    at /Users/runner/work/_actions/codecov/codecov-action/v3/webpack:/codecov-action/node_modules/@actions/exec/lib/toolrunner.js:395:1
    at new Promise (<anonymous>)
    at ToolRunner.<anonymous> (/Users/runner/work/_actions/codecov/codecov-action/v3/webpack:/codecov-action/node_modules/@actions/exec/lib/toolrunner.js:395:1)
drazisil-codecov commented 3 months ago

Hi @bstaletic,

Can you check if you still have the same errors when you upgrade to version 4 of the Codecov Action?

bstaletic commented 3 months ago

Good call! I have a pending pull request that bumps codecov to v4. That branch passes CI just fine. I'll close this issue.