Through GitLab CICD executions: the Appium is not picking the given Simulator name and Appium does not pick up system Simulator Appium does not pick up system Simulator and the Appium choosen UDID simulator is not exist in execution machine

Log.txt (225.5 KB) While executing the iOS test scripts through CICD [GItLab] in a RunnerMachine [TestExecution machine], I am facing an issue of installing the WDA and TestApplication .app file. The Appium is not picking the given simulator name instead it creating the UDID which is not percent in the TestExecution machine and launching the a simulator but post that it couldn’t able to install the WDA.

I am able to run the same test scripts directly in the TestExecution machine without any issues, but when I run through the GITLab -CICD i am facing this issue, could you please help me to get a fix.

Environment

  • Appium version (or git revision) that exhibits the issue: 1.20.2
  • Last Appium version that did not exhibit the issue (if applicable): it’s been their from long time
  • Desktop OS/version used to run Appium: 1.20.2 and lowere versions [1,19.2]
  • Node.js version (unless using Appium.app|exe): v15.14.0
  • Npm or Yarn package manager: npm - 7.10.0
  • Mobile platform/version under test: 12.6 and lowere versions [11.6]
  • Real device or emulator/simulator: 14.4 and lowere versions [13.6, 13.2]

Logs:
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ mWorkOrderAutomation ---6147[INFO] 6148[INFO] -------------------------------------------------------6149[INFO] T E S T S6150[INFO] -------------------------------------------------------6151[INFO] Running TestSuite6152log4j:WARN No appenders could be found for logger (com.epam.reportportal.service.Launch).6153log4j:WARN Please initialize the log4j system properly.6154log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.6155About to begin executing following method : BasePage.setUp6156(node:2358) [DEP0128] DeprecationWarning: Invalid 'main' field in '/usr/local/lib/node_modules/appium/node_modules/mjpeg-server/package.json' of './lib/mpegserver'. Please either fix that or report it to the module author6157(Usenode --trace-deprecation …to show where the warning was created)6158[Appium] Welcome to Appium v1.20.26159[Appium] Non-default server args:6160[Appium] fullReset: true6161[Appium] Deprecated server args:6162[Appium] --full-reset => --default-capabilities6163[Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:6164[Appium] fullReset: true6165[Appium] Appium REST http interface listener started on 0.0.0.0:47236166[HTTP] --> POST /wd/hub/session6167[HTTP] {"desiredCapabilities":{"app":"/Users/igdclt0139/builds/ePdPssx8/0/automation/mworkorder/src/test/resources/app/mWorkOrder.app","noReset":"true","bundleId":"com.innovapptive.sp10.mworkorder","deviceName":"iPhone 8","fullReset":"false","wdaStartupRetryInterval":30000,"wdaLaunchTimeout":600000,"newCommandTimeout":360,"platformVersion":"14.4","automationName":"XCUITest","wdaStartupRetries":3,"platformName":"iOS","wdaConnectionTimeout":960000,"simulatorStartupTimeout":280000},"capabilities":{"firstMatch":[{"appium:app":"/Users/igdclt0139/builds/ePdPssx8/0/automation/mworkorder/src/test/resources/app/mWorkOrder.app","appium:automationName":"XCUITest","appium:bundleId":"com.innovapptive.sp10.mworkorder","appium:deviceName":"iPhone 8","appium:fullReset":"false","appium:newCommandTimeout":360,"appium:noReset":"true","platformName":"ios","appium:platformVersion":"14.4","simulatorStartupTimeout":280000,"appium:wdaConnectionTimeout":960000,"appium:wdaLaunchTimeout":600000,"appium:wdaStartupRetries":3,"appium:wdaStart...6168[debug] [W3C] Calling AppiumDriver.createSession() with args: [{"app":"/Users/igdclt0139/builds/ePdPssx8/0/automation/mworkorder/src/test/resources/app/mWorkOrder.app","noReset":"true","bundleId":"com.innovapptive.sp10.mworkorder","deviceName":"iPhone 8","fullReset":"false","wdaStartupRetryInterval":30000,"wdaLaunchTimeout":600000,"newCommandTimeout":360,"platformVersion":"14.4","automationName":"XCUITest","wdaStartupRetries":3,"platformName":"iOS","wdaConnectionTimeout":960000,"simulatorStartupTimeout":280000},null,{"firstMatch":[{"appium:app":"/Users/igdclt0139/builds/ePdPssx8/0/automation/mworkorder/src/test/resources/app/mWorkOrder.app","appium:automationName":"XCUITest","appium:bundleId":"com.innovapptive.sp10.mworkorder","appium:deviceName":"iPhone 8","appium:fullReset":"false","appium:newCommandTimeout":360,"appium:noReset":"true","platformName":"ios","appium:platformVersion":"14.4","simulatorStartupTimeout":280000,"appium:wdaConnectionTimeout":960000,"appium:wdaLaunchTimeout":600000,"appium:wdaStartupRetries":3,"appium:wdaStartupRetryInterval":30000}]}]6169[debug] [BaseDriver] Event 'newSessionRequested' logged at 1619331139870 (11:42:19 GMT+0530 (India Standard Time))6170[BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix:6171[BaseDriver] simulatorStartupTimeout6172[Appium] Appium v1.20.2 creating new XCUITestDriver (v3.33.1) session6173[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided6174[debug] [BaseDriver] Creating session with W3C capabilities: {6175[debug] [BaseDriver] "alwaysMatch": {6176[debug] [BaseDriver] "platformName": "ios",6177[debug] [BaseDriver] "appium:simulatorStartupTimeout": 280000,6178[debug] [BaseDriver] "appium:app": "/Users/igdclt0139/builds/ePdPssx8/0/automation/mworkorder/src/test/resources/app/mWorkOrder.app",6179[debug] [BaseDriver] "appium:automationName": "XCUITest",6180[debug] [BaseDriver] "appium:bundleId": "com.innovapptive.sp10.mworkorder",6181[debug] [BaseDriver] "appium:deviceName": "iPhone 8",6182[debug] [BaseDriver] "appium:fullReset": "false",6183[debug] [BaseDriver] "appium:newCommandTimeout": 360,6184[debug] [BaseDriver] "appium:noReset": "true",6185[debug] [BaseDriver] "appium:platformVersion": "14.4",6186[debug] [BaseDriver] "appium:wdaConnectionTimeout": 960000,6187[debug] [BaseDriver] "appium:wdaLaunchTimeout": 600000,6188[debug] [BaseDriver] "appium:wdaStartupRetries": 3,6189[debug] [BaseDriver] "appium:wdaStartupRetryInterval": 300006190[debug] [BaseDriver] },6191[debug] [BaseDriver] "firstMatch": [6192[debug] [BaseDriver] {}6193[debug] [BaseDriver] ]6194[debug] [BaseDriver] }6195[BaseDriver] Capability 'noReset' changed from string to boolean. This may cause unexpected behavior6196[BaseDriver] Capability 'fullReset' changed from string to boolean. This may cause unexpected behavior6197[BaseDriver] Session created with session id: 4e376fa5-3496-4fef-b712-9860b5adfbf66198[debug] [XCUITest] Current user: 'root'6199[XCUITest] iOS SDK Version set to '14.4'6200[iOSSim] Constructing iOS simulator for Xcode version 12.4 with udid 'B64600F0-9EB8-4305-92B2-0F03511EA145'6201[XCUITest] Determining device to run tests on: udid: 'B64600F0-9EB8-4305-92B2-0F03511EA145', real device: false6202[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1619331144756 (11:42:24 GMT+0530 (India Standard Time))6203[BaseDriver] Using local app '/Users/igdclt0139/builds/ePdPssx8/0/automation/mworkorder/src/test/resources/app/mWorkOrder.app'6204[debug] [BaseDriver] Event 'appConfigured' logged at 1619331144760 (11:42:24 GMT+0530 (India Standard Time))6205[debug] [XCUITest] Checking whether app '/Users/igdclt0139/builds/ePdPssx8/0/automation/mworkorder/src/test/resources/app/mWorkOrder.app' is actually present on file system6206[debug] [XCUITest] App is present6207[debug] [BaseDriver] Event 'resetStarted' logged at 1619331144761 (11:42:24 GMT+0530 (India Standard Time))6208[debug] [XCUITest] Reset: noReset is on. Leaving simulator as is6209[debug] [BaseDriver] Event 'resetComplete' logged at 1619331144761 (11:42:24 GMT+0530 (India Standard Time))6210[WebDriverAgent] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent'6211[WebDriverAgent] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj'6212[XCUITest] Continuing without capturing device logs: iOS Simulator with udid 'B64600F0-9EB8-4305-92B2-0F03511EA145' is not running6213[XCUITest] Setting up simulator6214[debug] [iOS] No reason to set locale6215[debug] [iOS] No iOS / app preferences to set6216[debug] [iOS] Setting did not need to be updated6217[debug] [iOSSim] Setting preferences of B64600F0-9EB8-4305-92B2-0F03511EA145 Simulator to {"ConnectHardwareKeyboard":false}6218[debug] [iOSSim] Setting common Simulator preferences to {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false}6219[debug] [iOSSim] Updated B64600F0-9EB8-4305-92B2-0F03511EA145 Simulator preferences at '/Users/igdclt0139/Library/Preferences/com.apple.iphonesimulator.plist' with {"RotateWindowWhenSignaledByGuest":true,"ConnectHardwareKeyboard":false,"PasteboardAutomaticSync":false,"DevicePreferences":{"B64600F0-9EB8-4305-92B2-0F03511EA145":{"ConnectHardwareKeyboard":false}}}6220[iOSSim] Starting Simulator UI with command: open -Fn /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID B64600F0-9EB8-4305-92B2-0F03511EA1456221[iOSSim] Booting Simulator with UDID 'B64600F0-9EB8-4305-92B2-0F03511EA145'...6222[debug] [WebDriverAgent] Parsed BUILD_DIR configuration value: '/var/root/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Build/Products'6223[debug] [WebDriverAgent] Got derived data root: '/var/root/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu'6224[iOSSim] Simulator with UDID B64600F0-9EB8-4305-92B2-0F03511EA145 booted in 180.005s6225[debug] [BaseDriver] Event 'simStarted' logged at 1619331325023 (11:45:25 GMT+0530 (India Standard Time))6226[debug] [IOSSimulatorLog] Starting log capture for iOS Simulator with udid 'B64600F0-9EB8-4305-92B2-0F03511EA145' using simctl6227[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1619331329016 (11:45:29 GMT+0530 (India Standard Time))6228[debug] [XCUITest] Verifying application platform6229[debug] [XCUITest] CFBundleSupportedPlatforms: ["iPhoneSimulator"]6230[debug] [XCUITest] App 'com.innovapptive.sp10.mworkorder' is already installed. No need to reinstall.6231[debug] [BaseDriver] Event 'appInstalled' logged at 1619331329672 (11:45:29 GMT+0530 (India Standard Time))6232[debug] [WebDriverAgent] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found6233[DevCon Factory] Requesting connection for device B64600F0-9EB8-4305-92B2-0F03511EA145 on local port 81006234[debug] [DevCon Factory] Cached connections count: 06235[DevCon Factory] Successfully requested the connection for B64600F0-9EB8-4305-92B2-0F03511EA145:81006236[debug] [XCUITest] Starting WebDriverAgent initialization with the synchronization key 'XCUITestDriver'6237[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6238[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6239[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006240[debug] [WebDriverAgent] WDA is not listening at 'http://127.0.0.1:8100/'6241[debug] [WebDriverAgent] WDA is currently not running. There is nothing to cache6242[debug] [XCUITest] Trying to start WebDriverAgent 3 times with 30000ms interval6243[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1619331329841 (11:45:29 GMT+0530 (India Standard Time))6244[WebDriverAgent] Launching WebDriverAgent on the device6245[WebDriverAgent] WebDriverAgent does not need a cleanup. The sources are up to date (1612946545000 >= 499162500000)6246[debug] [WebDriverAgent] Killing running processes 'xcodebuild.*B64600F0-9EB8-4305-92B2-0F03511EA145, B64600F0-9EB8-4305-92B2-0F03511EA145.*XCTRunner, xctest.*B64600F0-9EB8-4305-92B2-0F03511EA145' for the device B64600F0-9EB8-4305-92B2-0F03511EA145...6247[debug] [WebDriverAgent] 'pgrep -if xcodebuild.*B64600F0-9EB8-4305-92B2-0F03511EA145' didn't detect any matching processes. Return code: 16248[debug] [WebDriverAgent] 'pgrep -if B64600F0-9EB8-4305-92B2-0F03511EA145.*XCTRunner' didn't detect any matching processes. Return code: 16249[debug] [WebDriverAgent] 'pgrep -if xctest.*B64600F0-9EB8-4305-92B2-0F03511EA145' didn't detect any matching processes. Return code: 16250[debug] [WebDriverAgent] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -derivedDataPath /var/root/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu -destination id=B64600F0-9EB8-4305-92B2-0F03511EA145 IPHONEOS_DEPLOYMENT_TARGET=14.4 GCC_TREAT_WARNINGS_AS_ERRORS=0 COMPILER_INDEX_STORE_ENABLE=NO' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent'6251[debug] [WebDriverAgent] Output from xcodebuild will only be logged if any errors are present there. To change this, use 'showXcodeLog' desired capability6252[debug] [WebDriverAgent] Waiting up to 600000ms for WebDriverAgent to start6253[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6254[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6255[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006256[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6257[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6258[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006259[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6260[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6261[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006262[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6263[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6264[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006265[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6266[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6267[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006268[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6269[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6270[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006271[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6272[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6273[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006274[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6275[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6276[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006277[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6278[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6279[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006280[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6281[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6282[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006283[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6284[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6285[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006286[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6287[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6288[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006289[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6290[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6291[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006292[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6293[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6294[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006295[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6296[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6297[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006298[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6299[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6300[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006301[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6302[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6303[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006304[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6305[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6306[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006307[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6308[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6309[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006310[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6311[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6312[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006313[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6314[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6315[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006316[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6317[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6318[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006319[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6320[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6321[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006322[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6323[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6324[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006325[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6326[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6327[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006328[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6329[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6330[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006331[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6332[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6333[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006334[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6335[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6336[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006337[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6338[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6339[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006340[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6341[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6342[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006343[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6344[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6345[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006346[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6347[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6348[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006349[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6350[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6351[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006352[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6353[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6354[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006355[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6356[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6357[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006358[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6359[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6360[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006361[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6362[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6363[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006364[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6365[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6366[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006367[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6368[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6369[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006370[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6371[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6372[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006373[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6374[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6375[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006376[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6377[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6378[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006379[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6380[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6381[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006382[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6383[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6384[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006385[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6386[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6387[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006388[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6389[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6390[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006391[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6392[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6393[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006394[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6395[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6396[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006397[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6398[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6399[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006400[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6401[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6402[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006403[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6404[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6405[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006406[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6407[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6408[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006409[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6410[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6411[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006412[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6413[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6414[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006415[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6416[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6417[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006418[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6419[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6420[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006421[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6422[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6423[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006424[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6425[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6426[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006427[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6428[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6429[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006430[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6431[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6432[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006433[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6434[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6435[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006436[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6437[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6438[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006439[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6440[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6441[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006442[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6443[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6444[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006445[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6446[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6447[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006448[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6449[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6450[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006451[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6452[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6453[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006454[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6455[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6456[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006457[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6458[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6459[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006460[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6461[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6462[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006463[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6464[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6465[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006466[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6467[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6468[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006469[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6470[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6471[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006472[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6473[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6474[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006475[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6476[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6477[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006478[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6479[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6480[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006481[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6482[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6483[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006484[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6485[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6486[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006487[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6488[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6489[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006490[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6491[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6492[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006493[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6494[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6495[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006496[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6497[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6498[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006499[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6500[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6501[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006502[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6503[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6504[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006505[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6506[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6507[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006508[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6509[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6510[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006511[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6512[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6513[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006514[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6515[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6516[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006517[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6518[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6519[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006520[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6521[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6522[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006523[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6524[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6525[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006526[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6527[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6528[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006529[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6530[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6531[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006532[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6533[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6534[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006535[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6536[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6537[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006538[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6539[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6540[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006541[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6542[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6543[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006544[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6545[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6546[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006547[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6548[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6549[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006550[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6551[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6552[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006553[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6554[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6555[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006556[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6557[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6558[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006559[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6560[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6561[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006562[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6563[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6564[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006565[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6566[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6567[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006568[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6569[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6570[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006571[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6572[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6573[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006574[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6575[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6576[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006577[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6578[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6579[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006580[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6581[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6582[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006583[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6584[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6585[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006586[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6587[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6588[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006589[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6590[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6591[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006592[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6593[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6594[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006595[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6596[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6597[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006598[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6599[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6600[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006601[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6602[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6603[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006604[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6605[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6606[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006607[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6608[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6609[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006610[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6611[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6612[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006613[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6614[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6615[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006616[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6617[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6618[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006619[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6620[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6621[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006622[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6623[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6624[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006625[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6626[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6627[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006628[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6629[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6630[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006631[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6632[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6633[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006634[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6635[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6636[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006637[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6638[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6639[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006640[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6641[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6642[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006643[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6644[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6645[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006646[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6647[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6648[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006649[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6650[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6651[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006652[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6653[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6654[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006655[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6656[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6657[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006658[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6659[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6660[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006661[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6662[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6663[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006664[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6665[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6666[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006667[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6668[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6669[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006670[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6671[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6672[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006673[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6674[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6675[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006676[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6677[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6678[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006679[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6680[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6681[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006682[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6683[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6684[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006685[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6686[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6687[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006688[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6689[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6690[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006691[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6692[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6693[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006694[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6695[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6696[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006697[debug] [WebDriverAgent] Log file for xcodebuild test: /var/root/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Logs/Test/Test-WebDriverAgentRunner-2021.04.25_11-45-40-+0530.xcresult/Staging/2_Test/Diagnostics/WebDriverAgentRunner-E4F64D7B-A250-4B05-8412-81EEE433DBBB/WebDriverAgentRunner-2D77AC66-3D2B-4A5F-A963-274967876320/Session-WebDriverAgentRunner-2021-04-25_114805-bdcy1w.log6698[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6699[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6700[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006701[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6702[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6703[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006704[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6705[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6706[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006707[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6708[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6709[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006710[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6711[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6712[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006713[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6714[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6715[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006716[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6717[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6718[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006719[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6720[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6721[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006722[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6723[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6724[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006725[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6726[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6727[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006728[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6729[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6730[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006731[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6732[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6733[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006734[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6735[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6736[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006737[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6738[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6739[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006740[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6741[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6742[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006743[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6744[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6745[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006746[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6747[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6748[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006749[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6750[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6751[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006752[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6753[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6754[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006755[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6756[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6757[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006758[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6759[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6760[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006761[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6762[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6763[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006764[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6765[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6766[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006767[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6768[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6769[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006770[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6771[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6772[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006773[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6774[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6775[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006776[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6777[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6778[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006779[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6780[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6781[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006782[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6783[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6784[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006785[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6786[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6787[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006788[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6789[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6790[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006791[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6792[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6793[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006794[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6795[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6796[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006797[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6798[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6799[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006800[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6801[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6802[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006803[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6804[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6805[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006806[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6807[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6808[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006809[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6810[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6811[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006812[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6813[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6814[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006815[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6816[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6817[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006818[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6819[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6820[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006821[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6822[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6823[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006824[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6825[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6826[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006827[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6828[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6829[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006830[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6831[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6832[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006833[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6834[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6835[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006836[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6837[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6838[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006839[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6840[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6841[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006842[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6843[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6844[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006845[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6846[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6847[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006848[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6849[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6850[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006851[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6852[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6853[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006854[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6855[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6856[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006857[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6858[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6859[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006860[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6861[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6862[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006863[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6864[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6865[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006866[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6867[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6868[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006869[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6870[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6871[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006872[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6873[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6874[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006875[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6876[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6877[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006878[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6879[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6880[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006881[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6882[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6883[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006884[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6885[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6886[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006887[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6888[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6889[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006890[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6891[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6892[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006893[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6894[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6895[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006896[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6897[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6898[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006899[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6900[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6901[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006902[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6903[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6904[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006905[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6906[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6907[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006908[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6909[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6910[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006911[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6912[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6913[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006914[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6915[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6916[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006917[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6918[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6919[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006920[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6921[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6922[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006923[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6924[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6925[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006926[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6927[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6928[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006929[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6930[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6931[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006932[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6933[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6934[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006935[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6936[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6937[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006938[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6939[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6940[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006941[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6942[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6943[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006944[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6945[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6946[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006947[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6948[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6949[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006950[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6951[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6952[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006953[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6954[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6955[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006956[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6957[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6958[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006959[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6960[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6961[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006962[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6963[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6964[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006965[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6966[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6967[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006968[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6969[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6970[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006971[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6972[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6973[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006974[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6975[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6976[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006977[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6978[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6979[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006980[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6981[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6982[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006983[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6984[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6985[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006986[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6987[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6988[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006989[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6990[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6991[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006992[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6993[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6994[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006995[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6996[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body6997[WD Proxy] connect ECONNREFUSED 127.0.0.1:81006998[debug] [WD Proxy] Matched '/status' to command name 'getStatus'6999[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body7000[WD Proxy] connect ECONNREFUSED 127.0.0.1:81007001[debug] [WD Proxy] Matched '/status' to command name 'getStatus'7002[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body7003[WD Proxy] connect ECONNREFUSED 127.0.0.1:81007004[debug] [WD Proxy] Matched '/status' to command name 'getStatus'7005[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body7006[WD Proxy] connect ECONNREFUSED 127.0.0.1:81007007[debug] [WD Proxy] Matched '/status' to command name 'getStatus'7008[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body7009[WD Proxy] connect ECONNREFUSED 127.0.0.1:81007010[debug] [WD Proxy] Matched '/status' to command name 'getStatus'7011[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body7012[WD Proxy] connect ECONNREFUSED 127.0.0.1:81007013[debug] [WD Proxy] Matched '/status' to command name 'getStatus'7014[debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8100/status] with no body7015[WD Proxy] connect ECONNREFUSED 127.0.0.1:8100

It is all depends how you run tests on remote machine. ‘PATH’ enviroment may not be available and thus Appium just have no idea where is java or xcode or whatever.

Seems like a good question for the Gitlab CICD discussion board: