Skip to content

Instantly share code, notes, and snippets.

@JaniJegoroff
Created October 18, 2017 13:37
Show Gist options
  • Save JaniJegoroff/f63c7b4822f74738745bd0b98ae22cb0 to your computer and use it in GitHub Desktop.
Save JaniJegoroff/f63c7b4822f74738745bd0b98ae22cb0 to your computer and use it in GitHub Desktop.
Appium logs
Janis-MacBook-Pro:bdd janijegoroff$ node node_modules/appium -a localhost -p 4723
[Appium] Welcome to Appium v1.7.1 (REV d792c6876b26eb899f6b1d074c2b8f4c1ecfcc35)
[Appium] Non-default server args:
[Appium] address: localhost
[Appium] Appium REST http interface listener started on localhost:4723
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.7.1","revision":"d792c6876b26eb899f6b1d074c2b8f4c1ecfcc35"}}
[HTTP] <-- GET /wd/hub/status 200 14 ms - 121
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"11.0","deviceName":"iPhone 7","app":"/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app","newCommandTimeout":999999,"noReset":true,"fullReset":false,"automationName":"XCUITest","preventWDAAttachments":true,"clearSystemFiles":true,"showXcodeLog":true},"capabilities":{"firstMatch":[{"platformName":"iOS","platformVersion":"11.0"}]}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"11.0","deviceName":"iPhone 7","app":"/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app","newCommandTimeout":999999,"noReset":true,"fullReset":false,"automationName":"XCUITest","preventWDAAttachments":true,"clearSystemFiles":true,"showXcodeLog":true},null,{"firstMatch":[{"platformName":"iOS","platformVersion":"11.0"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1508332888826 (14:21:28 GMT+0100 (BST))
[Appium] Creating new XCUITestDriver (v2.51.1) session
[Appium] Capabilities:
[Appium] platformName: 'iOS'
[Appium] platformVersion: '11.0'
[Appium] deviceName: 'iPhone 7'
[Appium] app: '/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app'
[Appium] newCommandTimeout: 999999
[Appium] noReset: true
[Appium] fullReset: false
[Appium] automationName: 'XCUITest'
[Appium] preventWDAAttachments: true
[Appium] clearSystemFiles: true
[Appium] showXcodeLog: true
[BaseDriver] Session created with session id: 40e558b9-cc17-48a1-bef0-a73b6f738c9b
[debug] [XCUITest] Xcode version set to '9.0.1'
[debug] [XCUITest] iOS SDK Version set to '11.0'
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1508332889028 (14:21:29 GMT+0100 (BST))
[iOSSim] Constructing iOS simulator for Xcode version 9.0.1 with udid 'AF5E13AE-3B12-4AA8-85AE-3B69F54B107D'
[XCUITest] Determining device to run tests on: udid: 'AF5E13AE-3B12-4AA8-85AE-3B69F54B107D', real device: false
[BaseDriver] Using local app '/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app'
[debug] [BaseDriver] Event 'appConfigured' logged at 1508332889426 (14:21:29 GMT+0100 (BST))
[debug] [XCUITest] Checking whether app '/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app' is actually present on file system
[debug] [XCUITest] App is present
[debug] [iOS] Getting bundle ID from app '/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app': 'com.aaa.universal'
[debug] [BaseDriver] Event 'resetStarted' logged at 1508332889429 (14:21:29 GMT+0100 (BST))
[debug] [XCUITest] Reset: noReset is on. Leaving simulator as is
[debug] [BaseDriver] Event 'resetComplete' logged at 1508332889430 (14:21:29 GMT+0100 (BST))
[debug] [iOSLog] Starting iOS 11.0 simulator log capture
[debug] [iOSLog] System log path: /Users/janijegoroff/Library/Logs/CoreSimulator/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/system.log
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1508332889601 (14:21:29 GMT+0100 (BST))
[XCUITest] Setting up simulator
[debug] [iOS] No reason to set locale
[debug] [iOS] No iOS / app preferences to set
[debug] [iOSSim] Setting common Simulator preferences to {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] Updated shared Simulator preferences at '/Users/janijegoroff/Library/Preferences/com.apple.iphonesimulator.plist' with {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] The count of running Simulator UI client instances is 0
[iOSSim] Booting Simulator with UDID AF5E13AE-3B12-4AA8-85AE-3B69F54B107D...
[iOSSim] Starting Simulator UI with command: open -Fn /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID AF5E13AE-3B12-4AA8-85AE-3B69F54B107D -ConnectHardwareKeyboard 0
[debug] [iOSSim] The count of running Simulator UI client instances is 1
[iOSSim] Simulator with UDID AF5E13AE-3B12-4AA8-85AE-3B69F54B107D booted in 31 seconds
[debug] [BaseDriver] Event 'simStarted' logged at 1508332920821 (14:22:00 GMT+0100 (BST))
[debug] [XCUITest] Installing '/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app' on Simulator with UUID 'AF5E13AE-3B12-4AA8-85AE-3B69F54B107D'...
[debug] [XCUITest] The app has been installed successfully.
[debug] [BaseDriver] Event 'appInstalled' logged at 1508332929027 (14:22:09 GMT+0100 (BST))
[XCUITest] Using WDA path: '/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Using WDA agent: '/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
[debug] [XCUITest] Capability 'useNewWDA' set to false, so trying to reuse currently running WDA instance at 'http://localhost:8100/'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] WDA is not listening at 'http://localhost:8100/'. Rebuilding...
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1508332929208 (14:22:09 GMT+0100 (BST))
[XCUITest] Launching WebDriverAgent on the device
[debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
[debug] [XCUITest] Killing running processes 'xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iproxy 8100, AF5E13AE-3B12-4AA8-85AE-3B69F54B107D.*XCTRunner' for the device AF5E13AE-3B12-4AA8-85AE-3B69F54B107D...
[debug] [XCUITest] 'pgrep -nif xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif iproxy 8100' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif AF5E13AE-3B12-4AA8-85AE-3B69F54B107D.*XCTRunner' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Using Xcode 9.0.1, so fixing WDA codebase
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=AF5E13AE-3B12-4AA8-85AE-3B69F54B107D IPHONEOS_DEPLOYMENT_TARGET=11.0' in directory '/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[debug] [XCUITest] Output from xcodebuild will be logged. To see xcode logging, use 'showXcodeLog' desired capability
[Xcode] Build settings from command line:
[Xcode]
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] IPHONEOS_DEPLOYMENT_TARGET = 11.0
[Xcode]
[Xcode]
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] === BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode]
[Xcode] ** TEST BUILD SUCCEEDED **
[Xcode]
[Xcode]
[debug] [XCUITest] Log file for xcodebuild test: /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-2808C6CF-C801-4AE1-B01B-CA7581405497/WebDriverAgentRunner-09B7596C-B9E3-46CB-BE1B-35062018E1B9/Session-WebDriverAgentRunner-2017-10-18_142212-m5FV2h.log
[Xcode] 2017-10-18 14:22:12.474 xcodebuild[84675:11155726] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
[Xcode] /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-2808C6CF-C801-4AE1-B01B-CA7581405497/WebDriverAgentRunner-09B7596C-B9E3-46CB-BE1B-35062018E1B9/Session-WebDriverAgentRunner-2017-10-18_142212-m5FV2h.log
[Xcode]
[Xcode] 2017-10-18 14:22:12.474 xcodebuild[84675:11155704] [MT] IDETestOperationsObserverDebug: (44192DC2-5206-4EDF-BE70-0A3F051BE79B) Beginning test session WebDriverAgentRunner-44192DC2-5206-4EDF-BE70-0A3F051BE79B at 2017-10-18 14:22:12.474 with Xcode 9A1004 on target <DVTiPhoneSimulator: 0x7ff1cf81bcf0> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] } (11.0.1 (15A8401))
[Xcode]
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] ** TEST EXECUTE SUCCEEDED **
[Xcode]
[Xcode]
[Xcode] 2017-10-18 14:22:16.047888+0100 XCTRunner[84719:11156199] +[CATransaction synchronize] called within transaction
[Xcode] 2017-10-18 14:22:16.200169+0100 XCTRunner[84719:11156199] Running tests...
[Xcode] 2017-10-18 14:22:17.799806+0100 XCTRunner[84719:11156199] Continuing to run tests in the background with task ID 1
[Xcode] Test Suite 'All tests' started at 2017-10-18 14:22:18.851
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2017-10-18 14:22:18.852
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2017-10-18 14:22:18.853.
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.001) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2017-10-18 14:22:18.855
[Xcode] Test Suite 'UITestingUITests' started at 2017-10-18 14:22:18.855
[Xcode] 2017-10-18 14:22:18.856346+0100 XCTRunner[84719:11156199] +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x125b98600
[Xcode] <unknown>:0: error: UITestingUITests : +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x125b98600
[Xcode] (
[Xcode] 0 CoreFoundation 0x000000010fa2b1cb __exceptionPreprocess + 171
[Xcode] 1 libobjc.A.dylib 0x000000010ef3ff41 objc_exception_throw + 48
[Xcode] 2 CoreFoundation 0x000000010faab854 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
[Xcode] 3 CoreFoundation 0x000000010f9ae178 ___forwarding___ + 1432
[Xcode] 4 CoreFoundation 0x000000010f9adb58 _CF_forwarding_prep_0 + 120
[Xcode] 5 WebDriverAgentRunner 0x000000012527af0c +[UITestingUITests setUp] + 76
[Xcode] 6 XCTest 0x000000010e7f3f21 __27-[XCTestSuite performTest:]_block_invoke + 58
[Xcode] 7 XCTest 0x000000010e7f39b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 8 XCTest 0x000000010e7f3bb6 -[XCTestSuite performTest:] + 239
[Xcode] 9 XCTest 0x000000010e7f4052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 10 XCTest 0x000000010e7f39b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 11 XCTest 0x000000010e7f3bb6 -[XCTestSuite performTest:] + 239
[Xcode] 12 XCTest 0x000000010e7f4052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 13 XCTest 0x000000010e7f39b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 14 XCTest 0x000000010e7f3bb6 -[XCTestSuite performTest:] + 239
[Xcode] 15 XCTest 0x000000010e84c16d __44-[XCTTestRunSession runTestsAndReturnError:]_block_invoke + 40
[Xcode] 16 XCTest 0x000000010e807232 -[XCTestObservationCenter _observeTestExecutionForBlock:] + 475
[Xcode] 17 XCTest 0x000000010e84c00c -[XCTTestRunSession runTestsAndReturnError:] + 281
[Xcode] 18 XCTest 0x000000010e7e36ab -[XCTestDriver runTestsAndReturnError:] + 314
[Xcode] 19 XCTest 0x000000010e843eb6 _XCTestMain + 619
[Xcode] 20 CoreFoundation 0x000000010f9ce20c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
[Xcode] 21 CoreFoundation 0x000000010f9b2a3b __CFRunLoopDoBlocks + 203
[Xcode] 22 CoreFoundation 0x000000010f9b2214 __CFRunLoopRun + 1300
[Xcode] 23 CoreFoundation 0x000000010f9b1a89 CFRunLoopRunSpecific + 409
[Xcode] 24 GraphicsServices 0x0000000112d249c6 GSEventRunModal + 62
[Xcode] 25 UIKit 0x000000010fea623c UIApplicationMain + 159
[Xcode] 26 XCTRunner 0x000000010e55e88b XCTRunner + 6283
[Xcode] 27 libdyld.dylib 0x000000011431dd81 start + 1
[Xcode] )
[Xcode] Test Suite 'UITestingUITests' failed at 2017-10-18 14:22:18.860.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.005) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2017-10-18 14:22:18.861.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.007) seconds
[Xcode] Test Suite 'All tests' failed at 2017-10-18 14:22:18.862.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.011) seconds
[Xcode]
[XCUITest] xcodebuild exited with code '0' and signal 'null'
[Xcode] Contents of xcodebuild log file '/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-2808C6CF-C801-4AE1-B01B-CA7581405497/WebDriverAgentRunner-09B7596C-B9E3-46CB-BE1B-35062018E1B9/Session-WebDriverAgentRunner-2017-10-18_142212-m5FV2h.log':
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] 14:22:12.475 xcodebuild[84675:11155704] Beginning test session WebDriverAgentRunner-44192DC2-5206-4EDF-BE70-0A3F051BE79B at 2017-10-18 14:22:12.474 with Xcode 9A1004 on target <DVTiPhoneSimulator: 0x7ff1cf81bcf0> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] } (11.0.1 (15A8401))
[Xcode] 14:22:12.475 xcodebuild[84675:11155704] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
[Xcode] build-for-testing
[Xcode] test-without-building
[Xcode] -project
[Xcode] /Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
[Xcode] -scheme
[Xcode] WebDriverAgentRunner
[Xcode] -destination
[Xcode] id=AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] IPHONEOS_DEPLOYMENT_TARGET=11.0
[Xcode] 14:22:12.476 xcodebuild[84675:11155704] Launching with Xcode.IDEFoundation.Launcher.PosixSpawn
[Xcode] 14:22:12.480 xcodebuild[84675:11155704] Test standard output and standard error is at /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-2808C6CF-C801-4AE1-B01B-CA7581405497/WebDriverAgentRunner-09B7596C-B9E3-46CB-BE1B-35062018E1B9/StandardOutputAndStandardError.txt
[Xcode] 14:22:12.486 xcodebuild[84675:11155704] Setting up test runner session
[Xcode] 14:22:12.486 xcodebuild[84675:11155927] Sim iPhone 7: Unregistering for sim device notification with token 4
[Xcode] 14:22:12.487 xcodebuild[84675:11155927] Calling -[SimDevice getenv:error:] for TESTMANAGERD_SIM_SOCK
[Xcode] 14:22:12.488 xcodebuild[84675:11155704] Launch session started.
[Xcode] 14:22:12.489 xcodebuild[84675:11155927] Sim iPhone 7 has testmanagerd socket at /private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket
[Xcode] 14:22:12.489 xcodebuild[84675:11155927] Validating test connection socket path (/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket)
[Xcode] 14:22:12.489 xcodebuild[84675:11155927] Constructing transport for test connection socket
[Xcode] 14:22:12.489 xcodebuild[84675:11155927] Connected socket 15 to testmanagerd for Sim iPhone 7
[Xcode] 14:22:12.490 xcodebuild[84675:11155925] Launch session LaunchSessionClaim_0x7ff1cf9fb050 claimed simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:22:12.491 xcodebuild[84675:11155929] Received connection for test runner session
[Xcode] 14:22:12.491 xcodebuild[84675:11155929] Listening for proxy connection request from the test bundle
[Xcode] 14:22:12.491 xcodebuild[84675:11155704] Test runner session acquired connection.
[Xcode] 14:22:12.491 xcodebuild[84675:11155704] Waiting for test process to launch.
[Xcode] 14:22:12.491 xcodebuild[84675:11155929] Initiating session with identifier: 44192DC2-5206-4EDF-BE70-0A3F051BE79B
[Xcode] 14:22:12.492 xcodebuild[84675:11155927] Launch session LaunchSessionClaim_0x7ff1cf9fb050 claimed simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:22:12.492 xcodebuild[84675:11155927] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Registered for sim device notification, got token 5
[Xcode] 14:22:12.492 xcodebuild[84675:11155704] Adding console adaptor <IDEConsoleAdaptor: 0x7ff1cff53310 'target' stdin: <IDEMasterPtyFileHandle: 0x7ff1d006b460 MasterFH: <NSConcreteFileHandle: 0x7ff1d001f340> 22 SlaveFH: <NSConcreteFileHandle: 0x7ff1d007e690> 23> 22 stdout: <IDEMasterPtyFileHandle: 0x7ff1d006b460 MasterFH: <NSConcreteFileHandle: 0x7ff1d001f340> 22 SlaveFH: <NSConcreteFileHandle: 0x7ff1d007e690> 23> 22 stderr: (null) 0> for test session 44192DC2-5206-4EDF-BE70-0A3F051BE79B.
[Xcode] 14:22:12.492 xcodebuild[84675:11155931] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Unregistering for sim device notification with token 5
[Xcode] 14:22:12.493 xcodebuild[84675:11155929] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Installing app at path: /Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app and options: {
[Xcode] CFBundleIdentifier = "com.apple.test.WebDriverAgentRunner-Runner";
[Xcode] }
[Xcode] 14:22:14.633 xcodebuild[84675:11155929] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Installed app at path: /Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app and options: {
[Xcode] CFBundleIdentifier = "com.apple.test.WebDriverAgentRunner-Runner";
[Xcode] }
[Xcode] 14:22:14.633 xcodebuild[84675:11155929] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Registered for sim device notification, got token 6
[Xcode] 14:22:14.633 xcodebuild[84675:11155927] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Unregistering for sim device notification with token 6
[Xcode] 14:22:15.584 xcodebuild[84675:11155929] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Launching app with identifier: com.apple.test.WebDriverAgentRunner-Runner and options: {
[Xcode] arguments = (
[Xcode] "-NSTreatUnknownArgumentsAsOpen",
[Xcode] NO,
[Xcode] "-ApplePersistenceIgnoreState",
[Xcode] YES
[Xcode] );
[Xcode] environment = {
[Xcode] "DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_INSERT_LIBRARIES" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMainThreadChecker.dylib";
[Xcode] "DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "MTC_CRASH_ON_REPORT" = 1;
[Xcode] NSUnbufferedIO = YES;
[Xcode] "OS_ACTIVITY_DT_MODE" = YES;
[Xcode] "USE_PORT" = 8100;
[Xcode] "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
[Xcode] XCTestConfigurationFilePath = "/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-2808C6CF-C801-4AE1-B01B-CA7581405497/WebDriverAgentRunner-09B7596C-B9E3-46CB-BE1B-35062018E1B9/LaunchSessions/44192DC2-5206-4EDF-BE70-0A3F051BE79B/remote-container/tmp/WebDriverAgentRunner-44192DC2-5206-4EDF-BE70-0A3F051BE79B.xctestconfiguration";
[Xcode] "__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] };
[Xcode] stderr = "/dev/ttys002";
[Xcode] stdout = "/dev/ttys002";
[Xcode] "wait_for_debugger" = 0;
[Xcode] }
[Xcode] 14:22:15.672 xcodebuild[84675:11155931] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Launched app with identifier: com.apple.test.WebDriverAgentRunner-Runner (pid = 84719)
[Xcode] 14:22:15.672 xcodebuild[84675:11155931] Tracking pid 84719 for simulator <DVTiPhoneSimulator: 0x7ff1cf81bcf0> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] }
[Xcode] 14:22:15.672 xcodebuild[84675:11155931] Checking to see if pid 84719 is valid: kill(pid, 0) = 0 (YES, it's still running)
[Xcode] 14:22:15.672 xcodebuild[84675:11155931] Setting up DVTTaskNotifyOnProcDeath for pid 84719
[Xcode] 14:22:15.673 xcodebuild[84675:11155704] Test process runnable PID is 84719.
[Xcode] 14:22:16.049 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 113 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:16.150 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:16.201 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 75 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:16.266 xcodebuild[84675:11155929] Got reply to session initiation request with identifier 44192DC2-5206-4EDF-BE70-0A3F051BE79B (result:error): 25: (null)
[Xcode] 14:22:16.280 xcodebuild[84675:11155929] Handling proxy channel request from test runner
[Xcode] 14:22:16.280 xcodebuild[84675:11155929] Test runner is ready, running protocol 25, requires at least version 8. Control framework is running 25 and requires at least 8
[Xcode] 14:22:16.280 xcodebuild[84675:11155704] Test runner session successfully initiated.
[Xcode] 14:22:16.280 xcodebuild[84675:11155704] Creating the daemon control session.
[Xcode] 14:22:16.280 xcodebuild[84675:11155704] Whitelisting test process ID 84719
[Xcode] 14:22:16.280 xcodebuild[84675:11155925] Sim iPhone 7: Unregistering for sim device notification with token 7
[Xcode] 14:22:16.280 xcodebuild[84675:11155704] Got authorization request for pid 84719
[Xcode] 14:22:16.280 xcodebuild[84675:11155925] Calling -[SimDevice getenv:error:] for TESTMANAGERD_SIM_SOCK
[Xcode] 14:22:16.283 xcodebuild[84675:11155925] Sim iPhone 7 has testmanagerd socket at /private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket
[Xcode] 14:22:16.283 xcodebuild[84675:11155925] Validating test connection socket path (/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket)
[Xcode] 14:22:16.284 xcodebuild[84675:11155925] Constructing transport for test connection socket
[Xcode] 14:22:16.284 xcodebuild[84675:11155925] Connected socket 29 to testmanagerd for Sim iPhone 7
[Xcode] 14:22:16.284 xcodebuild[84675:11155927] Requesting authorization for pid 84719
[Xcode] 14:22:16.302 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:16.618 xcodebuild[84675:11155929] Got reply to authorization request for pid 84719 (result:error): 25: (null)
[Xcode] 14:22:16.618 xcodebuild[84675:11155704] Got whitelisting response from test daemon. Success: 1
[Xcode] 14:22:16.619 xcodebuild[84675:11155704] Registering/updating daemon-based crash report observer for process names (
[Xcode] XCTRunner,
[Xcode] "WebDriverAgentRunner-Runner",
[Xcode] xctest
[Xcode] ), report directories: (
[Xcode] "/Users/janijegoroff/Library/Logs/DiagnosticReports",
[Xcode] "/Library/Logs/DiagnosticReports"
[Xcode] ).
[Xcode] 14:22:16.619 testmanagerd[84702:11155944] Received request to collect crash reports in directories '/Users/janijegoroff/Library/Logs/DiagnosticReports', '/Library/Logs/DiagnosticReports' for processes with names 'XCTRunner', 'WebDriverAgentRunner-Runner', 'xctest'
[Xcode] 14:22:16.623 testmanagerd[84702:11156275] Got reply for process assertion request, success: YES
[Xcode] 14:22:16.624 testmanagerd[84702:11155944] Initializing crash report observer for /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:22:16.624 testmanagerd[84702:11155944] Getting files in /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:22:16.648 testmanagerd[84702:11155944] Found 6 files in /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:22:16.649 testmanagerd[84702:11155944] Started monitoring /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:22:16.650 testmanagerd[84702:11155944] Initializing crash report observer for /Library/Logs/DiagnosticReports
[Xcode] 14:22:16.650 testmanagerd[84702:11155944] Getting files in /Library/Logs/DiagnosticReports
[Xcode] 14:22:16.651 testmanagerd[84702:11155944] Found 78 files in /Library/Logs/DiagnosticReports
[Xcode] 14:22:16.654 xcodebuild[84675:11155704] Telling test runner to start executing tests.
[Xcode] 14:22:16.652 testmanagerd[84702:11155944] Started monitoring /Library/Logs/DiagnosticReports
[Xcode] 14:22:16.207 XCTRunner[84719:11156199] Linked XCTest.framework from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest, built with Xcode 0900(9A221a), modified on Saturday, September 2, 2017 at 4:51:28 PM British Summer Time
[Xcode] XCTest.framework bundle version: 13201
[Xcode] 14:22:16.208 XCTRunner[84719:11156199] System uptime: 46
[Xcode] 14:22:16.208 XCTRunner[84719:11156199] Process arguments: (
[Xcode] "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Bundle/Application/ABBAC130-0F90-48B1-9C6A-EDCFE54658B1/WebDriverAgentRunner-Runner.app/XCTRunner",
[Xcode] "-NSTreatUnknownArgumentsAsOpen",
[Xcode] NO,
[Xcode] "-ApplePersistenceIgnoreState",
[Xcode] YES
[Xcode] )
[Xcode] 14:22:16.209 XCTRunner[84719:11156199] Process environment: {
[Xcode] "CFFIXED_USER_HOME" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/3930F6E6-E07E-45CB-8D11-4EB8A862BBAC";
[Xcode] CLASSIC = 1;
[Xcode] "CUPS_SERVER" = "/private/tmp/com.apple.launchd.Bkt4Dl9DyQ/Listeners";
[Xcode] "DYLD_FALLBACK_FRAMEWORK_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks";
[Xcode] "DYLD_FALLBACK_LIBRARY_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib";
[Xcode] "DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_ROOT_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] HOME = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/3930F6E6-E07E-45CB-8D11-4EB8A862BBAC";
[Xcode] "IOS_SIMULATOR_SYSLOG_SOCKET" = "/private/tmp/com.apple.CoreSimulator.SimDevice.AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/syslogsock";
[Xcode] "IPHONE_SHARED_RESOURCES_DIRECTORY" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data";
[Xcode] "IPHONE_SIMULATOR_ROOT" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] "IPHONE_TVOUT_EXTENDED_PROPERTIES" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Library/Application Support/Simulator/extended_display.plist";
[Xcode] "MTC_CRASH_ON_REPORT" = 1;
[Xcode] NSUnbufferedIO = YES;
[Xcode] "OS_ACTIVITY_DT_MODE" = YES;
[Xcode] PATH = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/local/bin";
[Xcode] "SIMULATOR_AUDIO_DEVICES_PLIST_PATH" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/com.apple.coresimulator.audio.plist";
[Xcode] "SIMULATOR_AUDIO_SETTINGS_PATH" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/simulatoraudio/audiosettings.plist";
[Xcode] "SIMULATOR_BOOT_TIME" = 1508332890;
[Xcode] "SIMULATOR_CAPABILITIES" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/iPhone 7.simdevicetype/Contents/Resources/capabilities.plist";
[Xcode] "SIMULATOR_DEVICE_NAME" = "iPhone 7";
[Xcode] "SIMULATOR_EXTENDED_DISPLAY_PROPERTIES" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Library/Application Support/Simulator/extended_display.plist";
[Xcode] "SIMULATOR_HID_SYSTEM_MANAGER" = "/Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/Platforms/iphoneos/Library/Frameworks/SimulatorHID.framework";
[Xcode] "SIMULATOR_HOST_HOME" = "/Users/janijegoroff";
[Xcode] "SIMULATOR_LEGACY_ASSET_SUFFIX" = iphone;
[Xcode] "SIMULATOR_LOG_ROOT" = "/Users/janijegoroff/Library/Logs/CoreSimulator/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "SIMULATOR_MAINSCREEN_HEIGHT" = 1334;
[Xcode] "SIMULATOR_MAINSCREEN_PITCH" = "326.000000";
[Xcode] "SIMULATOR_MAINSCREEN_SCALE" = "2.000000";
[Xcode] "SIMULATOR_MAINSCREEN_WIDTH" = 750;
[Xcode] "SIMULATOR_MEMORY_WARNINGS" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/memory_warning_simulation";
[Xcode] "SIMULATOR_MODEL_IDENTIFIER" = "iPhone9,1";
[Xcode] "SIMULATOR_PRODUCT_CLASS" = D10;
[Xcode] "SIMULATOR_ROOT" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] "SIMULATOR_RUNTIME_BUILD_VERSION" = 15A8401;
[Xcode] "SIMULATOR_RUNTIME_VERSION" = "11.0.1";
[Xcode] "SIMULATOR_SHARED_RESOURCES_DIRECTORY" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data";
[Xcode] "SIMULATOR_UDID" = "AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "SIMULATOR_VERSION_INFO" = "CoreSimulator 494.22.3 - Device: iPhone 7 - Runtime: iOS 11.0 (15A8401) - DeviceType: iPhone 7";
[Xcode] "TESTMANAGERD_SIM_SOCK" = "/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket";
[Xcode] TMPDIR = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/3930F6E6-E07E-45CB-8D11-4EB8A862BBAC/tmp";
[Xcode] "USE_PORT" = 8100;
[Xcode] "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
[Xcode] XCTestConfigurationFilePath = "/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-2808C6CF-C801-4AE1-B01B-CA7581405497/WebDriverAgentRunner-09B7596C-B9E3-46CB-BE1B-35062018E1B9/LaunchSessions/44192DC2-5206-4EDF-BE70-0A3F051BE79B/remote-container/tmp/WebDriverAgentRunner-44192DC2-5206-4EDF-BE70-0A3F051BE79B.xctestconfiguration";
[Xcode] "XPC_FLAGS" = 0x0;
[Xcode] "XPC_SERVICE_NAME" = "UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0x1370][84424]";
[Xcode] "XPC_SIMULATOR_LAUNCHD_NAME" = "com.apple.CoreSimulator.SimDevice.AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] }
[Xcode] 14:22:16.209 XCTRunner[84719:11156199] App Sandbox active: NO
[Xcode] 14:22:16.209 XCTRunner[84719:11156199] Loading test bundle at: file:///Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/
[Xcode] 14:22:16.218 XCTRunner[84719:11156199] Finished loading test bundle
[Xcode] 14:22:16.218 XCTRunner[84719:11156199] Readying IDE session
[Xcode] 14:22:16.219 XCTRunner[84719:11156199] <XCTWaiter: 0x600000007ad0, state: XCTWaiterStateInProgress> entering wait loop for 5.00s with expectations: (
[Xcode] "Exchange protocol versions with daemon"
[Xcode] )
[Xcode] 14:22:16.275 XCTRunner[84719:11156228] Got daemon protocol version 18
[Xcode] 14:22:16.276 XCTRunner[84719:11156228] <XCTWaiter: 0x600000007ad0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:16.276 XCTRunner[84719:11156199] <XCTWaiter: 0x600000007ad0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:16.276 XCTRunner[84719:11156199] <XCTWaiter: 0x600000007ad0, state: XCTWaiterStateSucceeded> cleaning up Exchange protocol versions with daemon
[Xcode] 14:22:16.276 XCTRunner[84719:11156199] Requesting IDE connection transport
[Xcode] 14:22:16.276 XCTRunner[84719:11156199] <XCTWaiter: 0x604000008e10, state: XCTWaiterStateInProgress> entering wait loop for 60.00s with expectations: (
[Xcode] "Transport for IDE session acquired"
[Xcode] )
[Xcode] 14:22:16.278 XCTRunner[84719:11156226] Creating transport with received transport data
[Xcode] 14:22:16.278 XCTRunner[84719:11156228] <XCTWaiter: 0x604000008e10, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:16.278 XCTRunner[84719:11156199] <XCTWaiter: 0x604000008e10, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:16.278 XCTRunner[84719:11156199] <XCTWaiter: 0x604000008e10, state: XCTWaiterStateSucceeded> cleaning up Transport for IDE session acquired
[Xcode] 14:22:16.278 XCTRunner[84719:11156199] Creating connection with transport <DTXFileDescriptorTransport: 0x6040000fb900>
[Xcode] 14:22:16.279 XCTRunner[84719:11156199] Creating the proxy channel with connection <DTXConnection 0x6040001f5700 : x1>
[Xcode] 14:22:16.280 XCTRunner[84719:11156199] Messaging IDE proxy - _XCT_testBundleReadyWithProtocolVersion:25 minimumVersion:8
[Xcode] 14:22:16.280 XCTRunner[84719:11156199] <XCTWaiter: 0x604000008ee0, state: XCTWaiterStateInProgress> entering wait loop for 60.00s with expectations: (
[Xcode] "IDE session ready for test plan"
[Xcode] )
[Xcode] 14:22:16.281 XCTRunner[84719:11156228] _XCT_testBundleReadyWithProtocolVersion:minimumVersion: reply received
[Xcode] 14:22:16.655 XCTRunner[84719:11156230] _IDE_startExecutingTestPlanWithProtocolVersion:25
[Xcode] 14:22:16.655 XCTRunner[84719:11156226] <XCTWaiter: 0x604000008ee0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:16.655 XCTRunner[84719:11156199] <XCTWaiter: 0x604000008ee0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:16.655 XCTRunner[84719:11156199] <XCTWaiter: 0x604000008ee0, state: XCTWaiterStateSucceeded> cleaning up IDE session ready for test plan
[Xcode] 14:22:16.660 xcodebuild[84675:11155704] Starting test plan, clearing initialization timeout timer.
[Xcode] 14:22:16.660 XCTRunner[84719:11156199] Initializing for UI testing.
[Xcode] 14:22:16.662 XCTRunner[84719:11156199] Linked XCTAutomationSupport.framework from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/XCTAutomationSupport, built with Xcode 0900(9M189u), modified on Tuesday, October 10, 2017 at 10:38:31 PM British Summer Time
[Xcode] XCTAutomationSupport.framework bundle version: 0
[Xcode] 14:22:16.663 XCTRunner[84719:11156199] <XCTWaiter: 0x600000012580, state: XCTWaiterStateInProgress> entering wait loop for 70.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:16.663 testmanagerd[84702:11156275] Performing block with diagnostics...
[Xcode] 14:22:16.663 testmanagerd[84702:11156275] Waiting 65.0s for AX to finish loading...
[Xcode] 14:22:16.668 testmanagerd[84702:11156275] _AXSApplicationAccessibilityEnabled() returned false
[Xcode] 14:22:16.901 testmanagerd[84702:11155944] AX is loaded
[Xcode] 14:22:16.902 testmanagerd[84702:11156275] Calling AXDisableAccessibilityOnTermination() inside a retry block to handle a race between kAXAccessibilityLoaded and backboardd.
[Xcode] 14:22:16.904 testmanagerd[84702:11156275] AXDisableAccessibilityOnTermination() returned 0
[Xcode] 14:22:16.904 testmanagerd[84702:11156275] Created system wide AX element <AXUIElementRef 0x7fe8e250d690> {pid=0} {uid=[ID:1 hash:0x0]}
[Xcode] 14:22:16.907 testmanagerd[84702:11156275] Registered for accessibility notification 1021
[Xcode] 14:22:16.909 testmanagerd[84702:11156275] Registered for accessibility notification 1000
[Xcode] 14:22:16.910 testmanagerd[84702:11156275] Registered for accessibility notification 1005
[Xcode] 14:22:16.912 testmanagerd[84702:11156275] Registered for accessibility notification 1001
[Xcode] 14:22:16.925 testmanagerd[84702:11156275] Registered for accessibility notification 1011
[Xcode] 14:22:16.930 testmanagerd[84702:11156275] Registered for accessibility notification 4002
[Xcode] 14:22:16.931 testmanagerd[84702:11156275] Registered for accessibility notification 4000
[Xcode] 14:22:16.933 testmanagerd[84702:11156275] Registered for accessibility notification 4001
[Xcode] 14:22:16.935 testmanagerd[84702:11156275] Registered for accessibility notification 5000
[Xcode] 14:22:16.937 testmanagerd[84702:11156275] Block succeeded, canceling diagnostics.
[Xcode] 14:22:17.206 XCTRunner[84719:11156227] <XCTWaiter: 0x600000012580, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:17.207 XCTRunner[84719:11156199] <XCTWaiter: 0x600000012580, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:17.207 XCTRunner[84719:11156199] <XCTWaiter: 0x600000012580, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:17.207 XCTRunner[84719:11156199] <XCTWaiter: 0x600000012780, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:17.208 testmanagerd[84702:11156275] AXUIElementSetMessagingTimeout(<AXUIElementRef 0x7fe8e250d690> {pid=0} {uid=[ID:1 hash:0x0]}, 60) -> 0
[Xcode] 14:22:17.218 XCTRunner[84719:11156228] <XCTWaiter: 0x600000012780, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:17.218 XCTRunner[84719:11156199] <XCTWaiter: 0x600000012780, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:17.218 XCTRunner[84719:11156199] <XCTWaiter: 0x600000012780, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:17.219 XCTRunner[84719:11156199] <XCTWaiter: 0x6000000137c0, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:17.220 XCTRunner[84719:11156228] <XCTWaiter: 0x6000000137c0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:17.220 XCTRunner[84719:11156199] <XCTWaiter: 0x6000000137c0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:17.220 XCTRunner[84719:11156199] <XCTWaiter: 0x6000000137c0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:17.221 XCTRunner[84719:11156199] <XCTWaiter: 0x600000013850, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:17.220 testmanagerd[84702:11156275] Registered for AX notification 4002
[Xcode] 14:22:17.222 testmanagerd[84702:11156275] Registered for AX notification 1006
[Xcode] 14:22:17.222 XCTRunner[84719:11156230] <XCTWaiter: 0x600000013850, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:17.222 XCTRunner[84719:11156199] <XCTWaiter: 0x600000013850, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:17.222 XCTRunner[84719:11156199] <XCTWaiter: 0x600000013850, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:17.223 XCTRunner[84719:11156199] <XCTWaiter: 0x6000000138b0, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:17.224 testmanagerd[84702:11156277] Registered for AX notification 1021
[Xcode] 14:22:17.224 XCTRunner[84719:11156226] <XCTWaiter: 0x6000000138b0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:17.224 XCTRunner[84719:11156199] <XCTWaiter: 0x6000000138b0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:17.224 XCTRunner[84719:11156199] <XCTWaiter: 0x6000000138b0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:17.225 XCTRunner[84719:11156199] <XCTWaiter: 0x60400000a110, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:17.225 testmanagerd[84702:11156275] Got request for process assertion for pid 84719.
[Xcode] 14:22:17.225 testmanagerd[84702:11156275] Invalidating previous process assertion for pid 84719.
[Xcode] 14:22:17.229 XCTRunner[84719:11156230] Got reply for background assertion for test process, acquired: YES.
[Xcode] 14:22:17.229 XCTRunner[84719:11156230] <XCTWaiter: 0x60400000a110, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:17.229 XCTRunner[84719:11156199] <XCTWaiter: 0x60400000a110, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:17.229 XCTRunner[84719:11156199] <XCTWaiter: 0x60400000a110, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:17.229 XCTRunner[84719:11156199] Registering for UIApplicationDidEnterBackgroundNotification
[Xcode] 14:22:17.229 XCTRunner[84719:11156199] Hitting home button to enter background.
[Xcode] 14:22:17.230 XCTRunner[84719:11156199] <XCTWaiter: 0x60400000a220, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&eventSent, 5)) || !_XCWaitLoopIsValid }"
[Xcode] )
[Xcode] 14:22:17.229 testmanagerd[84702:11156275] Created process assertion for pid 84719: <BKSProcessAssertion: 0x7fe8e2704e20>, waiting for response from assertiond.
[Xcode] 14:22:17.229 testmanagerd[84702:11156269] Got reply for process assertion request, success: YES
[Xcode] 14:22:17.231 testmanagerd[84702:11156275] Performing <XCDeviceEvent:0x7fe8e270a560 page 12 usage 64 duration 0.01s
[Xcode] 14:22:17.236 testmanagerd[84702:11156269] Sleeping for 0.005000s before sending up event
[Xcode] 14:22:17.243 testmanagerd[84702:11156269] Waiting for device event confirmation.
[Xcode] 14:22:17.806 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 115 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:17.816 testmanagerd[84702:11155944] AX Notification 1021
[Xcode] 14:22:17.817 testmanagerd[84702:11155944] Calling handler for AX notification 1021:{
[Xcode] pid = 84719;
[Xcode] "tentative-suspended" = 1;
[Xcode] }
[Xcode] 14:22:17.819 XCTRunner[84719:11156228] Got AX notification 1021
[Xcode] 14:22:17.819 XCTRunner[84719:11156228] Got kAXPidStatusChangedNotification for 84719: active
[Xcode] 14:22:17.850 testmanagerd[84702:11155944] AX Notification 4002
[Xcode] 14:22:17.850 testmanagerd[84702:11155944] Calling handler for AX notification 4002:{
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 14:22:17.851 testmanagerd[84702:11155944] Got user testing notification with payload {
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 14:22:17.852 XCTRunner[84719:11156199] No application process found matching pid 84719, caching
[Xcode] 14:22:17.852 XCTRunner[84719:11156227] Got AX notification 4002
[Xcode] 14:22:17.851 testmanagerd[84702:11155944] Signaling device event confirmed by AX notification.
[Xcode] 14:22:17.851 testmanagerd[84702:11156269] Gesture complete, replying to client.
[Xcode] 14:22:17.852 XCTRunner[84719:11156341] <XCTWaiter: 0x60400000a220, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:17.852 XCTRunner[84719:11156199] <XCTWaiter: 0x60400000a220, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:17.852 XCTRunner[84719:11156199] <XCTWaiter: 0x60400000a220, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&eventSent, 5)) || !_XCWaitLoopIsValid }
[Xcode] 14:22:17.852 XCTRunner[84719:11156199] <XCTWaiter: 0x60400000a2b0, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (success) }"
[Xcode] )
[Xcode] 14:22:17.909 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.408 testmanagerd[84702:11155944] AX Notification 1011
[Xcode] 14:22:18.701 XCTRunner[84719:11156199] Got UIApplicationDidEnterBackgroundNotification
[Xcode] 14:22:18.702 XCTRunner[84719:11156245] <XCTWaiter: 0x60400000a2b0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:18.771 XCTRunner[84719:11156199] <XCTWaiter: 0x60400000a2b0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:18.771 XCTRunner[84719:11156199] <XCTWaiter: 0x60400000a2b0, state: XCTWaiterStateSucceeded> cleaning up ^{ (success) }
[Xcode] 14:22:18.771 XCTRunner[84719:11156199] Done initializing for UI testing.
[Xcode] 14:22:18.771 XCTRunner[84719:11156199] Loading test suite...
[Xcode] 14:22:18.851 XCTRunner[84719:11156199] Finished loading test suite, took 0.080s
[Xcode] 14:22:18.851 XCTRunner[84719:11156199] -[XCTRunnerIDESession testBundleWillStart:]
[Xcode] 14:22:18.852 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 58 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.851 XCTRunner[84719:11156199] Running suite...
[Xcode] 14:22:18.851 XCTRunner[84719:11156199] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 2017-10-18 14:22:16.047888+0100 XCTRunner[84719:11156199] +[CATransaction synchronize] called within transaction
[Xcode] 2017-10-18 14:22:16.200169+0100 XCTRunner[84719:11156199] Running tests...
[Xcode] 2017-10-18 14:22:17.799806+0100 XCTRunner[84719:11156199] Continuing to run tests in the background with task ID 1
[Xcode] Test Suite 'All tests' started at 2017-10-18 14:22:18.851
[Xcode] 14:22:18.853 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 76 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.853 xcodebuild[84675:11155704] _XCT_testSuite:All tests didStartAt:2017-10-18 13:22:18 +0000
[Xcode] 14:22:18.854 xcodebuild[84675:11155929] (LOG ARBITER) Rotating message buffer with 1 messages.
[Xcode] 14:22:18.852 XCTRunner[84719:11156199] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:22:18.854 xcodebuild[84675:11155704] _XCT_testSuite:WebDriverAgentLib.framework didStartAt:2017-10-18 13:22:18 +0000
[Xcode] 14:22:18.853 XCTRunner[84719:11156199] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2017-10-18 14:22:18.852
[Xcode] 14:22:18.854 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 152 bytes written out to StandardOutputAndStandardError
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2017-10-18 14:22:18.853.
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.001) seconds
[Xcode] 14:22:18.855 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 76 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.855 xcodebuild[84675:11155704] _XCT_testSuite:WebDriverAgentLib.framework didFinishAt:2017-10-18 13:22:18 +0000 runCount:0 withFailures:0 unexpected:0 testDuration:0 totalDuration:0.000791013240814209
[Xcode] 14:22:18.855 XCTRunner[84719:11156199] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:22:18.856 xcodebuild[84675:11155704] _XCT_testSuite:WebDriverAgentRunner.xctest didStartAt:2017-10-18 13:22:18 +0000
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2017-10-18 14:22:18.855
[Xcode] 14:22:18.856 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 65 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.856 XCTRunner[84719:11156199] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:22:18.856 xcodebuild[84675:11155704] _XCT_testSuite:UITestingUITests didStartAt:2017-10-18 13:22:18 +0000
[Xcode] Test Suite 'UITestingUITests' started at 2017-10-18 14:22:18.855
[Xcode] 14:22:18.858 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 155 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.860 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 1018 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.860 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 1022 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.860 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 858 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.860 XCTRunner[84719:11156199] -[XCTRunnerIDESession testSuite:didFailWithDescription:inFile:atLine:]
[Xcode] 14:22:18.861 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 140 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.861 XCTRunner[84719:11156230] Got AX notification 4002
[Xcode] 14:22:18.861 XCTRunner[84719:11156199] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 2017-10-18 14:22:18.856346+0100 XCTRunner[84719:11156199] +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x125b98600
[Xcode] <unknown>:0: error: UITestingUITests : +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x125b98600
[Xcode] (
[Xcode] 0 CoreFoundation 0x000000010fa2b1cb __exceptionPreprocess + 171
[Xcode] 1 libobjc.A.dylib 0x000000010ef3ff41 objc_exception_throw + 48
[Xcode] 2 CoreFoundation 0x000000010faab854 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
[Xcode] 3 CoreFoundation 0x000000010f9ae178 ___forwarding___ + 1432
[Xcode] 4 CoreFoundation 0x000000010f9adb58 _CF_forwarding_prep_0 + 120
[Xcode] 5 WebDriverAgentRunner 0x000000012527af0c +[UITestingUITests setUp] + 76
[Xcode] 6 XCTest 0x000000010e7f3f21 __27-[XCTestSuite performTest:]_block_invoke + 58
[Xcode] 7 XCTest 0x000000010e7f39b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 8 XCTest 0x000000010e7f3bb6 -[XCTestSuite performTest:] + 239
[Xcode] 9 XCTest 0x000000010e7f4052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 10 XCTest 0x000000010e7f39b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 11 XCTest 0x000000010e7f3bb6 -[XCTestSuite performTest:] + 239
[Xcode] 12 XCTest 0x000000010e7f4052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 13 XCTest 0x000000010e7f39b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 14 XCTest 0x000000010e7f3bb6 -[XCTestSuite performTest:] + 239
[Xcode] 15 XCTest 0x000000010e84c16d __44-[XCTTestRunSession runTestsAndReturnError:]_block_invoke + 40
[Xcode] 16 XCTest 0x000000010e807232 -[XCTestObservationCenter _observeTestExecutionForBlock:] + 475
[Xcode] 17 XCTest 0x000000010e84c00c -[XCTTestRunSession runTestsAndReturnError:] + 281
[Xcode] 18 XCTest 0x000000010e7e36ab -[XCTestDriver runTestsAndReturnError:] + 314
[Xcode] 19 XCTest 0x000000010e843eb6 _XCTestMain + 619
[Xcode] 20 CoreFoundation 0x000000010f9ce20c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
[Xcode] 21 CoreFoundation 0x000000010f9b2a3b __CFRunLoopDoBlocks + 203
[Xcode] 22 CoreFoundation 0x000000010f9b2214 __CFRunLoopRun + 1300
[Xcode] 23 CoreFoundation 0x000000010f9b1a89 CFRunLoopRunSpecific + 409
[Xcode] 24 GraphicsServices 0x0000000112d249c6 GSEventRunModal + 62
[Xcode] 25 UIKit 0x000000010fea623c UIApplicationMain + 159
[Xcode] 26 XCTRunner 0x000000010e55e88b XCTRunner + 6283
[Xcode] 27 libdyld.dylib 0x000000011431dd81 start + 1
[Xcode] )
[Xcode] Test Suite 'UITestingUITests' failed at 2017-10-18 14:22:18.860.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.005) seconds
[Xcode] 14:22:18.862 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 151 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.862 xcodebuild[84675:11155704] _XCT_testSuite:UITestingUITests didFinishAt:2017-10-18 13:22:18 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.004997014999389648
[Xcode] 14:22:18.861 XCTRunner[84719:11156199] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:22:18.862 xcodebuild[84675:11155704] _XCT_testSuite:WebDriverAgentRunner.xctest didFinishAt:2017-10-18 13:22:18 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.006714046001434326
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2017-10-18 14:22:18.861.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.007) seconds
[Xcode] 14:22:18.862 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 133 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:18.862 XCTRunner[84719:11156199] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:22:18.863 xcodebuild[84675:11155704] _XCT_testSuite:All tests didFinishAt:2017-10-18 13:22:18 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.01089799404144287
[Xcode] 14:22:18.863 XCTRunner[84719:11156199] Finished running suite.
[Xcode] 14:22:18.863 XCTRunner[84719:11156199] -[XCTRunnerIDESession testBundleDidFinish:], Flushing connection to IDE...
[Xcode] 14:22:18.863 XCTRunner[84719:11156199] Calling completion.
[Xcode] 14:22:18.864 xcodebuild[84675:11155704] -[XCTTestRunnerSession _XCT_didFinishExecutingTestPlan]_block_invoke
[Xcode] 14:22:18.864 XCTRunner[84719:11156199] <XCTWaiter: 0x6000000122e0, state: XCTWaiterStateInProgress> entering wait loop for 15.00s with expectations: (
[Xcode] "IDE confirmed the end of session"
[Xcode] )
[Xcode] 14:22:18.864 XCTRunner[84719:11156228] <XCTWaiter: 0x6000000122e0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:18.864 XCTRunner[84719:11156199] <XCTWaiter: 0x6000000122e0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:18.864 XCTRunner[84719:11156199] <XCTWaiter: 0x6000000122e0, state: XCTWaiterStateSucceeded> cleaning up IDE confirmed the end of session
[Xcode] 14:22:18.883 xcodebuild[84675:11155704] Got death notice for pid 84719, removing from SimulatorSessionMap
[Xcode] 14:22:18.883 xcodebuild[84675:11155704] Launch session LaunchSessionClaim_0x7ff1cf9fb050 relinquised claim on simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:22:18.883 xcodebuild[84675:11155704] Launch session LaunchSessionClaim_0x7ff1cf9fb050 relinquised claim on simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:22:18.850 testmanagerd[84702:11155944] AX Notification 1000
[Xcode] 14:22:18.857 testmanagerd[84702:11155944] AX Notification 4002
[Xcode] 14:22:18.859 testmanagerd[84702:11155944] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBMainWorkspaceApplicationSceneLayoutElementViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:18.861 testmanagerd[84702:11155944] Got user testing notification with payload {
[Xcode] controllerClass = SBMainWorkspaceApplicationSceneLayoutElementViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:18.898 testmanagerd[84702:11156270] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (84719) -> 4
[Xcode] 14:22:18.902 testmanagerd[84702:11156277] Test process connection invalidated or interrupted, closing test session <XCTestSession: 0x7fe8e24201b0>.
[Xcode] 14:22:18.904 xcodebuild[84675:11155927] Closing socket 15 to testmanagerd for Sim iPhone 7
[Xcode] 14:22:18.903 testmanagerd[84702:11156270] Closed <XCTestSession: 0x7fe8e24201b0>, removing from (
[Xcode] "<XCTestSession: 0x7fe8e24201b0>"
[Xcode] )
[Xcode] 14:22:18.903 testmanagerd[84702:11156270] Tearing down test session <XCTestSession: 0x7fe8e24201b0>.
[Xcode] 14:22:18.903 testmanagerd[84702:11156270] XCTestSession is responsible for cleaning up its socket from an XCIDESession
[Xcode] 14:22:18.904 testmanagerd[84702:11156270] Unregistering for AX notification 4002
[Xcode] 14:22:18.904 testmanagerd[84702:11156270] Unregistering for AX notification 1006
[Xcode] 14:22:18.905 testmanagerd[84702:11156270] Unregistering for AX notification 1021
[Xcode] 14:22:18.902 testmanagerd[84702:11155944] AX Notification 4002
[Xcode] 14:22:18.906 testmanagerd[84702:11155944] Got user testing notification with payload {
[Xcode] controllerClass = SBDeviceApplicationSceneViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:18.911 testmanagerd[84702:11155944] AX Notification 1021
[Xcode] 14:22:18.912 testmanagerd[84702:11155944] AX Notification 1000
[Xcode] 14:22:18.913 testmanagerd[84702:11155944] AX Notification 4002
[Xcode] 14:22:18.913 testmanagerd[84702:11155944] Got user testing notification with payload {
[Xcode] controllerClass = SBMainSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:18.916 testmanagerd[84702:11155944] AX Notification 4002
[Xcode] 14:22:18.916 testmanagerd[84702:11155944] Got user testing notification with payload {
[Xcode] controllerClass = SBDeckSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:18.917 testmanagerd[84702:11156270] Considering exiting:
[Xcode] 14:22:18.917 testmanagerd[84702:11156270] Session summary: 0 test sessions, 0 sessions with identifiers, 0 unidentified sessions, has control sessions, 0 pending connections
[Xcode] 14:22:18.917 testmanagerd[84702:11156270] Control sessions: (
[Xcode] "<XCIDESession: 0x7fe8e25086d0> (socket 5) created Wednesday, October 18, 2017 at 2:22:16 PM British Summer Time"
[Xcode] )
[Xcode] Test Suite 'All tests' failed at 2017-10-18 14:22:18.862.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.011) seconds
[Xcode] 14:22:18.965 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:19.137 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30> finished receiving data from <IDEConsoleAdaptor: 0x7ff1cff53310 'target' stdin: (null) 0 stdout: (null) 0 stderr: (null) 0>
[Xcode] 14:22:19.137 xcodebuild[84675:11155704] <IDETestOperationCoordinator: 0x7ff1cfdcda30>: _considerFlushingDelegateBlockQueue - nothing to flush
[Xcode] 14:22:19.137 xcodebuild[84675:11155704] _finishWithError:(null)
[Xcode]
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332939978 (14:22:19 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332941092 (14:22:21 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332942203 (14:22:22 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332943316 (14:22:23 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332944453 (14:22:24 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332945575 (14:22:25 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332946685 (14:22:26 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332947801 (14:22:27 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332948914 (14:22:28 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332950025 (14:22:30 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332951133 (14:22:31 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332952246 (14:22:32 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332953356 (14:22:33 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332954472 (14:22:34 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332955585 (14:22:35 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [XCUITest] Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
[debug] [XCUITest] Quitting and uninstalling WebDriverAgent, then retrying
[XCUITest] Shutting down sub-processes
[debug] [XCUITest] Removing WDA application from device
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1508332967975 (14:22:47 GMT+0100 (BST))
[XCUITest] Launching WebDriverAgent on the device
[debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
[debug] [XCUITest] Killing running processes 'xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iproxy 8100, AF5E13AE-3B12-4AA8-85AE-3B69F54B107D.*XCTRunner' for the device AF5E13AE-3B12-4AA8-85AE-3B69F54B107D...
[debug] [XCUITest] 'pgrep -nif xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif iproxy 8100' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif AF5E13AE-3B12-4AA8-85AE-3B69F54B107D.*XCTRunner' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Using Xcode 9.0.1, so fixing WDA codebase
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=AF5E13AE-3B12-4AA8-85AE-3B69F54B107D IPHONEOS_DEPLOYMENT_TARGET=11.0' in directory '/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[debug] [XCUITest] Output from xcodebuild will be logged. To see xcode logging, use 'showXcodeLog' desired capability
[Xcode] Build settings from command line:
[Xcode]
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] IPHONEOS_DEPLOYMENT_TARGET = 11.0
[Xcode]
[Xcode]
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] === BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode]
[Xcode] ** TEST BUILD SUCCEEDED **
[Xcode]
[Xcode]
[debug] [XCUITest] Log file for xcodebuild test: /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-A63E6E98-917F-45AF-90C8-B2FC415CDE6C/WebDriverAgentRunner-7427D85D-FDCB-445C-9F0B-374CE6768571/Session-WebDriverAgentRunner-2017-10-18_142249-Sr5xaE.log
[Xcode] 2017-10-18 14:22:49.891 xcodebuild[84889:11157542] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
[Xcode] /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-A63E6E98-917F-45AF-90C8-B2FC415CDE6C/WebDriverAgentRunner-7427D85D-FDCB-445C-9F0B-374CE6768571/Session-WebDriverAgentRunner-2017-10-18_142249-Sr5xaE.log
[Xcode]
[Xcode] 2017-10-18 14:22:49.891 xcodebuild[84889:11157537] [MT] IDETestOperationsObserverDebug: (FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5) Beginning test session WebDriverAgentRunner-FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5 at 2017-10-18 14:22:49.891 with Xcode 9A1004 on target <DVTiPhoneSimulator: 0x7fe668a1deb0> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] } (11.0.1 (15A8401))
[Xcode]
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] ** TEST EXECUTE SUCCEEDED **
[Xcode]
[Xcode]
[Xcode] 2017-10-18 14:22:52.551918+0100 XCTRunner[84923:11157979] +[CATransaction synchronize] called within transaction
[Xcode] 2017-10-18 14:22:52.667685+0100 XCTRunner[84923:11157979] Running tests...
[Xcode] 2017-10-18 14:22:53.376960+0100 XCTRunner[84923:11157979] Continuing to run tests in the background with task ID 1
[Xcode] Test Suite 'All tests' started at 2017-10-18 14:22:54.346
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2017-10-18 14:22:54.346
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2017-10-18 14:22:54.347.
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.000) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2017-10-18 14:22:54.347
[Xcode] Test Suite 'UITestingUITests' started at 2017-10-18 14:22:54.347
[Xcode] 2017-10-18 14:22:54.347458+0100 XCTRunner[84923:11157979] +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x11bd4b600
[Xcode] <unknown>:0: error: UITestingUITests : +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x11bd4b600
[Xcode] (
[Xcode] 0 CoreFoundation 0x0000000105bde1cb __exceptionPreprocess + 171
[Xcode] 1 libobjc.A.dylib 0x00000001050f2f41 objc_exception_throw + 48
[Xcode] 2 CoreFoundation 0x0000000105c5e854 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
[Xcode] 3 CoreFoundation 0x0000000105b61178 ___forwarding___ + 1432
[Xcode] 4 CoreFoundation 0x0000000105b60b58 _CF_forwarding_prep_0 + 120
[Xcode] 5 WebDriverAgentRunner 0x000000011b42df0c +[UITestingUITests setUp] + 76
[Xcode] 6 XCTest 0x00000001049a6f21 __27-[XCTestSuite performTest:]_block_invoke + 58
[Xcode] 7 XCTest 0x00000001049a69b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 8 XCTest 0x00000001049a6bb6 -[XCTestSuite performTest:] + 239
[Xcode] 9 XCTest 0x00000001049a7052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 10 XCTest 0x00000001049a69b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 11 XCTest 0x00000001049a6bb6 -[XCTestSuite performTest:] + 239
[Xcode] 12 XCTest 0x00000001049a7052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 13 XCTest 0x00000001049a69b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 14 XCTest 0x00000001049a6bb6 -[XCTestSuite performTest:] + 239
[Xcode] 15 XCTest 0x00000001049ff16d __44-[XCTTestRunSession runTestsAndReturnError:]_block_invoke + 40
[Xcode] 16 XCTest 0x00000001049ba232 -[XCTestObservationCenter _observeTestExecutionForBlock:] + 475
[Xcode] 17 XCTest 0x00000001049ff00c -[XCTTestRunSession runTestsAndReturnError:] + 281
[Xcode] 18 XCTest 0x00000001049966ab -[XCTestDriver runTestsAndReturnError:] + 314
[Xcode] 19 XCTest 0x00000001049f6eb6 _XCTestMain + 619
[Xcode] 20 CoreFoundation 0x0000000105b8120c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
[Xcode] 21 CoreFoundation 0x0000000105b65a3b __CFRunLoopDoBlocks + 203
[Xcode] 22 CoreFoundation 0x0000000105b65214 __CFRunLoopRun + 1300
[Xcode] 23 CoreFoundation 0x0000000105b64a89 CFRunLoopRunSpecific + 409
[Xcode] 24 GraphicsServices 0x0000000108a099c6 GSEventRunModal + 62
[Xcode] 25 UIKit 0x000000010605923c UIApplicationMain + 159
[Xcode] 26 XCTRunner 0x000000010471188b XCTRunner + 6283
[Xcode] 27 libdyld.dylib 0x000000010a573d81 start + 1
[Xcode] )
[Xcode] Test Suite 'UITestingUITests' failed at 2017-10-18 14:22:54.350.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.003) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2017-10-18 14:22:54.350.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.003) seconds
[Xcode] Test Suite 'All tests' failed at 2017-10-18 14:22:54.351.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.005) seconds
[Xcode]
[XCUITest] xcodebuild exited with code '0' and signal 'null'
[Xcode] Contents of xcodebuild log file '/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-A63E6E98-917F-45AF-90C8-B2FC415CDE6C/WebDriverAgentRunner-7427D85D-FDCB-445C-9F0B-374CE6768571/Session-WebDriverAgentRunner-2017-10-18_142249-Sr5xaE.log':
[Xcode] 14:22:49.892 xcodebuild[84889:11157537] Beginning test session WebDriverAgentRunner-FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5 at 2017-10-18 14:22:49.891 with Xcode 9A1004 on target <DVTiPhoneSimulator: 0x7fe668a1deb0> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] } (11.0.1 (15A8401))
[Xcode] 14:22:49.892 xcodebuild[84889:11157537] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
[Xcode] build-for-testing
[Xcode] test-without-building
[Xcode] -project
[Xcode] /Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
[Xcode] -scheme
[Xcode] WebDriverAgentRunner
[Xcode] -destination
[Xcode] id=AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] IPHONEOS_DEPLOYMENT_TARGET=11.0
[Xcode] 14:22:49.892 xcodebuild[84889:11157537] Launching with Xcode.IDEFoundation.Launcher.PosixSpawn
[Xcode] 14:22:49.893 xcodebuild[84889:11157537] Test standard output and standard error is at /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-A63E6E98-917F-45AF-90C8-B2FC415CDE6C/WebDriverAgentRunner-7427D85D-FDCB-445C-9F0B-374CE6768571/StandardOutputAndStandardError.txt
[Xcode] 14:22:49.900 xcodebuild[84889:11157537] Setting up test runner session
[Xcode] 14:22:49.900 xcodebuild[84889:11157710] Sim iPhone 7: Unregistering for sim device notification with token 4
[Xcode] 14:22:49.900 xcodebuild[84889:11157710] Calling -[SimDevice getenv:error:] for TESTMANAGERD_SIM_SOCK
[Xcode] 14:22:49.902 xcodebuild[84889:11157537] Launch session started.
[Xcode] 14:22:49.903 xcodebuild[84889:11157710] Sim iPhone 7 has testmanagerd socket at /private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket
[Xcode] 14:22:49.903 xcodebuild[84889:11157710] Validating test connection socket path (/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket)
[Xcode] 14:22:49.903 xcodebuild[84889:11157710] Constructing transport for test connection socket
[Xcode] 14:22:49.903 xcodebuild[84889:11157710] Connected socket 19 to testmanagerd for Sim iPhone 7
[Xcode] 14:22:49.904 xcodebuild[84889:11157709] Received connection for test runner session
[Xcode] 14:22:49.904 xcodebuild[84889:11157709] Listening for proxy connection request from the test bundle
[Xcode] 14:22:49.904 xcodebuild[84889:11157709] Initiating session with identifier: FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5
[Xcode] 14:22:49.905 xcodebuild[84889:11157537] Test runner session acquired connection.
[Xcode] 14:22:49.905 xcodebuild[84889:11157537] Waiting for test process to launch.
[Xcode] 14:22:49.906 xcodebuild[84889:11157711] Launch session LaunchSessionClaim_0x7fe669452e90 claimed simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:22:49.907 xcodebuild[84889:11157709] Launch session LaunchSessionClaim_0x7fe669452e90 claimed simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:22:49.907 xcodebuild[84889:11157537] Adding console adaptor <IDEConsoleAdaptor: 0x7fe6691a9850 'target' stdin: <IDEMasterPtyFileHandle: 0x7fe669126160 MasterFH: <NSConcreteFileHandle: 0x7fe668d9c770> 22 SlaveFH: <NSConcreteFileHandle: 0x7fe668d9a4e0> 23> 22 stdout: <IDEMasterPtyFileHandle: 0x7fe669126160 MasterFH: <NSConcreteFileHandle: 0x7fe668d9c770> 22 SlaveFH: <NSConcreteFileHandle: 0x7fe668d9a4e0> 23> 22 stderr: (null) 0> for test session FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5.
[Xcode] 14:22:49.907 xcodebuild[84889:11157709] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Registered for sim device notification, got token 5
[Xcode] 14:22:49.908 xcodebuild[84889:11157710] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Unregistering for sim device notification with token 5
[Xcode] 14:22:49.909 xcodebuild[84889:11157713] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Installing app at path: /Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app and options: {
[Xcode] CFBundleIdentifier = "com.apple.test.WebDriverAgentRunner-Runner";
[Xcode] }
[Xcode] 14:22:51.695 xcodebuild[84889:11157713] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Installed app at path: /Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app and options: {
[Xcode] CFBundleIdentifier = "com.apple.test.WebDriverAgentRunner-Runner";
[Xcode] }
[Xcode] 14:22:51.696 xcodebuild[84889:11157713] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Registered for sim device notification, got token 6
[Xcode] 14:22:51.696 xcodebuild[84889:11157710] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Unregistering for sim device notification with token 6
[Xcode] 14:22:51.813 xcodebuild[84889:11157711] Got reply to session initiation request with identifier FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5 (result:error): 25: (null)
[Xcode] 14:22:52.096 xcodebuild[84889:11157713] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Launching app with identifier: com.apple.test.WebDriverAgentRunner-Runner and options: {
[Xcode] arguments = (
[Xcode] "-NSTreatUnknownArgumentsAsOpen",
[Xcode] NO,
[Xcode] "-ApplePersistenceIgnoreState",
[Xcode] YES
[Xcode] );
[Xcode] environment = {
[Xcode] "DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_INSERT_LIBRARIES" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMainThreadChecker.dylib";
[Xcode] "DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "MTC_CRASH_ON_REPORT" = 1;
[Xcode] NSUnbufferedIO = YES;
[Xcode] "OS_ACTIVITY_DT_MODE" = YES;
[Xcode] "USE_PORT" = 8100;
[Xcode] "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
[Xcode] XCTestConfigurationFilePath = "/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-A63E6E98-917F-45AF-90C8-B2FC415CDE6C/WebDriverAgentRunner-7427D85D-FDCB-445C-9F0B-374CE6768571/LaunchSessions/FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5/remote-container/tmp/WebDriverAgentRunner-FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5.xctestconfiguration";
[Xcode] "__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] };
[Xcode] stderr = "/dev/ttys002";
[Xcode] stdout = "/dev/ttys002";
[Xcode] "wait_for_debugger" = 0;
[Xcode] }
[Xcode] 14:22:52.158 xcodebuild[84889:11157710] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Launched app with identifier: com.apple.test.WebDriverAgentRunner-Runner (pid = 84923)
[Xcode] 14:22:52.158 xcodebuild[84889:11157710] Tracking pid 84923 for simulator <DVTiPhoneSimulator: 0x7fe668a1deb0> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] }
[Xcode] 14:22:52.158 xcodebuild[84889:11157710] Checking to see if pid 84923 is valid: kill(pid, 0) = 0 (YES, it's still running)
[Xcode] 14:22:52.158 xcodebuild[84889:11157710] Setting up DVTTaskNotifyOnProcDeath for pid 84923
[Xcode] 14:22:52.159 xcodebuild[84889:11157537] Test process runnable PID is 84923.
[Xcode] 14:22:52.554 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 113 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:52.657 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:52.670 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 75 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:52.728 xcodebuild[84889:11157713] Handling proxy channel request from test runner
[Xcode] 14:22:52.728 xcodebuild[84889:11157713] Test runner is ready, running protocol 25, requires at least version 8. Control framework is running 25 and requires at least 8
[Xcode] 14:22:52.728 xcodebuild[84889:11157537] Test runner session successfully initiated.
[Xcode] 14:22:52.728 xcodebuild[84889:11157537] Creating the daemon control session.
[Xcode] 14:22:52.729 xcodebuild[84889:11157537] Whitelisting test process ID 84923
[Xcode] 14:22:52.729 xcodebuild[84889:11157942] Calling -[SimDevice getenv:error:] for TESTMANAGERD_SIM_SOCK
[Xcode] 14:22:52.729 xcodebuild[84889:11157537] Got authorization request for pid 84923
[Xcode] 14:22:52.731 xcodebuild[84889:11157942] Sim iPhone 7 has testmanagerd socket at /private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket
[Xcode] 14:22:52.731 xcodebuild[84889:11157942] Validating test connection socket path (/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket)
[Xcode] 14:22:52.731 xcodebuild[84889:11157942] Constructing transport for test connection socket
[Xcode] 14:22:52.731 xcodebuild[84889:11157942] Connected socket 29 to testmanagerd for Sim iPhone 7
[Xcode] 14:22:52.732 xcodebuild[84889:11157713] Requesting authorization for pid 84923
[Xcode] 14:22:52.772 xcodebuild[84889:11157711] Got reply to authorization request for pid 84923 (result:error): 25: (null)
[Xcode] 14:22:52.772 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:52.772 xcodebuild[84889:11157537] Got whitelisting response from test daemon. Success: 1
[Xcode] 14:22:52.772 xcodebuild[84889:11157537] Registering/updating daemon-based crash report observer for process names (
[Xcode] XCTRunner,
[Xcode] "WebDriverAgentRunner-Runner",
[Xcode] xctest
[Xcode] ), report directories: (
[Xcode] "/Users/janijegoroff/Library/Logs/DiagnosticReports",
[Xcode] "/Library/Logs/DiagnosticReports"
[Xcode] ).
[Xcode] 14:22:52.775 testmanagerd[84909:11157723] Received request to collect crash reports in directories '/Users/janijegoroff/Library/Logs/DiagnosticReports', '/Library/Logs/DiagnosticReports' for processes with names 'XCTRunner', 'WebDriverAgentRunner-Runner', 'xctest'
[Xcode] 14:22:52.803 testmanagerd[84909:11157940] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (84923) -> 8
[Xcode] 14:22:52.803 testmanagerd[84909:11157723] Initializing crash report observer for /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:22:52.804 testmanagerd[84909:11157723] Getting files in /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:22:52.805 testmanagerd[84909:11157723] Found 6 files in /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:22:52.806 testmanagerd[84909:11157723] Started monitoring /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:22:52.806 testmanagerd[84909:11157723] Initializing crash report observer for /Library/Logs/DiagnosticReports
[Xcode] 14:22:52.806 testmanagerd[84909:11157723] Getting files in /Library/Logs/DiagnosticReports
[Xcode] 14:22:52.810 xcodebuild[84889:11157537] Telling test runner to start executing tests.
[Xcode] 14:22:52.808 testmanagerd[84909:11157723] Found 78 files in /Library/Logs/DiagnosticReports
[Xcode] 14:22:52.808 testmanagerd[84909:11157723] Started monitoring /Library/Logs/DiagnosticReports
[Xcode] 14:22:52.678 XCTRunner[84923:11157979] Linked XCTest.framework from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest, built with Xcode 0900(9A221a), modified on Saturday, September 2, 2017 at 4:51:28 PM British Summer Time
[Xcode] XCTest.framework bundle version: 13201
[Xcode] 14:22:52.679 XCTRunner[84923:11157979] System uptime: 1:22
[Xcode] 14:22:52.679 XCTRunner[84923:11157979] Process arguments: (
[Xcode] "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Bundle/Application/C947866A-C25D-46C8-A809-54178B0387EE/WebDriverAgentRunner-Runner.app/XCTRunner",
[Xcode] "-NSTreatUnknownArgumentsAsOpen",
[Xcode] NO,
[Xcode] "-ApplePersistenceIgnoreState",
[Xcode] YES
[Xcode] )
[Xcode] 14:22:52.680 XCTRunner[84923:11157979] Process environment: {
[Xcode] "CFFIXED_USER_HOME" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/34FAE884-F3A2-4790-98D3-641EDBDB2C81";
[Xcode] CLASSIC = 1;
[Xcode] "CUPS_SERVER" = "/private/tmp/com.apple.launchd.Bkt4Dl9DyQ/Listeners";
[Xcode] "DYLD_FALLBACK_FRAMEWORK_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks";
[Xcode] "DYLD_FALLBACK_LIBRARY_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib";
[Xcode] "DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_ROOT_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] HOME = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/34FAE884-F3A2-4790-98D3-641EDBDB2C81";
[Xcode] "IOS_SIMULATOR_SYSLOG_SOCKET" = "/private/tmp/com.apple.CoreSimulator.SimDevice.AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/syslogsock";
[Xcode] "IPHONE_SHARED_RESOURCES_DIRECTORY" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data";
[Xcode] "IPHONE_SIMULATOR_ROOT" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] "IPHONE_TVOUT_EXTENDED_PROPERTIES" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Library/Application Support/Simulator/extended_display.plist";
[Xcode] "MTC_CRASH_ON_REPORT" = 1;
[Xcode] NSUnbufferedIO = YES;
[Xcode] "OS_ACTIVITY_DT_MODE" = YES;
[Xcode] PATH = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/local/bin";
[Xcode] "SIMULATOR_AUDIO_DEVICES_PLIST_PATH" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/com.apple.coresimulator.audio.plist";
[Xcode] "SIMULATOR_AUDIO_SETTINGS_PATH" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/simulatoraudio/audiosettings.plist";
[Xcode] "SIMULATOR_BOOT_TIME" = 1508332890;
[Xcode] "SIMULATOR_CAPABILITIES" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/iPhone 7.simdevicetype/Contents/Resources/capabilities.plist";
[Xcode] "SIMULATOR_DEVICE_NAME" = "iPhone 7";
[Xcode] "SIMULATOR_EXTENDED_DISPLAY_PROPERTIES" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Library/Application Support/Simulator/extended_display.plist";
[Xcode] "SIMULATOR_HID_SYSTEM_MANAGER" = "/Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/Platforms/iphoneos/Library/Frameworks/SimulatorHID.framework";
[Xcode] "SIMULATOR_HOST_HOME" = "/Users/janijegoroff";
[Xcode] "SIMULATOR_LEGACY_ASSET_SUFFIX" = iphone;
[Xcode] "SIMULATOR_LOG_ROOT" = "/Users/janijegoroff/Library/Logs/CoreSimulator/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "SIMULATOR_MAINSCREEN_HEIGHT" = 1334;
[Xcode] "SIMULATOR_MAINSCREEN_PITCH" = "326.000000";
[Xcode] "SIMULATOR_MAINSCREEN_SCALE" = "2.000000";
[Xcode] "SIMULATOR_MAINSCREEN_WIDTH" = 750;
[Xcode] "SIMULATOR_MEMORY_WARNINGS" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/memory_warning_simulation";
[Xcode] "SIMULATOR_MODEL_IDENTIFIER" = "iPhone9,1";
[Xcode] "SIMULATOR_PRODUCT_CLASS" = D10;
[Xcode] "SIMULATOR_ROOT" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] "SIMULATOR_RUNTIME_BUILD_VERSION" = 15A8401;
[Xcode] "SIMULATOR_RUNTIME_VERSION" = "11.0.1";
[Xcode] "SIMULATOR_SHARED_RESOURCES_DIRECTORY" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data";
[Xcode] "SIMULATOR_UDID" = "AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "SIMULATOR_VERSION_INFO" = "CoreSimulator 494.22.3 - Device: iPhone 7 - Runtime: iOS 11.0 (15A8401) - DeviceType: iPhone 7";
[Xcode] "TESTMANAGERD_SIM_SOCK" = "/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket";
[Xcode] TMPDIR = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/34FAE884-F3A2-4790-98D3-641EDBDB2C81/tmp";
[Xcode] "USE_PORT" = 8100;
[Xcode] "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
[Xcode] XCTestConfigurationFilePath = "/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-A63E6E98-917F-45AF-90C8-B2FC415CDE6C/WebDriverAgentRunner-7427D85D-FDCB-445C-9F0B-374CE6768571/LaunchSessions/FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5/remote-container/tmp/WebDriverAgentRunner-FDA0FB0C-E765-4E65-AAF4-C3F02C609DB5.xctestconfiguration";
[Xcode] "XPC_FLAGS" = 0x0;
[Xcode] "XPC_SERVICE_NAME" = "UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0x2dd5][84424]";
[Xcode] "XPC_SIMULATOR_LAUNCHD_NAME" = "com.apple.CoreSimulator.SimDevice.AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] }
[Xcode] 14:22:52.680 XCTRunner[84923:11157979] App Sandbox active: NO
[Xcode] 14:22:52.680 XCTRunner[84923:11157979] Loading test bundle at: file:///Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/
[Xcode] 14:22:52.688 XCTRunner[84923:11157979] Finished loading test bundle
[Xcode] 14:22:52.689 XCTRunner[84923:11157979] Readying IDE session
[Xcode] 14:22:52.692 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f1c0, state: XCTWaiterStateInProgress> entering wait loop for 5.00s with expectations: (
[Xcode] "Exchange protocol versions with daemon"
[Xcode] )
[Xcode] 14:22:52.715 XCTRunner[84923:11158028] Got daemon protocol version 18
[Xcode] 14:22:52.715 XCTRunner[84923:11158028] <XCTWaiter: 0x60400000f1c0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:52.715 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f1c0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:52.715 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f1c0, state: XCTWaiterStateSucceeded> cleaning up Exchange protocol versions with daemon
[Xcode] 14:22:52.716 XCTRunner[84923:11157979] Requesting IDE connection transport
[Xcode] 14:22:52.716 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000ef80, state: XCTWaiterStateInProgress> entering wait loop for 60.00s with expectations: (
[Xcode] "Transport for IDE session acquired"
[Xcode] )
[Xcode] 14:22:52.720 XCTRunner[84923:11158026] Creating transport with received transport data
[Xcode] 14:22:52.721 XCTRunner[84923:11158026] <XCTWaiter: 0x60400000ef80, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:52.721 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000ef80, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:52.721 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000ef80, state: XCTWaiterStateSucceeded> cleaning up Transport for IDE session acquired
[Xcode] 14:22:52.721 XCTRunner[84923:11157979] Creating connection with transport <DTXFileDescriptorTransport: 0x6000000e4900>
[Xcode] 14:22:52.724 XCTRunner[84923:11157979] Creating the proxy channel with connection <DTXConnection 0x6040001e2f00 : x1>
[Xcode] 14:22:52.727 XCTRunner[84923:11157979] Messaging IDE proxy - _XCT_testBundleReadyWithProtocolVersion:25 minimumVersion:8
[Xcode] 14:22:52.728 XCTRunner[84923:11158026] _XCT_testBundleReadyWithProtocolVersion:minimumVersion: reply received
[Xcode] 14:22:52.728 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f310, state: XCTWaiterStateInProgress> entering wait loop for 60.00s with expectations: (
[Xcode] "IDE session ready for test plan"
[Xcode] )
[Xcode] 14:22:52.810 XCTRunner[84923:11158029] _IDE_startExecutingTestPlanWithProtocolVersion:25
[Xcode] 14:22:52.811 XCTRunner[84923:11158029] <XCTWaiter: 0x60400000f310, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:52.811 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f310, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:52.811 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f310, state: XCTWaiterStateSucceeded> cleaning up IDE session ready for test plan
[Xcode] 14:22:52.814 xcodebuild[84889:11157537] Starting test plan, clearing initialization timeout timer.
[Xcode] 14:22:52.814 XCTRunner[84923:11157979] Initializing for UI testing.
[Xcode] 14:22:52.814 testmanagerd[84909:11157921] Got reply for process assertion request, success: YES
[Xcode] 14:22:52.816 XCTRunner[84923:11157979] Linked XCTAutomationSupport.framework from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/XCTAutomationSupport, built with Xcode 0900(9M189u), modified on Tuesday, October 10, 2017 at 10:38:31 PM British Summer Time
[Xcode] XCTAutomationSupport.framework bundle version: 0
[Xcode] 14:22:52.817 XCTRunner[84923:11157979] <XCTWaiter: 0x600000005cd0, state: XCTWaiterStateInProgress> entering wait loop for 70.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:52.817 testmanagerd[84909:11157938] Performing block with diagnostics...
[Xcode] 14:22:52.817 testmanagerd[84909:11157938] Waiting 65.0s for AX to finish loading...
[Xcode] 14:22:52.821 testmanagerd[84909:11157938] _AXSApplicationAccessibilityEnabled() returned false
[Xcode] 14:22:52.886 testmanagerd[84909:11157723] AX is loaded
[Xcode] 14:22:52.894 testmanagerd[84909:11157938] Calling AXDisableAccessibilityOnTermination() inside a retry block to handle a race between kAXAccessibilityLoaded and backboardd.
[Xcode] 14:22:52.914 testmanagerd[84909:11157938] AXDisableAccessibilityOnTermination() returned 0
[Xcode] 14:22:52.919 testmanagerd[84909:11157938] Created system wide AX element <AXUIElementRef 0x7fd19cf1dba0> {pid=0} {uid=[ID:1 hash:0x0]}
[Xcode] 14:22:52.924 testmanagerd[84909:11157938] Registered for accessibility notification 1021
[Xcode] 14:22:52.926 testmanagerd[84909:11157938] Registered for accessibility notification 1000
[Xcode] 14:22:52.927 testmanagerd[84909:11157938] Registered for accessibility notification 1005
[Xcode] 14:22:52.928 testmanagerd[84909:11157938] Registered for accessibility notification 1001
[Xcode] 14:22:52.929 testmanagerd[84909:11157938] Registered for accessibility notification 1011
[Xcode] 14:22:52.931 testmanagerd[84909:11157938] Registered for accessibility notification 4002
[Xcode] 14:22:52.933 testmanagerd[84909:11157938] Registered for accessibility notification 4000
[Xcode] 14:22:52.934 testmanagerd[84909:11157938] Registered for accessibility notification 4001
[Xcode] 14:22:52.936 testmanagerd[84909:11157938] Registered for accessibility notification 5000
[Xcode] 14:22:52.936 testmanagerd[84909:11157938] Block succeeded, canceling diagnostics.
[Xcode] 14:22:53.065 testmanagerd[84909:11157723] AX Notification 1000
[Xcode] 14:22:53.067 testmanagerd[84909:11157723] AX Notification 1000
[Xcode] 14:22:53.121 XCTRunner[84923:11158036] <XCTWaiter: 0x600000005cd0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:53.122 XCTRunner[84923:11157979] <XCTWaiter: 0x600000005cd0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:53.122 XCTRunner[84923:11157979] <XCTWaiter: 0x600000005cd0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:53.123 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f450, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:53.123 testmanagerd[84909:11157938] AXUIElementSetMessagingTimeout(<AXUIElementRef 0x7fd19cf1dba0> {pid=0} {uid=[ID:1 hash:0x0]}, 60) -> 0
[Xcode] 14:22:53.125 XCTRunner[84923:11158036] <XCTWaiter: 0x60400000f450, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:53.333 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f450, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:53.333 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f450, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:53.334 XCTRunner[84923:11157979] <XCTWaiter: 0x6000000074b0, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:53.334 testmanagerd[84909:11157938] Registered for AX notification 4002
[Xcode] 14:22:53.342 XCTRunner[84923:11158026] <XCTWaiter: 0x6000000074b0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:53.343 XCTRunner[84923:11157979] <XCTWaiter: 0x6000000074b0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:53.343 XCTRunner[84923:11157979] <XCTWaiter: 0x6000000074b0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:53.343 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f6d0, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:53.344 testmanagerd[84909:11157938] Registered for AX notification 1006
[Xcode] 14:22:53.344 XCTRunner[84923:11158026] <XCTWaiter: 0x60400000f6d0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:53.344 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f6d0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:53.344 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f6d0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:53.345 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f6d0, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:53.346 XCTRunner[84923:11158036] <XCTWaiter: 0x60400000f6d0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:53.345 testmanagerd[84909:11157941] Registered for AX notification 1021
[Xcode] 14:22:53.346 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f6d0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:53.346 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f6d0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:53.346 XCTRunner[84923:11157979] <XCTWaiter: 0x600000007da0, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:22:53.347 testmanagerd[84909:11157938] Got request for process assertion for pid 84923.
[Xcode] 14:22:53.347 testmanagerd[84909:11157938] Invalidating previous process assertion for pid 84923.
[Xcode] 14:22:53.350 testmanagerd[84909:11157939] Got reply for process assertion request, success: YES
[Xcode] 14:22:53.350 testmanagerd[84909:11157938] Created process assertion for pid 84923: <BKSProcessAssertion: 0x7fd19cf04b30>, waiting for response from assertiond.
[Xcode] 14:22:53.352 testmanagerd[84909:11157938] Performing <XCDeviceEvent:0x7fd19cd0cb80 page 12 usage 64 duration 0.01s
[Xcode] 14:22:53.350 XCTRunner[84923:11158036] Got reply for background assertion for test process, acquired: YES.
[Xcode] 14:22:53.351 XCTRunner[84923:11158028] <XCTWaiter: 0x600000007da0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:53.351 XCTRunner[84923:11157979] <XCTWaiter: 0x600000007da0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:53.351 XCTRunner[84923:11157979] <XCTWaiter: 0x600000007da0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:22:53.351 XCTRunner[84923:11157979] Registering for UIApplicationDidEnterBackgroundNotification
[Xcode] 14:22:53.351 XCTRunner[84923:11157979] Hitting home button to enter background.
[Xcode] 14:22:53.352 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f840, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&eventSent, 5)) || !_XCWaitLoopIsValid }"
[Xcode] )
[Xcode] 14:22:53.357 testmanagerd[84909:11157939] Sleeping for 0.005000s before sending up event
[Xcode] 14:22:53.363 testmanagerd[84909:11157939] Waiting for device event confirmation.
[Xcode] 14:22:53.386 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 115 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:53.394 testmanagerd[84909:11157723] AX Notification 1021
[Xcode] 14:22:53.395 testmanagerd[84909:11157723] Calling handler for AX notification 1021:{
[Xcode] pid = 84923;
[Xcode] "tentative-suspended" = 1;
[Xcode] }
[Xcode] 14:22:53.397 XCTRunner[84923:11158030] Got AX notification 1021
[Xcode] 14:22:53.397 XCTRunner[84923:11158030] Got kAXPidStatusChangedNotification for 84923: active
[Xcode] 14:22:53.413 XCTRunner[84923:11157979] No application process found matching pid 84923, caching
[Xcode] 14:22:53.410 testmanagerd[84909:11157723] AX Notification 4002
[Xcode] 14:22:53.411 testmanagerd[84909:11157723] Calling handler for AX notification 4002:{
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 14:22:53.413 XCTRunner[84923:11158026] <XCTWaiter: 0x60400000f840, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:53.412 testmanagerd[84909:11157723] Got user testing notification with payload {
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 14:22:53.413 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f840, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:53.412 testmanagerd[84909:11157723] Signaling device event confirmed by AX notification.
[Xcode] 14:22:53.413 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f840, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&eventSent, 5)) || !_XCWaitLoopIsValid }
[Xcode] 14:22:53.413 testmanagerd[84909:11157939] Gesture complete, replying to client.
[Xcode] 14:22:53.414 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f8e0, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (success) }"
[Xcode] )
[Xcode] 14:22:53.414 XCTRunner[84923:11158029] Got AX notification 4002
[Xcode] 14:22:53.487 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:53.571 testmanagerd[84909:11157723] AX Notification 1011
[Xcode] 14:22:53.951 testmanagerd[84909:11157723] AX Notification 1011
[Xcode] 14:22:54.239 XCTRunner[84923:11157979] Got UIApplicationDidEnterBackgroundNotification
[Xcode] 14:22:54.240 XCTRunner[84923:11158116] <XCTWaiter: 0x60400000f8e0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:54.257 testmanagerd[84909:11157939] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (84923) -> 4
[Xcode] 14:22:54.304 testmanagerd[84909:11157723] AX Notification 1000
[Xcode] 14:22:54.305 testmanagerd[84909:11157723] AX Notification 4002
[Xcode] 14:22:54.305 testmanagerd[84909:11157723] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBMainWorkspaceApplicationSceneLayoutElementViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:54.308 testmanagerd[84909:11157723] Got user testing notification with payload {
[Xcode] controllerClass = SBMainWorkspaceApplicationSceneLayoutElementViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:54.310 testmanagerd[84909:11157723] AX Notification 4002
[Xcode] 14:22:54.311 testmanagerd[84909:11157723] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBDeviceApplicationSceneViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:54.311 testmanagerd[84909:11157723] Got user testing notification with payload {
[Xcode] controllerClass = SBDeviceApplicationSceneViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:54.313 testmanagerd[84909:11157723] AX Notification 1021
[Xcode] 14:22:54.313 testmanagerd[84909:11157723] Calling handler for AX notification 1021:{
[Xcode] pid = 84923;
[Xcode] suspended = 1;
[Xcode] }
[Xcode] 14:22:54.314 testmanagerd[84909:11157723] AX Notification 1000
[Xcode] 14:22:54.315 testmanagerd[84909:11157723] AX Notification 4002
[Xcode] 14:22:54.315 testmanagerd[84909:11157723] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBMainSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:54.316 testmanagerd[84909:11157723] Got user testing notification with payload {
[Xcode] controllerClass = SBMainSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:54.316 testmanagerd[84909:11157723] AX Notification 4002
[Xcode] 14:22:54.317 testmanagerd[84909:11157723] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBDeckSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:54.317 testmanagerd[84909:11157723] Got user testing notification with payload {
[Xcode] controllerClass = SBDeckSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:22:54.288 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f8e0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:54.288 XCTRunner[84923:11157979] <XCTWaiter: 0x60400000f8e0, state: XCTWaiterStateSucceeded> cleaning up ^{ (success) }
[Xcode] 14:22:54.288 XCTRunner[84923:11157979] Done initializing for UI testing.
[Xcode] 14:22:54.288 XCTRunner[84923:11157979] Loading test suite...
[Xcode] 14:22:54.341 XCTRunner[84923:11158116] Got AX notification 4002
[Xcode] 14:22:54.345 XCTRunner[84923:11158026] Got AX notification 4002
[Xcode] 14:22:54.345 XCTRunner[84923:11157979] Finished loading test suite, took 0.057s
[Xcode] 14:22:54.346 XCTRunner[84923:11158030] Got AX notification 1021
[Xcode] 14:22:54.346 XCTRunner[84923:11157979] -[XCTRunnerIDESession testBundleWillStart:]
[Xcode] 14:22:54.346 XCTRunner[84923:11157979] Running suite...
[Xcode] 14:22:54.346 XCTRunner[84923:11158030] Got kAXPidStatusChangedNotification for 84923: suspended
[Xcode] 14:22:54.346 XCTRunner[84923:11157979] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:22:54.346 XCTRunner[84923:11158030] Got AX notification 4002
[Xcode] 14:22:54.347 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 58 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:54.347 xcodebuild[84889:11157537] _XCT_testSuite:All tests didStartAt:2017-10-18 13:22:54 +0000
[Xcode] 14:22:54.348 xcodebuild[84889:11157713] (LOG ARBITER) Rotating message buffer with 7 messages.
[Xcode] 14:22:54.346 XCTRunner[84923:11158030] Got AX notification 4002
[Xcode] 14:22:54.346 XCTRunner[84923:11157979] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 2017-10-18 14:22:52.551918+0100 XCTRunner[84923:11157979] +[CATransaction synchronize] called within transaction
[Xcode] 2017-10-18 14:22:52.667685+0100 XCTRunner[84923:11157979] Running tests...
[Xcode] 2017-10-18 14:22:53.376960+0100 XCTRunner[84923:11157979] Continuing to run tests in the background with task ID 1
[Xcode] Test Suite 'All tests' started at 2017-10-18 14:22:54.346
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2017-10-18 14:22:54.346
[Xcode] 14:22:54.347 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 228 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:54.347 xcodebuild[84889:11157537] _XCT_testSuite:WebDriverAgentLib.framework didStartAt:2017-10-18 13:22:54 +0000
[Xcode] 14:22:54.347 XCTRunner[84923:11157979] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2017-10-18 14:22:54.347.
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.000) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2017-10-18 14:22:54.347
[Xcode] 14:22:54.348 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 141 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:54.348 xcodebuild[84889:11157537] _XCT_testSuite:WebDriverAgentLib.framework didFinishAt:2017-10-18 13:22:54 +0000 runCount:0 withFailures:0 unexpected:0 testDuration:0 totalDuration:0.0002599954605102539
[Xcode] 14:22:54.347 XCTRunner[84923:11157979] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:22:54.348 xcodebuild[84889:11157537] _XCT_testSuite:WebDriverAgentRunner.xctest didStartAt:2017-10-18 13:22:54 +0000
[Xcode] 14:22:54.347 XCTRunner[84923:11157979] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:22:54.348 xcodebuild[84889:11157537] _XCT_testSuite:UITestingUITests didStartAt:2017-10-18 13:22:54 +0000
[Xcode] Test Suite 'UITestingUITests' started at 2017-10-18 14:22:54.347
[Xcode] 14:22:54.348 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 155 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:54.350 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 2898 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:54.350 XCTRunner[84923:11157979] -[XCTRunnerIDESession testSuite:didFailWithDescription:inFile:atLine:]
[Xcode] 14:22:54.350 XCTRunner[84923:11157979] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 2017-10-18 14:22:54.347458+0100 XCTRunner[84923:11157979] +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x11bd4b600
[Xcode] <unknown>:0: error: UITestingUITests : +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x11bd4b600
[Xcode] (
[Xcode] 0 CoreFoundation 0x0000000105bde1cb __exceptionPreprocess + 171
[Xcode] 1 libobjc.A.dylib 0x00000001050f2f41 objc_exception_throw + 48
[Xcode] 2 CoreFoundation 0x0000000105c5e854 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
[Xcode] 3 CoreFoundation 0x0000000105b61178 ___forwarding___ + 1432
[Xcode] 4 CoreFoundation 0x0000000105b60b58 _CF_forwarding_prep_0 + 120
[Xcode] 5 WebDriverAgentRunner 0x000000011b42df0c +[UITestingUITests setUp] + 76
[Xcode] 6 XCTest 0x00000001049a6f21 __27-[XCTestSuite performTest:]_block_invoke + 58
[Xcode] 7 XCTest 0x00000001049a69b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 8 XCTest 0x00000001049a6bb6 -[XCTestSuite performTest:] + 239
[Xcode] 9 XCTest 0x00000001049a7052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 10 XCTest 0x00000001049a69b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 11 XCTest 0x00000001049a6bb6 -[XCTestSuite performTest:] + 239
[Xcode] 12 XCTest 0x00000001049a7052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 13 XCTest 0x00000001049a69b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 14 XCTest 0x00000001049a6bb6 -[XCTestSuite performTest:] + 239
[Xcode] 15 XCTest 0x00000001049ff16d __44-[XCTTestRunSession runTestsAndReturnError:]_block_invoke + 40
[Xcode] 16 XCTest 0x00000001049ba232 -[XCTestObservationCenter _observeTestExecutionForBlock:] + 475
[Xcode] 17 XCTest 0x00000001049ff00c -[XCTTestRunSession runTestsAndReturnError:] + 281
[Xcode] 18 XCTest 0x00000001049966ab -[XCTestDriver runTestsAndReturnError:] + 314
[Xcode] 19 XCTest 0x00000001049f6eb6 _XCTestMain + 619
[Xcode] 20 CoreFoundation 0x0000000105b8120c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
[Xcode] 21 CoreFoundation 0x0000000105b65a3b __CFRunLoopDoBlocks + 203
[Xcode] 22 CoreFoundation 0x0000000105b65214 __CFRunLoopRun + 1300
[Xcode] 23 CoreFoundation 0x0000000105b64a89 CFRunLoopRunSpecific + 409
[Xcode] 24 GraphicsServices 0x0000000108a099c6 GSEventRunModal + 62
[Xcode] 25 UIKit 0x000000010605923c UIApplicationMain + 159
[Xcode] 26 XCTRunner 0x000000010471188b XCTRunner + 6283
[Xcode] 27 libdyld.dylib 0x000000010a573d81 start + 1
[Xcode] )
[Xcode] Test Suite 'UITestingUITests' failed at 2017-10-18 14:22:54.350.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.003) seconds
[Xcode] 14:22:54.351 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 291 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:54.351 xcodebuild[84889:11157537] _XCT_testSuite:UITestingUITests didFinishAt:2017-10-18 13:22:54 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.002763986587524414
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2017-10-18 14:22:54.350.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.003) seconds
[Xcode] 14:22:54.351 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 133 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:54.350 XCTRunner[84923:11157979] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:22:54.352 xcodebuild[84889:11157537] _XCT_testSuite:WebDriverAgentRunner.xctest didFinishAt:2017-10-18 13:22:54 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.003426969051361084
[Xcode] 14:22:54.351 XCTRunner[84923:11157979] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:22:54.352 xcodebuild[84889:11157537] _XCT_testSuite:All tests didFinishAt:2017-10-18 13:22:54 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.005205035209655762
[Xcode] 14:22:54.351 XCTRunner[84923:11157979] Finished running suite.
[Xcode] 14:22:54.351 XCTRunner[84923:11157979] -[XCTRunnerIDESession testBundleDidFinish:], Flushing connection to IDE...
[Xcode] 14:22:54.352 XCTRunner[84923:11157979] Calling completion.
[Xcode] 14:22:54.352 xcodebuild[84889:11157537] -[XCTTestRunnerSession _XCT_didFinishExecutingTestPlan]_block_invoke
[Xcode] 14:22:54.352 XCTRunner[84923:11157979] <XCTWaiter: 0x600000005090, state: XCTWaiterStateInProgress> entering wait loop for 15.00s with expectations: (
[Xcode] "IDE confirmed the end of session"
[Xcode] )
[Xcode] 14:22:54.352 XCTRunner[84923:11157979] No application process found matching pid 84923, caching
[Xcode] 14:22:54.353 XCTRunner[84923:11158029] <XCTWaiter: 0x600000005090, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:22:54.353 XCTRunner[84923:11157979] <XCTWaiter: 0x600000005090, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:22:54.353 XCTRunner[84923:11157979] <XCTWaiter: 0x600000005090, state: XCTWaiterStateSucceeded> cleaning up IDE confirmed the end of session
[Xcode] 14:22:54.360 testmanagerd[84909:11157938] Test process connection invalidated or interrupted, closing test session <XCTestSession: 0x7fd19ce0cae0>.
[Xcode] 14:22:54.371 xcodebuild[84889:11157709] Closing socket 19 to testmanagerd for Sim iPhone 7
[Xcode] 14:22:54.376 xcodebuild[84889:11157537] Got death notice for pid 84923, removing from SimulatorSessionMap
[Xcode] 14:22:54.377 xcodebuild[84889:11157537] Launch session LaunchSessionClaim_0x7fe669452e90 relinquised claim on simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:22:54.377 xcodebuild[84889:11157537] Launch session LaunchSessionClaim_0x7fe669452e90 relinquised claim on simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:22:54.362 testmanagerd[84909:11157939] Closed <XCTestSession: 0x7fd19ce0cae0>, removing from (
[Xcode] "<XCTestSession: 0x7fd19ce0cae0>"
[Xcode] )
[Xcode] 14:22:54.363 testmanagerd[84909:11157939] Tearing down test session <XCTestSession: 0x7fd19ce0cae0>.
[Xcode] 14:22:54.363 testmanagerd[84909:11157939] XCTestSession is responsible for cleaning up its socket from an XCIDESession
[Xcode] 14:22:54.363 testmanagerd[84909:11157939] Unregistering for AX notification 4002
[Xcode] 14:22:54.363 testmanagerd[84909:11157939] Unregistering for AX notification 1006
[Xcode] 14:22:54.364 testmanagerd[84909:11157939] Unregistering for AX notification 1021
[Xcode] 14:22:54.367 testmanagerd[84909:11157939] Considering exiting:
[Xcode] 14:22:54.374 testmanagerd[84909:11157939] Session summary: 0 test sessions, 0 sessions with identifiers, 0 unidentified sessions, has control sessions, 0 pending connections
[Xcode] 14:22:54.401 testmanagerd[84909:11157939] Control sessions: (
[Xcode] "<XCIDESession: 0x7fd19cd0c650> (socket 5) created Wednesday, October 18, 2017 at 2:22:52 PM British Summer Time"
[Xcode] )
[Xcode] 14:22:54.417 testmanagerd[84909:11157723] AX Notification 1021
[Xcode] Test Suite 'All tests' failed at 2017-10-18 14:22:54.351.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.005) seconds
[Xcode] 14:22:54.455 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:22:54.621 testmanagerd[84909:11157723] AX Notification 1021
[Xcode] 14:22:54.629 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0> finished receiving data from <IDEConsoleAdaptor: 0x7fe6691a9850 'target' stdin: (null) 0 stdout: (null) 0 stderr: (null) 0>
[Xcode] 14:22:54.629 xcodebuild[84889:11157537] <IDETestOperationCoordinator: 0x7fe6692b0ac0>: _considerFlushingDelegateBlockQueue - nothing to flush
[Xcode] 14:22:54.629 xcodebuild[84889:11157537] _finishWithError:(null)
[Xcode]
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332975017 (14:22:55 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332976125 (14:22:56 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332977235 (14:22:57 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332978345 (14:22:58 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332979460 (14:22:59 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332980571 (14:23:00 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332981679 (14:23:01 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332982790 (14:23:02 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332983901 (14:23:03 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332985008 (14:23:05 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332986115 (14:23:06 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332987225 (14:23:07 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332988332 (14:23:08 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332989445 (14:23:09 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508332990555 (14:23:10 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [XCUITest] Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
[debug] [XCUITest] Quitting and uninstalling WebDriverAgent, then retrying
[XCUITest] Shutting down sub-processes
[debug] [XCUITest] Removing WDA application from device
[XCUITest] Error: Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
at XCUITestDriver.quitAndUninstall$ (../../lib/driver.js:381:13)
at tryCatch (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at process._tickCallback (internal/process/next_tick.js:103:7)
Error: Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
at XCUITestDriver.quitAndUninstall$ (../../lib/driver.js:381:13)
at tryCatch (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at process._tickCallback (internal/process/next_tick.js:103:7)
[debug] [XCUITest] 'pgrep -nif xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Cannot find xcodebuild's process id, so unable to retrieve DerivedData folder path
[XCUITest] No WebDriverAgent derived data available, so unable to set permissions on WDA attachments folder
[debug] [XCUITest] 'pgrep -nif xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Cannot find xcodebuild's process id, so unable to retrieve DerivedData folder path
[XCUITest] No WebDriverAgent derived data available, so unable to clear system files
[debug] [iOSLog] Stopping iOS log capture
[MJSONWP] Encountered internal error running command: Error: Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
at XCUITestDriver.quitAndUninstall$ (../../lib/driver.js:381:13)
at tryCatch (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at process._tickCallback (internal/process/next_tick.js:103:7)
[HTTP] <-- POST /wd/hub/session 500 114188 ms - 312
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","platformVersion":"11.0","deviceName":"iPhone 7","app":"/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app","newCommandTimeout":999999,"noReset":true,"fullReset":false,"automationName":"XCUITest","preventWDAAttachments":true,"clearSystemFiles":true,"showXcodeLog":true},"capabilities":{"firstMatch":[{"platformName":"iOS","platformVersion":"11.0"}]}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","platformVersion":"11.0","deviceName":"iPhone 7","app":"/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app","newCommandTimeout":999999,"noReset":true,"fullReset":false,"automationName":"XCUITest","preventWDAAttachments":true,"clearSystemFiles":true,"showXcodeLog":true},null,{"firstMatch":[{"platformName":"iOS","platformVersion":"11.0"}]}]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1508333003037 (14:23:23 GMT+0100 (BST))
[Appium] Creating new XCUITestDriver (v2.51.1) session
[Appium] Capabilities:
[Appium] platformName: 'iOS'
[Appium] platformVersion: '11.0'
[Appium] deviceName: 'iPhone 7'
[Appium] app: '/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app'
[Appium] newCommandTimeout: 999999
[Appium] noReset: true
[Appium] fullReset: false
[Appium] automationName: 'XCUITest'
[Appium] preventWDAAttachments: true
[Appium] clearSystemFiles: true
[Appium] showXcodeLog: true
[BaseDriver] Session created with session id: de3efbe8-872d-4447-8734-b0c46a88736a
[debug] [XCUITest] Xcode version set to '9.0.1'
[debug] [XCUITest] iOS SDK Version set to '11.0'
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1508333003153 (14:23:23 GMT+0100 (BST))
[iOSSim] Constructing iOS simulator for Xcode version 9.0.1 with udid 'AF5E13AE-3B12-4AA8-85AE-3B69F54B107D'
[XCUITest] Determining device to run tests on: udid: 'AF5E13AE-3B12-4AA8-85AE-3B69F54B107D', real device: false
[BaseDriver] Using local app '/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app'
[debug] [BaseDriver] Event 'appConfigured' logged at 1508333003506 (14:23:23 GMT+0100 (BST))
[debug] [XCUITest] Checking whether app '/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app' is actually present on file system
[debug] [XCUITest] App is present
[debug] [iOS] Getting bundle ID from app '/Users/janijegoroff/projects/mobile-ios-app/build/Development-iphonesimulator/aaa.app': 'com.aaa.universal'
[debug] [BaseDriver] Event 'resetStarted' logged at 1508333003508 (14:23:23 GMT+0100 (BST))
[debug] [XCUITest] Reset: noReset is on. Leaving simulator as is
[debug] [BaseDriver] Event 'resetComplete' logged at 1508333003508 (14:23:23 GMT+0100 (BST))
[debug] [iOSLog] Starting iOS 11.0 simulator log capture
[debug] [iOSLog] System log path: /Users/janijegoroff/Library/Logs/CoreSimulator/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/system.log
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1508333003675 (14:23:23 GMT+0100 (BST))
[XCUITest] Setting up simulator
[debug] [iOS] No reason to set locale
[debug] [iOS] No iOS / app preferences to set
[debug] [iOSSim] Setting common Simulator preferences to {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] Updated shared Simulator preferences at '/Users/janijegoroff/Library/Preferences/com.apple.iphonesimulator.plist' with {"ConnectHardwareKeyboard":false}
[debug] [iOSSim] The count of running Simulator UI client instances is 1
[iOSSim] Both Simulator with UDID AF5E13AE-3B12-4AA8-85AE-3B69F54B107D and the UI client are currently running
[debug] [BaseDriver] Event 'simStarted' logged at 1508333004214 (14:23:24 GMT+0100 (BST))
[debug] [XCUITest] App 'com.aaa.universal' is already installed. No need to reinstall.
[debug] [BaseDriver] Event 'appInstalled' logged at 1508333004383 (14:23:24 GMT+0100 (BST))
[XCUITest] Using WDA path: '/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Using WDA agent: '/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
[debug] [XCUITest] Capability 'useNewWDA' set to false, so trying to reuse currently running WDA instance at 'http://localhost:8100/'
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] WDA is not listening at 'http://localhost:8100/'. Rebuilding...
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1508333004492 (14:23:24 GMT+0100 (BST))
[XCUITest] Launching WebDriverAgent on the device
[debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
[debug] [XCUITest] Killing running processes 'xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iproxy 8100, AF5E13AE-3B12-4AA8-85AE-3B69F54B107D.*XCTRunner' for the device AF5E13AE-3B12-4AA8-85AE-3B69F54B107D...
[debug] [XCUITest] 'pgrep -nif xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif iproxy 8100' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif AF5E13AE-3B12-4AA8-85AE-3B69F54B107D.*XCTRunner' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Using Xcode 9.0.1, so fixing WDA codebase
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=AF5E13AE-3B12-4AA8-85AE-3B69F54B107D IPHONEOS_DEPLOYMENT_TARGET=11.0' in directory '/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[debug] [XCUITest] Output from xcodebuild will be logged. To see xcode logging, use 'showXcodeLog' desired capability
[Xcode] Build settings from command line:
[Xcode] IPHONEOS_DEPLOYMENT_TARGET = 11.0
[Xcode]
[Xcode]
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] === BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode]
[Xcode] ** TEST BUILD SUCCEEDED **
[Xcode]
[Xcode]
[debug] [XCUITest] Log file for xcodebuild test: /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-D99AE21E-2451-484B-BD8F-8AF23E5E43AF/WebDriverAgentRunner-4EAF15BF-F70E-4F33-A454-109618DDECEE/Session-WebDriverAgentRunner-2017-10-18_142326-pAiYGp.log
[Xcode] 2017-10-18 14:23:26.397 xcodebuild[85105:11159547] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
[Xcode] /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-D99AE21E-2451-484B-BD8F-8AF23E5E43AF/WebDriverAgentRunner-4EAF15BF-F70E-4F33-A454-109618DDECEE/Session-WebDriverAgentRunner-2017-10-18_142326-pAiYGp.log
[Xcode]
[Xcode] 2017-10-18 14:23:26.397 xcodebuild[85105:11159472] [MT] IDETestOperationsObserverDebug: (0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3) Beginning test session WebDriverAgentRunner-0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3 at 2017-10-18 14:23:26.397 with Xcode 9A1004 on target <DVTiPhoneSimulator: 0x7fa42b0bef40> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] } (11.0.1 (15A8401))
[Xcode]
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] ** TEST EXECUTE SUCCEEDED **
[Xcode]
[Xcode]
[Xcode] 2017-10-18 14:23:28.980551+0100 XCTRunner[85140:11159915] +[CATransaction synchronize] called within transaction
[Xcode] 2017-10-18 14:23:29.048556+0100 XCTRunner[85140:11159915] Running tests...
[Xcode] 2017-10-18 14:23:29.661830+0100 XCTRunner[85140:11159915] Continuing to run tests in the background with task ID 1
[Xcode] Test Suite 'All tests' started at 2017-10-18 14:23:30.635
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2017-10-18 14:23:30.636
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2017-10-18 14:23:30.636.
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.000) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2017-10-18 14:23:30.637
[Xcode] Test Suite 'UITestingUITests' started at 2017-10-18 14:23:30.637
[Xcode] 2017-10-18 14:23:30.637074+0100 XCTRunner[85140:11159915] +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x11de08600
[Xcode] <unknown>:0: error: UITestingUITests : +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x11de08600
[Xcode] (
[Xcode] 0 CoreFoundation 0x0000000107ec71cb __exceptionPreprocess + 171
[Xcode] 1 libobjc.A.dylib 0x00000001073dbf41 objc_exception_throw + 48
[Xcode] 2 CoreFoundation 0x0000000107f47854 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
[Xcode] 3 CoreFoundation 0x0000000107e4a178 ___forwarding___ + 1432
[Xcode] 4 CoreFoundation 0x0000000107e49b58 _CF_forwarding_prep_0 + 120
[Xcode] 5 WebDriverAgentRunner 0x000000011d716f0c +[UITestingUITests setUp] + 76
[Xcode] 6 XCTest 0x0000000106c8ff21 __27-[XCTestSuite performTest:]_block_invoke + 58
[Xcode] 7 XCTest 0x0000000106c8f9b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 8 XCTest 0x0000000106c8fbb6 -[XCTestSuite performTest:] + 239
[Xcode] 9 XCTest 0x0000000106c90052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 10 XCTest 0x0000000106c8f9b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 11 XCTest 0x0000000106c8fbb6 -[XCTestSuite performTest:] + 239
[Xcode] 12 XCTest 0x0000000106c90052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 13 XCTest 0x0000000106c8f9b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 14 XCTest 0x0000000106c8fbb6 -[XCTestSuite performTest:] + 239
[Xcode] 15 XCTest 0x0000000106ce816d __44-[XCTTestRunSession runTestsAndReturnError:]_block_invoke + 40
[Xcode] 16 XCTest 0x0000000106ca3232 -[XCTestObservationCenter _observeTestExecutionForBlock:] + 475
[Xcode] 17 XCTest 0x0000000106ce800c -[XCTTestRunSession runTestsAndReturnError:] + 281
[Xcode] 18 XCTest 0x0000000106c7f6ab -[XCTestDriver runTestsAndReturnError:] + 314
[Xcode] 19 XCTest 0x0000000106cdfeb6 _XCTestMain + 619
[Xcode] 20 CoreFoundation 0x0000000107e6a20c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
[Xcode] 21 CoreFoundation 0x0000000107e4ea3b __CFRunLoopDoBlocks + 203
[Xcode] 22 CoreFoundation 0x0000000107e4e214 __CFRunLoopRun + 1300
[Xcode] 23 CoreFoundation 0x0000000107e4da89 CFRunLoopRunSpecific + 409
[Xcode] 24 GraphicsServices 0x000000010b1c09c6 GSEventRunModal + 62
[Xcode] 25 UIKit 0x000000010834223c UIApplicationMain + 159
[Xcode] 26 XCTRunner 0x00000001069fa88b XCTRunner + 6283
[Xcode] 27 libdyld.dylib 0x000000010c7b9d81 start + 1
[Xcode] )
[Xcode] Test Suite 'UITestingUITests' failed at 2017-10-18 14:23:30.640.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.003) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2017-10-18 14:23:30.641.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.004) seconds
[Xcode] Test Suite 'All tests' failed at 2017-10-18 14:23:30.641.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.006) seconds
[Xcode]
[XCUITest] xcodebuild exited with code '0' and signal 'null'
[Xcode] Contents of xcodebuild log file '/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-D99AE21E-2451-484B-BD8F-8AF23E5E43AF/WebDriverAgentRunner-4EAF15BF-F70E-4F33-A454-109618DDECEE/Session-WebDriverAgentRunner-2017-10-18_142326-pAiYGp.log':
[Xcode] 14:23:26.398 xcodebuild[85105:11159472] Beginning test session WebDriverAgentRunner-0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3 at 2017-10-18 14:23:26.397 with Xcode 9A1004 on target <DVTiPhoneSimulator: 0x7fa42b0bef40> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] } (11.0.1 (15A8401))
[Xcode] 14:23:26.398 xcodebuild[85105:11159472] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
[Xcode] build-for-testing
[Xcode] test-without-building
[Xcode] -project
[Xcode] /Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
[Xcode] -scheme
[Xcode] WebDriverAgentRunner
[Xcode] -destination
[Xcode] id=AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] IPHONEOS_DEPLOYMENT_TARGET=11.0
[Xcode] 14:23:26.398 xcodebuild[85105:11159472] Launching with Xcode.IDEFoundation.Launcher.PosixSpawn
[Xcode] 14:23:26.401 xcodebuild[85105:11159472] Test standard output and standard error is at /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-D99AE21E-2451-484B-BD8F-8AF23E5E43AF/WebDriverAgentRunner-4EAF15BF-F70E-4F33-A454-109618DDECEE/StandardOutputAndStandardError.txt
[Xcode] 14:23:26.406 xcodebuild[85105:11159472] Setting up test runner session
[Xcode] 14:23:26.406 xcodebuild[85105:11159622] Sim iPhone 7: Unregistering for sim device notification with token 4
[Xcode] 14:23:26.406 xcodebuild[85105:11159622] Calling -[SimDevice getenv:error:] for TESTMANAGERD_SIM_SOCK
[Xcode] 14:23:26.409 xcodebuild[85105:11159472] Launch session started.
[Xcode] 14:23:26.411 xcodebuild[85105:11159622] Sim iPhone 7 has testmanagerd socket at /private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket
[Xcode] 14:23:26.411 xcodebuild[85105:11159622] Validating test connection socket path (/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket)
[Xcode] 14:23:26.411 xcodebuild[85105:11159622] Constructing transport for test connection socket
[Xcode] 14:23:26.412 xcodebuild[85105:11159622] Connected socket 19 to testmanagerd for Sim iPhone 7
[Xcode] 14:23:26.412 xcodebuild[85105:11159620] Launch session LaunchSessionClaim_0x7fa42b354f80 claimed simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:23:26.413 xcodebuild[85105:11159624] Received connection for test runner session
[Xcode] 14:23:26.413 xcodebuild[85105:11159624] Listening for proxy connection request from the test bundle
[Xcode] 14:23:26.414 xcodebuild[85105:11159625] Launch session LaunchSessionClaim_0x7fa42b354f80 claimed simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:23:26.414 xcodebuild[85105:11159624] Initiating session with identifier: 0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3
[Xcode] 14:23:26.414 xcodebuild[85105:11159472] Adding console adaptor <IDEConsoleAdaptor: 0x7fa42b5e5500 'target' stdin: <IDEMasterPtyFileHandle: 0x7fa42b97b8b0 MasterFH: <NSConcreteFileHandle: 0x7fa42b91fff0> 22 SlaveFH: <NSConcreteFileHandle: 0x7fa42b946c70> 23> 22 stdout: <IDEMasterPtyFileHandle: 0x7fa42b97b8b0 MasterFH: <NSConcreteFileHandle: 0x7fa42b91fff0> 22 SlaveFH: <NSConcreteFileHandle: 0x7fa42b946c70> 23> 22 stderr: (null) 0> for test session 0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3.
[Xcode] 14:23:26.415 xcodebuild[85105:11159625] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Registered for sim device notification, got token 5
[Xcode] 14:23:26.415 xcodebuild[85105:11159624] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Unregistering for sim device notification with token 5
[Xcode] 14:23:26.415 xcodebuild[85105:11159472] Test runner session acquired connection.
[Xcode] 14:23:26.415 xcodebuild[85105:11159472] Waiting for test process to launch.
[Xcode] 14:23:26.416 xcodebuild[85105:11159622] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Installing app at path: /Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app and options: {
[Xcode] CFBundleIdentifier = "com.apple.test.WebDriverAgentRunner-Runner";
[Xcode] }
[Xcode] 14:23:27.875 xcodebuild[85105:11159623] Got reply to session initiation request with identifier 0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3 (result:error): 25: (null)
[Xcode] 14:23:28.210 xcodebuild[85105:11159622] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Installed app at path: /Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app and options: {
[Xcode] CFBundleIdentifier = "com.apple.test.WebDriverAgentRunner-Runner";
[Xcode] }
[Xcode] 14:23:28.211 xcodebuild[85105:11159622] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Registered for sim device notification, got token 6
[Xcode] 14:23:28.211 xcodebuild[85105:11159623] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Unregistering for sim device notification with token 6
[Xcode] 14:23:28.605 xcodebuild[85105:11159622] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Launching app with identifier: com.apple.test.WebDriverAgentRunner-Runner and options: {
[Xcode] arguments = (
[Xcode] "-NSTreatUnknownArgumentsAsOpen",
[Xcode] NO,
[Xcode] "-ApplePersistenceIgnoreState",
[Xcode] YES
[Xcode] );
[Xcode] environment = {
[Xcode] "DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_INSERT_LIBRARIES" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMainThreadChecker.dylib";
[Xcode] "DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "MTC_CRASH_ON_REPORT" = 1;
[Xcode] NSUnbufferedIO = YES;
[Xcode] "OS_ACTIVITY_DT_MODE" = YES;
[Xcode] "USE_PORT" = 8100;
[Xcode] "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
[Xcode] XCTestConfigurationFilePath = "/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-D99AE21E-2451-484B-BD8F-8AF23E5E43AF/WebDriverAgentRunner-4EAF15BF-F70E-4F33-A454-109618DDECEE/LaunchSessions/0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3/remote-container/tmp/WebDriverAgentRunner-0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3.xctestconfiguration";
[Xcode] "__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] };
[Xcode] stderr = "/dev/ttys002";
[Xcode] stdout = "/dev/ttys002";
[Xcode] "wait_for_debugger" = 0;
[Xcode] }
[Xcode] 14:23:28.661 xcodebuild[85105:11159625] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Launched app with identifier: com.apple.test.WebDriverAgentRunner-Runner (pid = 85140)
[Xcode] 14:23:28.661 xcodebuild[85105:11159625] Tracking pid 85140 for simulator <DVTiPhoneSimulator: 0x7fa42b0bef40> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] }
[Xcode] 14:23:28.661 xcodebuild[85105:11159625] Checking to see if pid 85140 is valid: kill(pid, 0) = 0 (YES, it's still running)
[Xcode] 14:23:28.661 xcodebuild[85105:11159625] Setting up DVTTaskNotifyOnProcDeath for pid 85140
[Xcode] 14:23:28.662 xcodebuild[85105:11159472] Test process runnable PID is 85140.
[Xcode] 14:23:28.982 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 113 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:29.050 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 75 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:29.092 xcodebuild[85105:11159621] Handling proxy channel request from test runner
[Xcode] 14:23:29.092 xcodebuild[85105:11159621] Test runner is ready, running protocol 25, requires at least version 8. Control framework is running 25 and requires at least 8
[Xcode] 14:23:29.092 xcodebuild[85105:11159472] Test runner session successfully initiated.
[Xcode] 14:23:29.092 xcodebuild[85105:11159472] Creating the daemon control session.
[Xcode] 14:23:29.092 xcodebuild[85105:11159472] Whitelisting test process ID 85140
[Xcode] 14:23:29.092 xcodebuild[85105:11159472] Got authorization request for pid 85140
[Xcode] 14:23:29.092 xcodebuild[85105:11159621] Sim iPhone 7: Unregistering for sim device notification with token 7
[Xcode] 14:23:29.092 xcodebuild[85105:11159621] Calling -[SimDevice getenv:error:] for TESTMANAGERD_SIM_SOCK
[Xcode] 14:23:29.096 xcodebuild[85105:11159621] Sim iPhone 7 has testmanagerd socket at /private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket
[Xcode] 14:23:29.096 xcodebuild[85105:11159621] Validating test connection socket path (/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket)
[Xcode] 14:23:29.097 xcodebuild[85105:11159621] Constructing transport for test connection socket
[Xcode] 14:23:29.097 xcodebuild[85105:11159621] Connected socket 29 to testmanagerd for Sim iPhone 7
[Xcode] 14:23:29.097 xcodebuild[85105:11159624] Requesting authorization for pid 85140
[Xcode] 14:23:29.147 xcodebuild[85105:11159624] Got reply to authorization request for pid 85140 (result:error): 25: (null)
[Xcode] 14:23:29.147 xcodebuild[85105:11159472] Got whitelisting response from test daemon. Success: 1
[Xcode] 14:23:29.147 xcodebuild[85105:11159472] Registering/updating daemon-based crash report observer for process names (
[Xcode] XCTRunner,
[Xcode] "WebDriverAgentRunner-Runner",
[Xcode] xctest
[Xcode] ), report directories: (
[Xcode] "/Users/janijegoroff/Library/Logs/DiagnosticReports",
[Xcode] "/Library/Logs/DiagnosticReports"
[Xcode] ).
[Xcode] 14:23:29.124 testmanagerd[85126:11159801] Created process assertion for pid 85140: <BKSProcessAssertion: 0x7fc85c414150>, waiting for response from assertiond.
[Xcode] 14:23:29.125 testmanagerd[85126:11159801] Starting to monitor com.apple.test.WebDriverAgentRunner-Runner
[Xcode] 14:23:29.152 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:29.149 testmanagerd[85126:11159632] Received request to collect crash reports in directories '/Users/janijegoroff/Library/Logs/DiagnosticReports', '/Library/Logs/DiagnosticReports' for processes with names 'XCTRunner', 'WebDriverAgentRunner-Runner', 'xctest'
[Xcode] 14:23:29.149 testmanagerd[85126:11159632] Initializing crash report observer for /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:23:29.150 testmanagerd[85126:11159632] Getting files in /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:23:29.150 testmanagerd[85126:11159632] Found 6 files in /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:23:29.150 testmanagerd[85126:11159632] Started monitoring /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:23:29.151 testmanagerd[85126:11159632] Initializing crash report observer for /Library/Logs/DiagnosticReports
[Xcode] 14:23:29.151 testmanagerd[85126:11159632] Getting files in /Library/Logs/DiagnosticReports
[Xcode] 14:23:29.155 testmanagerd[85126:11159632] Found 78 files in /Library/Logs/DiagnosticReports
[Xcode] 14:23:29.160 testmanagerd[85126:11159632] Started monitoring /Library/Logs/DiagnosticReports
[Xcode] 14:23:29.163 testmanagerd[85126:11159816] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (85140) -> 8
[Xcode] 14:23:29.164 xcodebuild[85105:11159472] Telling test runner to start executing tests.
[Xcode] 14:23:29.057 XCTRunner[85140:11159915] Linked XCTest.framework from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest, built with Xcode 0900(9A221a), modified on Saturday, September 2, 2017 at 4:51:28 PM British Summer Time
[Xcode] XCTest.framework bundle version: 13201
[Xcode] 14:23:29.059 XCTRunner[85140:11159915] System uptime: 1:59
[Xcode] 14:23:29.059 XCTRunner[85140:11159915] Process arguments: (
[Xcode] "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Bundle/Application/AE294219-B49C-4CF7-94FC-38D9B0A9D8BF/WebDriverAgentRunner-Runner.app/XCTRunner",
[Xcode] "-NSTreatUnknownArgumentsAsOpen",
[Xcode] NO,
[Xcode] "-ApplePersistenceIgnoreState",
[Xcode] YES
[Xcode] )
[Xcode] 14:23:29.059 XCTRunner[85140:11159915] Process environment: {
[Xcode] "CFFIXED_USER_HOME" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/39857682-4AF5-4AB4-A9F6-4AFD8170162B";
[Xcode] CLASSIC = 1;
[Xcode] "CUPS_SERVER" = "/private/tmp/com.apple.launchd.Bkt4Dl9DyQ/Listeners";
[Xcode] "DYLD_FALLBACK_FRAMEWORK_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks";
[Xcode] "DYLD_FALLBACK_LIBRARY_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib";
[Xcode] "DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_ROOT_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] HOME = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/39857682-4AF5-4AB4-A9F6-4AFD8170162B";
[Xcode] "IOS_SIMULATOR_SYSLOG_SOCKET" = "/private/tmp/com.apple.CoreSimulator.SimDevice.AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/syslogsock";
[Xcode] "IPHONE_SHARED_RESOURCES_DIRECTORY" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data";
[Xcode] "IPHONE_SIMULATOR_ROOT" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] "IPHONE_TVOUT_EXTENDED_PROPERTIES" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Library/Application Support/Simulator/extended_display.plist";
[Xcode] "MTC_CRASH_ON_REPORT" = 1;
[Xcode] NSUnbufferedIO = YES;
[Xcode] "OS_ACTIVITY_DT_MODE" = YES;
[Xcode] PATH = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/local/bin";
[Xcode] "SIMULATOR_AUDIO_DEVICES_PLIST_PATH" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/com.apple.coresimulator.audio.plist";
[Xcode] "SIMULATOR_AUDIO_SETTINGS_PATH" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/simulatoraudio/audiosettings.plist";
[Xcode] "SIMULATOR_BOOT_TIME" = 1508332890;
[Xcode] "SIMULATOR_CAPABILITIES" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/iPhone 7.simdevicetype/Contents/Resources/capabilities.plist";
[Xcode] "SIMULATOR_DEVICE_NAME" = "iPhone 7";
[Xcode] "SIMULATOR_EXTENDED_DISPLAY_PROPERTIES" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Library/Application Support/Simulator/extended_display.plist";
[Xcode] "SIMULATOR_HID_SYSTEM_MANAGER" = "/Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/Platforms/iphoneos/Library/Frameworks/SimulatorHID.framework";
[Xcode] "SIMULATOR_HOST_HOME" = "/Users/janijegoroff";
[Xcode] "SIMULATOR_LEGACY_ASSET_SUFFIX" = iphone;
[Xcode] "SIMULATOR_LOG_ROOT" = "/Users/janijegoroff/Library/Logs/CoreSimulator/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "SIMULATOR_MAINSCREEN_HEIGHT" = 1334;
[Xcode] "SIMULATOR_MAINSCREEN_PITCH" = "326.000000";
[Xcode] "SIMULATOR_MAINSCREEN_SCALE" = "2.000000";
[Xcode] "SIMULATOR_MAINSCREEN_WIDTH" = 750;
[Xcode] "SIMULATOR_MEMORY_WARNINGS" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/memory_warning_simulation";
[Xcode] "SIMULATOR_MODEL_IDENTIFIER" = "iPhone9,1";
[Xcode] "SIMULATOR_PRODUCT_CLASS" = D10;
[Xcode] "SIMULATOR_ROOT" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] "SIMULATOR_RUNTIME_BUILD_VERSION" = 15A8401;
[Xcode] "SIMULATOR_RUNTIME_VERSION" = "11.0.1";
[Xcode] "SIMULATOR_SHARED_RESOURCES_DIRECTORY" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data";
[Xcode] "SIMULATOR_UDID" = "AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "SIMULATOR_VERSION_INFO" = "CoreSimulator 494.22.3 - Device: iPhone 7 - Runtime: iOS 11.0 (15A8401) - DeviceType: iPhone 7";
[Xcode] "TESTMANAGERD_SIM_SOCK" = "/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket";
[Xcode] TMPDIR = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/39857682-4AF5-4AB4-A9F6-4AFD8170162B/tmp";
[Xcode] "USE_PORT" = 8100;
[Xcode] "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
[Xcode] XCTestConfigurationFilePath = "/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-D99AE21E-2451-484B-BD8F-8AF23E5E43AF/WebDriverAgentRunner-4EAF15BF-F70E-4F33-A454-109618DDECEE/LaunchSessions/0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3/remote-container/tmp/WebDriverAgentRunner-0F9B9613-F378-4DFB-AAF5-6A2AE122EDC3.xctestconfiguration";
[Xcode] "XPC_FLAGS" = 0x0;
[Xcode] "XPC_SERVICE_NAME" = "UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0x9b58][84424]";
[Xcode] "XPC_SIMULATOR_LAUNCHD_NAME" = "com.apple.CoreSimulator.SimDevice.AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] }
[Xcode] 14:23:29.059 XCTRunner[85140:11159915] App Sandbox active: NO
[Xcode] 14:23:29.059 XCTRunner[85140:11159915] Loading test bundle at: file:///Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/
[Xcode] 14:23:29.065 XCTRunner[85140:11159915] Finished loading test bundle
[Xcode] 14:23:29.065 XCTRunner[85140:11159915] Readying IDE session
[Xcode] 14:23:29.066 XCTRunner[85140:11159915] <XCTWaiter: 0x600000001c70, state: XCTWaiterStateInProgress> entering wait loop for 5.00s with expectations: (
[Xcode] "Exchange protocol versions with daemon"
[Xcode] )
[Xcode] 14:23:29.087 XCTRunner[85140:11159946] Got daemon protocol version 18
[Xcode] 14:23:29.087 XCTRunner[85140:11159945] <XCTWaiter: 0x600000001c70, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.087 XCTRunner[85140:11159915] <XCTWaiter: 0x600000001c70, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.087 XCTRunner[85140:11159915] <XCTWaiter: 0x600000001c70, state: XCTWaiterStateSucceeded> cleaning up Exchange protocol versions with daemon
[Xcode] 14:23:29.087 XCTRunner[85140:11159915] Requesting IDE connection transport
[Xcode] 14:23:29.088 XCTRunner[85140:11159915] <XCTWaiter: 0x6000000042c0, state: XCTWaiterStateInProgress> entering wait loop for 60.00s with expectations: (
[Xcode] "Transport for IDE session acquired"
[Xcode] )
[Xcode] 14:23:29.090 XCTRunner[85140:11159945] Creating transport with received transport data
[Xcode] 14:23:29.090 XCTRunner[85140:11159945] <XCTWaiter: 0x6000000042c0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.090 XCTRunner[85140:11159915] <XCTWaiter: 0x6000000042c0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.090 XCTRunner[85140:11159915] <XCTWaiter: 0x6000000042c0, state: XCTWaiterStateSucceeded> cleaning up Transport for IDE session acquired
[Xcode] 14:23:29.090 XCTRunner[85140:11159915] Creating connection with transport <DTXFileDescriptorTransport: 0x6040000ee080>
[Xcode] 14:23:29.091 XCTRunner[85140:11159915] Creating the proxy channel with connection <DTXConnection 0x6000001f3f00 : x1>
[Xcode] 14:23:29.091 XCTRunner[85140:11159915] Messaging IDE proxy - _XCT_testBundleReadyWithProtocolVersion:25 minimumVersion:8
[Xcode] 14:23:29.091 XCTRunner[85140:11159915] <XCTWaiter: 0x6000000044d0, state: XCTWaiterStateInProgress> entering wait loop for 60.00s with expectations: (
[Xcode] "IDE session ready for test plan"
[Xcode] )
[Xcode] 14:23:29.092 XCTRunner[85140:11159946] _XCT_testBundleReadyWithProtocolVersion:minimumVersion: reply received
[Xcode] 14:23:29.165 XCTRunner[85140:11159952] _IDE_startExecutingTestPlanWithProtocolVersion:25
[Xcode] 14:23:29.165 XCTRunner[85140:11159952] <XCTWaiter: 0x6000000044d0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.165 XCTRunner[85140:11159915] <XCTWaiter: 0x6000000044d0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.165 XCTRunner[85140:11159915] <XCTWaiter: 0x6000000044d0, state: XCTWaiterStateSucceeded> cleaning up IDE session ready for test plan
[Xcode] 14:23:29.168 xcodebuild[85105:11159472] Starting test plan, clearing initialization timeout timer.
[Xcode] 14:23:29.168 XCTRunner[85140:11159915] Initializing for UI testing.
[Xcode] 14:23:29.170 XCTRunner[85140:11159915] Linked XCTAutomationSupport.framework from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/XCTAutomationSupport, built with Xcode 0900(9M189u), modified on Tuesday, October 10, 2017 at 10:38:31 PM British Summer Time
[Xcode] XCTAutomationSupport.framework bundle version: 0
[Xcode] 14:23:29.171 XCTRunner[85140:11159915] <XCTWaiter: 0x600000004310, state: XCTWaiterStateInProgress> entering wait loop for 70.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:23:29.165 testmanagerd[85126:11159817] Got reply for process assertion request, success: YES
[Xcode] 14:23:29.172 testmanagerd[85126:11159816] Performing block with diagnostics...
[Xcode] 14:23:29.172 testmanagerd[85126:11159816] Waiting 65.0s for AX to finish loading...
[Xcode] 14:23:29.176 testmanagerd[85126:11159816] _AXSApplicationAccessibilityEnabled() returned false
[Xcode] 14:23:29.259 testmanagerd[85126:11159632] AX is loaded
[Xcode] 14:23:29.261 testmanagerd[85126:11159816] Calling AXDisableAccessibilityOnTermination() inside a retry block to handle a race between kAXAccessibilityLoaded and backboardd.
[Xcode] 14:23:29.275 testmanagerd[85126:11159816] AXDisableAccessibilityOnTermination() returned 0
[Xcode] 14:23:29.276 testmanagerd[85126:11159816] Created system wide AX element <AXUIElementRef 0x7fc85c50d880> {pid=0} {uid=[ID:1 hash:0x0]}
[Xcode] 14:23:29.283 testmanagerd[85126:11159816] Registered for accessibility notification 1021
[Xcode] 14:23:29.285 testmanagerd[85126:11159816] Registered for accessibility notification 1000
[Xcode] 14:23:29.287 testmanagerd[85126:11159816] Registered for accessibility notification 1005
[Xcode] 14:23:29.288 testmanagerd[85126:11159816] Registered for accessibility notification 1001
[Xcode] 14:23:29.290 testmanagerd[85126:11159816] Registered for accessibility notification 1011
[Xcode] 14:23:29.292 testmanagerd[85126:11159816] Registered for accessibility notification 4002
[Xcode] 14:23:29.293 testmanagerd[85126:11159816] Registered for accessibility notification 4000
[Xcode] 14:23:29.294 testmanagerd[85126:11159816] Registered for accessibility notification 4001
[Xcode] 14:23:29.296 testmanagerd[85126:11159816] Registered for accessibility notification 5000
[Xcode] 14:23:29.296 testmanagerd[85126:11159816] Block succeeded, canceling diagnostics.
[Xcode] 14:23:29.445 XCTRunner[85140:11159946] <XCTWaiter: 0x600000004310, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.445 XCTRunner[85140:11159915] <XCTWaiter: 0x600000004310, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.446 XCTRunner[85140:11159915] <XCTWaiter: 0x600000004310, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:23:29.446 XCTRunner[85140:11159915] <XCTWaiter: 0x60400000b3c0, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:23:29.446 testmanagerd[85126:11159816] AXUIElementSetMessagingTimeout(<AXUIElementRef 0x7fc85c50d880> {pid=0} {uid=[ID:1 hash:0x0]}, 60) -> 0
[Xcode] 14:23:29.540 testmanagerd[85126:11159632] AX Notification 1000
[Xcode] 14:23:29.541 testmanagerd[85126:11159632] AX Notification 1000
[Xcode] 14:23:29.626 XCTRunner[85140:11159946] <XCTWaiter: 0x60400000b3c0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.633 XCTRunner[85140:11159915] <XCTWaiter: 0x60400000b3c0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.633 XCTRunner[85140:11159915] <XCTWaiter: 0x60400000b3c0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:23:29.634 XCTRunner[85140:11159915] <XCTWaiter: 0x60400000bcb0, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:23:29.635 testmanagerd[85126:11159816] Registered for AX notification 4002
[Xcode] 14:23:29.635 XCTRunner[85140:11159945] <XCTWaiter: 0x60400000bcb0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.635 XCTRunner[85140:11159915] <XCTWaiter: 0x60400000bcb0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.635 XCTRunner[85140:11159915] <XCTWaiter: 0x60400000bcb0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:23:29.636 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005c70, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:23:29.637 XCTRunner[85140:11159946] <XCTWaiter: 0x600000005c70, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.637 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005c70, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.637 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005c70, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:23:29.636 testmanagerd[85126:11159972] Registered for AX notification 1006
[Xcode] 14:23:29.637 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005cd0, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:23:29.638 testmanagerd[85126:11159816] Registered for AX notification 1021
[Xcode] 14:23:29.638 XCTRunner[85140:11159942] <XCTWaiter: 0x600000005cd0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.638 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005cd0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.638 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005cd0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:23:29.638 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005d70, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:23:29.638 testmanagerd[85126:11159801] Got request for process assertion for pid 85140.
[Xcode] 14:23:29.639 testmanagerd[85126:11159801] Invalidating previous process assertion for pid 85140.
[Xcode] 14:23:29.641 testmanagerd[85126:11159816] Got reply for process assertion request, success: YES
[Xcode] 14:23:29.641 testmanagerd[85126:11159801] Created process assertion for pid 85140: <BKSProcessAssertion: 0x7fc85c61b950>, waiting for response from assertiond.
[Xcode] 14:23:29.642 XCTRunner[85140:11159943] Got reply for background assertion for test process, acquired: YES.
[Xcode] 14:23:29.642 XCTRunner[85140:11159952] <XCTWaiter: 0x600000005d70, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.642 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005d70, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.642 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005d70, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:23:29.642 XCTRunner[85140:11159915] Registering for UIApplicationDidEnterBackgroundNotification
[Xcode] 14:23:29.642 XCTRunner[85140:11159915] Hitting home button to enter background.
[Xcode] 14:23:29.642 XCTRunner[85140:11159915] <XCTWaiter: 0x60400000be00, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&eventSent, 5)) || !_XCWaitLoopIsValid }"
[Xcode] )
[Xcode] 14:23:29.643 testmanagerd[85126:11159816] Performing <XCDeviceEvent:0x7fc85c423350 page 12 usage 64 duration 0.01s
[Xcode] 14:23:29.646 testmanagerd[85126:11159972] Sleeping for 0.005000s before sending up event
[Xcode] 14:23:29.653 testmanagerd[85126:11159972] Waiting for device event confirmation.
[Xcode] 14:23:29.670 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 115 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:29.677 XCTRunner[85140:11159946] Got AX notification 1021
[Xcode] 14:23:29.678 XCTRunner[85140:11159946] Got kAXPidStatusChangedNotification for 85140: active
[Xcode] 14:23:29.673 testmanagerd[85126:11159632] AX Notification 1021
[Xcode] 14:23:29.674 testmanagerd[85126:11159632] Calling handler for AX notification 1021:{
[Xcode] pid = 85140;
[Xcode] "tentative-suspended" = 1;
[Xcode] }
[Xcode] 14:23:29.700 XCTRunner[85140:11159915] No application process found matching pid 85140, caching
[Xcode] 14:23:29.700 XCTRunner[85140:11159942] <XCTWaiter: 0x60400000be00, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:29.700 XCTRunner[85140:11159915] <XCTWaiter: 0x60400000be00, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:29.700 XCTRunner[85140:11159915] <XCTWaiter: 0x60400000be00, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&eventSent, 5)) || !_XCWaitLoopIsValid }
[Xcode] 14:23:29.700 XCTRunner[85140:11159946] Got AX notification 4002
[Xcode] 14:23:29.700 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005e80, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (success) }"
[Xcode] )
[Xcode] 14:23:29.698 testmanagerd[85126:11159632] AX Notification 4002
[Xcode] 14:23:29.698 testmanagerd[85126:11159632] Calling handler for AX notification 4002:{
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 14:23:29.699 testmanagerd[85126:11159632] Got user testing notification with payload {
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 14:23:29.699 testmanagerd[85126:11159632] Signaling device event confirmed by AX notification.
[Xcode] 14:23:29.699 testmanagerd[85126:11159972] Gesture complete, replying to client.
[Xcode] 14:23:29.771 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:30.063 testmanagerd[85126:11159632] AX Notification 1011
[Xcode] 14:23:30.213 testmanagerd[85126:11159632] AX Notification 1011
[Xcode] 14:23:30.521 XCTRunner[85140:11159915] Got UIApplicationDidEnterBackgroundNotification
[Xcode] 14:23:30.522 XCTRunner[85140:11159953] <XCTWaiter: 0x600000005e80, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:30.555 testmanagerd[85126:11159972] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (85140) -> 4
[Xcode] 14:23:30.563 testmanagerd[85126:11159632] AX Notification 1000
[Xcode] 14:23:30.568 XCTRunner[85140:11159945] Got AX notification 4002
[Xcode] 14:23:30.564 testmanagerd[85126:11159632] AX Notification 4002
[Xcode] 14:23:30.565 testmanagerd[85126:11159632] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBMainWorkspaceApplicationSceneLayoutElementViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:23:30.567 testmanagerd[85126:11159632] Got user testing notification with payload {
[Xcode] controllerClass = SBMainWorkspaceApplicationSceneLayoutElementViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:23:30.596 testmanagerd[85126:11159632] AX Notification 4002
[Xcode] 14:23:30.596 testmanagerd[85126:11159632] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBDeviceApplicationSceneViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:23:30.597 testmanagerd[85126:11159632] Got user testing notification with payload {
[Xcode] controllerClass = SBDeviceApplicationSceneViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:23:30.600 testmanagerd[85126:11159632] AX Notification 1021
[Xcode] 14:23:30.601 testmanagerd[85126:11159632] Calling handler for AX notification 1021:{
[Xcode] pid = 85140;
[Xcode] suspended = 1;
[Xcode] }
[Xcode] 14:23:30.602 testmanagerd[85126:11159632] AX Notification 1000
[Xcode] 14:23:30.605 testmanagerd[85126:11159632] AX Notification 4002
[Xcode] 14:23:30.605 testmanagerd[85126:11159632] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBMainSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:23:30.609 testmanagerd[85126:11159632] Got user testing notification with payload {
[Xcode] controllerClass = SBMainSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:23:30.609 testmanagerd[85126:11159632] AX Notification 4002
[Xcode] 14:23:30.611 testmanagerd[85126:11159632] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBDeckSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:23:30.612 testmanagerd[85126:11159632] Got user testing notification with payload {
[Xcode] controllerClass = SBDeckSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:23:30.580 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005e80, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:30.580 XCTRunner[85140:11159915] <XCTWaiter: 0x600000005e80, state: XCTWaiterStateSucceeded> cleaning up ^{ (success) }
[Xcode] 14:23:30.580 XCTRunner[85140:11159915] Done initializing for UI testing.
[Xcode] 14:23:30.636 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 58 bytes written out to StandardOutputAndStandardError
[Xcode] 2017-10-18 14:23:28.980551+0100 XCTRunner[85140:11159915] +[CATransaction synchronize] called within transaction
[Xcode] 2017-10-18 14:23:29.048556+0100 XCTRunner[85140:11159915] Running tests...
[Xcode] 2017-10-18 14:23:29.661830+0100 XCTRunner[85140:11159915] Continuing to run tests in the background with task ID 1
[Xcode] Test Suite 'All tests' started at 2017-10-18 14:23:30.635
[Xcode] 14:23:30.637 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 76 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:30.580 XCTRunner[85140:11159915] Loading test suite...
[Xcode] 14:23:30.632 XCTRunner[85140:11159946] Got AX notification 4002
[Xcode] 14:23:30.635 XCTRunner[85140:11159943] Got AX notification 1021
[Xcode] 14:23:30.635 XCTRunner[85140:11159943] Got kAXPidStatusChangedNotification for 85140: suspended
[Xcode] 14:23:30.635 XCTRunner[85140:11159915] Finished loading test suite, took 0.055s
[Xcode] 14:23:30.635 XCTRunner[85140:11159915] -[XCTRunnerIDESession testBundleWillStart:]
[Xcode] 14:23:30.635 XCTRunner[85140:11159915] Running suite...
[Xcode] 14:23:30.635 XCTRunner[85140:11159946] Got AX notification 4002
[Xcode] 14:23:30.636 XCTRunner[85140:11159915] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:23:30.636 XCTRunner[85140:11159946] Got AX notification 4002
[Xcode] 14:23:30.637 xcodebuild[85105:11159472] _XCT_testSuite:All tests didStartAt:2017-10-18 13:23:30 +0000
[Xcode] 14:23:30.638 xcodebuild[85105:11159620] (LOG ARBITER) Rotating message buffer with 2 messages.
[Xcode] 14:23:30.636 XCTRunner[85140:11159915] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:23:30.637 xcodebuild[85105:11159472] _XCT_testSuite:WebDriverAgentLib.framework didStartAt:2017-10-18 13:23:30 +0000
[Xcode] 14:23:30.636 XCTRunner[85140:11159915] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2017-10-18 14:23:30.636
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2017-10-18 14:23:30.636.
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.000) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2017-10-18 14:23:30.637
[Xcode] 14:23:30.638 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 293 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:30.638 xcodebuild[85105:11159472] _XCT_testSuite:WebDriverAgentLib.framework didFinishAt:2017-10-18 13:23:30 +0000 runCount:0 withFailures:0 unexpected:0 testDuration:0 totalDuration:0.0002489686012268066
[Xcode] 14:23:30.637 XCTRunner[85140:11159915] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:23:30.638 xcodebuild[85105:11159472] _XCT_testSuite:WebDriverAgentRunner.xctest didStartAt:2017-10-18 13:23:30 +0000
[Xcode] 14:23:30.637 XCTRunner[85140:11159915] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:23:30.639 xcodebuild[85105:11159472] _XCT_testSuite:UITestingUITests didStartAt:2017-10-18 13:23:30 +0000
[Xcode] Test Suite 'UITestingUITests' started at 2017-10-18 14:23:30.637
[Xcode] 14:23:30.639 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 155 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:30.640 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 2040 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:30.641 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 998 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:30.640 XCTRunner[85140:11159915] -[XCTRunnerIDESession testSuite:didFailWithDescription:inFile:atLine:]
[Xcode] 14:23:30.640 XCTRunner[85140:11159915] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:23:30.642 xcodebuild[85105:11159472] _XCT_testSuite:UITestingUITests didFinishAt:2017-10-18 13:23:30 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.00333702564239502
[Xcode] 14:23:30.641 XCTRunner[85140:11159915] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:23:30.642 xcodebuild[85105:11159472] _XCT_testSuite:WebDriverAgentRunner.xctest didFinishAt:2017-10-18 13:23:30 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.004197001457214355
[Xcode] 14:23:30.641 XCTRunner[85140:11159915] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:23:30.643 xcodebuild[85105:11159472] _XCT_testSuite:All tests didFinishAt:2017-10-18 13:23:30 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.006093978881835938
[Xcode] 14:23:30.642 XCTRunner[85140:11159915] Finished running suite.
[Xcode] 14:23:30.642 XCTRunner[85140:11159915] -[XCTRunnerIDESession testBundleDidFinish:], Flushing connection to IDE...
[Xcode] 14:23:30.642 XCTRunner[85140:11159915] Calling completion.
[Xcode] 14:23:30.643 xcodebuild[85105:11159472] -[XCTTestRunnerSession _XCT_didFinishExecutingTestPlan]_block_invoke
[Xcode] 14:23:30.642 XCTRunner[85140:11159915] <XCTWaiter: 0x6000000060c0, state: XCTWaiterStateInProgress> entering wait loop for 15.00s with expectations: (
[Xcode] "IDE confirmed the end of session"
[Xcode] )
[Xcode] 14:23:30.643 XCTRunner[85140:11159915] No application process found matching pid 85140, caching
[Xcode] 2017-10-18 14:23:30.637074+0100 XCTRunner[85140:11159915] +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x11de08600
[Xcode] <unknown>:0: error: UITestingUITests : +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x11de08600
[Xcode] (
[Xcode] 0 CoreFoundation 0x0000000107ec71cb __exceptionPreprocess + 171
[Xcode] 1 libobjc.A.dylib 0x00000001073dbf41 objc_exception_throw + 48
[Xcode] 2 CoreFoundation 0x0000000107f47854 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
[Xcode] 3 CoreFoundation 0x0000000107e4a178 ___forwarding___ + 1432
[Xcode] 4 CoreFoundation 0x0000000107e49b58 _CF_forwarding_prep_0 + 120
[Xcode] 5 WebDriverAgentRunner 0x000000011d716f0c +[UITestingUITests setUp] + 76
[Xcode] 6 XCTest 0x0000000106c8ff21 __27-[XCTestSuite performTest:]_block_invoke + 58
[Xcode] 7 XCTest 0x0000000106c8f9b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 8 XCTest 0x0000000106c8fbb6 -[XCTestSuite performTest:] + 239
[Xcode] 9 XCTest 0x0000000106c90052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 10 XCTest 0x0000000106c8f9b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 11 XCTest 0x0000000106c8fbb6 -[XCTestSuite performTest:] + 239
[Xcode] 12 XCTest 0x0000000106c90052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 13 XCTest 0x0000000106c8f9b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 14 XCTest 0x0000000106c8fbb6 -[XCTestSuite performTest:] + 239
[Xcode] 15 XCTest 0x0000000106ce816d __44-[XCTTestRunSession runTestsAndReturnError:]_block_invoke + 40
[Xcode] 16 XCTest 0x0000000106ca3232 -[XCTestObservationCenter _observeTestExecutionForBlock:] + 475
[Xcode] 17 XCTest 0x0000000106ce800c -[XCTTestRunSession runTestsAndReturnError:] + 281
[Xcode] 18 XCTest 0x0000000106c7f6ab -[XCTestDriver runTestsAndReturnError:] + 314
[Xcode] 19 XCTest 0x0000000106cdfeb6 _XCTestMain + 619
[Xcode] 20 CoreFoundation 0x0000000107e6a20c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
[Xcode] 21 CoreFoundation 0x0000000107e4ea3b __CFRunLoopDoBlocks + 203
[Xcode] 22 CoreFoundation 0x0000000107e4e214 __CFRunLoopRun + 1300
[Xcode] 23 CoreFoundation 0x0000000107e4da89 CFRunLoopRunSpecific + 409
[Xcode] 24 GraphicsServices 0x000000010b1c09c6 GSEventRunModal + 62
[Xcode] 25 UIKit 0x000000010834223c UIApplicationMain + 159
[Xcode] 26 XCTRunner 0x00000001069fa88b XCTRunner + 6283
[Xcode] 27 libdyld.dylib 0x000000010c7b9d81 start + 1
[Xcode] )
[Xcode] Test Suite 'UITestingUITests' failed at 2017-10-18 14:23:30.640.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.003) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2017-10-18 14:23:30.641.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.004) seconds
[Xcode] 14:23:30.643 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 284 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:30.644 XCTRunner[85140:11159945] <XCTWaiter: 0x6000000060c0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:23:30.645 XCTRunner[85140:11159915] <XCTWaiter: 0x6000000060c0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:23:30.645 XCTRunner[85140:11159915] <XCTWaiter: 0x6000000060c0, state: XCTWaiterStateSucceeded> cleaning up IDE confirmed the end of session
[Xcode] 14:23:30.650 testmanagerd[85126:11159971] Test process connection invalidated or interrupted, closing test session <XCTestSession: 0x7fc85c410020>.
[Xcode] 14:23:30.651 testmanagerd[85126:11159971] Closed <XCTestSession: 0x7fc85c410020>, removing from (
[Xcode] "<XCTestSession: 0x7fc85c410020>"
[Xcode] )
[Xcode] 14:23:30.651 testmanagerd[85126:11159971] Tearing down test session <XCTestSession: 0x7fc85c410020>.
[Xcode] 14:23:30.651 testmanagerd[85126:11159971] XCTestSession is responsible for cleaning up its socket from an XCIDESession
[Xcode] 14:23:30.662 xcodebuild[85105:11159624] Closing socket 19 to testmanagerd for Sim iPhone 7
[Xcode] 14:23:30.652 testmanagerd[85126:11159971] Unregistering for AX notification 4002
[Xcode] 14:23:30.652 testmanagerd[85126:11159971] Unregistering for AX notification 1006
[Xcode] 14:23:30.652 testmanagerd[85126:11159971] Unregistering for AX notification 1021
[Xcode] 14:23:30.661 testmanagerd[85126:11159971] Considering exiting:
[Xcode] 14:23:30.661 testmanagerd[85126:11159971] Session summary: 0 test sessions, 0 sessions with identifiers, 0 unidentified sessions, has control sessions, 0 pending connections
[Xcode] 14:23:30.662 testmanagerd[85126:11159971] Control sessions: (
[Xcode] "<XCIDESession: 0x7fc85c411a50> (socket 5) created Wednesday, October 18, 2017 at 2:23:29 PM British Summer Time"
[Xcode] )
[Xcode] 14:23:30.666 xcodebuild[85105:11159472] Got death notice for pid 85140, removing from SimulatorSessionMap
[Xcode] 14:23:30.667 xcodebuild[85105:11159472] Launch session LaunchSessionClaim_0x7fa42b354f80 relinquised claim on simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:23:30.667 xcodebuild[85105:11159472] Launch session LaunchSessionClaim_0x7fa42b354f80 relinquised claim on simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:23:30.701 testmanagerd[85126:11159632] AX Notification 1021
[Xcode] Test Suite 'All tests' failed at 2017-10-18 14:23:30.641.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.006) seconds
[Xcode] 14:23:30.747 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:23:30.857 testmanagerd[85126:11159632] AX Notification 1021
[Xcode] 14:23:30.922 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530> finished receiving data from <IDEConsoleAdaptor: 0x7fa42b5e5500 'target' stdin: (null) 0 stdout: (null) 0 stderr: (null) 0>
[Xcode] 14:23:30.923 xcodebuild[85105:11159472] <IDETestOperationCoordinator: 0x7fa42b387530>: _considerFlushingDelegateBlockQueue - nothing to flush
[Xcode] 14:23:30.923 xcodebuild[85105:11159472] _finishWithError:(null)
[Xcode]
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333011647 (14:23:31 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333012754 (14:23:32 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333013865 (14:23:33 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333014983 (14:23:34 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333016093 (14:23:36 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333017202 (14:23:37 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333018309 (14:23:38 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333019424 (14:23:39 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333020534 (14:23:40 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333021645 (14:23:41 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333022754 (14:23:42 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333023863 (14:23:43 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333025006 (14:23:45 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333026118 (14:23:46 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333027228 (14:23:47 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [XCUITest] Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
[debug] [XCUITest] Quitting and uninstalling WebDriverAgent, then retrying
[XCUITest] Shutting down sub-processes
[debug] [XCUITest] Removing WDA application from device
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1508333039644 (14:23:59 GMT+0100 (BST))
[XCUITest] Launching WebDriverAgent on the device
[debug] [XCUITest] Carthage found: '/usr/local/bin/carthage'
[debug] [XCUITest] Killing running processes 'xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iproxy 8100, AF5E13AE-3B12-4AA8-85AE-3B69F54B107D.*XCTRunner' for the device AF5E13AE-3B12-4AA8-85AE-3B69F54B107D...
[debug] [XCUITest] 'pgrep -nif xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif iproxy 8100' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] 'pgrep -nif AF5E13AE-3B12-4AA8-85AE-3B69F54B107D.*XCTRunner' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Using Xcode 9.0.1, so fixing WDA codebase
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=AF5E13AE-3B12-4AA8-85AE-3B69F54B107D IPHONEOS_DEPLOYMENT_TARGET=11.0' in directory '/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[debug] [XCUITest] Output from xcodebuild will be logged. To see xcode logging, use 'showXcodeLog' desired capability
[Xcode] Build settings from command line:
[Xcode]
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] IPHONEOS_DEPLOYMENT_TARGET = 11.0
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode]
[Xcode] ** TEST BUILD SUCCEEDED **
[Xcode]
[Xcode]
[debug] [XCUITest] Log file for xcodebuild test: /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-601D846B-F749-4A84-938B-9F581B33B7F3/WebDriverAgentRunner-BBA3FA18-5E60-44E8-A01E-75CE20559C0D/Session-WebDriverAgentRunner-2017-10-18_142401-lGJVvv.log
[Xcode] 2017-10-18 14:24:01.563 xcodebuild[85302:11161173] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
[Xcode] /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-601D846B-F749-4A84-938B-9F581B33B7F3/WebDriverAgentRunner-BBA3FA18-5E60-44E8-A01E-75CE20559C0D/Session-WebDriverAgentRunner-2017-10-18_142401-lGJVvv.log
[Xcode]
[Xcode] 2017-10-18 14:24:01.563 xcodebuild[85302:11161171] [MT] IDETestOperationsObserverDebug: (0383FDFE-6D47-4956-AB8F-72F90EF53769) Beginning test session WebDriverAgentRunner-0383FDFE-6D47-4956-AB8F-72F90EF53769 at 2017-10-18 14:24:01.563 with Xcode 9A1004 on target <DVTiPhoneSimulator: 0x7f86cf238a10> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] } (11.0.1 (15A8401))
[Xcode]
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] ** TEST EXECUTE SUCCEEDED **
[Xcode]
[Xcode]
[Xcode] 2017-10-18 14:24:04.065011+0100 XCTRunner[85333:11161602] +[CATransaction synchronize] called within transaction
[Xcode] 2017-10-18 14:24:04.152229+0100 XCTRunner[85333:11161602] Running tests...
[Xcode] 2017-10-18 14:24:04.892212+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PLManagedAsset accessibilityTraits]
[Xcode] 2017-10-18 14:24:04.892746+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PLManagedAsset accessibilityValue]
[Xcode] 2017-10-18 14:24:04.893326+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PLManagedAsset accessibilityLabel]
[Xcode] 2017-10-18 14:24:04.893770+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PLManagedAsset _accessibilityPhotoDescription]
[Xcode] 2017-10-18 14:24:04.894190+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding +[PLManagedAsset safeCategoryBaseClass]
[Xcode] 2017-10-18 14:24:04.894685+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PHAsset accessibilityTraits]
[Xcode] 2017-10-18 14:24:04.895065+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PHAsset accessibilityValue]
[Xcode] 2017-10-18 14:24:04.895453+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PHAsset accessibilityLabel]
[Xcode] 2017-10-18 14:24:04.895922+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PHAsset _accessibilitySavePhotoLabel:]
[Xcode] 2017-10-18 14:24:04.896317+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding +[PHAsset safeCategoryBaseClass]
[Xcode] 2017-10-18 14:24:04.897789+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityTraits]
[Xcode] 2017-10-18 14:24:04.898644+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityIncrement]
[Xcode] 2017-10-18 14:24:04.899148+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityDecrement]
[Xcode] 2017-10-18 14:24:04.899590+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityValue]
[Xcode] 2017-10-18 14:24:04.900050+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityLabel]
[Xcode] 2017-10-18 14:24:04.902227+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl isAccessibilityElement]
[Xcode] 2017-10-18 14:24:04.903067+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding +[CAMLightingControl safeCategoryBaseClass]
[Xcode] 2017-10-18 14:24:04.931589+0100 XCTRunner[85333:11161602] Continuing to run tests in the background with task ID 1
[Xcode] Test Suite 'All tests' started at 2017-10-18 14:24:05.904
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2017-10-18 14:24:05.904
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2017-10-18 14:24:05.904.
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.000) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2017-10-18 14:24:05.905
[Xcode] Test Suite 'UITestingUITests' started at 2017-10-18 14:24:05.905
[Xcode] 2017-10-18 14:24:05.905337+0100 XCTRunner[85333:11161602] +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x1256fa600
[Xcode] <unknown>:0: error: UITestingUITests : +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x1256fa600
[Xcode] (
[Xcode] 0 CoreFoundation 0x000000010f8d91cb __exceptionPreprocess + 171
[Xcode] 1 libobjc.A.dylib 0x000000010edf5f41 objc_exception_throw + 48
[Xcode] 2 CoreFoundation 0x000000010f959854 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
[Xcode] 3 CoreFoundation 0x000000010f85c178 ___forwarding___ + 1432
[Xcode] 4 CoreFoundation 0x000000010f85bb58 _CF_forwarding_prep_0 + 120
[Xcode] 5 WebDriverAgentRunner 0x0000000124ddcf0c +[UITestingUITests setUp] + 76
[Xcode] 6 XCTest 0x000000010e355f21 __27-[XCTestSuite performTest:]_block_invoke + 58
[Xcode] 7 XCTest 0x000000010e3559b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 8 XCTest 0x000000010e355bb6 -[XCTestSuite performTest:] + 239
[Xcode] 9 XCTest 0x000000010e356052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 10 XCTest 0x000000010e3559b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 11 XCTest 0x000000010e355bb6 -[XCTestSuite performTest:] + 239
[Xcode] 12 XCTest 0x000000010e356052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 13 XCTest 0x000000010e3559b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 14 XCTest 0x000000010e355bb6 -[XCTestSuite performTest:] + 239
[Xcode] 15 XCTest 0x000000010e3ae16d __44-[XCTTestRunSession runTestsAndReturnError:]_block_invoke + 40
[Xcode] 16 XCTest 0x000000010e369232 -[XCTestObservationCenter _observeTestExecutionForBlock:] + 475
[Xcode] 17 XCTest 0x000000010e3ae00c -[XCTTestRunSession runTestsAndReturnError:] + 281
[Xcode] 18 XCTest 0x000000010e3456ab -[XCTestDriver runTestsAndReturnError:] + 314
[Xcode] 19 XCTest 0x000000010e3a5eb6 _XCTestMain + 619
[Xcode] 20 CoreFoundation 0x000000010f87c20c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
[Xcode] 21 CoreFoundation 0x000000010f860a3b __CFRunLoopDoBlocks + 203
[Xcode] 22 CoreFoundation 0x000000010f860214 __CFRunLoopRun + 1300
[Xcode] 23 CoreFoundation 0x000000010f85fa89 CFRunLoopRunSpecific + 409
[Xcode] 24 GraphicsServices 0x000000010ebc69c6 GSEventRunModal + 62
[Xcode] 25 UIKit 0x000000010fd5423c UIApplicationMain + 159
[Xcode] 26 XCTRunner 0x000000010e0c088b XCTRunner + 6283
[Xcode] 27 libdyld.dylib 0x0000000113f2ad81 start + 1
[Xcode] )
[Xcode] Test Suite 'UITestingUITests' failed at 2017-10-18 14:24:05.909.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.004) seconds
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2017-10-18 14:24:05.910.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.005) seconds
[Xcode] Test Suite 'All tests' failed at 2017-10-18 14:24:05.910.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.007) seconds
[Xcode]
[XCUITest] xcodebuild exited with code '0' and signal 'null'
[Xcode] Contents of xcodebuild log file '/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-601D846B-F749-4A84-938B-9F581B33B7F3/WebDriverAgentRunner-BBA3FA18-5E60-44E8-A01E-75CE20559C0D/Session-WebDriverAgentRunner-2017-10-18_142401-lGJVvv.log':
[Xcode] 14:24:01.564 xcodebuild[85302:11161171] Beginning test session WebDriverAgentRunner-0383FDFE-6D47-4956-AB8F-72F90EF53769 at 2017-10-18 14:24:01.563 with Xcode 9A1004 on target <DVTiPhoneSimulator: 0x7f86cf238a10> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] } (11.0.1 (15A8401))
[Xcode] 14:24:01.564 xcodebuild[85302:11161171] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
[Xcode] build-for-testing
[Xcode] test-without-building
[Xcode] -project
[Xcode] /Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
[Xcode] -scheme
[Xcode] WebDriverAgentRunner
[Xcode] -destination
[Xcode] id=AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] IPHONEOS_DEPLOYMENT_TARGET=11.0
[Xcode] 14:24:01.564 xcodebuild[85302:11161171] Launching with Xcode.IDEFoundation.Launcher.PosixSpawn
[Xcode] 14:24:01.566 xcodebuild[85302:11161171] Test standard output and standard error is at /var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-601D846B-F749-4A84-938B-9F581B33B7F3/WebDriverAgentRunner-BBA3FA18-5E60-44E8-A01E-75CE20559C0D/StandardOutputAndStandardError.txt
[Xcode] 14:24:01.573 xcodebuild[85302:11161171] Setting up test runner session
[Xcode] 14:24:01.574 xcodebuild[85302:11161333] Sim iPhone 7: Unregistering for sim device notification with token 4
[Xcode] 14:24:01.574 xcodebuild[85302:11161333] Calling -[SimDevice getenv:error:] for TESTMANAGERD_SIM_SOCK
[Xcode] 14:24:01.576 xcodebuild[85302:11161171] Launch session started.
[Xcode] 14:24:01.577 xcodebuild[85302:11161333] Sim iPhone 7 has testmanagerd socket at /private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket
[Xcode] 14:24:01.577 xcodebuild[85302:11161333] Validating test connection socket path (/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket)
[Xcode] 14:24:01.577 xcodebuild[85302:11161334] Launch session LaunchSessionClaim_0x7f86cf825ab0 claimed simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:24:01.577 xcodebuild[85302:11161333] Constructing transport for test connection socket
[Xcode] 14:24:01.578 xcodebuild[85302:11161333] Connected socket 20 to testmanagerd for Sim iPhone 7
[Xcode] 14:24:01.579 xcodebuild[85302:11161332] Received connection for test runner session
[Xcode] 14:24:01.579 xcodebuild[85302:11161332] Listening for proxy connection request from the test bundle
[Xcode] 14:24:01.579 xcodebuild[85302:11161332] Initiating session with identifier: 0383FDFE-6D47-4956-AB8F-72F90EF53769
[Xcode] 14:24:01.580 xcodebuild[85302:11161172] Launch session LaunchSessionClaim_0x7f86cf825ab0 claimed simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:24:01.580 xcodebuild[85302:11161172] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Registered for sim device notification, got token 5
[Xcode] 14:24:01.580 xcodebuild[85302:11161332] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Unregistering for sim device notification with token 5
[Xcode] 14:24:01.581 xcodebuild[85302:11161334] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Installing app at path: /Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app and options: {
[Xcode] CFBundleIdentifier = "com.apple.test.WebDriverAgentRunner-Runner";
[Xcode] }
[Xcode] 14:24:01.581 xcodebuild[85302:11161171] Adding console adaptor <IDEConsoleAdaptor: 0x7f86cf989c70 'target' stdin: <IDEMasterPtyFileHandle: 0x7f86ceec50e0 MasterFH: <NSConcreteFileHandle: 0x7f86cf85d650> 22 SlaveFH: <NSConcreteFileHandle: 0x7f86cee82980> 23> 22 stdout: <IDEMasterPtyFileHandle: 0x7f86ceec50e0 MasterFH: <NSConcreteFileHandle: 0x7f86cf85d650> 22 SlaveFH: <NSConcreteFileHandle: 0x7f86cee82980> 23> 22 stderr: (null) 0> for test session 0383FDFE-6D47-4956-AB8F-72F90EF53769.
[Xcode] 14:24:01.582 xcodebuild[85302:11161171] Test runner session acquired connection.
[Xcode] 14:24:01.582 xcodebuild[85302:11161171] Waiting for test process to launch.
[Xcode] 14:24:03.118 xcodebuild[85302:11161332] Got reply to session initiation request with identifier 0383FDFE-6D47-4956-AB8F-72F90EF53769 (result:error): 25: (null)
[Xcode] 14:24:03.394 xcodebuild[85302:11161334] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Installed app at path: /Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app and options: {
[Xcode] CFBundleIdentifier = "com.apple.test.WebDriverAgentRunner-Runner";
[Xcode] }
[Xcode] 14:24:03.395 xcodebuild[85302:11161334] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Registered for sim device notification, got token 6
[Xcode] 14:24:03.395 xcodebuild[85302:11161333] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Unregistering for sim device notification with token 6
[Xcode] 14:24:03.654 xcodebuild[85302:11161334] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Launching app with identifier: com.apple.test.WebDriverAgentRunner-Runner and options: {
[Xcode] arguments = (
[Xcode] "-NSTreatUnknownArgumentsAsOpen",
[Xcode] NO,
[Xcode] "-ApplePersistenceIgnoreState",
[Xcode] YES
[Xcode] );
[Xcode] environment = {
[Xcode] "DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_INSERT_LIBRARIES" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMainThreadChecker.dylib";
[Xcode] "DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "MTC_CRASH_ON_REPORT" = 1;
[Xcode] NSUnbufferedIO = YES;
[Xcode] "OS_ACTIVITY_DT_MODE" = YES;
[Xcode] "USE_PORT" = 8100;
[Xcode] "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
[Xcode] XCTestConfigurationFilePath = "/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-601D846B-F749-4A84-938B-9F581B33B7F3/WebDriverAgentRunner-BBA3FA18-5E60-44E8-A01E-75CE20559C0D/LaunchSessions/0383FDFE-6D47-4956-AB8F-72F90EF53769/remote-container/tmp/WebDriverAgentRunner-0383FDFE-6D47-4956-AB8F-72F90EF53769.xctestconfiguration";
[Xcode] "__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] };
[Xcode] stderr = "/dev/ttys002";
[Xcode] stdout = "/dev/ttys002";
[Xcode] "wait_for_debugger" = 0;
[Xcode] }
[Xcode] 14:24:03.737 xcodebuild[85302:11161334] AF5E13AE-3B12-4AA8-85AE-3B69F54B107D: Launched app with identifier: com.apple.test.WebDriverAgentRunner-Runner (pid = 85333)
[Xcode] 14:24:03.737 xcodebuild[85302:11161334] Tracking pid 85333 for simulator <DVTiPhoneSimulator: 0x7f86cf238a10> {
[Xcode] SimDevice: iPhone 7 (AF5E13AE-3B12-4AA8-85AE-3B69F54B107D, iOS 11.0, Booted)
[Xcode] }
[Xcode] 14:24:03.737 xcodebuild[85302:11161334] Checking to see if pid 85333 is valid: kill(pid, 0) = 0 (YES, it's still running)
[Xcode] 14:24:03.738 xcodebuild[85302:11161334] Setting up DVTTaskNotifyOnProcDeath for pid 85333
[Xcode] 14:24:03.739 xcodebuild[85302:11161171] Test process runnable PID is 85333.
[Xcode] 14:24:04.067 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 113 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.153 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 75 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.215 xcodebuild[85302:11161333] Handling proxy channel request from test runner
[Xcode] 14:24:04.215 xcodebuild[85302:11161333] Test runner is ready, running protocol 25, requires at least version 8. Control framework is running 25 and requires at least 8
[Xcode] 14:24:04.216 xcodebuild[85302:11161171] Test runner session successfully initiated.
[Xcode] 14:24:04.216 xcodebuild[85302:11161171] Creating the daemon control session.
[Xcode] 14:24:04.216 xcodebuild[85302:11161171] Whitelisting test process ID 85333
[Xcode] 14:24:04.216 xcodebuild[85302:11161171] Got authorization request for pid 85333
[Xcode] 14:24:04.216 xcodebuild[85302:11161333] Sim iPhone 7: Unregistering for sim device notification with token 7
[Xcode] 14:24:04.216 xcodebuild[85302:11161333] Calling -[SimDevice getenv:error:] for TESTMANAGERD_SIM_SOCK
[Xcode] 14:24:04.220 xcodebuild[85302:11161333] Sim iPhone 7 has testmanagerd socket at /private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket
[Xcode] 14:24:04.221 xcodebuild[85302:11161333] Validating test connection socket path (/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket)
[Xcode] 14:24:04.221 xcodebuild[85302:11161333] Constructing transport for test connection socket
[Xcode] 14:24:04.221 xcodebuild[85302:11161333] Connected socket 29 to testmanagerd for Sim iPhone 7
[Xcode] 14:24:04.221 xcodebuild[85302:11161582] Requesting authorization for pid 85333
[Xcode] 14:24:04.255 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.322 xcodebuild[85302:11161333] Got reply to authorization request for pid 85333 (result:error): 25: (null)
[Xcode] 14:24:04.323 xcodebuild[85302:11161171] Got whitelisting response from test daemon. Success: 1
[Xcode] 14:24:04.323 xcodebuild[85302:11161171] Registering/updating daemon-based crash report observer for process names (
[Xcode] XCTRunner,
[Xcode] "WebDriverAgentRunner-Runner",
[Xcode] xctest
[Xcode] ), report directories: (
[Xcode] "/Users/janijegoroff/Library/Logs/DiagnosticReports",
[Xcode] "/Library/Logs/DiagnosticReports"
[Xcode] ).
[Xcode] 14:24:04.343 testmanagerd[85322:11161665] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (85333) -> 8
[Xcode] 14:24:04.348 testmanagerd[85322:11161343] Received request to collect crash reports in directories '/Users/janijegoroff/Library/Logs/DiagnosticReports', '/Library/Logs/DiagnosticReports' for processes with names 'XCTRunner', 'WebDriverAgentRunner-Runner', 'xctest'
[Xcode] 14:24:04.349 testmanagerd[85322:11161343] Initializing crash report observer for /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:24:04.349 testmanagerd[85322:11161343] Getting files in /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:24:04.350 testmanagerd[85322:11161343] Found 6 files in /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:24:04.397 xcodebuild[85302:11161171] Telling test runner to start executing tests.
[Xcode] 14:24:04.163 XCTRunner[85333:11161602] Linked XCTest.framework from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest, built with Xcode 0900(9A221a), modified on Saturday, September 2, 2017 at 4:51:28 PM British Summer Time
[Xcode] XCTest.framework bundle version: 13201
[Xcode] 14:24:04.165 XCTRunner[85333:11161602] System uptime: 2:34
[Xcode] 14:24:04.165 XCTRunner[85333:11161602] Process arguments: (
[Xcode] "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Bundle/Application/CB6107A2-C76D-485C-8D4B-0EDD45671897/WebDriverAgentRunner-Runner.app/XCTRunner",
[Xcode] "-NSTreatUnknownArgumentsAsOpen",
[Xcode] NO,
[Xcode] "-ApplePersistenceIgnoreState",
[Xcode] YES
[Xcode] )
[Xcode] 14:24:04.165 XCTRunner[85333:11161602] Process environment: {
[Xcode] "CFFIXED_USER_HOME" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/4F2CBB08-AC31-4728-9504-48B06E6FAFBA";
[Xcode] CLASSIC = 1;
[Xcode] "CUPS_SERVER" = "/private/tmp/com.apple.launchd.Bkt4Dl9DyQ/Listeners";
[Xcode] "DYLD_FALLBACK_FRAMEWORK_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks";
[Xcode] "DYLD_FALLBACK_LIBRARY_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib";
[Xcode] "DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks";
[Xcode] "DYLD_ROOT_PATH" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] HOME = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/4F2CBB08-AC31-4728-9504-48B06E6FAFBA";
[Xcode] "IOS_SIMULATOR_SYSLOG_SOCKET" = "/private/tmp/com.apple.CoreSimulator.SimDevice.AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/syslogsock";
[Xcode] "IPHONE_SHARED_RESOURCES_DIRECTORY" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data";
[Xcode] "IPHONE_SIMULATOR_ROOT" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] "IPHONE_TVOUT_EXTENDED_PROPERTIES" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Library/Application Support/Simulator/extended_display.plist";
[Xcode] "MTC_CRASH_ON_REPORT" = 1;
[Xcode] NSUnbufferedIO = YES;
[Xcode] "OS_ACTIVITY_DT_MODE" = YES;
[Xcode] PATH = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/sbin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/local/bin";
[Xcode] "SIMULATOR_AUDIO_DEVICES_PLIST_PATH" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/com.apple.coresimulator.audio.plist";
[Xcode] "SIMULATOR_AUDIO_SETTINGS_PATH" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/simulatoraudio/audiosettings.plist";
[Xcode] "SIMULATOR_BOOT_TIME" = 1508332890;
[Xcode] "SIMULATOR_CAPABILITIES" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/iPhone 7.simdevicetype/Contents/Resources/capabilities.plist";
[Xcode] "SIMULATOR_DEVICE_NAME" = "iPhone 7";
[Xcode] "SIMULATOR_EXTENDED_DISPLAY_PROPERTIES" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Library/Application Support/Simulator/extended_display.plist";
[Xcode] "SIMULATOR_HID_SYSTEM_MANAGER" = "/Library/Developer/PrivateFrameworks/CoreSimulator.framework/Resources/Platforms/iphoneos/Library/Frameworks/SimulatorHID.framework";
[Xcode] "SIMULATOR_HOST_HOME" = "/Users/janijegoroff";
[Xcode] "SIMULATOR_LEGACY_ASSET_SUFFIX" = iphone;
[Xcode] "SIMULATOR_LOG_ROOT" = "/Users/janijegoroff/Library/Logs/CoreSimulator/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "SIMULATOR_MAINSCREEN_HEIGHT" = 1334;
[Xcode] "SIMULATOR_MAINSCREEN_PITCH" = "326.000000";
[Xcode] "SIMULATOR_MAINSCREEN_SCALE" = "2.000000";
[Xcode] "SIMULATOR_MAINSCREEN_WIDTH" = 750;
[Xcode] "SIMULATOR_MEMORY_WARNINGS" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/var/run/memory_warning_simulation";
[Xcode] "SIMULATOR_MODEL_IDENTIFIER" = "iPhone9,1";
[Xcode] "SIMULATOR_PRODUCT_CLASS" = D10;
[Xcode] "SIMULATOR_ROOT" = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot";
[Xcode] "SIMULATOR_RUNTIME_BUILD_VERSION" = 15A8401;
[Xcode] "SIMULATOR_RUNTIME_VERSION" = "11.0.1";
[Xcode] "SIMULATOR_SHARED_RESOURCES_DIRECTORY" = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data";
[Xcode] "SIMULATOR_UDID" = "AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "SIMULATOR_VERSION_INFO" = "CoreSimulator 494.22.3 - Device: iPhone 7 - Runtime: iOS 11.0 (15A8401) - DeviceType: iPhone 7";
[Xcode] "TESTMANAGERD_SIM_SOCK" = "/private/tmp/com.apple.launchd.2s3s50mFJG/com.apple.testmanagerd.unix-domain.socket";
[Xcode] TMPDIR = "/Users/janijegoroff/Library/Developer/CoreSimulator/Devices/AF5E13AE-3B12-4AA8-85AE-3B69F54B107D/data/Containers/Data/Application/4F2CBB08-AC31-4728-9504-48B06E6FAFBA/tmp";
[Xcode] "USE_PORT" = 8100;
[Xcode] "XCODE_DBG_XPC_EXCLUSIONS" = "com.apple.dt.xctestSymbolicator";
[Xcode] XCTestConfigurationFilePath = "/var/folders/66/62hrz8650r72_srksbdfwpjm0000gn/T/com.apple.dt.XCTest/IDETestRunSession-601D846B-F749-4A84-938B-9F581B33B7F3/WebDriverAgentRunner-BBA3FA18-5E60-44E8-A01E-75CE20559C0D/LaunchSessions/0383FDFE-6D47-4956-AB8F-72F90EF53769/remote-container/tmp/WebDriverAgentRunner-0383FDFE-6D47-4956-AB8F-72F90EF53769.xctestconfiguration";
[Xcode] "XPC_FLAGS" = 0x0;
[Xcode] "XPC_SERVICE_NAME" = "UIKitApplication:com.apple.test.WebDriverAgentRunner-Runner[0xd3c9][84424]";
[Xcode] "XPC_SIMULATOR_LAUNCHD_NAME" = "com.apple.CoreSimulator.SimDevice.AF5E13AE-3B12-4AA8-85AE-3B69F54B107D";
[Xcode] "__XCODE_BUILT_PRODUCTS_DIR_PATHS" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_FRAMEWORK_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] "__XPC_DYLD_LIBRARY_PATH" = "/Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator";
[Xcode] }
[Xcode] 14:24:04.166 XCTRunner[85333:11161602] App Sandbox active: NO
[Xcode] 14:24:04.166 XCTRunner[85333:11161602] Loading test bundle at: file:///Users/janijegoroff/Library/Developer/Xcode/DerivedData/WebDriverAgent-cavrygbhcrenueahvbnkqrgydefh/Build/Products/Debug-iphonesimulator/WebDriverAgentRunner-Runner.app/PlugIns/WebDriverAgentRunner.xctest/
[Xcode] 14:24:04.179 XCTRunner[85333:11161602] Finished loading test bundle
[Xcode] 14:24:04.179 XCTRunner[85333:11161602] Readying IDE session
[Xcode] 14:24:04.182 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013af0, state: XCTWaiterStateInProgress> entering wait loop for 5.00s with expectations: (
[Xcode] "Exchange protocol versions with daemon"
[Xcode] )
[Xcode] 14:24:04.208 XCTRunner[85333:11161624] Got daemon protocol version 18
[Xcode] 14:24:04.208 XCTRunner[85333:11161623] <XCTWaiter: 0x600000013af0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.208 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013af0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.208 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013af0, state: XCTWaiterStateSucceeded> cleaning up Exchange protocol versions with daemon
[Xcode] 14:24:04.208 XCTRunner[85333:11161602] Requesting IDE connection transport
[Xcode] 14:24:04.209 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013b80, state: XCTWaiterStateInProgress> entering wait loop for 60.00s with expectations: (
[Xcode] "Transport for IDE session acquired"
[Xcode] )
[Xcode] 14:24:04.212 XCTRunner[85333:11161623] Creating transport with received transport data
[Xcode] 14:24:04.213 XCTRunner[85333:11161626] <XCTWaiter: 0x600000013b80, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.213 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013b80, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.213 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013b80, state: XCTWaiterStateSucceeded> cleaning up Transport for IDE session acquired
[Xcode] 14:24:04.213 XCTRunner[85333:11161602] Creating connection with transport <DTXFileDescriptorTransport: 0x6040000f9600>
[Xcode] 14:24:04.214 XCTRunner[85333:11161602] Creating the proxy channel with connection <DTXConnection 0x6000001f0300 : x1>
[Xcode] 14:24:04.214 XCTRunner[85333:11161602] Messaging IDE proxy - _XCT_testBundleReadyWithProtocolVersion:25 minimumVersion:8
[Xcode] 14:24:04.215 XCTRunner[85333:11161602] <XCTWaiter: 0x60400001edf0, state: XCTWaiterStateInProgress> entering wait loop for 60.00s with expectations: (
[Xcode] "IDE session ready for test plan"
[Xcode] )
[Xcode] 14:24:04.216 XCTRunner[85333:11161624] _XCT_testBundleReadyWithProtocolVersion:minimumVersion: reply received
[Xcode] 14:24:04.397 XCTRunner[85333:11161626] _IDE_startExecutingTestPlanWithProtocolVersion:25
[Xcode] 14:24:04.397 XCTRunner[85333:11161626] <XCTWaiter: 0x60400001edf0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.397 XCTRunner[85333:11161602] <XCTWaiter: 0x60400001edf0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.398 XCTRunner[85333:11161602] <XCTWaiter: 0x60400001edf0, state: XCTWaiterStateSucceeded> cleaning up IDE session ready for test plan
[Xcode] 14:24:04.402 xcodebuild[85302:11161171] Starting test plan, clearing initialization timeout timer.
[Xcode] 14:24:04.401 XCTRunner[85333:11161602] Initializing for UI testing.
[Xcode] 14:24:04.403 XCTRunner[85333:11161602] Linked XCTAutomationSupport.framework from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/XCTAutomationSupport, built with Xcode 0900(9M189u), modified on Tuesday, October 10, 2017 at 10:38:31 PM British Summer Time
[Xcode] XCTAutomationSupport.framework bundle version: 0
[Xcode] 14:24:04.356 testmanagerd[85322:11161343] Started monitoring /Users/janijegoroff/Library/Logs/DiagnosticReports
[Xcode] 14:24:04.369 testmanagerd[85322:11161343] Initializing crash report observer for /Library/Logs/DiagnosticReports
[Xcode] 14:24:04.372 testmanagerd[85322:11161343] Getting files in /Library/Logs/DiagnosticReports
[Xcode] 14:24:04.393 testmanagerd[85322:11161343] Found 78 files in /Library/Logs/DiagnosticReports
[Xcode] 14:24:04.395 testmanagerd[85322:11161343] Started monitoring /Library/Logs/DiagnosticReports
[Xcode] 14:24:04.404 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013d40, state: XCTWaiterStateInProgress> entering wait loop for 70.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:24:04.404 testmanagerd[85322:11161543] Got reply for process assertion request, success: YES
[Xcode] 14:24:04.405 testmanagerd[85322:11161512] Performing block with diagnostics...
[Xcode] 14:24:04.406 testmanagerd[85322:11161512] Waiting 65.0s for AX to finish loading...
[Xcode] 14:24:04.411 testmanagerd[85322:11161512] _AXSApplicationAccessibilityEnabled() returned false
[Xcode] 14:24:04.472 testmanagerd[85322:11161343] AX is loaded
[Xcode] 14:24:04.480 testmanagerd[85322:11161512] Calling AXDisableAccessibilityOnTermination() inside a retry block to handle a race between kAXAccessibilityLoaded and backboardd.
[Xcode] 14:24:04.491 testmanagerd[85322:11161512] AXDisableAccessibilityOnTermination() returned 0
[Xcode] 14:24:04.491 testmanagerd[85322:11161512] Created system wide AX element <AXUIElementRef 0x7ff20ac12260> {pid=0} {uid=[ID:1 hash:0x0]}
[Xcode] 14:24:04.493 testmanagerd[85322:11161512] Registered for accessibility notification 1021
[Xcode] 14:24:04.494 testmanagerd[85322:11161512] Registered for accessibility notification 1000
[Xcode] 14:24:04.495 testmanagerd[85322:11161512] Registered for accessibility notification 1005
[Xcode] 14:24:04.496 testmanagerd[85322:11161512] Registered for accessibility notification 1001
[Xcode] 14:24:04.497 testmanagerd[85322:11161512] Registered for accessibility notification 1011
[Xcode] 14:24:04.498 testmanagerd[85322:11161512] Registered for accessibility notification 4002
[Xcode] 14:24:04.499 testmanagerd[85322:11161512] Registered for accessibility notification 4000
[Xcode] 14:24:04.500 testmanagerd[85322:11161512] Registered for accessibility notification 4001
[Xcode] 14:24:04.501 testmanagerd[85322:11161512] Registered for accessibility notification 5000
[Xcode] 14:24:04.501 testmanagerd[85322:11161512] Block succeeded, canceling diagnostics.
[Xcode] 14:24:04.635 testmanagerd[85322:11161343] AX Notification 1000
[Xcode] 14:24:04.635 testmanagerd[85322:11161343] AX Notification 1000
[Xcode] 14:24:04.646 XCTRunner[85333:11161626] <XCTWaiter: 0x600000013d40, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.646 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013d40, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.646 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013d40, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:24:04.646 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013d40, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:24:04.647 testmanagerd[85322:11161512] AXUIElementSetMessagingTimeout(<AXUIElementRef 0x7ff20ac12260> {pid=0} {uid=[ID:1 hash:0x0]}, 60) -> 0
[Xcode] 14:24:04.654 XCTRunner[85333:11161626] <XCTWaiter: 0x600000013d40, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.884 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013d40, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.884 XCTRunner[85333:11161602] <XCTWaiter: 0x600000013d40, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:24:04.885 XCTRunner[85333:11161602] <XCTWaiter: 0x6040002008d0, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:24:04.886 testmanagerd[85322:11161512] Registered for AX notification 4002
[Xcode] 14:24:04.893 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 141 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.893 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 140 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.894 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 140 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.894 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 152 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.895 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 143 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.895 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 134 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.896 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 133 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.896 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 133 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.896 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 144 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.897 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 136 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.899 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 145 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.899 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 148 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.900 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 148 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.900 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 144 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.903 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 144 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.903 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 148 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.904 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 147 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.904 XCTRunner[85333:11161624] <XCTWaiter: 0x6040002008d0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.904 XCTRunner[85333:11161602] <XCTWaiter: 0x6040002008d0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.904 XCTRunner[85333:11161602] <XCTWaiter: 0x6040002008d0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:24:04.905 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200a90, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:24:04.905 testmanagerd[85322:11161544] Registered for AX notification 1006
[Xcode] 14:24:04.906 XCTRunner[85333:11161624] <XCTWaiter: 0x604000200a90, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.906 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200a90, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.906 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200a90, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:24:04.906 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200b20, state: XCTWaiterStateInProgress> entering wait loop for 65.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:24:04.907 testmanagerd[85322:11161544] Registered for AX notification 1021
[Xcode] 14:24:04.907 XCTRunner[85333:11161704] <XCTWaiter: 0x604000200b20, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.907 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200b20, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.907 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200b20, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:24:04.907 XCTRunner[85333:11161602] <XCTWaiter: 0x600000014cc0, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&done, 5)) }"
[Xcode] )
[Xcode] 14:24:04.907 testmanagerd[85322:11161544] Got request for process assertion for pid 85333.
[Xcode] 14:24:04.908 testmanagerd[85322:11161544] Invalidating previous process assertion for pid 85333.
[Xcode] 14:24:04.910 testmanagerd[85322:11161543] Got reply for process assertion request, success: YES
[Xcode] 14:24:04.910 testmanagerd[85322:11161544] Created process assertion for pid 85333: <BKSProcessAssertion: 0x7ff20ae13cc0>, waiting for response from assertiond.
[Xcode] 14:24:04.912 testmanagerd[85322:11161543] Performing <XCDeviceEvent:0x7ff20ae1a920 page 12 usage 64 duration 0.01s
[Xcode] 14:24:04.910 XCTRunner[85333:11161704] Got reply for background assertion for test process, acquired: YES.
[Xcode] 14:24:04.910 XCTRunner[85333:11161623] <XCTWaiter: 0x600000014cc0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.910 XCTRunner[85333:11161602] <XCTWaiter: 0x600000014cc0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.910 XCTRunner[85333:11161602] <XCTWaiter: 0x600000014cc0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&done, 5)) }
[Xcode] 14:24:04.911 XCTRunner[85333:11161602] Registering for UIApplicationDidEnterBackgroundNotification
[Xcode] 14:24:04.911 XCTRunner[85333:11161602] Hitting home button to enter background.
[Xcode] 14:24:04.911 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200bc0, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (__c11_atomic_load(&eventSent, 5)) || !_XCWaitLoopIsValid }"
[Xcode] )
[Xcode] 14:24:04.918 testmanagerd[85322:11161542] Sleeping for 0.005000s before sending up event
[Xcode] 14:24:04.924 testmanagerd[85322:11161542] Waiting for device event confirmation.
[Xcode] 14:24:04.937 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 115 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:04.946 testmanagerd[85322:11161343] AX Notification 1021
[Xcode] 14:24:04.946 testmanagerd[85322:11161343] Calling handler for AX notification 1021:{
[Xcode] pid = 85333;
[Xcode] "tentative-suspended" = 1;
[Xcode] }
[Xcode] 14:24:04.947 XCTRunner[85333:11161626] Got AX notification 1021
[Xcode] 14:24:04.947 XCTRunner[85333:11161626] Got kAXPidStatusChangedNotification for 85333: active
[Xcode] 14:24:04.962 XCTRunner[85333:11161602] No application process found matching pid 85333, caching
[Xcode] 14:24:04.962 XCTRunner[85333:11161704] <XCTWaiter: 0x604000200bc0, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:04.962 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200bc0, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:04.962 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200bc0, state: XCTWaiterStateSucceeded> cleaning up ^{ (__c11_atomic_load(&eventSent, 5)) || !_XCWaitLoopIsValid }
[Xcode] 14:24:04.962 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200c70, state: XCTWaiterStateInProgress> entering wait loop for 30.00s with expectations: (
[Xcode] "^{ (success) }"
[Xcode] )
[Xcode] 14:24:04.960 testmanagerd[85322:11161343] AX Notification 4002
[Xcode] 14:24:04.960 testmanagerd[85322:11161343] Calling handler for AX notification 4002:{
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 14:24:04.961 testmanagerd[85322:11161343] Got user testing notification with payload {
[Xcode] event = ButtonEventsCompleted;
[Xcode] }
[Xcode] 14:24:04.961 testmanagerd[85322:11161343] Signaling device event confirmed by AX notification.
[Xcode] 14:24:04.961 testmanagerd[85322:11161542] Gesture complete, replying to client.
[Xcode] 14:24:04.962 XCTRunner[85333:11161626] Got AX notification 4002
[Xcode] 14:24:05.039 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:05.151 testmanagerd[85322:11161343] AX Notification 1011
[Xcode] 14:24:05.450 testmanagerd[85322:11161343] AX Notification 1011
[Xcode] 14:24:05.785 XCTRunner[85333:11161602] Got UIApplicationDidEnterBackgroundNotification
[Xcode] 14:24:05.786 XCTRunner[85333:11161626] <XCTWaiter: 0x604000200c70, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:05.848 testmanagerd[85322:11161343] AX Notification 1000
[Xcode] 14:24:05.858 testmanagerd[85322:11161343] AX Notification 4002
[Xcode] 14:24:05.859 testmanagerd[85322:11161343] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBMainWorkspaceApplicationSceneLayoutElementViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:24:05.859 testmanagerd[85322:11161343] Got user testing notification with payload {
[Xcode] controllerClass = SBMainWorkspaceApplicationSceneLayoutElementViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:24:05.860 testmanagerd[85322:11161343] AX Notification 4002
[Xcode] 14:24:05.863 testmanagerd[85322:11161543] Got application state update: com.apple.test.WebDriverAgentRunner-Runner (85333) -> 4
[Xcode] 14:24:05.860 testmanagerd[85322:11161343] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBDeviceApplicationSceneViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:24:05.865 testmanagerd[85322:11161343] Got user testing notification with payload {
[Xcode] controllerClass = SBDeviceApplicationSceneViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:24:05.871 testmanagerd[85322:11161343] AX Notification 1021
[Xcode] 14:24:05.873 testmanagerd[85322:11161343] Calling handler for AX notification 1021:{
[Xcode] pid = 85333;
[Xcode] suspended = 1;
[Xcode] }
[Xcode] 14:24:05.875 testmanagerd[85322:11161343] AX Notification 1000
[Xcode] 14:24:05.875 testmanagerd[85322:11161343] AX Notification 4002
[Xcode] 14:24:05.875 testmanagerd[85322:11161343] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBMainSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:24:05.892 testmanagerd[85322:11161343] Got user testing notification with payload {
[Xcode] controllerClass = SBMainSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:24:05.893 testmanagerd[85322:11161343] AX Notification 4002
[Xcode] 14:24:05.893 testmanagerd[85322:11161343] Calling handler for AX notification 4002:{
[Xcode] controllerClass = SBDeckSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:24:05.894 testmanagerd[85322:11161343] Got user testing notification with payload {
[Xcode] controllerClass = SBDeckSwitcherViewController;
[Xcode] event = ViewDidDisappear;
[Xcode] }
[Xcode] 14:24:05.843 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200c70, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:05.843 XCTRunner[85333:11161602] <XCTWaiter: 0x604000200c70, state: XCTWaiterStateSucceeded> cleaning up ^{ (success) }
[Xcode] 14:24:05.843 XCTRunner[85333:11161602] Done initializing for UI testing.
[Xcode] 14:24:05.843 XCTRunner[85333:11161602] Loading test suite...
[Xcode] 14:24:05.898 XCTRunner[85333:11161625] Got AX notification 4002
[Xcode] 14:24:05.903 XCTRunner[85333:11161624] Got AX notification 4002
[Xcode] 14:24:05.903 XCTRunner[85333:11161602] Finished loading test suite, took 0.060s
[Xcode] 14:24:05.904 XCTRunner[85333:11161602] -[XCTRunnerIDESession testBundleWillStart:]
[Xcode] 14:24:05.904 XCTRunner[85333:11161602] Running suite...
[Xcode] 14:24:05.904 XCTRunner[85333:11161624] Got AX notification 1021
[Xcode] 14:24:05.904 XCTRunner[85333:11161624] Got kAXPidStatusChangedNotification for 85333: suspended
[Xcode] 14:24:05.904 XCTRunner[85333:11161602] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:24:05.905 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 58 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:05.905 xcodebuild[85302:11161171] _XCT_testSuite:All tests didStartAt:2017-10-18 13:24:05 +0000
[Xcode] 14:24:05.904 XCTRunner[85333:11161624] Got AX notification 4002
[Xcode] 14:24:05.904 XCTRunner[85333:11161602] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:24:05.905 xcodebuild[85302:11161171] _XCT_testSuite:WebDriverAgentLib.framework didStartAt:2017-10-18 13:24:05 +0000
[Xcode] 14:24:05.904 XCTRunner[85333:11161624] Got AX notification 4002
[Xcode] 14:24:05.905 XCTRunner[85333:11161602] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 2017-10-18 14:24:04.065011+0100 XCTRunner[85333:11161602] +[CATransaction synchronize] called within transaction
[Xcode] 2017-10-18 14:24:04.152229+0100 XCTRunner[85333:11161602] Running tests...
[Xcode] 2017-10-18 14:24:04.892212+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PLManagedAsset accessibilityTraits]
[Xcode] 2017-10-18 14:24:04.892746+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PLManagedAsset accessibilityValue]
[Xcode] 2017-10-18 14:24:04.893326+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PLManagedAsset accessibilityLabel]
[Xcode] 2017-10-18 14:24:04.893770+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PLManagedAsset _accessibilityPhotoDescription]
[Xcode] 2017-10-18 14:24:04.894190+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding +[PLManagedAsset safeCategoryBaseClass]
[Xcode] 2017-10-18 14:24:04.894685+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PHAsset accessibilityTraits]
[Xcode] 2017-10-18 14:24:04.895065+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PHAsset accessibilityValue]
[Xcode] 2017-10-18 14:24:04.895453+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PHAsset accessibilityLabel]
[Xcode] 2017-10-18 14:24:04.895922+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[PHAsset _accessibilitySavePhotoLabel:]
[Xcode] 2017-10-18 14:24:04.896317+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding +[PHAsset safeCategoryBaseClass]
[Xcode] 2017-10-18 14:24:04.897789+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityTraits]
[Xcode] 2017-10-18 14:24:04.898644+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityIncrement]
[Xcode] 2017-10-18 14:24:04.899148+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityDecrement]
[Xcode] 2017-10-18 14:24:04.899590+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityValue]
[Xcode] 2017-10-18 14:24:04.900050+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl accessibilityLabel]
[Xcode] 2017-10-18 14:24:04.902227+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding -[CAMLightingControl isAccessibilityElement]
[Xcode] 2017-10-18 14:24:04.903067+0100 XCTRunner[85333:11161602] [AXValidations] UIAccessibility Error adding +[CAMLightingControl safeCategoryBaseClass]
[Xcode] 2017-10-18 14:24:04.931589+0100 XCTRunner[85333:11161602] Continuing to run tests in the background with task ID 1
[Xcode] Test Suite 'All tests' started at 2017-10-18 14:24:05.904
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2017-10-18 14:24:05.904
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2017-10-18 14:24:05.904.
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.000) seconds
[Xcode] 14:24:05.906 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 304 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:05.906 xcodebuild[85302:11161171] _XCT_testSuite:WebDriverAgentLib.framework didFinishAt:2017-10-18 13:24:05 +0000 runCount:0 withFailures:0 unexpected:0 testDuration:0 totalDuration:0.0002449750900268555
[Xcode] 14:24:05.905 XCTRunner[85333:11161602] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:24:05.906 xcodebuild[85302:11161171] _XCT_testSuite:WebDriverAgentRunner.xctest didStartAt:2017-10-18 13:24:05 +0000
[Xcode] 14:24:05.905 XCTRunner[85333:11161602] -[XCTRunnerIDESession testSuiteWillStart:]
[Xcode] 14:24:05.906 xcodebuild[85302:11161171] _XCT_testSuite:UITestingUITests didStartAt:2017-10-18 13:24:05 +0000
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2017-10-18 14:24:05.905
[Xcode] 14:24:05.906 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 65 bytes written out to StandardOutputAndStandardError
[Xcode] Test Suite 'UITestingUITests' started at 2017-10-18 14:24:05.905
[Xcode] 14:24:05.907 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 155 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:05.909 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 1018 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:05.909 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 1022 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:05.909 XCTRunner[85333:11161602] -[XCTRunnerIDESession testSuite:didFailWithDescription:inFile:atLine:]
[Xcode] 14:24:05.910 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 998 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:05.909 XCTRunner[85333:11161602] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:24:05.910 xcodebuild[85302:11161171] _XCT_testSuite:UITestingUITests didFinishAt:2017-10-18 13:24:05 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.004117012023925781
[Xcode] 2017-10-18 14:24:05.905337+0100 XCTRunner[85333:11161602] +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x1256fa600
[Xcode] <unknown>:0: error: UITestingUITests : +[FBConfiguration disableRemoteQueryEvaluation]: unrecognized selector sent to class 0x1256fa600
[Xcode] (
[Xcode] 0 CoreFoundation 0x000000010f8d91cb __exceptionPreprocess + 171
[Xcode] 1 libobjc.A.dylib 0x000000010edf5f41 objc_exception_throw + 48
[Xcode] 2 CoreFoundation 0x000000010f959854 +[NSObject(NSObject) doesNotRecognizeSelector:] + 132
[Xcode] 3 CoreFoundation 0x000000010f85c178 ___forwarding___ + 1432
[Xcode] 4 CoreFoundation 0x000000010f85bb58 _CF_forwarding_prep_0 + 120
[Xcode] 5 WebDriverAgentRunner 0x0000000124ddcf0c +[UITestingUITests setUp] + 76
[Xcode] 6 XCTest 0x000000010e355f21 __27-[XCTestSuite performTest:]_block_invoke + 58
[Xcode] 7 XCTest 0x000000010e3559b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 8 XCTest 0x000000010e355bb6 -[XCTestSuite performTest:] + 239
[Xcode] 9 XCTest 0x000000010e356052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 10 XCTest 0x000000010e3559b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 11 XCTest 0x000000010e355bb6 -[XCTestSuite performTest:] + 239
[Xcode] 12 XCTest 0x000000010e356052 __27-[XCTestSuite performTest:]_block_invoke + 363
[Xcode] 13 XCTest 0x000000010e3559b9 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 26
[Xcode] 14 XCTest 0x000000010e355bb6 -[XCTestSuite performTest:] + 239
[Xcode] 15 XCTest 0x000000010e3ae16d __44-[XCTTestRunSession runTestsAndReturnError:]_block_invoke + 40
[Xcode] 16 XCTest 0x000000010e369232 -[XCTestObservationCenter _observeTestExecutionForBlock:] + 475
[Xcode] 17 XCTest 0x000000010e3ae00c -[XCTTestRunSession runTestsAndReturnError:] + 281
[Xcode] 18 XCTest 0x000000010e3456ab -[XCTestDriver runTestsAndReturnError:] + 314
[Xcode] 19 XCTest 0x000000010e3a5eb6 _XCTestMain + 619
[Xcode] 20 CoreFoundation 0x000000010f87c20c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
[Xcode] 21 CoreFoundation 0x000000010f860a3b __CFRunLoopDoBlocks + 203
[Xcode] 22 CoreFoundation 0x000000010f860214 __CFRunLoopRun + 1300
[Xcode] 23 CoreFoundation 0x000000010f85fa89 CFRunLoopRunSpecific + 409
[Xcode] 24 GraphicsServices 0x000000010ebc69c6 GSEventRunModal + 62
[Xcode] 25 UIKit 0x000000010fd5423c UIApplicationMain + 159
[Xcode] 26 XCTRunner 0x000000010e0c088b XCTRunner + 6283
[Xcode] 27 libdyld.dylib 0x0000000113f2ad81 start + 1
[Xcode] )
[Xcode] Test Suite 'UITestingUITests' failed at 2017-10-18 14:24:05.909.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.004) seconds
[Xcode] 14:24:05.910 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 151 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:05.910 XCTRunner[85333:11161602] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:24:05.910 xcodebuild[85302:11161171] _XCT_testSuite:WebDriverAgentRunner.xctest didFinishAt:2017-10-18 13:24:05 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.004824995994567871
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2017-10-18 14:24:05.910.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.005) seconds
[Xcode] 14:24:05.911 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 133 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:05.910 XCTRunner[85333:11161602] -[XCTRunnerIDESession testSuiteDidFinish:]
[Xcode] 14:24:05.911 xcodebuild[85302:11161171] _XCT_testSuite:All tests didFinishAt:2017-10-18 13:24:05 +0000 runCount:0 withFailures:1 unexpected:1 testDuration:0 totalDuration:0.006599962711334229
[Xcode] 14:24:05.911 XCTRunner[85333:11161602] Finished running suite.
[Xcode] 14:24:05.911 XCTRunner[85333:11161602] -[XCTRunnerIDESession testBundleDidFinish:], Flushing connection to IDE...
[Xcode] 14:24:05.911 XCTRunner[85333:11161602] Calling completion.
[Xcode] 14:24:05.911 xcodebuild[85302:11161171] -[XCTTestRunnerSession _XCT_didFinishExecutingTestPlan]_block_invoke
[Xcode] 14:24:05.911 XCTRunner[85333:11161602] <XCTWaiter: 0x60400001df80, state: XCTWaiterStateInProgress> entering wait loop for 15.00s with expectations: (
[Xcode] "IDE confirmed the end of session"
[Xcode] )
[Xcode] 14:24:05.911 XCTRunner[85333:11161602] No application process found matching pid 85333, caching
[Xcode] 14:24:05.912 XCTRunner[85333:11161624] <XCTWaiter: 0x60400001df80, state: XCTWaiterStateSucceeded>: cancelWaiting
[Xcode] 14:24:05.912 XCTRunner[85333:11161602] <XCTWaiter: 0x60400001df80, state: XCTWaiterStateSucceeded> done waiting
[Xcode] 14:24:05.912 XCTRunner[85333:11161602] <XCTWaiter: 0x60400001df80, state: XCTWaiterStateSucceeded> cleaning up IDE confirmed the end of session
[Xcode] 14:24:05.919 testmanagerd[85322:11161543] Test process connection invalidated or interrupted, closing test session <XCTestSession: 0x7ff20ad144d0>.
[Xcode] 14:24:05.933 xcodebuild[85302:11161795] Closing socket 20 to testmanagerd for Sim iPhone 7
[Xcode] 14:24:05.935 xcodebuild[85302:11161171] Got death notice for pid 85333, removing from SimulatorSessionMap
[Xcode] 14:24:05.936 xcodebuild[85302:11161171] Launch session LaunchSessionClaim_0x7f86cf825ab0 relinquised claim on simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:24:05.936 xcodebuild[85302:11161171] Launch session LaunchSessionClaim_0x7f86cf825ab0 relinquised claim on simulator AF5E13AE-3B12-4AA8-85AE-3B69F54B107D
[Xcode] 14:24:05.923 testmanagerd[85322:11161543] Closed <XCTestSession: 0x7ff20ad144d0>, removing from (
[Xcode] "<XCTestSession: 0x7ff20ad144d0>"
[Xcode] )
[Xcode] 14:24:05.925 testmanagerd[85322:11161543] Tearing down test session <XCTestSession: 0x7ff20ad144d0>.
[Xcode] 14:24:05.925 testmanagerd[85322:11161543] XCTestSession is responsible for cleaning up its socket from an XCIDESession
[Xcode] 14:24:05.926 testmanagerd[85322:11161543] Unregistering for AX notification 4002
[Xcode] 14:24:05.926 testmanagerd[85322:11161543] Unregistering for AX notification 1006
[Xcode] 14:24:05.942 testmanagerd[85322:11161543] Unregistering for AX notification 1021
[Xcode] 14:24:05.943 testmanagerd[85322:11161543] Considering exiting:
[Xcode] 14:24:05.944 testmanagerd[85322:11161543] Session summary: 0 test sessions, 0 sessions with identifiers, 0 unidentified sessions, has control sessions, 0 pending connections
[Xcode] 14:24:05.944 testmanagerd[85322:11161543] Control sessions: (
[Xcode] "<XCIDESession: 0x7ff20ad0da90> (socket 5) created Wednesday, October 18, 2017 at 2:24:04 PM British Summer Time"
[Xcode] )
[Xcode] Test Suite 'All tests' failed at 2017-10-18 14:24:05.910.
[Xcode] Executed 0 tests, with 1 failure (1 unexpected) in 0.000 (0.007) seconds
[Xcode] 14:24:06.015 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: parseConsoleOutputFromOriginalOutput: called, 0 bytes written out to StandardOutputAndStandardError
[Xcode] 14:24:06.126 testmanagerd[85322:11161343] AX Notification 1021
[Xcode] 14:24:06.190 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0> finished receiving data from <IDEConsoleAdaptor: 0x7f86cf989c70 'target' stdin: (null) 0 stdout: (null) 0 stderr: (null) 0>
[Xcode] 14:24:06.190 xcodebuild[85302:11161171] <IDETestOperationCoordinator: 0x7f86cf888fb0>: _considerFlushingDelegateBlockQueue - nothing to flush
[Xcode] 14:24:06.190 xcodebuild[85302:11161171] _finishWithError:(null)
[Xcode]
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333046678 (14:24:06 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333047790 (14:24:07 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333048900 (14:24:08 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333050007 (14:24:10 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333051117 (14:24:11 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333052302 (14:24:12 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333053411 (14:24:13 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333054521 (14:24:14 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333055630 (14:24:15 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333056742 (14:24:16 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333057856 (14:24:17 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333058966 (14:24:18 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333060076 (14:24:20 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333061188 (14:24:21 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [BaseDriver] Event 'wdaSessionAttempted' logged at 1508333062300 (14:24:22 GMT+0100 (BST))
[debug] [XCUITest] Sending createSession command to WDA
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[debug] [XCUITest] Failed to create WDA session. Retrying...
[debug] [XCUITest] Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
[debug] [XCUITest] Quitting and uninstalling WebDriverAgent, then retrying
[XCUITest] Shutting down sub-processes
[debug] [XCUITest] Removing WDA application from device
[XCUITest] Error: Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
at XCUITestDriver.quitAndUninstall$ (../../lib/driver.js:381:13)
at tryCatch (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at process._tickCallback (internal/process/next_tick.js:103:7)
Error: Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
at XCUITestDriver.quitAndUninstall$ (../../lib/driver.js:381:13)
at tryCatch (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at process._tickCallback (internal/process/next_tick.js:103:7)
[debug] [XCUITest] 'pgrep -nif xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Cannot find xcodebuild's process id, so unable to retrieve DerivedData folder path
[XCUITest] No WebDriverAgent derived data available, so unable to set permissions on WDA attachments folder
[debug] [XCUITest] 'pgrep -nif xcodebuild.*AF5E13AE-3B12-4AA8-85AE-3B69F54B107D' didn't detect any matching processes. Return code: 1
[debug] [XCUITest] Cannot find xcodebuild's process id, so unable to retrieve DerivedData folder path
[XCUITest] No WebDriverAgent derived data available, so unable to clear system files
[debug] [iOSLog] Stopping iOS log capture
[MJSONWP] Encountered internal error running command: Error: Unable to start WebDriverAgent session because of xcodebuild failure: "Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100".
at XCUITestDriver.quitAndUninstall$ (../../lib/driver.js:381:13)
at tryCatch (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Users/janijegoroff/projects/mobile-ios-app/mobile-common/bdd/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
at process._tickCallback (internal/process/next_tick.js:103:7)
[HTTP] <-- POST /wd/hub/session 500 71733 ms - 312
^C[Appium] Received SIGINT - shutting down
Janis-MacBook-Pro:bdd janijegoroff$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment