Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Elangopalakrishnan/33175389c5be2aae9ef7bd08a97423e1 to your computer and use it in GitHub Desktop.
2017-07-25 11:45:39:278 - info: [Appium] Welcome to Appium v1.6.6-beta.2
2017-07-25 11:45:39:292 - info: [Appium] Non-default server args:
2017-07-25 11:45:39:294 - info: [Appium] log: /Users/tfstest/Desktop/Automation/
2017-07-25 11:45:39:296 - info: [Appium] udid: e5ee9c8a961564a2a70f3af821f6bf83bd57cb
2017-07-25 11:45:39:298 - warn: [Appium] Deprecated server args:
2017-07-25 11:45:39:300 - warn: [Appium] -U,--udid => --default-capabilities '{"udid":"e5ee9c8a961564a2a70f3af821f6bf83bd57cb"}'
2017-07-25 11:45:39:302 - info: [Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:
2017-07-25 11:45:39:309 - info: [Appium] udid: 'e5ee9c8a961564a2a70f3af821f6bf83bd57cb'
2017-07-25 11:45:39:534 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2017-07-25 11:45:40:100 - info: [HTTP] --> GET /wd/hub/status {}
2017-07-25 11:45:40:118 - info: [debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
2017-07-25 11:45:40:199 - info: [debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.6-beta.2","revision":null}}
2017-07-25 11:45:40:228 - info: [HTTP] <-- GET /wd/hub/status 200 122 ms - 90
2017-07-25 11:45:45:419 - info: [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","autoWebView":"true","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a961564a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","wdaLocalPort":"8200","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","browserName":"Safari"},"capabilities":{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","autoWebView":"true","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a961564a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","wdaLocalPort":"8200","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","browserName":"Safari"}]}}
2017-07-25 11:45:45:421 - info: [debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","autoWebView":"true","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a961564a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","wdaLocalPort":"8200","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","browserName":"Safari"},null,{"firstMatch":[{"platformName":"iOS","platformVersion":"10.3.2","deviceName":"iPhone/iPad","newCommandTimeout":"120000","autoWebView":"true","--bootstrap-port":"4723","--webkit-debug-proxy-port":"27753","udid":"e5ee9c8a961564a2a70f3af821f6bf83bd57cb","autoAcceptAlerts":"true","wdaLocalPort":"8200","automationName":"XCUITest","realDeviceLogger":"/usr/local/lib/node_modules/deviceconsole/deviceconsole","browserName":"Safari"}]}]
2017-07-25 11:45:45:422 - info: [debug] [BaseDriver] Event 'newSessionRequested' logged at 1500983145422 (06:45:45 GMT-0500 (CDT))
2017-07-25 11:45:45:428 - info: [Appium] Creating new XCUITestDriver (v2.32.2) session
2017-07-25 11:45:45:429 - info: [Appium] Capabilities:
2017-07-25 11:45:45:432 - info: [Appium] platformName: 'iOS'
2017-07-25 11:45:45:433 - info: [Appium] platformVersion: '10.3.2'
2017-07-25 11:45:45:434 - info: [Appium] deviceName: 'iPhone/iPad'
2017-07-25 11:45:45:435 - info: [Appium] newCommandTimeout: '120000'
2017-07-25 11:45:45:435 - info: [Appium] autoWebView: 'true'
2017-07-25 11:45:45:436 - info: [Appium] --bootstrap-port: '4723'
2017-07-25 11:45:45:436 - info: [Appium] --webkit-debug-proxy-port: '27753'
2017-07-25 11:45:45:437 - info: [Appium] udid: 'e5ee9c8a961564a2a70f3af821f6bf83bd57cb'
2017-07-25 11:45:45:437 - info: [Appium] autoAcceptAlerts: 'true'
2017-07-25 11:45:45:438 - info: [Appium] wdaLocalPort: '8200'
2017-07-25 11:45:45:438 - info: [Appium] automationName: 'XCUITest'
2017-07-25 11:45:45:439 - info: [Appium] realDeviceLogger: '/usr/local/lib/node_modules/deviceconsole/deviceconsole'
2017-07-25 11:45:45:439 - info: [Appium] browserName: 'Safari'
2017-07-25 11:45:45:447 - info: [debug] [XCUITest] XCUITestDriver version: 2.32.2
2017-07-25 11:45:45:468 - warn: [BaseDriver] Capability 'autoAcceptAlerts' changed from string to boolean. This may cause unexpected behavior
2017-07-25 11:45:45:472 - warn: [BaseDriver] Capability 'newCommandTimeout' changed from string ('120000') to integer (120000). This may cause unexpected behavior
2017-07-25 11:45:45:472 - warn: [BaseDriver] Capability 'wdaLocalPort' changed from string ('8200') to integer (8200). This may cause unexpected behavior
2017-07-25 11:45:45:499 - warn: [BaseDriver] The following capabilities were provided, but are not recognized by appium: autoWebView, --bootstrap-port, --webkit-debug-proxy-port, realDeviceLogger.
2017-07-25 11:45:45:501 - warn: [XCUITest] The capabilities 'autoAcceptAlerts' and 'autoDismissAlerts' do not work for XCUITest-based tests. Please adjust your alert handling accordingly.
2017-07-25 11:45:45:677 - info: [BaseDriver] Session created with session id: 7ce2b63e-9736-4890-b4bd-1a8369555d5b
2017-07-25 11:45:46:750 - info: [debug] [XCUITest] Xcode version set to '8.3.2'
2017-07-25 11:45:46:816 - info: [debug] [XCUITest] iOS SDK Version set to '10.3'
2017-07-25 11:45:46:817 - info: [debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1500983146816 (06:45:46 GMT-0500 (CDT))
2017-07-25 11:45:47:858 - info: [debug] [XCUITest] Available devices: e5ee9c8a961564a2a70f3af821f6bf83bd57cb, 08eea757eaea5e75f60970d2c4641faaa0ff8633
2017-07-25 11:45:47:861 - info: [debug] [XCUITest] Creating iDevice object with udid 'e5ee9c8a961564a2a70f3af821f6bf83bd57cb'
2017-07-25 11:45:47:869 - info: [XCUITest] Determining device to run tests on: udid: 'e5ee9c8a961564a2a70f3af821f6bf83bd57cb', real device: true
2017-07-25 11:45:47:870 - info: [XCUITest] Safari test requested
2017-07-25 11:45:47:871 - info: [debug] [BaseDriver] Event 'appConfigured' logged at 1500983147871 (06:45:47 GMT-0500 (CDT))
2017-07-25 11:45:47:873 - info: [debug] [BaseDriver] Event 'resetStarted' logged at 1500983147873 (06:45:47 GMT-0500 (CDT))
2017-07-25 11:45:47:874 - info: [debug] [XCUITest] Reset: running ios real device reset flow
2017-07-25 11:45:47:876 - info: [debug] [BaseDriver] Event 'resetComplete' logged at 1500983147876 (06:45:47 GMT-0500 (CDT))
2017-07-25 11:45:47:888 - info: [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2017-07-25 11:45:47:890 - info: [debug] [iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
2017-07-25 11:45:48:242 - info: [debug] [BaseDriver] Event 'logCaptureStarted' logged at 1500983148240 (06:45:48 GMT-0500 (CDT))
2017-07-25 11:45:48:245 - info: [XCUITest] Setting up real device
2017-07-25 11:45:48:259 - info: [debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1500983148258 (06:45:48 GMT-0500 (CDT))
2017-07-25 11:45:48:261 - info: [XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-07-25 11:45:48:264 - info: [XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
2017-07-25 11:45:48:270 - info: [XCUITest] Launching WebDriverAgent on the device
2017-07-25 11:45:48:288 - info: [debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
2017-07-25 11:45:48:305 - info: [debug] [XCUITest] Killing hanging processes
2017-07-25 11:45:48:914 - info: [debug] [XCUITest] Starting iproxy to forward traffic from local port 8200 to device port 8100 over USB
2017-07-25 11:45:53:951 - info: [debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=e5ee9c8a961564a2a70f3af821f6bf83bd57cb -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.3' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
2017-07-25 11:45:53:952 - info: [debug] [XCUITest] Output from xcodebuild will not be logged
2017-07-25 11:46:00:951 - info: [debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
2017-07-25 11:46:00:969 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/status] with no body
2017-07-25 11:46:57:471 - info: [debug] [XCUITest] Log file for xcodebuild test: /Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/10F1667C-1632-41B0-ACD5-90489E8E4476/Session-WebDriverAgentRunner-2017-07-25_064657-xVIwr3.log
2017-07-25 11:46:57:475 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/status] with no body
2017-07-25 11:47:06:050 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/status] with no body
2017-07-25 11:47:06:575 - info: [debug] [XCUITest] Unable to connect to running WebDriverAgent: Could not proxy command to remote server. Original error: Error: socket hang up
2017-07-25 11:47:06:576 - warn: [XCUITest] Getting status of WebDriverAgent on device timed out. Continuing
2017-07-25 11:47:06:584 - info: [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1500983226582 (06:47:06 GMT-0500 (CDT))
2017-07-25 11:47:06:584 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-07-25 11:47:06:597 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/status] with no body
2017-07-25 11:47:06:644 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-07-25 11:47:07:654 - info: [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1500983227653 (06:47:07 GMT-0500 (CDT))
2017-07-25 11:47:07:655 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-07-25 11:47:07:656 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/status] with no body
2017-07-25 11:47:07:677 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-07-25 11:47:08:686 - info: [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1500983228684 (06:47:08 GMT-0500 (CDT))
2017-07-25 11:47:08:687 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-07-25 11:47:08:688 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/status] with no body
2017-07-25 11:47:08:713 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-07-25 11:47:09:716 - info: [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1500983229716 (06:47:09 GMT-0500 (CDT))
2017-07-25 11:47:09:717 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-07-25 11:47:09:718 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/status] with no body
2017-07-25 11:47:09:776 - info: [debug] [XCUITest] Failed to create WDA session. Retrying...
2017-07-25 11:47:10:785 - info: [debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1500983230785 (06:47:10 GMT-0500 (CDT))
2017-07-25 11:47:10:786 - info: [debug] [XCUITest] Sending createSession command to WDA
2017-07-25 11:47:10:787 - info: [debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8200/status] with no body
2017-07-25 11:47:10:825 - info: [debug] [JSONWP Proxy] Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"10.3.3\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"10.3.3\",\n \"ip\" : \"192.168.2.6\"\n },\n \"build\" : {\n \"time\" : \"Jul 25 2017 05:26:00\"\n }\n },\n \"sessionId\" : \"20BABFCE-D220-4487-9CEC-C2B695DABAC4\",\n \"status\" : 0\n}"
2017-07-25 11:47:10:830 - info: [debug] [JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8200/session] with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari","arguments":["-u","http://appium.io"],"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
2017-07-25 11:47:16:036 - info: [debug] [JSONWP Proxy] Got response with status 200: {"value":{"sessionId":"3A2C8644-EE4A-48D6-900B-A2FE7AFBAAD4","capabilities":{"device":"iphone","browserName":"Safari","sdkVersion":"10.3.3","CFBundleIdentifier":"com.apple.mobilesafari"}},"sessionId":"3A2C8644-EE4A-48D6-900B-A2FE7AFBAAD4","status":0}
2017-07-25 11:47:16:038 - info: [debug] [BaseDriver] Event 'wdaSessionStarted' logged at 1500983236038 (06:47:16 GMT-0500 (CDT))
2017-07-25 11:47:16:046 - info: [debug] [XCUITest] Found WDA derived data folder: '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy'
2017-07-25 11:47:16:048 - info: [XCUITest] Setting '555' permissions to '/Users/tfstest/Library/Developer/Xcode/DerivedData/WebDriverAgent-brdadhpuduowllgivnnvuygpwhzy/Logs/Test/Attachments' folder
2017-07-25 11:47:16:049 - info: [debug] [BaseDriver] Event 'wdaPermsAdjusted' logged at 1500983236049 (06:47:16 GMT-0500 (CDT))
2017-07-25 11:47:16:050 - info: [debug] [BaseDriver] Event 'wdaStarted' logged at 1500983236050 (06:47:16 GMT-0500 (CDT))
2017-07-25 11:47:16:053 - info: [debug] [XCUITest] Setting initial orientation to 'PORTRAIT'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment