Skip to content

Instantly share code, notes, and snippets.

@imurchie
Last active November 16, 2018 12:55
Show Gist options
  • Save imurchie/ef0581629b58d22a92d3e2d905f99ef8 to your computer and use it in GitHub Desktop.
Save imurchie/ef0581629b58d22a92d3e2d905f99ef8 to your computer and use it in GitHub Desktop.
XCUITest-based iOS real device test

Capabilities set:

  • webDriverAgentUrl
  • clearSystemFiles (false)

command: whoami

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at printUser (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:319:26)
at XCUITestDriver.start (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:274:11)
at XCUITestDriver.start [as createSession] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:220:18)
at <anonymous>

command: /usr/local/bin/idevice_id -l

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at detectUdid (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:29:26)
at <anonymous>

command: pkill -xf idevicesyslog -u a562303200302ceb659cd5d4a3d125d56858d309

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:281:13
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at IOSLog.killExistingSysLogProcesses (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:279:49)
at killExistingSysLogProcesses (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:100:18)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at <anonymous>

command: idevicename -u a562303200302ceb659cd5d4a3d125d56858d309

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at IOSCrashLog.getCrashes (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/device-log/ios-crash-log.js:23:34)
at getCrashes (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-crash-log.js:36:32)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at IOSCrashLog.startCapture (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-crash-log.js:35:25)
at XCUITestDriver.startCapture [as startLogCapture] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/commands/log.js:55:28)
at <anonymous>

command: ios-deploy --exists --id a562303200302ceb659cd5d4a3d125d56858d309 --bundle_id com.imurchie.UICatalog

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at IOSDeploy.isAppInstalled (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/ios-deploy.js:51:28)
at XCUITestDriver.isAppInstalled [as start] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:416:35)
at <anonymous>

command: lsof -ti tcp:8100

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at getPIDsListeningOnPort (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:355:28)
at WebDriverAgent.cleanupObsoleteProcesses (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/webdriveragent.js:83:24)
at XCUITestDriver.cleanupObsoleteProcesses [as startWda] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:471:20)
at startWda (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:434:30)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:118:12
at AsyncLock._promiseTry (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:242:31)
at exec (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:117:9)
at AsyncLock.acquire (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:133:3)
at XCUITestDriver.acquire [as start] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:433:34)
at <anonymous>

command: idevicesyslog -u a562303200302ceb659cd5d4a3d125d56858d309

stacktrace:

at SubProcess.start (/Users/isaacmurchie/code/node-teen_process/lib/subprocess.js:46:56)
at start (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:205:21)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at IOSLog.finishStartingLogCapture (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:174:37)
at finishStartingLogCapture (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:106:16)
at Generator.throw (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _throw (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
at <anonymous>

Capabilities set:

  • clearSystemFiles (false)

command: whoami

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at printUser (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:319:26)
at XCUITestDriver.start (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:274:11)
at XCUITestDriver.start [as createSession] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:220:18)
at <anonymous>

command: /usr/local/bin/idevice_id -l

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at detectUdid (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:29:26)
at <anonymous>

command: xcode-select --print-path

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:84:24
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at _getPathFromXcodeSelect (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:127:34)
at getPathFromXcodeSelect (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:104:34)
at getPathFromXcodeSelect (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:104:10)
at memoized (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/lodash/lodash.js:10553:27)
at getPath (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:110:27)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at _getVersionWithoutRetry (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:153:34)
at getVersionWithoutRetry (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:137:34)
at fn (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/asyncbox/lib/asyncbox.js:18:19)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at _retry (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/asyncbox/build/lib/asyncbox.js:65:17)
at retry (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/asyncbox/build/lib/asyncbox.js:41:17)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:126:12
at memoized (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/lodash/lodash.js:10553:27)
at Object.getVersionMemoized (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:131:25)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at Object.<anonymous> (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12)
at Object._getVersion (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:181:22)
at Object.getVersion (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:161:22)
at getVersion (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:49:27)
at XCUITestDriver.start (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:288:33)
at <anonymous>

command: pkgutil --pkgs=com.apple.pkg.DevSDK_.*

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:153:24
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at Object.getVersion (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:162:22)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at Object.<anonymous> (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12)
at Object._getCommandLineToolsVersion (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:214:38)
at Object.getCommandLineToolsVersion (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:185:38)
at getCommandLineToolsVersion (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:57:42)
at <anonymous>

command: pkgutil --pkg-info=com.apple.pkg.DevSDK_macOS1013_Public

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:154:21
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at <anonymous>

command: xcrun --sdk iphonesimulator --show-sdk-version

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:25:18
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at _runXcrunCommand (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:62:27)
at runXcrunCommand (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/build/lib/xcode.js:45:27)
at runXcrunCommand (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-xcode/lib/xcode.js:215:26)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at <anonymous>

command: pkill -xf idevicesyslog -u a562303200302ceb659cd5d4a3d125d56858d309

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:281:13
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at IOSLog.killExistingSysLogProcesses (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:279:49)
at killExistingSysLogProcesses (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:100:18)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at <anonymous>

command: idevicename -u a562303200302ceb659cd5d4a3d125d56858d309

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at IOSCrashLog.getCrashes (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/device-log/ios-crash-log.js:23:34)
at getCrashes (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-crash-log.js:36:32)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at IOSCrashLog.startCapture (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-crash-log.js:35:25)
at XCUITestDriver.startCapture [as startLogCapture] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/commands/log.js:55:28)
at <anonymous>

