-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Error: spawn E2BIG #547
Comments
@alliteration Can you share your |
This issue is occurring for me as well. I DM'd you a copy of my
|
Possibly some important context here: standard/standard#40 |
I did have the same issue is there any known way to go around it ? |
I think it's failling when the XCTestResult is too big. |
This is the exact issue
|
I did share with you @kishikawakatsumi on twitter in a private message a file that demo this issue. |
@kishikawakatsumi Hi! I'm encountering a similar issue, getting Error: spawn E2BIG when running tests with xcresulttool. Is there a known workaround or fix for this issue? I would really appreciate any advice. |
Getting the below error with my project. This is the configuration:
run: xcodebuild -project Ro.xcodeproj -scheme 'Pipeline' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0' -resultBundlePath TestResults test
if: failure()
with:
path: TestResults.xcresult
And the error:
Error: spawn E2BIG
at ChildProcess.spawn (node:internal/child_process:412:11)
at Object.spawn (node:child_process:698:9)
at ToolRunner. (/Users/runner/work/_actions/kishikawakatsumi/xcresulttool/v1/webpack:/xcresulttool/node_modules/@actions/exec/lib/toolrunner.js:413:1)
at Generator.next ()
at /Users/runner/work/_actions/kishikawakatsumi/xcresulttool/v1/webpack:/xcresulttool/node_modules/@actions/exec/lib/toolrunner.js:27:1
at new Promise ()
at webpack_modules.8159.__awaiter (/Users/runner/work/_actions/kishikawakatsumi/xcresulttool/v1/webpack:/xcresulttool/node_modules/@actions/exec/lib/toolrunner.js:23:1)
at /Users/runner/work/_actions/kishikawakatsumi/xcresulttool/v1/webpack:/xcresulttool/node_modules/@actions/exec/lib/toolrunner.js:395:1
at new Promise ()
at ToolRunner. (/Users/runner/work/_actions/kishikawakatsumi/xcresulttool/v1/webpack:/xcresulttool/node_modules/@actions/exec/lib/toolrunner.js:395:1)
The text was updated successfully, but these errors were encountered: