-
Notifications
You must be signed in to change notification settings - Fork 44
Description
when running command:
DEVICE_SERIAL=b125680d7d04 ./scripts/run_integration_test.sh
the stf server will be shut down :
Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli migrate"
2018-06-16T00:36:27.147Z INF/db 63299 [] Connecting to 127.0.0.1:28015
2018-06-16T00:36:27.167Z INF/db:setup 63299 [] Database "stf" already exists
2018-06-16T00:36:27.176Z INF/db:setup 63299 [] Table "users" already exists
2018-06-16T00:36:27.176Z INF/db:setup 63299 [] Table "accessTokens" already exists
2018-06-16T00:36:27.176Z INF/db:setup 63299 [] Table "vncauth" already exists
2018-06-16T00:36:27.176Z INF/db:setup 63299 [] Table "devices" already exists
2018-06-16T00:36:27.176Z INF/db:setup 63299 [] Table "logs" already exists
2018-06-16T00:36:27.201Z INF/db:setup 63299 [] Index "users"."adbKeys" already exists
2018-06-16T00:36:27.201Z INF/db:setup 63299 [] Index "accessTokens"."email" already exists
2018-06-16T00:36:27.201Z INF/db:setup 63299 [] Index "vncauth"."response" already exists
2018-06-16T00:36:27.201Z INF/db:setup 63299 [] Index "vncauth"."responsePerDevice" already exists
2018-06-16T00:36:27.201Z INF/db:setup 63299 [] Index "devices"."owner" already exists
2018-06-16T00:36:27.201Z INF/db:setup 63299 [] Index "devices"."present" already exists
2018-06-16T00:36:27.201Z INF/db:setup 63299 [] Index "devices"."providerChannel" already exists
2018-06-16T00:36:27.202Z INF/db:setup 63299 [] Waiting for index "users"."adbKeys"
2018-06-16T00:36:27.202Z INF/db:setup 63299 [] Waiting for index "accessTokens"."email"
2018-06-16T00:36:27.203Z INF/db:setup 63299 [] Waiting for index "vncauth"."response"
2018-06-16T00:36:27.203Z INF/db:setup 63299 [] Waiting for index "vncauth"."responsePerDevice"
2018-06-16T00:36:27.204Z INF/db:setup 63299 [] Waiting for index "devices"."owner"
2018-06-16T00:36:27.205Z INF/db:setup 63299 [] Waiting for index "devices"."present"
2018-06-16T00:36:27.209Z INF/db:setup 63299 [] Waiting for index "devices"."providerChannel"
2018-06-16T00:36:27.216Z INF/db:setup 63299 [] Index "users"."adbKeys" is ready
2018-06-16T00:36:27.216Z INF/db:setup 63299 [] Index "accessTokens"."email" is ready
2018-06-16T00:36:27.216Z INF/db:setup 63299 [] Index "vncauth"."response" is ready
2018-06-16T00:36:27.216Z INF/db:setup 63299 [] Index "vncauth"."responsePerDevice" is ready
2018-06-16T00:36:27.217Z INF/db:setup 63299 [] Index "devices"."owner" is ready
2018-06-16T00:36:27.219Z INF/db:setup 63299 [] Index "devices"."present" is ready
2018-06-16T00:36:27.220Z INF/db:setup 63299 [] Index "devices"."providerChannel" is ready
2018-06-16T00:36:27.229Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli triproxy app001 --bind-pub tcp://127.0.0.1:7111 --bind-dealer tcp://127.0.0.1:7112 --bind-pull tcp://127.0.0.1:7113"
2018-06-16T00:36:27.232Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli triproxy dev001 --bind-pub tcp://127.0.0.1:7114 --bind-dealer tcp://127.0.0.1:7115 --bind-pull tcp://127.0.0.1:7116"
2018-06-16T00:36:27.234Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli processor proc001 --connect-app-dealer tcp://127.0.0.1:7112 --connect-dev-dealer tcp://127.0.0.1:7115"
2018-06-16T00:36:27.238Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli processor proc002 --connect-app-dealer tcp://127.0.0.1:7112 --connect-dev-dealer tcp://127.0.0.1:7115"
2018-06-16T00:36:27.250Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli reaper reaper001 --connect-push tcp://127.0.0.1:7116 --connect-sub tcp://127.0.0.1:7111"
2018-06-16T00:36:27.263Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli provider --name Davids-MBP.lan --min-port 7400 --max-port 7700 --connect-sub tcp://127.0.0.1:7114 --connect-push tcp://127.0.0.1:7116 --group-timeout 900 --public-ip localhost --storage-url http://localhost:7100/ --adb-host 127.0.0.1 --adb-port 5037 --vnc-initial-size 600x800 --mute-master never"
2018-06-16T00:36:27.272Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli auth-mock --port 7120 --secret kute kittykat --app-url http://localhost:7100/"
2018-06-16T00:36:27.276Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli app --port 7105 --secret kute kittykat --auth-url http://localhost:7100/auth/mock/ --websocket-url http://localhost:7110/"
2018-06-16T00:36:27.280Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli api --port 7106 --secret kute kittykat --connect-push tcp://127.0.0.1:7113 --connect-sub tcp://127.0.0.1:7111"
2018-06-16T00:36:27.285Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli websocket --port 7110 --secret kute kittykat --storage-url http://localhost:7100/ --connect-sub tcp://127.0.0.1:7111 --connect-push tcp://127.0.0.1:7113"
2018-06-16T00:36:27.291Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli storage-temp --port 7102"
2018-06-16T00:36:27.295Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli storage-plugin-image --port 7103 --storage-url http://localhost:7100/"
2018-06-16T00:36:27.302Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli storage-plugin-apk --port 7104 --storage-url http://localhost:7100/"
2018-06-16T00:36:27.312Z INF/util:procutil 63298 [] Forking "/Users/david/work/xw/stf/lib/cli poorxy --port 7100 --app-url http://localhost:7105/ --auth-url http://localhost:7120/ --api-url http://localhost:7106/ --websocket-url http://localhost:7110/ --storage-url http://localhost:7102/ --storage-plugin-image-url http://localhost:7103/ --storage-plugin-apk-url http://localhost:7104/"
2018-06-16T00:36:28.827Z INF/triproxy 63300 [app001] PUB socket bound on tcp://127.0.0.1:7111
2018-06-16T00:36:28.831Z INF/triproxy 63300 [app001] DEALER socket bound on tcp://127.0.0.1:7112
2018-06-16T00:36:28.832Z INF/triproxy 63300 [app001] PULL socket bound on tcp://127.0.0.1:7113
2018-06-16T00:36:28.893Z INF/triproxy 63301 [dev001] PUB socket bound on tcp://127.0.0.1:7114
2018-06-16T00:36:28.898Z INF/triproxy 63301 [dev001] DEALER socket bound on tcp://127.0.0.1:7115
2018-06-16T00:36:28.899Z INF/triproxy 63301 [dev001] PULL socket bound on tcp://127.0.0.1:7116
2018-06-16T00:36:29.549Z INF/poorxy 63313 [] Listening on port 7100
2018-06-16T00:36:29.690Z INF/db 63302 [] Connecting to 127.0.0.1:28015
2018-06-16T00:36:29.765Z INF/reaper 63304 [reaper001] Subscribing to permanent channel "ALL"
2018-06-16T00:36:29.772Z INF/reaper 63304 [reaper001] Reaping devices with no heartbeat
2018-06-16T00:36:29.777Z INF/db 63304 [reaper001] Connecting to 127.0.0.1:28015
2018-06-16T00:36:29.733Z INF/processor 63302 [proc001] App dealer connected to "tcp://127.0.0.1:7112"
2018-06-16T00:36:29.784Z INF/processor 63302 [proc001] Device dealer connected to "tcp://127.0.0.1:7115"
2018-06-16T00:36:29.790Z INF/db 63303 [] Connecting to 127.0.0.1:28015
2018-06-16T00:36:29.834Z INF/reaper 63304 [reaper001] Receiving input from "tcp://127.0.0.1:7111"
2018-06-16T00:36:29.837Z INF/reaper 63304 [reaper001] Sending output to "tcp://127.0.0.1:7116"
2018-06-16T00:36:29.878Z INF/processor 63303 [proc002] App dealer connected to "tcp://127.0.0.1:7112"
2018-06-16T00:36:29.898Z INF/processor 63303 [proc002] Device dealer connected to "tcp://127.0.0.1:7115"
2018-06-16T00:36:30.159Z INF/auth-mock 63306 [] Listening on port 7120
2018-06-16T00:36:30.242Z INF/provider 63305 [] Subscribing to permanent channel "xk40rPP+QDmWSQNG141raw=="
2018-06-16T00:36:30.264Z INF/storage:plugins:image 63311 [] Listening on port 7103
2018-06-16T00:36:30.292Z INF/provider 63305 [] Sending output to "tcp://127.0.0.1:7116"
2018-06-16T00:36:30.297Z INF/provider 63305 [] Receiving input from "tcp://127.0.0.1:7114"
2018-06-16T00:36:30.362Z INF/provider 63305 [] Tracking devices
2018-06-16T00:36:30.387Z INF/provider 63305 [] Found device "c95c303f" (device)
2018-06-16T00:36:30.399Z INF/provider 63305 [] Found device "b125680d7d04" (device)
2018-06-16T00:36:30.437Z INF/storage:plugins:apk 63312 [] Listening on port 7104
2018-06-16T00:36:30.458Z INF/provider 63305 [] Registered device "c95c303f"
2018-06-16T00:36:30.458Z INF/reaper 63304 [reaper001] Device "c95c303f" is present
2018-06-16T00:36:30.463Z INF/reaper 63304 [reaper001] Device "b125680d7d04" is present
2018-06-16T00:36:30.463Z INF/provider 63305 [] Registered device "b125680d7d04"
2018-06-16T00:36:30.733Z INF/storage:temp 63310 [] Listening on port 7102
2018-06-16T00:36:31.029Z INF/app 63307 [] Using pre-built resources
2018-06-16T00:36:31.062Z INF/app 63307 [] Listening on port 7105
2018-06-16T00:36:31.065Z INF/db 63307 [] Connecting to 127.0.0.1:28015
2018-06-16T00:36:31.071Z INF/websocket 63309 [] Subscribing to permanent channel "ALL"
2018-06-16T00:36:31.079Z INF/websocket 63309 [] Listening on port 7110
2018-06-16T00:36:31.103Z INF/db 63309 [] Connecting to 127.0.0.1:28015
2018-06-16T00:36:31.122Z INF/websocket 63309 [] Sending output to "tcp://127.0.0.1:7113"
2018-06-16T00:36:31.123Z INF/websocket 63309 [] Receiving input from "tcp://127.0.0.1:7111"
2018-06-16T00:36:31.430Z INF/device:support:push 63317 [c95c303f] Sending output to "tcp://127.0.0.1:7116"
2018-06-16T00:36:31.438Z INF/device 63317 [c95c303f] Preparing device
2018-06-16T00:36:31.489Z INF/device:support:push 63318 [b125680d7d04] Sending output to "tcp://127.0.0.1:7116"
2018-06-16T00:36:31.496Z INF/device 63318 [b125680d7d04] Preparing device
2018-06-16T00:36:31.813Z INF/api 63308 [] Subscribing to permanent channel "ALL"
2018-06-16T00:36:31.915Z INF/api 63308 [] Listening on port 7106
2018-06-16T00:36:31.932Z INF/api 63308 [] Sending output to "tcp://127.0.0.1:7113"
2018-06-16T00:36:31.933Z INF/api 63308 [] Receiving input from "tcp://127.0.0.1:7111"
2018-06-16T00:36:32.158Z INF/device:support:sub 63317 [c95c303f] Receiving input from "tcp://127.0.0.1:7114"
2018-06-16T00:36:32.158Z INF/device:support:sub 63318 [b125680d7d04] Receiving input from "tcp://127.0.0.1:7114"
2018-06-16T00:36:32.160Z INF/device:support:sub 63317 [c95c303f] Subscribing to permanent channel "ALL"
2018-06-16T00:36:32.161Z INF/device:support:sub 63318 [b125680d7d04] Subscribing to permanent channel "ALL"
2018-06-16T00:36:32.228Z INF/device:support:properties 63318 [b125680d7d04] Loading properties
2018-06-16T00:36:32.229Z INF/device:support:properties 63317 [c95c303f] Loading properties
2018-06-16T00:36:32.279Z INF/device:support:sdk 63317 [c95c303f] Supports SDK 24
2018-06-16T00:36:32.280Z INF/device:support:abi 63317 [c95c303f] Supports ABIs arm64-v8a, armeabi-v7a, armeabi
2018-06-16T00:36:32.309Z INF/device:support:sdk 63318 [b125680d7d04] Supports SDK 25
2018-06-16T00:36:32.310Z INF/device:support:abi 63318 [b125680d7d04] Supports ABIs arm64-v8a, armeabi-v7a, armeabi
2018-06-16T00:36:32.377Z INF/device:resources:minicap 63317 [c95c303f] Installing "/Users/david/work/xw/stf/node_modules/minicap-prebuilt/prebuilt/arm64-v8a/bin/minicap" as "/data/local/tmp/minicap"
2018-06-16T00:36:32.380Z INF/device:resources:minicap 63317 [c95c303f] Installing "/Users/david/work/xw/stf/node_modules/minicap-prebuilt/prebuilt/arm64-v8a/lib/android-24/minicap.so" as "/data/local/tmp/minicap.so"
2018-06-16T00:36:32.421Z INF/db 63308 [] Connecting to 127.0.0.1:28015
2018-06-16T00:36:32.476Z INF/device:resources:minicap 63318 [b125680d7d04] Installing "/Users/david/work/xw/stf/node_modules/minicap-prebuilt/prebuilt/arm64-v8a/bin/minicap" as "/data/local/tmp/minicap"
2018-06-16T00:36:32.478Z INF/device:resources:minicap 63318 [b125680d7d04] Installing "/Users/david/work/xw/stf/node_modules/minicap-prebuilt/prebuilt/arm64-v8a/lib/android-25/minicap.so" as "/data/local/tmp/minicap.so"
2018-06-16T00:36:32.490Z INF/device:resources:service 63317 [c95c303f] Checking whether we need to install STFService
2018-06-16T00:36:32.597Z INF/device:resources:service 63318 [b125680d7d04] Checking whether we need to install STFService
2018-06-16T00:36:32.898Z INF/device:resources:service 63317 [c95c303f] Running version check
2018-06-16T00:36:33.272Z INF/device:resources:service 63317 [c95c303f] STFService up to date
2018-06-16T00:36:33.273Z INF/device:plugins:service 63317 [c95c303f] Launching agent
2018-06-16T00:36:33.495Z INF/device:resources:service 63318 [b125680d7d04] Running version check
2018-06-16T00:36:33.740Z INF/device:plugins:service 63317 [c95c303f] Agent says: "Listening on @stfagent"
2018-06-16T00:36:33.795Z INF/device:plugins:service 63317 [c95c303f] Launching service
2018-06-16T00:36:33.797Z INF/device:plugins:service 63317 [c95c303f] Agent says: "InputClient started"
2018-06-16T00:36:34.274Z INF/device:plugins:display 63317 [c95c303f] Reading display info
2018-06-16T00:36:34.300Z INF/device:plugins:phone 63317 [c95c303f] Fetching phone info
2018-06-16T00:36:34.327Z INF/device:plugins:identity 63317 [c95c303f] Solving identity
2018-06-16T00:36:34.331Z INF/device:plugins:solo 63317 [c95c303f] Subscribing to permanent channel "uxfdNSS6qjOcMhfu+DuZpoWs0Ds="
2018-06-16T00:36:34.334Z INF/device:plugins:screen:stream 63317 [c95c303f] Starting WebSocket server on port 7400
2018-06-16T00:36:34.358Z INF/device:resources:service 63318 [b125680d7d04] STFService up to date
2018-06-16T00:36:34.363Z INF/device:plugins:service 63318 [b125680d7d04] Launching agent
2018-06-16T00:36:34.451Z INF/device:resources:minitouch 63317 [c95c303f] Installing "/Users/david/work/xw/stf/node_modules/minitouch-prebuilt/prebuilt/arm64-v8a/bin/minitouch" as "/data/local/tmp/minitouch"
2018-06-16T00:36:34.485Z WRN/device:plugins:data 63317 [c95c303f] Unable to find device data { serial: 'c95c303f',
platform: 'Android',
manufacturer: 'XIAOMI',
operator: '中国电信,中国移动',
model: 'MI 5s',
version: '7.0',
abi: 'arm64-v8a',
sdk: '24',
product: 'capricorn',
cpuPlatform: 'msm8996',
openGLESVersion: '3.2',
display:
{ id: 0,
width: 1080,
height: 1920,
xdpi: 428.625,
ydpi: 427.78900146484375,
fps: 60.000003814697266,
density: 3,
rotation: 0,
secure: true,
size: 5.14710573597516,
url: 'ws://localhost:7400' },
phone:
{ imei: '99000695753568',
imsi: '460110413241918',
iccid: '89860315047552143614',
network: 'LTE' } }
2018-06-16T00:36:34.494Z INF/device:plugins:touch 63317 [c95c303f] Touch origin is top left
2018-06-16T00:36:34.496Z INF/device:plugins:touch 63317 [c95c303f] Requesting touch consumer to start
2018-06-16T00:36:34.498Z INF/device:plugins:touch 63317 [c95c303f] Launching touch service
2018-06-16T00:36:34.506Z INF/device:plugins:touch 63317 [c95c303f] Connecting to minitouch service
2018-06-16T00:36:34.555Z INF/device:plugins:touch 63317 [c95c303f] minitouch says: "Note: device /dev/input/mouse2 is not supported by libevdev"
2018-06-16T00:36:34.565Z INF/device:plugins:touch 63317 [c95c303f] minitouch says: "Note: device /dev/input/mouse0 is not supported by libevdev"
2018-06-16T00:36:34.577Z INF/device:plugins:touch 63317 [c95c303f] minitouch says: "Note: device /dev/input/mice is not supported by libevdev"
2018-06-16T00:36:34.654Z INF/device:plugins:touch 63317 [c95c303f] minitouch says: "Note: device /dev/input/mouse1 is not supported by libevdev"
2018-06-16T00:36:34.665Z INF/device:plugins:touch 63317 [c95c303f] minitouch says: "Type B touch device synaptics_dsx (1079x1919 with 10 contacts) detected on /dev/input/event2 (score 22447)"
2018-06-16T00:36:34.832Z INF/device:plugins:touch 63317 [c95c303f] Reading minitouch banner
2018-06-16T00:36:34.834Z INF/device:plugins:touch 63317 [c95c303f] minitouch says: "Connection established"
2018-06-16T00:36:34.841Z INF/device:plugins:vnc 63317 [c95c303f] Starting VNC server on port 7402
2018-06-16T00:36:34.844Z INF/device:plugins:browser 63317 [c95c303f] Loading browser list
2018-06-16T00:36:34.896Z INF/device:plugins:browser 63317 [c95c303f] Updating browser list
2018-06-16T00:36:34.899Z INF/device:plugins:mute 63317 [c95c303f] Will not mute master volume
2018-06-16T00:36:34.973Z INF/device:resources:minirev 63317 [c95c303f] Installing "/Users/david/work/xw/stf/vendor/minirev/arm64-v8a/minirev" as "/data/local/tmp/minirev"
2018-06-16T00:36:35.021Z INF/device:plugins:forward 63317 [c95c303f] Launching reverse port forwarding service
2018-06-16T00:36:35.033Z INF/device:plugins:forward 63317 [c95c303f] Connecting to reverse port forwarding service
2018-06-16T00:36:35.426Z INF/device:plugins:service 63318 [b125680d7d04] Agent says: "Listening on @stfagent"
2018-06-16T00:36:35.501Z INF/device:plugins:service 63318 [b125680d7d04] Launching service
2018-06-16T00:36:35.503Z INF/device:plugins:service 63318 [b125680d7d04] Agent says: "InputClient started"
2018-06-16T00:36:35.616Z INF/device:plugins:connect 63317 [c95c303f] Listening on port 7401
2018-06-16T00:36:35.622Z INF/device 63317 [c95c303f] Fully operational
2018-06-16T00:36:36.449Z INF/device:plugins:display 63318 [b125680d7d04] Reading display info
2018-06-16T00:36:36.468Z INF/device:plugins:phone 63318 [b125680d7d04] Fetching phone info
2018-06-16T00:36:36.497Z INF/device:plugins:identity 63318 [b125680d7d04] Solving identity
2018-06-16T00:36:36.499Z INF/device:plugins:solo 63318 [b125680d7d04] Subscribing to permanent channel "+28aOE4d6A1zo3GoZ35d3FA5CDM="
2018-06-16T00:36:36.502Z INF/device:plugins:screen:stream 63318 [b125680d7d04] Starting WebSocket server on port 7404
2018-06-16T00:36:36.672Z INF/device:resources:minitouch 63318 [b125680d7d04] Installing "/Users/david/work/xw/stf/node_modules/minitouch-prebuilt/prebuilt/arm64-v8a/bin/minitouch" as "/data/local/tmp/minitouch"
2018-06-16T00:36:36.737Z WRN/device:plugins:data 63318 [b125680d7d04] Unable to find device data { serial: 'b125680d7d04',
platform: 'Android',
manufacturer: 'XIAOMI',
operator: ',',
model: 'Redmi 4X',
version: '7.1.2',
abi: 'arm64-v8a',
sdk: '25',
product: 'santoni',
cpuPlatform: 'msm8937',
openGLESVersion: '3.2',
display:
{ id: 0,
width: 720,
height: 1280,
xdpi: 294.9670104980469,
ydpi: 295.56298828125,
fps: 60.000003814697266,
density: 2,
rotation: 0,
secure: true,
size: 4.971253486256412,
url: 'ws://localhost:7404' },
phone: { imei: '865030030706387', network: 'UNKNOWN' } }
2018-06-16T00:36:36.742Z INF/device:plugins:touch 63318 [b125680d7d04] Touch origin is top left
2018-06-16T00:36:36.742Z INF/device:plugins:touch 63318 [b125680d7d04] Requesting touch consumer to start
2018-06-16T00:36:36.743Z INF/device:plugins:touch 63318 [b125680d7d04] Launching touch service
2018-06-16T00:36:36.751Z INF/device:plugins:touch 63318 [b125680d7d04] Connecting to minitouch service
2018-06-16T00:36:36.874Z INF/device:plugins:touch 63318 [b125680d7d04] minitouch says: "Note: device /dev/input/mice is not supported by libevdev"
2018-06-16T00:36:36.903Z INF/device:plugins:touch 63318 [b125680d7d04] minitouch says: "Type B touch device ft5x06_720p (720x1280 with 10 contacts) detected on /dev/input/event1 (score 21969)"
2018-06-16T00:36:37.075Z INF/device:plugins:touch 63318 [b125680d7d04] minitouch says: "Connection established"
2018-06-16T00:36:37.077Z INF/device:plugins:touch 63318 [b125680d7d04] Reading minitouch banner
2018-06-16T00:36:37.084Z INF/device:plugins:vnc 63318 [b125680d7d04] Starting VNC server on port 7406
2018-06-16T00:36:37.087Z INF/device:plugins:browser 63318 [b125680d7d04] Loading browser list
2018-06-16T00:36:37.098Z INF/device:plugins:browser 63318 [b125680d7d04] Updating browser list
2018-06-16T00:36:37.100Z INF/device:plugins:mute 63318 [b125680d7d04] Will not mute master volume
2018-06-16T00:36:37.282Z INF/device:resources:minirev 63318 [b125680d7d04] Installing "/Users/david/work/xw/stf/vendor/minirev/arm64-v8a/minirev" as "/data/local/tmp/minirev"
2018-06-16T00:36:37.331Z INF/device:plugins:forward 63318 [b125680d7d04] Launching reverse port forwarding service
2018-06-16T00:36:37.337Z INF/device:plugins:forward 63318 [b125680d7d04] Connecting to reverse port forwarding service
2018-06-16T00:36:38.418Z INF/device:plugins:connect 63318 [b125680d7d04] Listening on port 7405
2018-06-16T00:36:38.420Z INF/device 63318 [b125680d7d04] Fully operational
2018-06-16T00:36:40.406Z INF/provider 63305 [] Providing all 2 device(s)
2018-06-16T00:36:43.885Z IMP/device:plugins:group 63318 [b125680d7d04] Now owned by "[email protected]"
2018-06-16T00:36:43.885Z INF/device:plugins:group 63318 [b125680d7d04] Subscribing to group channel "2hiyxfl3Q/a2qbl8NYTUYg=="
2018-06-16T00:36:43.903Z IMP/device:plugins:connect 63318 [b125680d7d04] Remote Connect Started for device "b125680d7d04" at "localhost:7405"
2018-06-16T00:36:43.968Z INF/provider 63305 [] Filtered out remote device "localhost:7405", use --allow-remote to override
2018-06-16T00:36:43.969Z INF/device:plugins:connect 63318 [b125680d7d04] New remote ADB connection from ::ffff:127.0.0.1
2018-06-16T00:36:52.379Z FTL/util:lifecycle 63318 [b125680d7d04] Forward shell ended; we shall share its fate
2018-06-16T00:36:52.379Z FTL/util:lifecycle 63317 [c95c303f] Forward shell ended; we shall share its fate
2018-06-16T00:36:52.380Z FTL/util:lifecycle 63318 [b125680d7d04] Shutting down due to fatal error
2018-06-16T00:36:52.380Z FTL/util:lifecycle 63317 [c95c303f] Shutting down due to fatal error
2018-06-16T00:36:52.384Z FTL/util:lifecycle 63305 [] Tracker had an error Error: Connection closed
at /Users/david/work/xw/stf/node_modules/adbkit/lib/adb/tracker.js:21:13
at tryCatcher (/Users/david/work/xw/stf/node_modules/adbkit/node_modules/bluebird/js/main/util.js:26:23)
at CatchFilter.doFilter (/Users/david/work/xw/stf/node_modules/adbkit/node_modules/bluebird/js/main/catch_filter.js:40:36)
at CatchFilter.tryCatcher (/Users/david/work/xw/stf/node_modules/adbkit/node_modules/bluebird/js/main/util.js:26:23)
at Promise._settlePromiseFromHandler (/Users/david/work/xw/stf/node_modules/adbkit/node_modules/bluebird/js/main/promise.js:503:31)
at Promise._settlePromiseAt (/Users/david/work/xw/stf/node_modules/adbkit/node_modules/bluebird/js/main/promise.js:577:18)
at Promise._settlePromises (/Users/david/work/xw/stf/node_modules/adbkit/node_modules/bluebird/js/main/promise.js:693:14)
at Async._drainQueue (/Users/david/work/xw/stf/node_modules/adbkit/node_modules/bluebird/js/main/async.js:123:16)
at Async._drainQueues (/Users/david/work/xw/stf/node_modules/adbkit/node_modules/bluebird/js/main/async.js:133:10)
at Immediate.Async.drainQueues (/Users/david/work/xw/stf/node_modules/adbkit/node_modules/bluebird/js/main/async.js:15:14)
at runCallback (timers.js:672:20)
at tryOnImmediate (timers.js:645:5)
at processImmediate [as _immediateCallback] (timers.js:617:5)
2018-06-16T00:36:52.384Z FTL/util:lifecycle 63305 [] Shutting down due to fatal error
2018-06-16T00:36:52.399Z FTL/cli:local 63298 [] Child process had an error ExitError: Exit code "1"
at ChildProcess. (/Users/david/work/xw/stf/lib/util/procutil.js:49:23)
at emitTwo (events.js:106:13)
at ChildProcess.emit (events.js:191:7)
at Process.ChildProcess._handle.onexit (internal/child_process.js:219:12)
2018-06-16T00:36:52.399Z INF/cli:local 63298 [] Shutting down all child processes
2018-06-16T00:36:52.406Z INF/util:lifecycle 63300 [app001] Winding down for graceful exit
2018-06-16T00:36:52.407Z INF/util:lifecycle 63301 [dev001] Winding down for graceful exit
2018-06-16T00:36:52.407Z INF/util:lifecycle 63302 [proc001] Winding down for graceful exit
2018-06-16T00:36:52.408Z INF/util:lifecycle 63303 [proc002] Winding down for graceful exit
2018-06-16T00:36:52.410Z INF/util:lifecycle 63306 [] Winding down for graceful exit
2018-06-16T00:36:52.411Z INF/auth-mock 63306 [] Waiting for client connections to end
2018-06-16T00:36:52.412Z INF/util:lifecycle 63304 [reaper001] Winding down for graceful exit
2018-06-16T00:36:52.415Z INF/util:lifecycle 63307 [] Winding down for graceful exit
2018-06-16T00:36:52.416Z INF/util:lifecycle 63308 [] Winding down for graceful exit
2018-06-16T00:36:52.417Z INF/util:lifecycle 63309 [] Winding down for graceful exit
2018-06-16T00:36:52.432Z WRN/db 63302 [proc001] Connection closed
2018-06-16T00:36:52.436Z WRN/db 63308 [] Connection closed
2018-06-16T00:36:52.439Z WRN/db 63309 [] Connection closed
2018-06-16T00:36:52.447Z WRN/db 63303 [proc002] Connection closed
2018-06-16T00:36:52.455Z WRN/db 63304 [reaper001] Connection closed
2018-06-16T00:36:52.460Z WRN/db 63307 [] Connection closed