Last login: Wed Feb 28 12:14:54 on ttys002 lakahaya.chhabra@lakahaya-chhabra-VT94M6VPXG ~ % appium -p 6623 --allow-cors [Appium] Welcome to Appium v2.5.1 (REV c32bd1c7cc0c3b1b914845bddfeda53f4d877a3f) [Appium] Non-default server args: [Appium] { [Appium] allowCors: true, [Appium] port: 6623 [Appium] } [Appium] The autodetected Appium home path: /Users/lakahaya.chhabra/.appium [Appium] Attempting to load driver uiautomator2... [Appium] Attempting to load driver xcuitest... [Appium] Requiring driver at /Users/lakahaya.chhabra/.appium/node_modules/appium-uiautomator2-driver/build/index.js [Appium] Requiring driver at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/build/index.js [Appium] AndroidUiautomator2Driver has been successfully loaded in 0.980s [Appium] XCUITestDriver has been successfully loaded in 0.979s [Appium] You have enabled CORS requests from any host. Be careful not to visit sites which could maliciously try to start Appium sessions on your machine [Appium] Appium REST http interface listener started on http://0.0.0.0:6623 [Appium] You can provide the following URLs in your client code to connect to this server: [Appium] http://127.0.0.1:6623/ (only accessible from the same host) [Appium] http://172.22.27.44:6623/ [Appium] http://100.64.0.1:6623/ [Appium] Available drivers: [Appium] - uiautomator2@2.29.9 (automationName 'UiAutomator2') [Appium] - xcuitest@7.1.0 (automationName 'XCUITest') [Appium] Available plugins: [Appium] - images@2.1.7 [Appium] No plugins activated. Use the --use-plugins flag with names of plugins to activate [HTTP] --> POST /session [HTTP] {"capabilities":{"alwaysMatch":{"platformName":"iOS","appium:platformVersion":"17.0","appium:deviceName":"AppiumSim17","appium:app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","appium:automationName":"XCUITest","appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"iOS","appium:platformVersion":"17.0","appium:deviceName":"AppiumSim17","appium:app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","appium:automationName":"XCUITest","appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true}} [AppiumDriver@6b8d] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","appium:platformVersion":"17.0","appium:deviceName":"AppiumSim17","appium:app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","appium:automationName":"XCUITest","appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},null,{"alwaysMatch":{"platformName":"iOS","appium:platformVersion":"17.0","appium:deviceName":"AppiumSim17","appium:app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","appium:automationName":"XCUITest","appium:includeSafariInWebviews":true,"appium:newCommandTimeout":3600,"appium:connectHardwareKeyboard":true},"firstMatch":[{}]}] [AppiumDriver@6b8d] Event 'newSessionRequested' logged at 1709186532751 (11:32:12 GMT+0530 (India Standard Time)) [Appium] Attempting to find matching driver for automationName 'XCUITest' and platformName 'iOS' [Appium] The 'xcuitest' driver was installed and matched caps. [Appium] Will require it at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver [Appium] Requiring driver at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/build/index.js [AppiumDriver@6b8d] Appium v2.5.1 creating new XCUITestDriver (v7.1.0) session [AppiumDriver@6b8d] Checking BaseDriver versions for Appium and XCUITestDriver [AppiumDriver@6b8d] Appium's BaseDriver version is 9.5.2 [AppiumDriver@6b8d] XCUITestDriver's BaseDriver version is 9.5.2 [XCUITestDriver@200f] Creating session with W3C capabilities: { [XCUITestDriver@200f] "alwaysMatch": { [XCUITestDriver@200f] "platformName": "iOS", [XCUITestDriver@200f] "appium:platformVersion": "17.0", [XCUITestDriver@200f] "appium:deviceName": "AppiumSim17", [XCUITestDriver@200f] "appium:app": "/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app", [XCUITestDriver@200f] "appium:automationName": "XCUITest", [XCUITestDriver@200f] "appium:includeSafariInWebviews": true, [XCUITestDriver@200f] "appium:newCommandTimeout": 3600, [XCUITestDriver@200f] "appium:connectHardwareKeyboard": true [XCUITestDriver@200f] }, [XCUITestDriver@200f] "firstMatch": [ [XCUITestDriver@200f] {} [XCUITestDriver@200f] ] [XCUITestDriver@200f] } [XCUITestDriver@200f (aef78cfa)] Session created with session id: aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b [XCUITest] Current user: 'lakahaya.chhabra' [XCUITestDriver@200f (aef78cfa)] No real device udid has been provided in capabilities. Will select a matching simulator to run the test. [XCUITestDriver@200f (aef78cfa)] iOS SDK Version set to '17.0' [XCUITest] Looking for an existing Simulator with platformName: iOS, platformVersion: 17.0, deviceName: AppiumSim17 [iOSSim] Constructing iOS simulator for Xcode version 15.0 with udid '841824CC-D516-4101-BF8D-DB6A0A994B89' [XCUITestDriver@200f (aef78cfa)] Determining device to run tests on: udid: '841824CC-D516-4101-BF8D-DB6A0A994B89', real device: false [XCUITestDriver@200f (aef78cfa)] Event 'xcodeDetailsRetrieved' logged at 1709186534025 (11:32:14 GMT+0530 (India Standard Time)) [BaseDriver] Using local app '/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app' [XCUITestDriver@200f (aef78cfa)] Event 'appConfigured' logged at 1709186534026 (11:32:14 GMT+0530 (India Standard Time)) [XCUITest] Checking whether app '/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app' is actually present on file system [XCUITest] App is present [XCUITest] Getting bundle ID from app '/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app': 'com.WebView' [XCUITestDriver@200f (aef78cfa)] Event 'resetStarted' logged at 1709186534027 (11:32:14 GMT+0530 (India Standard Time)) [simctl] Error running 'terminate': An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=405): Unable to lookup in current state: Shutdown [XCUITest] Reset: failed to terminate Simulator application with id "com.WebView" [XCUITest] Not scrubbing third party app in anticipation of uninstall [XCUITestDriver@200f (aef78cfa)] Event 'resetComplete' logged at 1709186534127 (11:32:14 GMT+0530 (India Standard Time)) [XCUITestDriver@200f (aef78cfa)] Using WDA path: '/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' [XCUITestDriver@200f (aef78cfa)] Using WDA agent: '/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj' [XCUITest] Error: iOS Simulator with udid '841824CC-D516-4101-BF8D-DB6A0A994B89' is not running [XCUITest] at IOSSimulatorLog.startCapture (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/device-log/ios-simulator-log.js:26:13) [XCUITest] at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/log.js:134:11 [XCUITest] Continuing without capturing device logs: iOS Simulator with udid '841824CC-D516-4101-BF8D-DB6A0A994B89' is not running [XCUITestDriver@200f (aef78cfa)] Setting up simulator [iOSSim] Setting preferences of 841824CC-D516-4101-BF8D-DB6A0A994B89 Simulator to {"ConnectHardwareKeyboard":true} [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false} [iOSSim] Updated 841824CC-D516-4101-BF8D-DB6A0A994B89 Simulator preferences at '/Users/lakahaya.chhabra/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"StartLastDeviceOnLaunch":false,"DetachOnWindowClose":false,"AttachBootedOnStart":true,"ConnectHardwareKeyboard":true,"PasteboardAutomaticSync":false,"DevicePreferences":{"841824CC-D516-4101-BF8D-DB6A0A994B89":{"SimulatorExternalDisplay":2114,"ConnectHardwareKeyboard":true,"SimulatorWindowOrientation":"Portrait","SimulatorWindowGeometry":{"E9634B69-BB3A-4A5C-BDE3-F7203BAD6523":{"WindowCenter":"{352, 582}","WindowScale":0.9587628865979382}},"SimulatorWindowRotationAngle":0,"ChromeTint":""}}} [iOSSim] Got Simulator UI client PID: 38886 [XCUITestDriver@200f (aef78cfa)] Parsed BUILD_DIR configuration value: '/Users/lakahaya.chhabra/Library/Developer/Xcode/DerivedData/WebDriverAgent-gzhypmbmdlgzdcefzukmfhhkhttx/Build/Products' [XCUITestDriver@200f (aef78cfa)] Got derived data root: '/Users/lakahaya.chhabra/Library/Developer/Xcode/DerivedData/WebDriverAgent-gzhypmbmdlgzdcefzukmfhhkhttx' [iOSSim] Simulator with UDID 841824CC-D516-4101-BF8D-DB6A0A994B89 booted in 10.684s [XCUITestDriver@200f (aef78cfa)] Event 'simStarted' logged at 1709186544980 (11:32:24 GMT+0530 (India Standard Time)) [IOSSimulatorLog] Starting log capture for iOS Simulator with udid '841824CC-D516-4101-BF8D-DB6A0A994B89' using simctl [XCUITestDriver@200f (aef78cfa)] Event 'logCaptureStarted' logged at 1709186545635 (11:32:25 GMT+0530 (India Standard Time)) [XCUITest] Verifying application platform [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"] [XCUITest] /Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app/WebView: Mach-O 64-bit executable arm64 [XCUITestDriver@200f (aef78cfa)] App 'com.WebView' is already installed [XCUITest] Reset requested. Removing app with id 'com.WebView' from the device [XCUITest] Installing '/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app' on Simulator with UUID '841824CC-D516-4101-BF8D-DB6A0A994B89'... [XCUITest] The app has been installed successfully. [XCUITestDriver@200f (aef78cfa)] Event 'appInstalled' logged at 1709186549465 (11:32:29 GMT+0530 (India Standard Time)) [XCUITestDriver@200f (aef78cfa)] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found [DevCon Factory] Requesting connection for device 841824CC-D516-4101-BF8D-DB6A0A994B89 on local port 8100 [DevCon Factory] Cached connections count: 0 [DevCon Factory] Successfully requested the connection for 841824CC-D516-4101-BF8D-DB6A0A994B89:8100 [XCUITestDriver@200f (aef78cfa)] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver' [WD Proxy] Matched '/status' to command name 'getStatus' [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [WD Proxy] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] WDA is not listening at 'http://127.0.0.1:8100/' [XCUITestDriver@200f (aef78cfa)] WDA is currently not running. There is nothing to cache [XCUITestDriver@200f (aef78cfa)] Trying to start WebDriverAgent 2 times with 10000ms interval [XCUITestDriver@200f (aef78cfa)] These values can be customized by changing wdaStartupRetries/wdaStartupRetryInterval capabilities [XCUITestDriver@200f (aef78cfa)] Event 'wdaStartAttempted' logged at 1709186549574 (11:32:29 GMT+0530 (India Standard Time)) [XCUITestDriver@200f (aef78cfa)] Launching WebDriverAgent on the device [XCUITestDriver@200f (aef78cfa)] There is no need to perform the project cleanup. A fresh install has been detected [WebDriverAgent] Killing running processes 'xcodebuild.*841824CC-D516-4101-BF8D-DB6A0A994B89, 841824CC-D516-4101-BF8D-DB6A0A994B89.*XCTRunner, xctest.*841824CC-D516-4101-BF8D-DB6A0A994B89' for the device 841824CC-D516-4101-BF8D-DB6A0A994B89... [WebDriverAgent] 'pgrep -if xcodebuild.*841824CC-D516-4101-BF8D-DB6A0A994B89' didn't detect any matching processes. Return code: 1 [WebDriverAgent] 'pgrep -if 841824CC-D516-4101-BF8D-DB6A0A994B89.*XCTRunner' didn't detect any matching processes. Return code: 1 [WebDriverAgent] 'pgrep -if xctest.*841824CC-D516-4101-BF8D-DB6A0A994B89' didn't detect any matching processes. Return code: 1 [XCUITestDriver@200f (aef78cfa)] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/lakahaya.chhabra/Library/Developer/Xcode/DerivedData/WebDriverAgent-gzhypmbmdlgzdcefzukmfhhkhttx -destination id=841824CC-D516-4101-BF8D-DB6A0A994B89 IPHONEOS_DEPLOYMENT_TARGET=17.0 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' [XCUITestDriver@200f (aef78cfa)] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability [XCUITestDriver@200f (aef78cfa)] Waiting up to 60000ms for WebDriverAgent to start [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Error: Unable to connect to running WebDriverAgent: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/lib/xcodebuild.js:393:17 [XCUITestDriver@200f (aef78cfa)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [XCUITestDriver@200f (aef78cfa)] at wrapped (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/asyncbox/lib/asyncbox.js:93:13) [XCUITestDriver@200f (aef78cfa)] at retry (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/asyncbox/lib/asyncbox.js:66:13) [XCUITestDriver@200f (aef78cfa)] at retryInterval (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/asyncbox/lib/asyncbox.js:103:10) [XCUITestDriver@200f (aef78cfa)] at XcodeBuild.waitForStart (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/lib/xcodebuild.js:377:7) [XCUITestDriver@200f (aef78cfa)] at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/lib/xcodebuild.js:359:26 [XCUITestDriver@200f (aef78cfa)] Unable to start WebDriverAgent: Error: We were not able to retrieve the /status response from the WebDriverAgent server after 60000ms timeout.Try to increase the value of 'appium:wdaLaunchTimeout' capability as a possible workaround. [XCUITestDriver@200f (aef78cfa)] Launching WebDriverAgent on the device [XCUITestDriver@200f (aef78cfa)] There is no need to perform the project cleanup. A fresh install has been detected [WebDriverAgent] Killing running processes 'xcodebuild.*841824CC-D516-4101-BF8D-DB6A0A994B89, 841824CC-D516-4101-BF8D-DB6A0A994B89.*XCTRunner, xctest.*841824CC-D516-4101-BF8D-DB6A0A994B89' for the device 841824CC-D516-4101-BF8D-DB6A0A994B89... [WebDriverAgent] 'pgrep -if 841824CC-D516-4101-BF8D-DB6A0A994B89.*XCTRunner' didn't detect any matching processes. Return code: 1 [WebDriverAgent] 'pgrep -if xctest.*841824CC-D516-4101-BF8D-DB6A0A994B89' didn't detect any matching processes. Return code: 1 [Xcode] xcodebuild exited with code '75' and signal 'null' [XCUITestDriver@200f (aef78cfa)] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/lakahaya.chhabra/Library/Developer/Xcode/DerivedData/WebDriverAgent-gzhypmbmdlgzdcefzukmfhhkhttx -destination id=841824CC-D516-4101-BF8D-DB6A0A994B89 IPHONEOS_DEPLOYMENT_TARGET=17.0 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' [XCUITestDriver@200f (aef78cfa)] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability [XCUITestDriver@200f (aef78cfa)] Waiting up to 60000ms for WebDriverAgent to start [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Error: Unable to connect to running WebDriverAgent: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/lib/xcodebuild.js:393:17 [XCUITestDriver@200f (aef78cfa)] at processTicksAndRejections (node:internal/process/task_queues:95:5) [XCUITestDriver@200f (aef78cfa)] at wrapped (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/asyncbox/lib/asyncbox.js:93:13) [XCUITestDriver@200f (aef78cfa)] at retry (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/asyncbox/lib/asyncbox.js:66:13) [XCUITestDriver@200f (aef78cfa)] at retryInterval (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/asyncbox/lib/asyncbox.js:103:10) [XCUITestDriver@200f (aef78cfa)] at XcodeBuild.waitForStart (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/lib/xcodebuild.js:377:7) [XCUITestDriver@200f (aef78cfa)] at /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/lib/xcodebuild.js:359:26 [XCUITestDriver@200f (aef78cfa)] Unable to start WebDriverAgent: Error: We were not able to retrieve the /status response from the WebDriverAgent server after 60000ms timeout.Try to increase the value of 'appium:wdaLaunchTimeout' capability as a possible workaround. [XCUITestDriver@200f (aef78cfa)] Event 'wdaStartFailed' logged at 1709186790575 (11:36:30 GMT+0530 (India Standard Time)) [XCUITestDriver@200f (aef78cfa)] Unable to launch WebDriverAgent because of xcodebuild failure: Unable to start WebDriverAgent: Error: We were not able to retrieve the /status response from the WebDriverAgent server after 60000ms timeout.Try to increase the value of 'appium:wdaLaunchTimeout' capability as a possible workaround. [XCUITestDriver@200f (aef78cfa)] Quitting and uninstalling WebDriverAgent [XCUITestDriver@200f (aef78cfa)] Shutting down sub-processes [WebDriverAgent] Shutting down 'xcodebuild' process (pid '23254') [WebDriverAgent] Sending 'SIGTERM'... [Xcode] xcodebuild exited with code 'null' and signal 'SIGTERM' [iOSSim] The simulator has 1 bundle which have 'WebDriverAgentRunner-Runner' as their 'CFBundleName': ["com.facebook.WebDriverAgentRunner.xctrunner"] [XCUITestDriver@200f (aef78cfa)] Uninstalling WDAs: 'com.facebook.WebDriverAgentRunner.xctrunner' [XCUITestDriver@200f (aef78cfa)] Event 'wdaStartAttempted' logged at 1709186801499 (11:36:41 GMT+0530 (India Standard Time)) [XCUITestDriver@200f (aef78cfa)] Retrying WDA startup (2 of 2) [XCUITestDriver@200f (aef78cfa)] Launching WebDriverAgent on the device [XCUITestDriver@200f (aef78cfa)] There is no need to perform the project cleanup. A fresh install has been detected [WebDriverAgent] Killing running processes 'xcodebuild.*841824CC-D516-4101-BF8D-DB6A0A994B89, 841824CC-D516-4101-BF8D-DB6A0A994B89.*XCTRunner, xctest.*841824CC-D516-4101-BF8D-DB6A0A994B89' for the device 841824CC-D516-4101-BF8D-DB6A0A994B89... [WebDriverAgent] 'pgrep -if xcodebuild.*841824CC-D516-4101-BF8D-DB6A0A994B89' didn't detect any matching processes. Return code: 1 [WebDriverAgent] 'pgrep -if 841824CC-D516-4101-BF8D-DB6A0A994B89.*XCTRunner' didn't detect any matching processes. Return code: 1 [WebDriverAgent] 'pgrep -if xctest.*841824CC-D516-4101-BF8D-DB6A0A994B89' didn't detect any matching processes. Return code: 1 [XCUITestDriver@200f (aef78cfa)] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /Users/lakahaya.chhabra/Library/Developer/Xcode/DerivedData/WebDriverAgent-gzhypmbmdlgzdcefzukmfhhkhttx -destination id=841824CC-D516-4101-BF8D-DB6A0A994B89 IPHONEOS_DEPLOYMENT_TARGET=17.0 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent' [XCUITestDriver@200f (aef78cfa)] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability [XCUITestDriver@200f (aef78cfa)] Waiting up to 60000ms for WebDriverAgent to start [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] connect ECONNREFUSED 127.0.0.1:8100 [XCUITestDriver@200f (aef78cfa)] Matched '/status' to command name 'getStatus' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body [XCUITestDriver@200f (aef78cfa)] Got response with status 200: {"value":{"build":{"upgradedAt":"1708597819234","time":"Feb 29 2024 11:32:37","productBundleIdentifier":"com.facebook.WebDriverAgentRunner"},"os":{"testmanagerdVersion":65535,"name":"iOS","sdkVersion":"17.0","version":"17.0"},"device":"iphone","ios":{"simulatorVersion":"17.0","ip":"172.22.27.44"},"message":"WebDriverAgent is ready to accept commands","state":"success","ready":true},"sessionId":null} [XCUITestDriver@200f (aef78cfa)] WebDriverAgent information: [XCUITestDriver@200f (aef78cfa)] { [XCUITestDriver@200f (aef78cfa)] "build": { [XCUITestDriver@200f (aef78cfa)] "upgradedAt": "1708597819234", [XCUITestDriver@200f (aef78cfa)] "time": "Feb 29 2024 11:32:37", [XCUITestDriver@200f (aef78cfa)] "productBundleIdentifier": "com.facebook.WebDriverAgentRunner" [XCUITestDriver@200f (aef78cfa)] }, [XCUITestDriver@200f (aef78cfa)] "os": { [XCUITestDriver@200f (aef78cfa)] "testmanagerdVersion": 65535, [XCUITestDriver@200f (aef78cfa)] "name": "iOS", [XCUITestDriver@200f (aef78cfa)] "sdkVersion": "17.0", [XCUITestDriver@200f (aef78cfa)] "version": "17.0" [XCUITestDriver@200f (aef78cfa)] }, [XCUITestDriver@200f (aef78cfa)] "device": "iphone", [XCUITestDriver@200f (aef78cfa)] "ios": { [XCUITestDriver@200f (aef78cfa)] "simulatorVersion": "17.0", [XCUITestDriver@200f (aef78cfa)] "ip": "172.22.27.44" [XCUITestDriver@200f (aef78cfa)] }, [XCUITestDriver@200f (aef78cfa)] "message": "WebDriverAgent is ready to accept commands", [XCUITestDriver@200f (aef78cfa)] "state": "success", [XCUITestDriver@200f (aef78cfa)] "ready": true [XCUITestDriver@200f (aef78cfa)] } [XCUITestDriver@200f (aef78cfa)] WebDriverAgent successfully started after 8875ms [XCUITestDriver@200f (aef78cfa)] Event 'wdaSessionAttempted' logged at 1709186810478 (11:36:50 GMT+0530 (India Standard Time)) [XCUITestDriver@200f (aef78cfa)] Sending createSession command to WDA [XCUITestDriver@200f (aef78cfa)] Matched '/session' to command name 'createSession' [XCUITestDriver@200f (aef78cfa)] Proxying [POST /session] to [POST http://127.0.0.1:8100/session] with body: {"capabilities":{"firstMatch":[{"bundleId":"com.WebView","arguments":[],"environment":{},"eventloopIdleDelaySec":0,"shouldWaitForQuiescence":true,"shouldUseTestManagerForVisibilityDetection":false,"maxTypingFrequency":60,"shouldUseSingletonTestManager":true,"shouldTerminateApp":true,"forceAppLaunch":true,"useNativeCachingStrategy":true,"forceSimulatorSoftwareKeyboardPresence":false}],"alwaysMatch":{}}} [XCUITestDriver@200f (aef78cfa)] Got response with status 200: {"value":{"sessionId":"3573AE46-8F01-4DA2-960C-BFF2E48AADDF","capabilities":{"sdkVersion":"17.0","device":"iphone"}},"sessionId":"3573AE46-8F01-4DA2-960C-BFF2E48AADDF"} [XCUITestDriver@200f (aef78cfa)] Determined the downstream protocol as 'W3C' [XCUITestDriver@200f (aef78cfa)] WDA session startup took 2509ms [XCUITestDriver@200f (aef78cfa)] Event 'wdaSessionStarted' logged at 1709186812989 (11:36:52 GMT+0530 (India Standard Time)) [XCUITestDriver@200f (aef78cfa)] Event 'wdaStarted' logged at 1709186812989 (11:36:52 GMT+0530 (India Standard Time)) [BaseDriver] The value of 'elementResponseAttributes' setting did not change. Skipping the update for it [BaseDriver] The value of 'shouldUseCompactResponses' setting did not change. Skipping the update for it [AppiumDriver@6b8d] New XCUITestDriver session created successfully, session aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b added to master session list [AppiumDriver@6b8d] Event 'newSessionStarted' logged at 1709186812992 (11:36:52 GMT+0530 (India Standard Time)) [XCUITestDriver@200f (aef78cfa)] Cached the protocol value 'W3C' for the new session aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.createSession() result: {"capabilities":{"webStorageEnabled":false,"locationContextEnabled":false,"browserName":"","platform":"MAC","javascriptEnabled":true,"databaseEnabled":false,"takesScreenshot":true,"networkConnectionEnabled":false,"platformName":"iOS","platformVersion":"17.0","deviceName":"AppiumSim17","app":"/Users/lakahaya.chhabra/Documents/Appium/iOS/WebApp/WebView.app","automationName":"XCUITest","includeSafariInWebviews":true,"newCommandTimeout":3600,"connectHardwareKeyboard":true,"udid":"841824CC-D516-4101-BF8D-DB6A0A994B89"}} [HTTP] <-- POST /session 200 280246 ms - 581 [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/screenshot [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getScreenshot() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getScreenshot' [XCUITestDriver@200f (aef78cfa)] Taking screenshot with WDA [XCUITestDriver@200f (aef78cfa)] Matched '/screenshot' to command name 'getScreenshot' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /screenshot] to [GET http://127.0.0.1:8100/session/3573AE46-8F01-4DA2-960C-BFF2E48AADDF/screenshot] with no body [XCUITestDriver@200f (aef78cfa)] Got response with status 200: {"value":"iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4AezdeeAWU///8ZuyhRKhRVQUkpKURKhQ1pBkJ/su+5rlS9mXG/G9Zd9V1khEZV9C9pIlIdmiIiXb73U3v++5z31m5lxzLXN95nNdz88fzJw5c+acx1zX1bznnDmzxN9///0P/hBAAAEEEEAAAQQQQAABBBCoJoElq6mxtBUBBBBAAAEEEEAAAQQQQACBfwsQDPM5QAABBBBAAAEEEEAAAQQQqDoBguGqO+U0GAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDVCRAMV90pp8EIIIAAAggggAACCCCAAAIEw3wGEEAAAQQQQAABBBBAAAEEqk6AYLjqTjkNRgABBBBAAAEEEEAAAQQQIBjmM4AAAggggAACCCCAAAIIIFB1AgTDVXfKaTACCCCAAAIIIIAAAggggADBMJ8BBBBAAAEEEEAAAQQQQACBqhMgGK66U06DEUAAAQQQQAABBBBAAAEECIb5DCCAAAIIIIAAAggggAACCFSdAMFw1Z1yGowAAggggAACCCCAAAIIIEAwzGcAAQQQQAABBBBAAAEEEECg6gQIhqvulNNgBBBAAAEEEEAAAQQQQAABgmE+AwgggAACCCCAAAIIIIAAAlUnQDBcdaecBiOAAAIIIIAAAggggAACCBAM8xlAAAEEEEAAAQQQQAABBBCoOgGC4ao75TQYAQQQQAABBBBAAAEEEECAYJjPAAIIIIAAAggggAACCCCAQNUJEAxX3SmnwQgggAACCCCAAAIIIIAAAgTDfAYQQAABBBBAAAEEEEAAAQSqToBguOpOOQ1GAAEEEEAAAQQQQAABBBAgGOY... [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABQQAAAraCAIAAADbgId6AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAAqACAAQAAAABAAAFBKADAAQAAAABAAAK2gAAAAB8uOgVAABAAElEQVR4AezdeeAWU///8ZuyhRKhRVQUkpKURKhQ1pBkJ/su+5rlS9mXG/G9Zd9V1khEZV9C9pIlIdmiIiXb73U3v++5z31m5lxzLXN95nNdz88fzJw5c+acx1zX1bznnDmzxN9///0P/hBAAAEEEEAAAQQQQAABBBCoJoElq6mxtBUBBBBAAAEEEEAAAQQQQACBfwsQDPM5QAABBBBAAAEEEEAAAQQQqDoBguGqO+U0GAEEEEAAAQQQQAABBBBAgGCYzwACCCCAAAIIIIAAAggggEDVCRAMV90pp8EIIIAAAggggAACCCCAAAIEw3wGEEAAAQQQQAABBBBAAAEEqk6AYLjqTjkNRgABBBBAAAEEEEAAAQQQIBjmM4AAAggggAACCCCAAAIIIFB1AgTDVXfKaTACCCCAAAIIIIAAAggggADBMJ8BBBBAAAEEEEAAAQQQQACBqhMgGK66U06DEUAAAQQQQAABBBBAAAEECIb5DCCAAAIIIIAAAggggAACCFSdAMFw1Z1yGowAAggggAACCCCAAAIIIEAwzGcAAQQQQAABBBBAAAEEEECg6gQIhqvulNNgBBBAAAEEEEAAAQQQQAABgmE+AwgggAACCCCAAAIIIIAAAlUnQDBcdaecBiOAAAIIIIAAAggggAACCBAM8xlAAAEEEEAAAQQQQAABBBCoOgGC4ao75TQYAQQQQAABBBBAAAEEEECAYJjPAAIIIIAAAggggAACCCCAQNUJEAxX3SmnwQgggAACCCCAAAIIIIAAAgTDfAYQQAABBBBAAAEEEEAAAQSqToBguOpOOQ1GAAEEEEAAAQQQQAABBBAgGOYzgAACCCCA... [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/screenshot 200 111 ms - 174408 [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/window/rect [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getWindowRect() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getWindowRect' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /window/size] to [GET http://127.0.0.1:8100/session/3573AE46-8F01-4DA2-960C-BFF2E48AADDF/window/size] with no body [XCUITestDriver@200f (aef78cfa)] Got response with status 200: {"value":{"width":428,"height":926},"sessionId":"3573AE46-8F01-4DA2-960C-BFF2E48AADDF"} [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getWindowRect() result: {"width":428,"height":926,"x":0,"y":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/window/rect 200 59 ms - 48 [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/source [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getPageSource() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getPageSource' [XCUITestDriver@200f (aef78cfa)] Matched '/source?format=xml&scope=AppiumAUT' to command name 'getPageSource' [XCUITestDriver@200f (aef78cfa)] Proxying [GET /source?format=xml&scope=AppiumAUT] to [GET http://127.0.0.1:8100/session/3573AE46-8F01-4DA2-960C-BFF2E48AADDF/source?format=xml&scope=AppiumAUT] with no body [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] AxiosError: timeout of 240000ms exceeded [XCUITestDriver@200f (aef78cfa)] at RedirectableRequest.handleRequestTimeout (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/axios/lib/adapters/http.js:647:16) [XCUITestDriver@200f (aef78cfa)] at RedirectableRequest.emit (node:events:519:28) [XCUITestDriver@200f (aef78cfa)] at Timeout. (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/follow-redirects/index.js:210:12) [XCUITestDriver@200f (aef78cfa)] at listOnTimeout (node:internal/timers:573:17) [XCUITestDriver@200f (aef78cfa)] at processTimers (node:internal/timers:514:7) [XCUITestDriver@200f (aef78cfa)] at Axios.request (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/axios/lib/core/Axios.js:45:41) [XCUITestDriver@200f (aef78cfa)] at runNextTicks (node:internal/process/task_queues:60:5) [XCUITestDriver@200f (aef78cfa)] at listOnTimeout (node:internal/timers:540:9) [XCUITestDriver@200f (aef78cfa)] at processTimers (node:internal/timers:514:7) [XCUITestDriver@200f (aef78cfa)] at JWProxy.request (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:100:14) [XCUITestDriver@200f (aef78cfa)] at JWProxy.proxy (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:234:39) [XCUITestDriver@200f (aef78cfa)] at ProtocolConverter.convertAndProxy (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/protocol-converter.js:266:12) [XCUITestDriver@200f (aef78cfa)] at JWProxy.proxyCommand (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:336:12) [XCUITestDriver@200f (aef78cfa)] at JWProxy.command (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:350:32) [XCUITestDriver@200f (aef78cfa)] at XCUITestDriver.proxyCommand (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/proxy-helper.js:103:35) [XCUITestDriver@200f (aef78cfa)] at XCUITestDriver.mobileGetSource (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:50:35) [XCUITestDriver@200f (aef78cfa)] at XCUITestDriver.getPageSource (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:25:9) [XCUITestDriver@200f (aef78cfa)] Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: timeout of 240000ms exceeded [XCUITestDriver@200f (aef78cfa)] at JWProxy.command (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/node_modules/@appium/base-driver/lib/jsonwp-proxy/proxy.js:355:13) [XCUITestDriver@200f (aef78cfa)] at runNextTicks (node:internal/process/task_queues:60:5) [XCUITestDriver@200f (aef78cfa)] at listOnTimeout (node:internal/timers:540:9) [XCUITestDriver@200f (aef78cfa)] at processTimers (node:internal/timers:514:7) [XCUITestDriver@200f (aef78cfa)] at XCUITestDriver.proxyCommand (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/proxy-helper.js:103:35) [XCUITestDriver@200f (aef78cfa)] at XCUITestDriver.mobileGetSource (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:50:35) [XCUITestDriver@200f (aef78cfa)] at XCUITestDriver.getPageSource (/Users/lakahaya.chhabra/.appium/node_modules/appium-xcuitest-driver/lib/commands/source.js:25:9) [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/source 500 240020 ms - 1165 [HTTP] [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 220830 ms - 42 [HTTP] [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 180834 ms - 42 [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 160836 ms - 42 [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 140835 ms - 42 [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 120822 ms - 42 [HTTP] [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 4 ms - 42 [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 4 ms - 42 [HTTP] [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 5 ms - 42 [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 4 ms - 42 [HTTP] [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 5 ms - 42 [HTTP] [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 200 2 ms - 42 [HTTP] [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 304 2 ms - - [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 304 3 ms - - [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 304 1 ms - - [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 304 2 ms - - [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 304 3 ms - - [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 304 4 ms - - [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 304 2 ms - - [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 304 3 ms - - [HTTP] [HTTP] --> GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts [HTTP] {} [XCUITestDriver@200f (aef78cfa)] Calling AppiumDriver.getTimeouts() with args: ["aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b"] [XCUITestDriver@200f (aef78cfa)] Executing command 'getTimeouts' [XCUITestDriver@200f (aef78cfa)] Responding to client with driver.getTimeouts() result: {"command":3600000,"implicit":0} [HTTP] <-- GET /session/aef78cfa-2fd0-4f14-9df0-b02c1d9b2c7b/timeouts 304 2 ms - - [HTTP]