`spawn Unknown system error -86` with uploader 0.8.0 (via codecov-action)
ryan-williams opened this issue · 4 comments
ryan-williams commented
Describe the bug
- This job passed yesterday (codecov-action@v3 picked up uploader@0.7.3, on macos-12)
- This re-run of the same job failed today (codecov-action@v3 picked up uploader@0.8.0)
All runs of that workflow are failing similarly, since 0.8.0 was released (≈4h ago, at time of writing).
I haven't figured out the root cause, but the error is:
spawn Unknown system error -86
I'm guessing it's some sort of Intel/ARM confusion with macos-12.
ryan-williams commented
Workaround (from single-cell-data/TileDB-SOMA#2827):
- uses: codecov/codecov-action@v3
with:
flags: python
token: ${{ secrets.CODECOV_TOKEN }}
+ version: 'v0.7.3'
drazisil-codecov commented
Does updating to v4 of the Codecov Action help?
ryan-williams commented
@drazisil-codecov I believe it did, thanks! I made the change in single-cell-data/TileDB-SOMA#2856 / single-cell-data/TileDB-SOMA@cdfb4d2 and it seems to be working.
Feel free to close this issue or leave it open, seems like others are running into the same error.
drazisil-codecov commented
I'll close it, it should be findable via search.
Glad that fixed it!