When our mobile developers go to xcode9, our app under iOs stopped running on Testobject. On video it seems like after the start of the tests, the application collapses or crashes and then nothing happens on the screen.
We try different combination devices, iOs version and Appium version, but without any effect.
Caps:
> exports.iPhone_8_US = {
16:50:10 VERBOSE: e[35m[HTTP]e[39m e[37m-->e[39m e[37mPOSTe[39m e[37m/wd/hub/sessione[39m e[90m{"desiredCapabilities":{"appiumVersion":"1.7.1","waitForQuiescence":false,"showXcodeLog":true,"language":"ru","name":"iPhone_8_US","sendKeyStrategy":"oneByOne","testobject_api_key":mykey","testobject_device":"iPhone 8","testobject_appium_version":"1.7.1","testobject_test_name":"iPhone_8_US","testobject_platform_name":"iOS","automationName":"XCUITest","app":"/Users/ios/cached-ipas/app-a9f2e7a8b3bb4a393060cd4ba41cc5ae-966297721.ipa/Payload/docdoc.app","bundleId":"com.docdoc.docdoc","noReset":true,"platformName":"iOS","deviceName":"768f43d9beedb20c92d266276b3469937af4905c","udid":"768f43d9beedb20c92d266276b3469937af4905c"}}e[39m
16:50:10 VERBOSE: [debug] e[35m[MJSONWP]e[39m Calling AppiumDriver.createSession() with args: [{"appiumVersion":"1.7.1","waitForQuiescence":false,"showXcodeLog":true,"language":"ru","name":"iPhone_8_US","sendKeyStrategy":"oneByOne","testobject_api_key":"mykey","testobject_device":"iPhone 8","testobject_appium_version":"1.7.1","testobject_test_name":"iPhone_8_US","testobject_platform_name":"iOS","automationName":"XCUITest","app":"/Users/ios/cached-ipas/app-a9f2e7a8b3bb4a393060cd4ba41cc5ae-966297721.ipa/Payload/docdoc.app","bundleId":"com.docdoc.docdoc","noReset":true,"platformName":"iOS","deviceName":"768f43d9beedb20c92d266276b3469937af4905c","udid":"768f43d9beedb20c92d266276b3469937af4905c"},null,null]
16:50:10 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'newSessionRequested' logged at 1509382210398 (09:50:10 GMT-0700 (PDT))
16:50:10 VERBOSE: e[35m[Appium]e[39m Creating new XCUITestDriver (v2.51.1) session
16:50:10 VERBOSE: e[35m[Appium]e[39m Capabilities:
16:50:10 VERBOSE: e[35m[Appium]e[39m appiumVersion: '1.7.1'
16:50:10 VERBOSE: e[35m[Appium]e[39m waitForQuiescence: false
16:50:10 VERBOSE: e[35m[Appium]e[39m showXcodeLog: true
16:50:10 VERBOSE: e[35m[Appium]e[39m language: 'ru'
16:50:10 VERBOSE: e[35m[Appium]e[39m name: 'iPhone_8_US'
16:50:10 VERBOSE: e[35m[Appium]e[39m sendKeyStrategy: 'oneByOne'
16:50:10 VERBOSE: e[35m[Appium]e[39m testobject_api_key: 'mykey'
16:50:10 VERBOSE: e[35m[Appium]e[39m testobject_device: 'iPhone 8'
16:50:10 VERBOSE: e[35m[Appium]e[39m testobject_appium_version: '1.7.1'
16:50:10 VERBOSE: e[35m[Appium]e[39m testobject_test_name: 'iPhone_8_US'
16:50:10 VERBOSE: e[35m[Appium]e[39m testobject_platform_name: 'iOS'
16:50:10 VERBOSE: e[35m[Appium]e[39m automationName: 'XCUITest'
16:50:10 VERBOSE: e[35m[Appium]e[39m app: '/Users/ios/cached-ipas/app-a9f2e7a8b3bb4a393060cd4ba41cc5ae-966297721.ipa/Payload/docdoc.app'
16:50:10 VERBOSE: e[35m[Appium]e[39m bundleId: 'com.docdoc.docdoc'
16:50:10 VERBOSE: e[35m[Appium]e[39m noReset: true
16:50:10 VERBOSE: e[35m[Appium]e[39m platformName: 'iOS'
16:50:10 VERBOSE: e[35m[Appium]e[39m deviceName: '768f43d9beedb20c92d266276b3469937af4905c'
16:50:10 VERBOSE: e[35m[Appium]e[39m udid: '768f43d9beedb20c92d266276b3469937af4905c'
16:50:10 VERBOSE: e[35m[Appium]e[39m keychainPath: '/Users/ios/work/testobject.keychain'
16:50:10 VERBOSE: e[35m[Appium]e[39m xcodeConfigFile: '/Users/ios/work/testobject.xcconfig'
16:50:10 VERBOSE: e[35m[Appium]e[39m keychainPassword: 'password'
16:50:10 VERBOSE: e[35m[Appium]e[39m processArguments: '{"args":["-AppleLanguages","ru","-NSLanguages","ru","-AppleLocale","ru_RU"]}'
16:50:10 VERBOSE: e[35m[Appium]e[39m locale: 'ru_RU'
16:50:10 VERBOSE: e[35m[Appium]e[39m webDriverAgentUrl: 'http://10.101.40.12:5708'
16:50:10 VERBOSE: e[35m[BaseDriver]e[39m The following capabilities were provided, but are not recognized by appium: appiumVersion, name, testobject_api_key, testobject_device, testobject_appium_version, testobject_test_name, testobject_platform_name.
16:50:10 VERBOSE: e[35m[BaseDriver]e[39m Session created with session id: 892e1bb8-a4b3-4dca-a9ac-918ee8b49604
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m Xcode version set to '8.2.1' (tools v8.2.0.0.1.1480973914)
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m iOS SDK Version set to '10.2'
16:50:10 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'xcodeDetailsRetrieved' logged at 1509382210545 (09:50:10 GMT-0700 (PDT))
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m Available devices: 4491584c6673731ede78070f1f269bc05816126c, 768f43d9beedb20c92d266276b3469937af4905c, c673207c99aa8f08ac07ca82e858e6a6ed987f4e
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m Creating iDevice object with udid '768f43d9beedb20c92d266276b3469937af4905c'
16:50:10 VERBOSE: e[35m[XCUITest]e[39m Determining device to run tests on: udid: '768f43d9beedb20c92d266276b3469937af4905c', real device: true
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m Xcode version will not be validated against iOS SDK version because webDriverAgentUrl capability is set (http://10.101.40.12:5708).
16:50:10 VERBOSE: e[35m[BaseDriver]e[39m Using local app '/Users/ios/cached-ipas/app-a9f2e7a8b3bb4a393060cd4ba41cc5ae-966297721.ipa/Payload/docdoc.app'
16:50:10 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'appConfigured' logged at 1509382210614 (09:50:10 GMT-0700 (PDT))
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m Checking whether app '/Users/ios/cached-ipas/app-a9f2e7a8b3bb4a393060cd4ba41cc5ae-966297721.ipa/Payload/docdoc.app' is actually present on file system
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m App is present
16:50:10 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'resetStarted' logged at 1509382210616 (09:50:10 GMT-0700 (PDT))
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m Reset: fullReset not set. Leaving as is
16:50:10 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'resetComplete' logged at 1509382210617 (09:50:10 GMT-0700 (PDT))
16:50:10 VERBOSE: [debug] e[35m[iOSLog]e[39m Attempting iOS device log capture via libimobiledevice idevicesyslog
16:50:10 VERBOSE: [debug] e[35m[iOSLog]e[39m Starting iOS device log capture with: 'idevicesyslog'
16:50:10 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'logCaptureStarted' logged at 1509382210714 (09:50:10 GMT-0700 (PDT))
16:50:10 VERBOSE: e[35m[XCUITest]e[39m Setting up real device
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m App 'com.docdoc.docdoc' is already installed. No need to reinstall.
16:50:10 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'appInstalled' logged at 1509382210878 (09:50:10 GMT-0700 (PDT))
16:50:10 VERBOSE: e[35m[XCUITest]e[39m Using WDA path: '/Users/ios/appium/appium/1.7.1/node_modules/appium-xcuitest-driver/WebDriverAgent'
16:50:10 VERBOSE: e[35m[XCUITest]e[39m Using WDA agent: '/Users/ios/appium/appium/1.7.1/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
16:50:10 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'wdaStartAttempted' logged at 1509382210881 (09:50:10 GMT-0700 (PDT))
16:50:10 VERBOSE: e[35m[XCUITest]e[39m Using provided WebdriverAgent at 'http://10.101.40.12:5708'
16:50:10 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'wdaSessionAttempted' logged at 1509382210885 (09:50:10 GMT-0700 (PDT))
16:50:10 VERBOSE: [debug] e[35m[XCUITest]e[39m Sending createSession command to WDA
16:50:10 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [GET /status] to [GET http://10.101.40.12:5708/status] with no body
16:50:10 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: "{\n \"value\" : {\n \"state\" : \"success\",\n \"os\" : {\n \"name\" : \"iOS\",\n \"version\" : \"11.0\"\n },\n \"ios\" : {\n \"simulatorVersion\" : \"11.0\",\n \"ip\" : \"10.101.210.19\"\n },\n \"build\" : {\n \"time\" : \"Oct 10 2017 13:50:55\"\n }\n },\n \"sessionId\" : \"56B5DE83-AFA0-49E3-93F9-41372E07F7EE\",\n \"status\" : 0\n}"
16:50:10 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [POST /session] to [POST http://10.101.40.12:5708/session] with body: {"desiredCapabilities":{"bundleId":"com.docdoc.docdoc","arguments":["-AppleLanguages","ru","-NSLanguages","ru","-AppleLocale","ru_RU"],"shouldWaitForQuiescence":false,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true}}
16:50:12 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: {"value":{"sessionId":"DFD8C295-E8D0-4821-848C-66DCEE4E9862","capabilities":{"device":"iphone","browserName":" ","sdkVersion":"11.0","CFBundleIdentifier":"com.apple.springboard"}},"sessionId":"DFD8C295-E8D0-4821-848C-66DCEE4E9862","status":0}
16:50:12 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'wdaSessionStarted' logged at 1509382212604 (09:50:12 GMT-0700 (PDT))
16:50:12 VERBOSE: [debug] e[35m[XCUITest]e[39m 'pgrep -nif xcodebuild.*768f43d9beedb20c92d266276b3469937af4905c' didn't detect any matching processes. Return code: 1
16:50:12 VERBOSE: [debug] e[35m[XCUITest]e[39m Cannot find xcodebuild's process id, so unable to retrieve DerivedData folder path
16:50:12 VERBOSE: e[35m[XCUITest]e[39m No WebDriverAgent derived data available, so unable to set permissions on WDA attachments folder
16:50:12 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'wdaPermsAdjusted' logged at 1509382212624 (09:50:12 GMT-0700 (PDT))
16:50:12 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'wdaStarted' logged at 1509382212624 (09:50:12 GMT-0700 (PDT))
16:50:12 VERBOSE: [debug] e[35m[XCUITest]e[39m Setting initial orientation to 'PORTRAIT'
16:50:12 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [POST /orientation] to [POST http://10.101.40.12:5708/session/DFD8C295-E8D0-4821-848C-66DCEE4E9862/orientation] with body: {"orientation":"PORTRAIT"}
16:50:14 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: {"value":{},"sessionId":"DFD8C295-E8D0-4821-848C-66DCEE4E9862","status":0}
16:50:14 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'orientationSet' logged at 1509382214014 (09:50:14 GMT-0700 (PDT))
16:50:14 VERBOSE: e[35m[Appium]e[39m New XCUITestDriver session created successfully, session 892e1bb8-a4b3-4dca-a9ac-918ee8b49604 added to master session list
16:50:14 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'newSessionStarted' logged at 1509382214017 (09:50:14 GMT-0700 (PDT))
16:50:14 VERBOSE: [debug] e[35m[MJSONWP]e[39m Responding to client with driver.createSession() result: {"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"appiumVersion":"1.7.1","waitForQuiescence":false,"showXcodeLog":true,"language":"ru","name":"iPhone_8_US","sendKeyStrategy":"oneByOne","testobject_api_key":"mykey","testobject_device":"iPhone 8","testobject_appium_version":"1.7.1","testobject_test_name":"iPhone_8_US","testobject_platform_name":"iOS","automationName":"XCUITest","app":"/Users/ios/cached-ipas/app-a9f2e7a8b3bb4a393060cd4ba41cc5ae-966297721.ipa/Payload/docdoc.app","bundleId":"com.docdoc.docdoc","noReset":true,"platformName":"iOS","deviceName":"768f43d9beedb20c92d266276b3469937af4905c","udid":"768f43d9beedb20c92d266276b3469937af4905c","keychainPath":"/Users/ios/work/testobject.keychain","xcodeConfigFile":"/Users/ios/work/testobject.xcconfig","keychainPassword":"password","processArguments":"{\"args\":[\"-AppleLanguages\",\"r...
16:50:14 VERBOSE: e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session e[39me[32m200e[39m e[90m3623 ms - 1215e[39m e[90me[39m
16:50:15 VERBOSE: e[35m[HTTP]e[39m e[37m-->e[39m e[37mPOSTe[39m e[37m/wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elementse[39m e[90m{"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}e[39m
16:50:15 VERBOSE: [debug] e[35m[MJSONWP]e[39m Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]","892e1bb8-a4b3-4dca-a9ac-918ee8b49604"]
16:50:15 VERBOSE: [debug] e[35m[XCUITest]e[39m Executing command 'findElements'
16:50:15 VERBOSE: [debug] e[35m[BaseDriver]e[39m Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
16:50:15 VERBOSE: [debug] e[35m[BaseDriver]e[39m Waiting up to 0 ms for condition
16:50:15 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [POST /elements] to [POST http://10.101.40.12:5708/session/DFD8C295-E8D0-4821-848C-66DCEE4E9862/elements] with body: {"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}
16:50:21 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: {"value":[],"sessionId":"DFD8C295-E8D0-4821-848C-66DCEE4E9862","status":0}
16:50:21 VERBOSE: [debug] e[35m[MJSONWP]e[39m Responding to client with driver.findElements() result: []
16:50:21 VERBOSE: e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elements e[39me[32m200e[39m e[90m6022 ms - 74e[39m e[90me[39m
16:50:21 VERBOSE: e[35m[HTTP]e[39m e[37m-->e[39m e[37mPOSTe[39m e[37m/wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elementse[39m e[90m{"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}e[39m
16:50:21 VERBOSE: [debug] e[35m[MJSONWP]e[39m Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]","892e1bb8-a4b3-4dca-a9ac-918ee8b49604"]
16:50:21 VERBOSE: [debug] e[35m[XCUITest]e[39m Executing command 'findElements'
16:50:21 VERBOSE: [debug] e[35m[BaseDriver]e[39m Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
16:50:21 VERBOSE: [debug] e[35m[BaseDriver]e[39m Waiting up to 0 ms for condition
16:50:21 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [POST /elements] to [POST http://10.101.40.12:5708/session/DFD8C295-E8D0-4821-848C-66DCEE4E9862/elements] with body: {"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}
16:50:27 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: {"value":[],"sessionId":"DFD8C295-E8D0-4821-848C-66DCEE4E9862","status":0}
16:50:27 VERBOSE: [debug] e[35m[MJSONWP]e[39m Responding to client with driver.findElements() result: []
16:50:27 VERBOSE: e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elements e[39me[32m200e[39m e[90m5886 ms - 74e[39m e[90me[39m
16:50:28 VERBOSE: e[35m[HTTP]e[39m e[37m-->e[39m e[37mPOSTe[39m e[37m/wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elementse[39m e[90m{"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}e[39m
16:50:28 VERBOSE: [debug] e[35m[MJSONWP]e[39m Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]","892e1bb8-a4b3-4dca-a9ac-918ee8b49604"]
16:50:28 VERBOSE: [debug] e[35m[XCUITest]e[39m Executing command 'findElements'
16:50:28 VERBOSE: [debug] e[35m[BaseDriver]e[39m Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
16:50:28 VERBOSE: [debug] e[35m[BaseDriver]e[39m Waiting up to 0 ms for condition
16:50:28 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [POST /elements] to [POST http://10.101.40.12:5708/session/DFD8C295-E8D0-4821-848C-66DCEE4E9862/elements] with body: {"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}
16:50:34 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: {"value":[],"sessionId":"DFD8C295-E8D0-4821-848C-66DCEE4E9862","status":0}
16:50:34 VERBOSE: [debug] e[35m[MJSONWP]e[39m Responding to client with driver.findElements() result: []
16:50:34 VERBOSE: e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elements e[39me[32m200e[39m e[90m5898 ms - 74e[39m e[90me[39m
16:50:35 VERBOSE: e[35m[HTTP]e[39m e[37m-->e[39m e[37mPOSTe[39m e[37m/wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elementse[39m e[90m{"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}e[39m
16:50:35 VERBOSE: [debug] e[35m[MJSONWP]e[39m Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]","892e1bb8-a4b3-4dca-a9ac-918ee8b49604"]
16:50:35 VERBOSE: [debug] e[35m[XCUITest]e[39m Executing command 'findElements'
16:50:35 VERBOSE: [debug] e[35m[BaseDriver]e[39m Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
16:50:35 VERBOSE: [debug] e[35m[BaseDriver]e[39m Waiting up to 0 ms for condition
16:50:35 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [POST /elements] to [POST http://10.101.40.12:5708/session/DFD8C295-E8D0-4821-848C-66DCEE4E9862/elements] with body: {"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}
16:50:40 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: {"value":[],"sessionId":"DFD8C295-E8D0-4821-848C-66DCEE4E9862","status":0}
16:50:40 VERBOSE: [debug] e[35m[MJSONWP]e[39m Responding to client with driver.findElements() result: []
16:50:40 VERBOSE: e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elements e[39me[32m200e[39m e[90m5885 ms - 74e[39m e[90me[39m
16:50:41 VERBOSE: e[35m[HTTP]e[39m e[37m-->e[39m e[37mPOSTe[39m e[37m/wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elementse[39m e[90m{"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}e[39m
16:50:41 VERBOSE: [debug] e[35m[MJSONWP]e[39m Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]","892e1bb8-a4b3-4dca-a9ac-918ee8b49604"]
16:50:41 VERBOSE: [debug] e[35m[XCUITest]e[39m Executing command 'findElements'
16:50:41 VERBOSE: [debug] e[35m[BaseDriver]e[39m Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
16:50:41 VERBOSE: [debug] e[35m[BaseDriver]e[39m Waiting up to 0 ms for condition
16:50:41 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [POST /elements] to [POST http://10.101.40.12:5708/session/DFD8C295-E8D0-4821-848C-66DCEE4E9862/elements] with body: {"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}
16:50:47 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: {"value":[],"sessionId":"DFD8C295-E8D0-4821-848C-66DCEE4E9862","status":0}
16:50:47 VERBOSE: [debug] e[35m[MJSONWP]e[39m Responding to client with driver.findElements() result: []
16:50:47 VERBOSE: e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elements e[39me[32m200e[39m e[90m5892 ms - 74e[39m e[90me[39m
16:50:48 VERBOSE: e[35m[HTTP]e[39m e[37m-->e[39m e[37mPOSTe[39m e[37m/wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elementse[39m e[90m{"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}e[39m
16:50:48 VERBOSE: [debug] e[35m[MJSONWP]e[39m Calling AppiumDriver.findElements() with args: ["xpath","//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]","892e1bb8-a4b3-4dca-a9ac-918ee8b49604"]
16:50:48 VERBOSE: [debug] e[35m[XCUITest]e[39m Executing command 'findElements'
16:50:48 VERBOSE: [debug] e[35m[BaseDriver]e[39m Valid locator strategies for this request: xpath, id, name, class name, -ios predicate string, -ios class chain, accessibility id
16:50:48 VERBOSE: [debug] e[35m[BaseDriver]e[39m Waiting up to 0 ms for condition
16:50:48 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [POST /elements] to [POST http://10.101.40.12:5708/session/DFD8C295-E8D0-4821-848C-66DCEE4E9862/elements] with body: {"using":"xpath","value":"//XCUIElementTypeNavigationBar[@name=\"TutorialView\"]"}
16:50:54 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: {"value":[],"sessionId":"DFD8C295-E8D0-4821-848C-66DCEE4E9862","status":0}
16:50:54 VERBOSE: [debug] e[35m[MJSONWP]e[39m Responding to client with driver.findElements() result: []
16:50:54 VERBOSE: e[35m[HTTP]e[39m e[37m<-- POST /wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604/elements e[39me[32m200e[39m e[90m5896 ms - 74e[39m e[90me[39m
16:50:54 VERBOSE: e[35m[HTTP]e[39m e[37m-->e[39m e[37mDELETEe[39m e[37m/wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604e[39m e[90m{}e[39m
16:50:54 VERBOSE: [debug] e[35m[MJSONWP]e[39m Calling AppiumDriver.deleteSession() with args: ["892e1bb8-a4b3-4dca-a9ac-918ee8b49604"]
16:50:54 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'quitSessionRequested' logged at 1509382254795 (09:50:54 GMT-0700 (PDT))
16:50:54 VERBOSE: e[35m[Appium]e[39m Removing session 892e1bb8-a4b3-4dca-a9ac-918ee8b49604 from our master session list
16:50:54 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Proxying [DELETE /session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604] to [DELETE http://10.101.40.12:5708/session/DFD8C295-E8D0-4821-848C-66DCEE4E9862] with no body
16:50:54 VERBOSE: [debug] e[35m[JSONWP Proxy]e[39m Got response with status 200: "{\n \"value\" : {\n\n },\n \"sessionId\" : \"E1BA3753-59FD-429D-B44E-DFA65FD7DA28\",\n \"status\" : 0\n}"
16:50:54 VERBOSE: [debug] e[35m[XCUITest]e[39m 'pgrep -nif xcodebuild.*768f43d9beedb20c92d266276b3469937af4905c' didn't detect any matching processes. Return code: 1
16:50:54 VERBOSE: [debug] e[35m[XCUITest]e[39m Cannot find xcodebuild's process id, so unable to retrieve DerivedData folder path
16:50:54 VERBOSE: e[35m[XCUITest]e[39m No WebDriverAgent derived data available, so unable to set permissions on WDA attachments folder
16:50:54 VERBOSE: [debug] e[35m[XCUITest]e[39m Not clearing log files. Use `clearSystemFiles` capability to turn on.
16:50:54 VERBOSE: [debug] e[35m[iOSLog]e[39m Stopping iOS log capture
16:50:54 VERBOSE: [debug] e[35m[BaseDriver]e[39m Event 'quitSessionFinished' logged at 1509382254824 (09:50:54 GMT-0700 (PDT))
16:50:54 VERBOSE: [debug] e[35m[MJSONWP]e[39m Received response: null
16:50:54 VERBOSE: [debug] e[35m[MJSONWP]e[39m But deleting session, so not returning
16:50:54 VERBOSE: [debug] e[35m[MJSONWP]e[39m Responding to client with driver.deleteSession() result: null
16:50:54 VERBOSE: e[35m[HTTP]e[39m e[37m<-- DELETE /wd/hub/session/892e1bb8-a4b3-4dca-a9ac-918ee8b49604 e[39me[32m200e[39m e[90m32 ms - 76e[39m e[90me[39m