Skip to content

Instantly share code, notes, and snippets.

@jeangb
Created December 13, 2016 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeangb/904a7fcd0077f8e342fef7baf3811280 to your computer and use it in GitHub Desktop.
Save jeangb/904a7fcd0077f8e342fef7baf3811280 to your computer and use it in GitHub Desktop.
Appium Server's log
[Appium] Welcome to Appium v1.6.3
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"noReset":true,"xcodeConfigfile":"/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/Configurations/ProjectSettings.xcconfig","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","platformVersion":"9.3.5","bundleId":"im.vector.app","automationName":"XCUITest","autoDismissAlerts":false,"platformName":"iOS","udid":"e75c0085c74a872846772a6b2ee56a86849a4d92","deviceName":"STZ_DE_13243","fullReset":false}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"noReset":true,"xcodeConfigfile":"/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/Configurations/ProjectSettings.xcconfig","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","platformVersion":"9.3.5","bundleId":"im.vector.app","automationName":"XCUITest","autoDismissAlerts":false,"platformName":"iOS","udid":"e75c0085c74a872846772a6b2ee56a86849a4d92","deviceName":"STZ_DE_13243","fullReset":false},null,null,null,null]
[Appium] Creating new XCUITestDriver session
[Appium] Capabilities:
[Appium] noReset: true
[Appium] xcodeConfigfile: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/Configurations/ProjectSettings.xcconfig'
[Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
[Appium] platformVersion: '9.3.5'
[Appium] bundleId: 'im.vector.app'
[Appium] automationName: 'XCUITest'
[Appium] autoDismissAlerts: false
[Appium] platformName: 'iOS'
[Appium] udid: '[MY_UDID]'
[Appium] deviceName: '[MY_DEVICE_NAME]'
[Appium] fullReset: false
[debug] [XCUITest] XCUITestDriver version: 2.4.2
[BaseDriver] The following capabilities were provided, but are not recognized by appium: xcodeConfigfile.
[BaseDriver] Session created with session id: 5ae01647-47a3-4017-ad8c-6b33b3645e72
[debug] [XCUITest] Xcode version set to '8.1'
[debug] [XCUITest] iOS SDK Version set to '10.1'
[debug] [XCUITest] Available devices: e75c0085c74a872846772a6b2ee56a86849a4d92
[debug] [XCUITest] Creating iDevice object with udid e75c0085c74a872846772a6b2ee56a86849a4d92
[XCUITest] Determining device to run tests on: udid: 'e75c0085c74a872846772a6b2ee56a86849a4d92', real device: true
[debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
[debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
[XCUITest] Setting up real device
[XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
[XCUITest] Launching WebDriverAgent on the device
[debug] [XCUITest] Carthage found: /usr/local/bin/carthage
[debug] [XCUITest] Killing hanging processes
[debug] [XCUITest] Using real device logger '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
[debug] [XCUITest] Beginning test with command 'xcodebuild build test -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=e75c0085c74a872846772a6b2ee56a86849a4d92 -configuration Debug' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Unable to start WebDriverAgent: Error: Command 'idevicedate -u e75c0085c74a872846772a6b2ee56a86849a4d92' exited with code 255
[XCUITest] Unable to start WebDriverAgent: Error: Command 'idevicedate -u e75c0085c74a872846772a6b2ee56a86849a4d92' exited with code 255
[XCUITest] Shutting down sub-processes
[debug] [XCUITest] Reset not set, continuing
[debug] [iOSLog] Stopping iOS log capture
[MJSONWP] Encountered internal error running command: undefined
[HTTP] <-- POST /wd/hub/session 500 1216 ms - 262
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment