Guest User

Untitled

a guest
Nov 16th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.25 KB | None | 0 0
  1. #### Capabilities set:
  2.  
  3. - webDriverAgentUrl
  4. - clearSystemFiles (false)
  5.  
  6. #### command: `whoami`
  7.  
  8. stacktrace:
  9.  
  10. ```
  11. at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
  12. at printUser (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:319:26)
  13. at XCUITestDriver.start (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:274:11)
  14. at XCUITestDriver.start [as createSession] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:220:18)
  15. at <anonymous>
  16. ```
  17.  
  18. #### command: `/usr/local/bin/idevice_id -l`
  19.  
  20. stacktrace:
  21.  
  22. ```
  23. at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
  24. at detectUdid (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:29:26)
  25. at <anonymous>
  26. ```
  27.  
  28. #### command: `pkill -xf idevicesyslog -u a562303200302ceb659cd5d4a3d125d56858d309`
  29.  
  30. stacktrace:
  31.  
  32. ```
  33. at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
  34. at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:281:13
  35. at Generator.next (<anonymous>)
  36. at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
  37. at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
  38. at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
  39. at new Promise (<anonymous>)
  40. at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
  41. at IOSLog.killExistingSysLogProcesses (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:279:49)
  42. at killExistingSysLogProcesses (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:100:18)
  43. at Generator.next (<anonymous>)
  44. at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
  45. at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
  46. at <anonymous>
  47. ```
  48.  
  49. #### command: `idevicename -u a562303200302ceb659cd5d4a3d125d56858d309`
  50.  
  51. stacktrace:
  52.  
  53. ```
  54. at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
  55. at IOSCrashLog.getCrashes (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/device-log/ios-crash-log.js:23:34)
  56. at getCrashes (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-crash-log.js:36:32)
  57. at Generator.next (<anonymous>)
  58. at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
  59. at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
  60. at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
  61. at new Promise (<anonymous>)
  62. at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
  63. at IOSCrashLog.startCapture (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-crash-log.js:35:25)
  64. at XCUITestDriver.startCapture [as startLogCapture] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/commands/log.js:55:28)
  65. at <anonymous>
  66. ```
  67.  
  68. #### command: `ios-deploy --exists --id a562303200302ceb659cd5d4a3d125d56858d309 --bundle_id com.imurchie.UICatalog`
  69.  
  70. stacktrace:
  71.  
  72. ```
  73. at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
  74. at IOSDeploy.isAppInstalled (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/ios-deploy.js:51:28)
  75. at XCUITestDriver.isAppInstalled [as start] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:416:35)
  76. at <anonymous>
  77. ```
  78.  
  79. #### command: `lsof -ti tcp:8100`
  80.  
  81. stacktrace:
  82.  
  83. ```
  84. at exec (/Users/isaacmurchie/code/node-teen_process/lib/exec.js:13:38)
  85. at getPIDsListeningOnPort (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/utils.js:355:28)
  86. at WebDriverAgent.cleanupObsoleteProcesses (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/wda/webdriveragent.js:83:24)
  87. at XCUITestDriver.cleanupObsoleteProcesses [as startWda] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:471:20)
  88. at startWda (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:434:30)
  89. at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:118:12
  90. at AsyncLock._promiseTry (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:242:31)
  91. at exec (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:117:9)
  92. at AsyncLock.acquire (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/async-lock/lib/index.js:133:3)
  93. at XCUITestDriver.acquire [as start] (/Users/isaacmurchie/code/appium-xcuitest-driver/lib/driver.js:433:34)
  94. at <anonymous>
  95. ```
  96.  
  97. #### command: `idevicesyslog -u a562303200302ceb659cd5d4a3d125d56858d309`
  98.  
  99. stacktrace:
  100.  
  101. ```
  102. at SubProcess.start (/Users/isaacmurchie/code/node-teen_process/lib/subprocess.js:46:56)
  103. at start (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:205:21)
  104. at Generator.next (<anonymous>)
  105. at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
  106. at _next (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
  107. at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:32:7
  108. at new Promise (<anonymous>)
  109. at /Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:21:12
  110. at IOSLog.finishStartingLogCapture (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:174:37)
  111. at finishStartingLogCapture (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/appium-ios-driver/lib/device-log/ios-log.js:106:16)
  112. at Generator.throw (<anonymous>)
  113. at asyncGeneratorStep (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
  114. at _throw (/Users/isaacmurchie/code/appium-xcuitest-driver/node_modules/@babel/runtime/helpers/asyncToGenerator.js:29:9)
  115. at <anonymous>
  116. ```
Add Comment
Please, Sign In to add comment