command: ios-deploy --exists --id a562303200302ceb659cd5d4a3d125d56858d309 --bundle_id com.imurchie.UICatalog

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at IOSDeploy.isAppInstalled (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/ios-deploy.js:51:28)
at XCUITestDriver.isAppInstalled [as start] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:416:35)
at <anonymous>

command: lsof -ti tcp:8100

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at getPIDsListeningOnPort (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:355:28)
at WebDriverAgent.cleanupObsoleteProcesses (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/webdriveragent.js:83:24)
at XCUITestDriver.cleanupObsoleteProcesses [as startWda] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:471:20)
at startWda (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:434:30)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:118:12
at AsyncLock._promiseTry (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:242:31)
at exec (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:117:9)
at AsyncLock.acquire (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:133:3)
at XCUITestDriver.acquire [as start] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:433:34)
at <anonymous>

command: pgrep -nif xcodebuild.*a562303200302ceb659cd5d4a3d125d56858d309

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at getPidUsingPattern (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:258:28)
at getPidUsingPattern (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:280:16)
at killAppUsingPattern (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:313:11)
at WebDriverAgent.launch (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/webdriveragent.js:185:11)
at <anonymous>

command: pgrep -nif iproxy 8100

stacktrace:

at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
at getPidUsingPattern (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:258:28)
at getPidUsingPattern (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:280:16)
at killAppUsingPattern (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:313:11)
at <anonymous>

command: idevicesyslog -u a562303200302ceb659cd5d4a3d125d56858d309

stacktrace:

at SubProcess.start (/Users/isaacmurchie/code/node-teen_process/lib/subprocess.js:46:56)
at start (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:205:21)
at Generator.next (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
at new Promise (<anonymous>)
at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
at IOSLog.finishStartingLogCapture (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:174:37)
at finishStartingLogCapture (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:106:16)
at Generator.throw (<anonymous>)
at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _throw (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
at <anonymous>

command: iproxy 8100 8100 a562303200302ceb659cd5d4a3d125d56858d309

stacktrace:

at SubProcess.start (/Users/isaacmurchie/code/node-teen_process/lib/subprocess.js:46:56)
at start (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/iproxy.js:57:29)
at _bluebird.default (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/iproxy.js:55:14)
at Promise._execute (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/bluebird/js/release/debuggability.js:313:9)
at Promise._resolveFromExecutor (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/bluebird/js/release/promise.js:483:18)
at new Promise (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/bluebird/js/release/promise.js:79:10)
at iProxy.start (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/iproxy.js:26:18)
at WebDriverAgent.start [as launch] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/webdriveragent.js:189:25)
at <anonymous>

command: xcodebuild build-for-testing test-without-building -project /Users/isaacmurchie/code/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=a562303200302ceb659cd5d4a3d125d56858d309 IPHONEOS_DEPLOYMENT_TARGET=12.1 -xcconfig /Users/isaacmurchie/teamconfig.xcconfig

stacktrace:

at SubProcess.start (/Users/isaacmurchie/code/node-teen_process/lib/subprocess.js:46:56)
at start (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/xcodebuild.js:307:33)
at _bluebird.default (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/xcodebuild.js:304:14)
at Promise._execute (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/bluebird/js/release/debuggability.js:313:9)
at Promise._resolveFromExecutor (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/bluebird/js/release/promise.js:483:18)
at new Promise (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/bluebird/js/release/promise.js:79:10)
at XcodeBuild.start (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/xcodebuild.js:279:18)
at <anonymous>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment