Appium 1.7.0beta throws No space left on device on iOS Simulator
See original GitHub issueThe problem
We have a large suite of end to end tests (approx. 647) that run sequentially on an iOS simulator - they take around 12 hrs to run.
Recently, after updating to Appium 1.7.0beta and Xcode 9, the tests have been running fine for two nights, but last night after 7 hrs of running we started receiving this error: No space left on device
We have 40gb free on our server, so I don’t think we have an issue related to that.
Environment
- Appium version (or git revision) that exhibits the issue: 1.7.0beta
- Last Appium version that did not exhibit the issue (if applicable): 1.6.4 (maybe even 1.6.5)
- Desktop OS/version used to run Appium: macOS 10.12.6
- Node.js version (unless using Appium.app|exe): 7.0.0
- Mobile platform/version under test: iOS 11.0
- Real device or emulator/simulator: iPhone 5s
- Appium CLI or Appium.app|exe: Appium CLI
Link to Appium logs
org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: simctl error running 'install': An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=28):
copyfile of file:///Users/jenkins/.jenkins/jobs/MyApp/jobs/AQA/jobs/iOS/workspace/iOS/build-simulator/MyApp.app/ to file:///Users/jenkins/Library/Developer/CoreSimulator/Devices/936C7D51-F6C3-41D3-B80B-5411C92491DE/data/Containers/Shared/SystemGroup/systemgroup.com.apple.installcoordinationd/Library/InstallCoordination/PromiseStaging/1912C4C2-45E4-4120-8F38-303CC59D66C8/MyApp.app failed: No space left on device
Issue Analytics
- State:
- Created 6 years ago
- Comments:17
Top Results From Across the Web
No space left on device: Testing low storage scenarios
No space left on device is an error message that starts to show up more lately. Over the years, storage has grown from...
Read more >"No space left on device" error when compiling - Stack Overflow
There are two common steps to this fairly common issue: Delete the app from your device. command+k which will clean your code and...
Read more >appium/appium - Gitter
We are thinking for iOS/Android, to set a device name to emulator/simulator with end to end, and in web, to inject window.isE2e =...
Read more >appium | Yarn - Package Manager
Appium is an open-source, cross-platform test automation tool for native, hybrid, and mobile web and desktop apps. We support simulators (iOS), emulators ......
Read more >Troubleshooting - Appium
IOS. Make sure Instruments.app is not open; If you're running the simulator, make sure your actual device is not plugged in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve ran
find /private/var -type f -size +10000k -exec ls -lh {} \;
and it looks that there are some large WebDriver related temp folders folders:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.