Created
May 1, 2018 14:11
-
-
Save Pr60/711a1c6ec1374a53c1bceb2cebce027c to your computer and use it in GitHub Desktop.
[XCUITest] xcodebuild exited with code '65' and signal 'null' Code=1 "Unable to start web server on port 8100"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[HTTP] --> POST /wd/hub/session | |
3137 | |
[HTTP] {"capabilities":{"alwaysMatch":{"platformName":"iOS"},"firstMatch":[{}]},"desiredCapabilities":{"platformVersion":"11.3","deviceName":"iPhone 8","app":"/tmp/sandbox/5ae86daf6255a90001ee5c57/build.ipa","platformName":"iOS"}} | |
3138 | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformVersion":"11.3","deviceName":"iPhone 8","app":"/tmp/sandbox/5ae86daf6255a90001ee5c57/build.ipa","platformName":"iOS"},null,{"alwaysMatch":{"platformName":"iOS"},"firstMatch":[{}]}] | |
3139 | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1525182539189 (06:48:59 GMT-0700 (PDT)) | |
3140 | |
[Appium] Could not parse W3C capabilities: 'deviceName' can't be blank. Falling back to JSONWP protocol. | |
3141 | |
[Appium] The following capabilities were provided in the JSONWP desired capabilities that are missing in W3C capabilities: ["platformVersion","deviceName","app","platformName"]. Falling back to JSONWP protocol. | |
3142 | |
[Appium] Requested iOS support with version >= 10, using 'xcuitest' driver instead of UIAutomation-based driver, since the latter is unsupported on iOS 10 and up. | |
3143 | |
[Appium] Creating new XCUITestDriver (v2.76.2) session | |
3144 | |
[Appium] Capabilities: | |
3145 | |
[Appium] platformVersion: 11.3 | |
3146 | |
[Appium] deviceName: iPhone 8 | |
3147 | |
[Appium] app: /tmp/sandbox/5ae86daf6255a90001ee5c57/build.ipa | |
3148 | |
[Appium] platformName: iOS | |
3149 | |
[debug] [BaseDriver] Creating session with MJSONWP desired capabilities: {"platformVersion":"11.3","... | |
3150 | |
[BaseDriver] Session created with session id: e2dd4060-24d4-4894-ae94-56fe13b74443 | |
3151 | |
[debug] [XCUITest] Current user: 'buddybuild' | |
3152 | |
[debug] [XCUITest] Xcode version set to '9.3' (tools v9.2.0.0.1.1510905681) | |
3153 | |
[debug] [XCUITest] iOS SDK Version set to '11.3' | |
3154 | |
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1525182541194 (06:49:01 GMT-0700 (PDT)) | |
3155 | |
[iOSSim] Constructing iOS simulator for Xcode version 9.3 with udid 'D4EB73D1-D4EF-469E-A002-BE440D525202' | |
3156 | |
[XCUITest] Determining device to run tests on: udid: 'D4EB73D1-D4EF-469E-A002-BE440D525202', real device: false | |
3157 | |
[BaseDriver] Using local app '/tmp/sandbox/5ae86daf6255a90001ee5c57/build.ipa' | |
3158 | |
[debug] [BaseDriver] Copying local zip to tmp dir | |
3159 | |
[BaseDriver] Unzipping local app '/var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/201841-10278-ehwcp3.ep34l/appium-app.zip'... | |
3160 | |
[debug] [BaseDriver] Unzipping /var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/201841-10278-ehwcp3.ep34l/appium-app.zip | |
3161 | |
[debug] [BaseDriver] Testing zip archive: /var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/201841-10278-ehwcp3.ep34l/appium-app.zip | |
3162 | |
[BaseDriver] Unzipped local app to '/var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/201841-10278-ehwcp3.ep34l/Payload/Bridgit Closeout.app' | |
3163 | |
[debug] [BaseDriver] Event 'appConfigured' logged at 1525182544844 (06:49:04 GMT-0700 (PDT)) | |
3164 | |
[debug] [XCUITest] Checking whether app '/var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/201841-10278-ehwcp3.ep34l/Payload/Bridgit Closeout.app' is actually present on file system | |
3165 | |
[debug] [XCUITest] App is present | |
3166 | |
[debug] [iOS] Getting bundle ID from app '/var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/201841-10278-ehwcp3.ep34l/Payload/Bridgit Closeout.app': 'com.gobridgit.closeout' | |
3167 | |
[debug] [BaseDriver] Event 'resetStarted' logged at 1525182544851 (06:49:04 GMT-0700 (PDT)) | |
3168 | |
[XCUITest] Not scrubbing third party app in anticipation of uninstall | |
3169 | |
[debug] [BaseDriver] Event 'resetComplete' logged at 1525182545169 (06:49:05 GMT-0700 (PDT)) | |
3170 | |
[XCUITest] Continuing without capturing logs: iOS Simulator with udid D4EB73D1-D4EF-469E-A002-BE440D525202 is not running | |
3171 | |
[XCUITest] Setting up simulator | |
3172 | |
[debug] [iOS] No reason to set locale | |
3173 | |
[debug] [iOS] No iOS / app preferences to set | |
3174 | |
[debug] [iOSSim] No Simulator cache items for cleanup were matched in '/Users/buddybuild/Library/Developer/CoreSimulator/Devices/D4EB73D1-D4EF-469E-A002-BE440D525202/data/Library/Caches' | |
3175 | |
[debug] [iOSSim] Setting common Simulator preferences to {"ConnectHardwareKeyboard":false} | |
3176 | |
[iOSSim] Simulator preferences file '/Users/buddybuild/Library/Preferences/com.apple.iphonesimulator.plist' is not accessible. Ignoring Simulator preferences update. | |
3177 | |
[debug] [iOSSim] The count of running Simulator UI client instances is 0 | |
3178 | |
[iOSSim] Booting Simulator with UDID D4EB73D1-D4EF-469E-A002-BE440D525202... | |
3179 | |
[iOSSim] Starting Simulator UI with command: open -Fn /Applications/Xcode-9.3.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID D4EB73D1-D4EF-469E-A002-BE440D525202 -ConnectHardwareKeyboard 0 | |
3180 | |
[iOSSim] Simulator with UDID D4EB73D1-D4EF-469E-A002-BE440D525202 booted in 25 seconds | |
3181 | |
[debug] [BaseDriver] Event 'simStarted' logged at 1525182570968 (06:49:30 GMT-0700 (PDT)) | |
3182 | |
[debug] [XCUITest] Starting log capture for iOS Simulator with udid 'D4EB73D1-D4EF-469E-A002-BE440D525202', using 'xcrun simctl spawn D4EB73D1-D4EF-469E-A002-BE440D525202 log stream --style compact' | |
3183 | |
[debug] [XCUITest] Crash reports root '/Users/buddybuild/Library/Logs/DiagnosticReports' does not exist. Got nothing to gather. | |
3184 | |
[debug] [BaseDriver] Event 'logCaptureStarted' logged at 1525182572031 (06:49:32 GMT-0700 (PDT)) | |
3185 | |
[debug] [XCUITest] Installing '/var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/201841-10278-ehwcp3.ep34l/Payload/Bridgit Closeout.app' on Simulator with UUID 'D4EB73D1-D4EF-469E-A002-BE440D525202'... | |
3186 | |
[debug] [XCUITest] The app has been installed successfully. | |
3187 | |
[debug] [BaseDriver] Event 'appInstalled' logged at 1525182581923 (06:49:41 GMT-0700 (PDT)) | |
3188 | |
[XCUITest] Using WDA path: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent' | |
3189 | |
[XCUITest] Using WDA agent: '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj' | |
3190 | |
[debug] [XCUITest] No obsolete cached processes from previous WDA sessions listening on port 8100 have been found | |
3191 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3192 | |
[debug] [XCUITest] WDA is not listening at 'http://localhost:8100/' | |
3193 | |
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1525182582184 (06:49:42 GMT-0700 (PDT)) | |
3194 | |
[XCUITest] Launching WebDriverAgent on the device | |
3195 | |
[debug] [XCUITest] Carthage found: '/usr/local/bin/carthage' | |
3196 | |
[debug] [XCUITest] Running WebDriverAgent bootstrap script to install dependencies | |
3197 | |
[debug] [XCUITest] Creating WebDriverAgent resources directory | |
3198 | |
[debug] [XCUITest] Creating WebDriverAgent resource bundle directory | |
3199 | |
[debug] [XCUITest] Killing running processes 'xcodebuild.*D4EB73D1-D4EF-469E-A002-BE440D525202, iproxy 8100, D4EB73D1-D4EF-469E-A002-BE440D525202.*XCTRunner' for the device D4EB73D1-D4EF-469E-A002-BE440D525202... | |
3200 | |
[debug] [XCUITest] 'pgrep -nif xcodebuild.*D4EB73D1-D4EF-469E-A002-BE440D525202' didn't detect any matching processes. Return code: 1 | |
3201 | |
[debug] [XCUITest] 'pgrep -nif iproxy 8100' didn't detect any matching processes. Return code: 1 | |
3202 | |
[debug] [XCUITest] 'pgrep -nif D4EB73D1-D4EF-469E-A002-BE440D525202.*XCTRunner' didn't detect any matching processes. Return code: 1 | |
3203 | |
[debug] [XCUITest] Using Xcode 9.3, so fixing WDA codebase | |
3204 | |
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=D4EB73D1-D4EF-469E-A002-BE440D525202 IPHONEOS_DEPLOYMENT_TARGET=11.3' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent' | |
3205 | |
[debug] [XCUITest] Output from xcodebuild will not be logged. To change this, use 'showXcodeLog' desired capability | |
3206 | |
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start | |
3207 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3208 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3209 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3210 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3211 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3212 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3213 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3214 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3215 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3216 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3217 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3218 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3219 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3220 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3221 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3222 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3223 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3224 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3225 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3226 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3227 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3228 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3229 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3230 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3231 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3232 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3233 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3234 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3235 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3236 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3237 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3238 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3239 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3240 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3241 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3242 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3243 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3244 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3245 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3246 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3247 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3248 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3249 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3250 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3251 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3252 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3253 | |
[debug] [XCUITest] Log file for xcodebuild test: /var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/com.apple.dt.XCTest/IDETestRunSession-0CFDFB3A-26CA-4B3A-BF89-82E26E1C11C0/WebDriverAgentRunner-487A98BD-BBC8-4E31-B3C7-6B0BD9BF0ED9/Session-WebDriverAgentRunner-2018-05-01_065150-m76Rxy.log | |
3254 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3255 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3256 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3257 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3258 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3259 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3260 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3261 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3262 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3263 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3264 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3265 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3266 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3267 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3268 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3269 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3270 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3271 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3272 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3273 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3274 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3275 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3276 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3277 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3278 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3279 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3280 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3281 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3282 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3283 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3284 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3285 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3286 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3287 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3288 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3289 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3290 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3291 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3292 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3293 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3294 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3295 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3296 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3297 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3298 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3299 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3300 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3301 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3302 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3303 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3304 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3305 | |
[debug] [XCUITest] Log file for xcodebuild test: /var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/com.apple.dt.XCTest/IDETestRunSession-0CFDFB3A-26CA-4B3A-BF89-82E26E1C11C0/WebDriverAgentRunner-487A98BD-BBC8-4E31-B3C7-6B0BD9BF0ED9/Session-WebDriverAgentRunner-2018-05-01_065216-yTmaQO.log | |
3306 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3307 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3308 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3309 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3310 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3311 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3312 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3313 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3314 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3315 | |
[Xcode] 2018-05-01 06:51:53.086076-0700 WebDriverAgentRunner-Runner[11803:45972] +[CATransaction synchronize] called within transaction | |
3316 | |
[Xcode] 2018-05-01 06:51:53.164193-0700 WebDriverAgentRunner-Runner[11803:45972] Running in the background. | |
3317 | |
[Xcode] 2018-05-01 06:51:53.171655-0700 WebDriverAgentRunner-Runner[11803:45972] Running tests... | |
3318 | |
[Xcode] objc[11803]: Class VCWeakObjectHolder is implemented in both /Applications/Xcode-9.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace (0x1289754d0) and /Applications/Xcode-9.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference (0x127573e38). One of the two will be used. Which one is undefined. | |
3319 | |
[Xcode] Test Suite 'All tests' started at 2018-05-01 06:51:54.057 | |
3320 | |
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2018-05-01 06:51:54.058 | |
3321 | |
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2018-05-01 06:51:54.059. | |
3322 | |
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.000) seconds | |
3323 | |
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2018-05-01 06:51:54.059 | |
3324 | |
[Xcode] Test Suite 'UITestingUITests' started at 2018-05-01 06:51:54.060 | |
3325 | |
[Xcode] Test Case '-[UITestingUITests testRunner]' started. | |
3326 | |
[Xcode] t = 0.00s Start Test at 2018-05-01 06:51:54.063 | |
3327 | |
[Xcode] t = 0.00s Set Up | |
3328 | |
[Xcode] 2018-05-01 06:51:54.066262-0700 WebDriverAgentRunner-Runner[11803:45972] Built at May 1 2018 06:51:34 | |
3329 | |
[Xcode] 2018-05-01 06:51:54.096618-0700 WebDriverAgentRunner-Runner[11803:45972] Failed to start web server on port 8100 with error Error Domain=com.facebook.WebDriverAgent Code=1 "Unable to start web server on port 8100" UserInfo={NSLocalizedDescription=Unable to start web server on port 8100, NSUnderlyingError=0x60c000452690 {Error Domain=NSPOSIXErrorDomain Code=48 "Address already in use" UserInfo={NSLocalizedDescription=Address already in use, NSLocalizedFailureReason=Error in bind() function}}} | |
3330 | |
[Xcode] 2018-05-01 06:51:54.096825-0700 WebDriverAgentRunner-Runner[11803:45972] Last attempt to start web server failed with error Error Domain=com.facebook.WebDriverAgent Code=1 "Unable to start web server on port 8100" UserInfo={NSLocalizedDescription=Unable to start web server on port 8100, NSUnderlyingError=0x60c000452690 {Error Domain=NSPOSIXErrorDomain Code=48 "Address already in use" UserInfo={NSLocalizedDescription=Address already in use, NSLocalizedFailureReason=Error in bind() function}}} | |
3331 | |
[Xcode] 2018-05-01 06:52:19.959601-0700 WebDriverAgentRunner-Runner[11843:46939] +[CATransaction synchronize] called within transaction | |
3332 | |
[Xcode] 2018-05-01 06:52:20.035473-0700 WebDriverAgentRunner-Runner[11843:46939] Running in the background. | |
3333 | |
[Xcode] 2018-05-01 06:52:20.039570-0700 WebDriverAgentRunner-Runner[11843:46939] Running tests... | |
3334 | |
[Xcode] objc[11843]: Class VCWeakObjectHolder is implemented in both /Applications/Xcode-9.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace (0x128daa4d0) and /Applications/Xcode-9.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference (0x1279a8e38). One of the two will be used. Which one is undefined. | |
3335 | |
[Xcode] | |
3336 | |
[Xcode] Restarting after unexpected exit or crash in UITestingUITests/testRunner; summary will include totals from previous launches. | |
3337 | |
[Xcode] | |
3338 | |
[Xcode] Test Suite 'Selected tests' started at 2018-05-01 06:52:20.875 | |
3339 | |
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2018-05-01 06:52:20.877 | |
3340 | |
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2018-05-01 06:52:20.878. | |
3341 | |
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.001) seconds | |
3342 | |
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2018-05-01 06:52:20.880 | |
3343 | |
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2018-05-01 06:52:20.881. | |
3344 | |
[Xcode] Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.001) seconds | |
3345 | |
[Xcode] Test Suite 'Selected tests' failed at 2018-05-01 06:52:20.882. | |
3346 | |
[Xcode] Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.008) seconds | |
3347 | |
[Xcode] | |
3348 | |
[XCUITest] xcodebuild exited with code '65' and signal 'null' | |
3349 | |
[debug] [BaseDriver] Event 'wdaStartFailed' logged at 1525182741207 (06:52:21 GMT-0700 (PDT)) | |
3350 | |
[debug] [XCUITest] Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65". | |
3351 | |
[debug] [XCUITest] Quitting and uninstalling WebDriverAgent, then retrying | |
3352 | |
[XCUITest] Shutting down sub-processes | |
3353 | |
[debug] [XCUITest] Removing WDA application from device | |
3354 | |
[debug] [BaseDriver] Event 'wdaStartAttempted' logged at 1525182752493 (06:52:32 GMT-0700 (PDT)) | |
3355 | |
[XCUITest] Launching WebDriverAgent on the device | |
3356 | |
[debug] [XCUITest] Carthage found: '/usr/local/bin/carthage' | |
3357 | |
[debug] [XCUITest] Killing running processes 'xcodebuild.*D4EB73D1-D4EF-469E-A002-BE440D525202, iproxy 8100, D4EB73D1-D4EF-469E-A002-BE440D525202.*XCTRunner' for the device D4EB73D1-D4EF-469E-A002-BE440D525202... | |
3358 | |
[debug] [XCUITest] 'pgrep -nif xcodebuild.*D4EB73D1-D4EF-469E-A002-BE440D525202' didn't detect any matching processes. Return code: 1 | |
3359 | |
[debug] [XCUITest] 'pgrep -nif iproxy 8100' didn't detect any matching processes. Return code: 1 | |
3360 | |
[debug] [XCUITest] 'pgrep -nif D4EB73D1-D4EF-469E-A002-BE440D525202.*XCTRunner' didn't detect any matching processes. Return code: 1 | |
3361 | |
[debug] [XCUITest] Using Xcode 9.3, so fixing WDA codebase | |
3362 | |
[debug] [XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=D4EB73D1-D4EF-469E-A002-BE440D525202 IPHONEOS_DEPLOYMENT_TARGET=11.3' in directory '/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent' | |
3363 | |
[debug] [XCUITest] Output from xcodebuild will not be logged. To change this, use 'showXcodeLog' desired capability | |
3364 | |
[debug] [XCUITest] Waiting up to 60000ms for WebDriverAgent to start | |
3365 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3366 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3367 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3368 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3369 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3370 | |
[debug] [XCUITest] Log file for xcodebuild test: /var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/com.apple.dt.XCTest/IDETestRunSession-EA832DBE-D929-4FC3-9A81-68589C4DF535/WebDriverAgentRunner-A5DF4214-D747-42DE-BCCE-D2D60A9DD633/Session-WebDriverAgentRunner-2018-05-01_065236-eNCXE7.log | |
3371 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3372 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3373 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3374 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3375 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3376 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3377 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3378 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3379 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3380 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3381 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3382 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3383 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3384 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3385 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3386 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3387 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3388 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3389 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3390 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3391 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3392 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3393 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3394 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3395 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3396 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3397 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3398 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3399 | |
[debug] [XCUITest] Log file for xcodebuild test: /var/folders/zs/8kd7pzhj58g2l19xw514kc_c0000gn/T/com.apple.dt.XCTest/IDETestRunSession-EA832DBE-D929-4FC3-9A81-68589C4DF535/WebDriverAgentRunner-A5DF4214-D747-42DE-BCCE-D2D60A9DD633/Session-WebDriverAgentRunner-2018-05-01_065250-CgLDXh.log | |
3400 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3401 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3402 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3403 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3404 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3405 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3406 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3407 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3408 | |
[debug] [JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body | |
3409 | |
[Xcode] 2018-05-01 06:52:38.119290-0700 WebDriverAgentRunner-Runner[11880:47437] +[CATransaction synchronize] called within transaction | |
3410 | |
[Xcode] 2018-05-01 06:52:38.168730-0700 WebDriverAgentRunner-Runner[11880:47437] Running in the background. | |
3411 | |
[Xcode] 2018-05-01 06:52:38.176349-0700 WebDriverAgentRunner-Runner[11880:47437] Running tests... | |
3412 | |
[Xcode] objc[11880]: Class VCWeakObjectHolder is implemented in both /Applications/Xcode-9.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace (0x1251054d0) and /Applications/Xcode-9.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference (0x123d03e38). One of the two will be used. Which one is undefined. | |
3413 | |
[Xcode] Test Suite 'All tests' started at 2018-05-01 06:52:38.746 | |
3414 | |
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2018-05-01 06:52:38.747 | |
3415 | |
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2018-05-01 06:52:38.747. | |
3416 | |
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.000) seconds | |
3417 | |
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2018-05-01 06:52:38.748 | |
3418 | |
[Xcode] Test Suite 'UITestingUITests' started at 2018-05-01 06:52:38.748 | |
3419 | |
[Xcode] Test Case '-[UITestingUITests testRunner]' started. | |
3420 | |
[Xcode] t = 0.00s Start Test at 2018-05-01 06:52:38.750 | |
3421 | |
[Xcode] t = 0.00s Set Up | |
3422 | |
[Xcode] 2018-05-01 06:52:38.753337-0700 WebDriverAgentRunner-Runner[11880:47437] Built at May 1 2018 06:51:34 | |
3423 | |
[Xcode] 2018-05-01 06:52:38.778782-0700 WebDriverAgentRunner-Runner[11880:47437] Failed to start web server on port 8100 with error Error Domain=com.facebook.WebDriverAgent Code=1 "Unable to start web server on port 8100" UserInfo={NSLocalizedDescription=Unable to start web server on port 8100, NSUnderlyingError=0x608000246cc0 {Error Domain=NSPOSIXErrorDomain Code=48 "Address already in use" UserInfo={NSLocalizedDescription=Address already in use, NSLocalizedFailureReason=Error in bind() function}}} | |
3424 | |
[Xcode] 2018-05-01 06:52:38.779061-0700 WebDriverAgentRunner-Runner[11880:47437] Last attempt to start web server failed with error Error Domain=com.facebook.WebDriverAgent Code=1 "Unable to start web server on port 8100" UserInfo={NSLocalizedDescription=Unable to start web server on port 8100, NSUnderlyingError=0x608000246cc0 {Error Domain=NSPOSIXErrorDomain Code=48 "Address already in use" UserInfo={NSLocalizedDescription=Address already in use, NSLocalizedFailureReason=Error in bind() function}}} | |
3425 | |
[Xcode] 2018-05-01 06:52:53.245835-0700 WebDriverAgentRunner-Runner[11899:48333] +[CATransaction synchronize] called within transaction | |
3426 | |
[Xcode] 2018-05-01 06:52:53.333304-0700 WebDriverAgentRunner-Runner[11899:48333] Running in the background. | |
3427 | |
[Xcode] 2018-05-01 06:52:53.341173-0700 WebDriverAgentRunner-Runner[11899:48333] Running tests... | |
3428 | |
[Xcode] objc[11899]: Class VCWeakObjectHolder is implemented in both /Applications/Xcode-9.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace (0x12bdf24d0) and /Applications/Xcode-9.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference (0x12a9f0e38). One of the two will be used. Which one is undefined. | |
3429 | |
[Xcode] | |
3430 | |
[Xcode] Restarting after unexpected exit or crash in UITestingUITests/testRunner; summary will include totals from previous launches. | |
3431 | |
[Xcode] | |
3432 | |
[Xcode] Test Suite 'Selected tests' started at 2018-05-01 06:52:54.229 | |
3433 | |
[Xcode] Test Suite 'WebDriverAgentLib.framework' started at 2018-05-01 06:52:54.231 | |
3434 | |
[Xcode] Test Suite 'WebDriverAgentLib.framework' passed at 2018-05-01 06:52:54.232. | |
3435 | |
[Xcode] Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.001) seconds | |
3436 | |
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' started at 2018-05-01 06:52:54.233 | |
3437 | |
[Xcode] Test Suite 'WebDriverAgentRunner.xctest' failed at 2018-05-01 06:52:54.234. | |
3438 | |
[Xcode] Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.001) seconds | |
3439 | |
[Xcode] Test Suite 'Selected tests' failed at 2018-05-01 06:52:54.235. | |
3440 | |
[Xcode] Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.006) seconds | |
3441 | |
[Xcode] | |
3442 | |
[XCUITest] xcodebuild exited with code '65' and signal 'null' | |
3443 | |
[debug] [BaseDriver] Event 'wdaStartFailed' logged at 1525182774548 (06:52:54 GMT-0700 (PDT)) | |
3444 | |
[debug] [XCUITest] Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65". | |
3445 | |
[debug] [XCUITest] Quitting and uninstalling WebDriverAgent, then retrying | |
3446 | |
[XCUITest] Shutting down sub-processes | |
3447 | |
[debug] [XCUITest] Removing WDA application from device | |
3448 | |
[XCUITest] Error: Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65". | |
3449 | |
[XCUITest] at XCUITestDriver.quitAndUninstall$ (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:426:13) | |
3450 | |
[XCUITest] at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
3451 | |
[XCUITest] at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
3452 | |
[XCUITest] at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
3453 | |
[XCUITest] at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
3454 | |
[XCUITest] at <anonymous> | |
3455 | |
[debug] [XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on. | |
3456 | |
[debug] [iOSLog] Stopping iOS log capture | |
3457 | |
[debug] [BaseDriver] Event 'newSessionStarted' logged at 1525182775809 (06:52:55 GMT-0700 (PDT)) | |
3458 | |
[W3C] Encountered internal error running command: Error: Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65". | |
3459 | |
[W3C] at XCUITestDriver.quitAndUninstall$ (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:426:13) | |
3460 | |
[W3C] at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
3461 | |
[W3C] at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
3462 | |
[W3C] at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
3463 | |
[W3C] at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
3464 | |
[W3C] at <anonymous> | |
3465 | |
[HTTP] <-- POST /wd/hub/session 500 236670 ms - 1280 | |
3466 | |
[HTTP] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment