Created
May 28, 2023 14:52
-
-
Save maxxnino/75d6bb541249816cc66e784bbdbf1f43 to your computer and use it in GitHub Desktop.
device farm error log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| appium server -ka 800 --use-plugins=device-farm,appium-dashboard -pa /wd/hub --plugin-device-farm-platform=ios | |
| [Appium] Attempting to load plugin device-farm... | |
| [debug] [Appium] Requiring plugin at /Users/max/.appium/node_modules/appium-device-farm | |
| [Appium] Attempting to load plugin appium-dashboard... | |
| [debug] [Appium] Requiring plugin at /Users/max/.appium/node_modules/appium-dashboard | |
| [appium-dashboard] Unable to create adb instance. | |
| (node:13952) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit | |
| (Use `node --trace-warnings ...` to show where the warning was created) | |
| [Appium] Welcome to Appium v2.0.0-beta.66 (REV c0f8068573bbf886fdc78d3f9daca54d53e7e49e) | |
| [Appium] Non-default server args: | |
| [Appium] { | |
| [Appium] basePath: '/wd/hub', | |
| [Appium] keepAliveTimeout: 800, | |
| [Appium] usePlugins: [ | |
| [Appium] 'device-farm', | |
| [Appium] 'appium-dashboard' | |
| [Appium] ] | |
| [Appium] } | |
| [Appium] Attempting to load driver xcuitest... | |
| [debug] [Appium] Requiring driver at /Users/max/.appium/node_modules/appium-xcuitest-driver | |
| [device-farm] π£π£π£ Device Farm Plugin will be served at π http://localhost:4723/device-farm | |
| [device-farm] Found GO_IOS in env | |
| uncaughtException: spawn Unknown system error -86 | |
| Error: spawn Unknown system error -86 | |
| at ChildProcess.spawn (node:internal/child_process:420:11) | |
| at spawn (node:child_process:757:9) | |
| at /Users/max/.appium/node_modules/appium-device-farm/node_modules/teen_process/lib/subprocess.js:143:19 | |
| at Promise.cancellationExecute [as _execute] (/Users/max/.appium/node_modules/appium-device-farm/node_modules/bluebird/js/release/debuggability.js:406:9) | |
| at Promise._resolveFromExecutor (/Users/max/.appium/node_modules/appium-device-farm/node_modules/bluebird/js/release/promise.js:518:18) | |
| at new Promise (/Users/max/.appium/node_modules/appium-device-farm/node_modules/bluebird/js/release/promise.js:103:10) | |
| at SubProcess.start (/Users/max/.appium/node_modules/appium-device-farm/node_modules/teen_process/lib/subprocess.js:141:18) | |
| at GoIosTracker.<anonymous> (/Users/max/.appium/node_modules/appium-device-farm/lib/device-managers/iOSTracker.js:51:26) | |
| at Generator.next (<anonymous>) | |
| at /Users/max/.appium/node_modules/appium-device-farm/lib/device-managers/iOSTracker.js:8:71 | |
| at new Promise (<anonymous>) | |
| at __awaiter (/Users/max/.appium/node_modules/appium-device-farm/lib/device-managers/iOSTracker.js:4:12) | |
| at GoIosTracker.start (/Users/max/.appium/node_modules/appium-device-farm/lib/device-managers/iOSTracker.js:28:16) | |
| at IOSDeviceManager.<anonymous> (/Users/max/.appium/node_modules/appium-device-farm/lib/device-managers/IOSDeviceManager.js:140:32) | |
| at Generator.next (<anonymous>) | |
| at fulfilled (/Users/max/.appium/node_modules/appium-device-farm/lib/device-managers/IOSDeviceManager.js:5:58) | |
| No tvOS simulators found! | |
| [appium-dashboard] Dashboard plugin is enabled and will be served at http://localhost:4723/dashboard | |
| [appium-dashboard] If the appium server is started with different port other than 4723, then use the correct port number to access the device farm dashboard | |
| [Appium] Appium REST http interface listener started on 0.0.0.0:4723/wd/hub | |
| [Appium] Available drivers: | |
| [Appium] - [email protected] (automationName 'XCUITest') | |
| [Appium] Available plugins: | |
| [Appium] - [email protected] (ACTIVE) | |
| [Appium] - [email protected] (ACTIVE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment