Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STF distributed deployment,device always waiting for... #76

Open
jackliu18 opened this issue Aug 27, 2020 · 2 comments
Open

STF distributed deployment,device always waiting for... #76

jackliu18 opened this issue Aug 27, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@jackliu18
Copy link

jackliu18 commented Aug 27, 2020

Hi,
I have a problem in a distributed deployment。

Next is my deployment environment:
master:192.168.8.132 linux centos7
branch:192.168.8.131 docker

Both Master and Branch start STF separately and can run perfectly

But I start the command "stf provider --name openstf --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 192.168.8.132 --storage-url http://localhost:7100/ --adb-host 192.168.8.131 --adb-port 5037 --vnc-initial-size 600x800 --mute-master never --allow-remote" at Master ,

2020-08-27T09:40:33.363Z FTL/util:lifecycle 31439 [P7CDU17B25004336] Shutting down due to fatal error
2020-08-27T09:40:33.386Z INF/provider 31393 [] Cleaning up device worker "P7CDU17B25004336"
2020-08-27T09:40:33.388Z ERR/provider 31393 [
] Device worker "P7CDU17B25004336" died with code 1
2020-08-27T09:40:33.388Z INF/provider 31393 [] Restarting device worker "P7CDU17B25004336"
2020-08-27T09:40:34.107Z INF/device:support:push 31451 [P7CDU17B25004336] Sending output to "tcp://127.0.0.1:7116"
2020-08-27T09:40:34.110Z INF/device 31451 [P7CDU17B25004336] Preparing device
2020-08-27T09:40:34.382Z INF/device:support:sub 31451 [P7CDU17B25004336] Receiving input from "tcp://127.0.0.1:7114"
2020-08-27T09:40:34.383Z INF/device:support:sub 31451 [P7CDU17B25004336] Subscribing to permanent channel "ALL"
2020-08-27T09:40:35.388Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:36.389Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:37.062Z INF/provider 31393 [
] Providing 0 of 1 device(s); waiting for "P7CDU17B25004336"
2020-08-27T09:40:37.391Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:38.393Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:39.394Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:40.397Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:41.399Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:42.412Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:43.437Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:44.412Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:45.414Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:46.415Z INF/device:support:adb 31451 [P7CDU17B25004336] Waiting for boot to complete
2020-08-27T09:40:47.072Z INF/provider 31393 [
] Providing 0 of 1 device(s); waiting for "P7CDU17B25004336"

Please tell me how to fix,thanks!

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.57. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the bug Something isn't working label Aug 27, 2020
@jackliu18
Copy link
Author

2020-08-28T01:30:36.441Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Touch origin is top left
2020-08-28T01:30:36.443Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Requesting touch consumer to start
2020-08-28T01:30:36.445Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Launching touch service
2020-08-28T01:30:36.459Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Connecting to minitouch service
2020-08-28T01:30:36.470Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "open: Permission denied"
2020-08-28T01:30:36.471Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/mice for inspectionopen: Permission denied"
2020-08-28T01:30:36.472Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event5 for inspectionopen: Permission denied"
2020-08-28T01:30:36.474Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event0 for inspectionopen: Permission denied"
2020-08-28T01:30:36.476Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event3 for inspectionopen: Permission denied"
2020-08-28T01:30:36.478Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event2 for inspectionopen: Permission denied"
2020-08-28T01:30:36.479Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event4 for inspectionopen: Permission denied"
2020-08-28T01:30:36.483Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event1 for inspectionUnable to find a suitable touch device"
2020-08-28T01:30:36.484Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "connecting socket: Connection refused"
2020-08-28T01:30:36.486Z WRN/device:plugins:touch 11129 [P7CDU17B25004336] Shell keeping minitouch running ended unexpectedly
2020-08-28T01:30:36.488Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Disconnecting from minitouch service
2020-08-28T01:30:36.490Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Stopping minitouch service
2020-08-28T01:30:36.491Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Launching touch service
2020-08-28T01:30:36.501Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Connecting to minitouch service
2020-08-28T01:30:36.515Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "open: Permission denied"
2020-08-28T01:30:36.516Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/mice for inspectionopen: Permission denied"
2020-08-28T01:30:36.517Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event5 for inspectionopen: Permission denied"
2020-08-28T01:30:36.518Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event0 for inspectionopen: Permission denied"
2020-08-28T01:30:36.519Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event3 for inspectionopen: Permission denied"
2020-08-28T01:30:36.522Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event2 for inspectionopen: Permission denied"
2020-08-28T01:30:36.523Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event4 for inspectionopen: Permission denied"
2020-08-28T01:30:36.524Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event1 for inspectionUnable to find a suitable touch device"
2020-08-28T01:30:36.525Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "connecting socket: Connection refused"
2020-08-28T01:30:36.527Z WRN/device:plugins:touch 11129 [P7CDU17B25004336] Shell keeping minitouch running ended unexpectedly
2020-08-28T01:30:36.530Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Disconnecting from minitouch service
2020-08-28T01:30:36.531Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Stopping minitouch service
2020-08-28T01:30:36.533Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Launching touch service
2020-08-28T01:30:36.540Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Connecting to minitouch service
2020-08-28T01:30:36.553Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "open: Permission denied"
2020-08-28T01:30:36.554Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/mice for inspectionopen: Permission denied"
2020-08-28T01:30:36.555Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event5 for inspectionopen: Permission denied"
2020-08-28T01:30:36.557Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event0 for inspectionopen: Permission denied"
2020-08-28T01:30:36.558Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event3 for inspectionopen: Permission denied"
2020-08-28T01:30:36.559Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event2 for inspectionopen: Permission denied"
2020-08-28T01:30:36.561Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event4 for inspectionopen: Permission denied"
2020-08-28T01:30:36.562Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event1 for inspectionUnable to find a suitable touch device"
2020-08-28T01:30:36.564Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "connecting socket: Connection refused"
2020-08-28T01:30:36.566Z WRN/device:plugins:touch 11129 [P7CDU17B25004336] Shell keeping minitouch running ended unexpectedly
2020-08-28T01:30:36.569Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Disconnecting from minitouch service
2020-08-28T01:30:36.572Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Stopping minitouch service
2020-08-28T01:30:36.574Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Launching touch service
2020-08-28T01:30:36.588Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Connecting to minitouch service
2020-08-28T01:30:36.611Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "open: Permission denied"
2020-08-28T01:30:36.612Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/mice for inspectionopen: Permission denied"
2020-08-28T01:30:36.613Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event5 for inspectionopen: Permission denied"
2020-08-28T01:30:36.614Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event0 for inspectionopen: Permission denied"
2020-08-28T01:30:36.615Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event3 for inspectionopen: Permission denied"
2020-08-28T01:30:36.616Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event2 for inspectionopen: Permission denied"
2020-08-28T01:30:36.617Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event4 for inspectionopen: Permission denied"
2020-08-28T01:30:36.619Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event1 for inspectionUnable to find a suitable touch device"
2020-08-28T01:30:36.620Z INF/device:plugins:touch 11129 [P7CDU17B25004336] minitouch says: "connecting socket: Connection refused"
2020-08-28T01:30:36.624Z WRN/device:plugins:touch 11129 [P7CDU17B25004336] Shell keeping minitouch running ended unexpectedly
2020-08-28T01:30:36.626Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Disconnecting from minitouch service
2020-08-28T01:30:36.631Z WRN/device:plugins:touch 11129 [P7CDU17B25004336] Will not apply desired state due to too many failures
2020-08-28T01:30:36.633Z INF/device:plugins:touch 11129 [P7CDU17B25004336] Stopping minitouch service
2020-08-28T01:30:36.637Z FTL/device 11129 [P7CDU17B25004336] Setup had an error Error: Failed more than 3 times in 10000ms
at TouchConsumer._failLimitExceeded (/usr/local/lib/node_modules/stf/lib/units/device/plugins/touch/index.js:230:26)
at FailCounter.emit (/usr/local/lib/node_modules/stf/node_modules/eventemitter3/index.js:117:35)
at FailCounter.inc (/usr/local/lib/node_modules/stf/lib/util/failcounter.js:29:10)
at TouchConsumer._outputEnded (/usr/local/lib/node_modules/stf/lib/units/device/plugins/touch/index.js:223:24)
at RiskyStream.emit (/usr/local/lib/node_modules/stf/node_modules/eventemitter3/index.js:115:35)
at RiskyStream. (/usr/local/lib/node_modules/stf/lib/util/riskystream.js:14:12)
at emitNone (events.js:111:20)
at Socket.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1056:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
From previous event:
at startConsumer (/usr/local/lib/node_modules/stf/lib/units/device/plugins/touch/index.js:511:14)
at /usr/local/lib/node_modules/stf/lib/units/device/plugins/touch/index.js:526:12
at SerialSyrup.ParallelSyrup.invoke (/usr/local/lib/node_modules/stf/node_modules/stf-syrup/lib/parallel.js:54:24)
at /usr/local/lib/node_modules/stf/node_modules/stf-syrup/lib/serial.js:43:33
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
2020-08-28T01:30:36.638Z FTL/util:lifecycle 11129 [P7CDU17B25004336] Shutting down due to fatal error
2020-08-28T01:30:36.659Z INF/provider 11121 [] Cleaning up device worker "P7CDU17B25004336"
2020-08-28T01:30:36.660Z ERR/provider 11121 [
] Device worker "P7CDU17B25004336" died with code 1
2020-08-28T01:30:36.660Z INF/provider 11121 [] Restarting device worker "P7CDU17B25004336"
2020-08-28T01:30:37.377Z INF/device:support:push 11142 [P7CDU17B25004336] Sending output to "tcp://127.0.0.1:7116"
2020-08-28T01:30:37.379Z INF/device 11142 [P7CDU17B25004336] Preparing device
2020-08-28T01:30:37.656Z INF/device:support:sub 11142 [P7CDU17B25004336] Receiving input from "tcp://127.0.0.1:7114"
2020-08-28T01:30:37.657Z INF/device:support:sub 11142 [P7CDU17B25004336] Subscribing to permanent channel "ALL"
2020-08-28T01:30:37.713Z INF/device:support:properties 11142 [P7CDU17B25004336] Loading properties
2020-08-28T01:30:37.747Z INF/device:support:sdk 11142 [P7CDU17B25004336] Supports SDK 29
2020-08-28T01:30:37.749Z INF/device:support:abi 11142 [P7CDU17B25004336] Supports ABIs arm64-v8a, armeabi-v7a, armeabi
2020-08-28T01:30:37.905Z INF/device:resources:minicap 11142 [P7CDU17B25004336] Installing "/usr/local/lib/node_modules/stf/node_modules/minicap-prebuilt-beta/prebuilt/arm64-v8a/bin/minicap" as "/data/local/tmp/minicap"
2020-08-28T01:30:37.907Z INF/device:resources:minicap 11142 [P7CDU17B25004336] Installing "/usr/local/lib/node_modules/stf/node_modules/minicap-prebuilt-beta/prebuilt/arm64-v8a/lib/android-29/minicap.so" as "/data/local/tmp/minicap.so"
2020-08-28T01:30:38.029Z INF/device:resources:service 11142 [P7CDU17B25004336] Checking whether we need to install STFService
2020-08-28T01:30:38.076Z INF/device:resources:service 11142 [P7CDU17B25004336] Running version check
2020-08-28T01:30:38.518Z INF/device:resources:service 11142 [P7CDU17B25004336] Installing STFService
2020-08-28T01:30:39.624Z INF/provider 11121 [
] Providing 0 of 1 device(s); waiting for "P7CDU17B25004336"
2020-08-28T01:30:40.416Z INF/device:resources:service 11142 [P7CDU17B25004336] STFService up to date
2020-08-28T01:30:40.422Z INF/device:plugins:service 11142 [P7CDU17B25004336] Launching agent
2020-08-28T01:30:41.082Z INF/device:plugins:service 11142 [P7CDU17B25004336] Agent says: "Starting minitouch agent"
2020-08-28T01:30:41.116Z INF/device:plugins:service 11142 [P7CDU17B25004336] Agent says: "Listening on @stfagent"
2020-08-28T01:30:41.141Z INF/device:plugins:service 11142 [P7CDU17B25004336] Launching service
2020-08-28T01:30:41.142Z INF/device:plugins:service 11142 [P7CDU17B25004336] using 'start-foreground-service' command for API 29
2020-08-28T01:30:41.145Z INF/device:plugins:service 11142 [P7CDU17B25004336] Agent says: "InputClient started"
2020-08-28T01:30:41.166Z INF/device:plugins:service 11142 [P7CDU17B25004336] Agent says: "InputClient started"
2020-08-28T01:30:41.311Z INF/device:plugins:display 11142 [P7CDU17B25004336] Reading display info
2020-08-28T01:30:41.406Z INF/device:plugins:phone 11142 [P7CDU17B25004336] Fetching phone info
2020-08-28T01:30:41.428Z INF/device:plugins:identity 11142 [P7CDU17B25004336] Solving identity
2020-08-28T01:30:41.438Z INF/device:plugins:solo 11142 [P7CDU17B25004336] Subscribing to permanent channel "wr2jWhndqqacpoufD8cTKdaRIu0="
2020-08-28T01:30:41.443Z INF/device:plugins:screen:stream 11142 [P7CDU17B25004336] Starting WebSocket server on port 7404
2020-08-28T01:30:41.587Z INF/device:resources:minitouch 11142 [P7CDU17B25004336] Installing "/usr/local/lib/node_modules/stf/node_modules/minitouch-prebuilt-beta/prebuilt/arm64-v8a/bin/minitouch" as "/data/local/tmp/minitouch"
2020-08-28T01:30:41.629Z WRN/device:plugins:data 11142 [P7CDU17B25004336] Unable to find device data { serial: 'P7CDU17B25004336',
platform: 'Android',
manufacturer: 'HUAWEI',
operator: ',',
model: 'BKL-AL20',
version: '10',
abi: 'arm64-v8a',
sdk: '29',
product: 'BKL-AL20',
cpuPlatform: 'kirin970',
openGLESVersion: '3.2',
marketName: 'Honor V10',
display:
{ id: 0,
width: 1080,
height: 2160,
xdpi: 403.4110107421875,
ydpi: 403.4110107421875,
fps: 60.000003814697266,
density: 3,
rotation: 0,
secure: true,
size: 5.98633490755939,
url: 'ws://192.168.8.132:7404' },
phone: { network: 'UNKNOWN' } }
2020-08-28T01:30:41.641Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Touch origin is top left
2020-08-28T01:30:41.643Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Requesting touch consumer to start
2020-08-28T01:30:41.646Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Launching touch service
2020-08-28T01:30:41.658Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Connecting to minitouch service
2020-08-28T01:30:41.665Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "open: Permission denied"
2020-08-28T01:30:41.666Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/mice for inspectionopen: Permission denied"
2020-08-28T01:30:41.666Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event5 for inspectionopen: Permission denied"
2020-08-28T01:30:41.667Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event0 for inspectionopen: Permission denied"
2020-08-28T01:30:41.668Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event3 for inspectionopen: Permission denied"
2020-08-28T01:30:41.668Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event2 for inspectionopen: Permission denied"
2020-08-28T01:30:41.669Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event4 for inspectionopen: Permission denied"
2020-08-28T01:30:41.670Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event1 for inspectionUnable to find a suitable touch device"
2020-08-28T01:30:41.672Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "using Android InputManager"
2020-08-28T01:30:41.673Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "binding socket: Address already in use"
2020-08-28T01:30:41.673Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to start server on minitouch"
2020-08-28T01:30:41.675Z WRN/device:plugins:touch 11142 [P7CDU17B25004336] Shell keeping minitouch running ended unexpectedly
2020-08-28T01:30:41.676Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Disconnecting from minitouch service
2020-08-28T01:30:41.678Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Stopping minitouch service
2020-08-28T01:30:41.678Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Launching touch service
2020-08-28T01:30:41.684Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Connecting to minitouch service
2020-08-28T01:30:41.686Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Reading minitouch banner
2020-08-28T01:30:41.693Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "open: Permission denied"
2020-08-28T01:30:41.694Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/mice for inspectionopen: Permission denied"
2020-08-28T01:30:41.695Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event5 for inspectionopen: Permission denied"
2020-08-28T01:30:41.697Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event0 for inspectionopen: Permission denied"
2020-08-28T01:30:41.697Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event3 for inspectionopen: Permission denied"
2020-08-28T01:30:41.699Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event2 for inspectionopen: Permission denied"
2020-08-28T01:30:41.702Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event4 for inspectionopen: Permission denied"
2020-08-28T01:30:41.703Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event1 for inspectionUnable to find a suitable touch device"
2020-08-28T01:30:41.703Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "using Android InputManager"
2020-08-28T01:30:41.704Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "binding socket: Address already in use"
2020-08-28T01:30:41.706Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to start server on minitouch"
2020-08-28T01:30:41.707Z WRN/device:plugins:touch 11142 [P7CDU17B25004336] Shell keeping minitouch running ended unexpectedly
2020-08-28T01:30:41.709Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Disconnecting from minitouch service
2020-08-28T01:30:41.711Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Stopping minitouch service
2020-08-28T01:30:41.712Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Launching touch service
2020-08-28T01:30:41.717Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Connecting to minitouch service
2020-08-28T01:30:41.720Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Reading minitouch banner
2020-08-28T01:30:41.726Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "open: Permission denied"
2020-08-28T01:30:41.727Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/mice for inspectionopen: Permission denied"
2020-08-28T01:30:41.727Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event5 for inspectionopen: Permission denied"
2020-08-28T01:30:41.728Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event0 for inspectionopen: Permission denied"
2020-08-28T01:30:41.729Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event3 for inspectionopen: Permission denied"
2020-08-28T01:30:41.730Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event2 for inspectionopen: Permission denied"
2020-08-28T01:30:41.730Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event4 for inspectionopen: Permission denied"
2020-08-28T01:30:41.731Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event1 for inspectionUnable to find a suitable touch device"
2020-08-28T01:30:41.732Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "using Android InputManager"
2020-08-28T01:30:41.733Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "binding socket: Address already in use"
2020-08-28T01:30:41.734Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to start server on minitouch"
2020-08-28T01:30:41.736Z WRN/device:plugins:touch 11142 [P7CDU17B25004336] Shell keeping minitouch running ended unexpectedly
2020-08-28T01:30:41.738Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Disconnecting from minitouch service
2020-08-28T01:30:41.739Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Stopping minitouch service
2020-08-28T01:30:41.740Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Launching touch service
2020-08-28T01:30:41.748Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Connecting to minitouch service
2020-08-28T01:30:41.753Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Reading minitouch banner
2020-08-28T01:30:41.761Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "open: Permission denied"
2020-08-28T01:30:41.761Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/mice for inspectionopen: Permission denied"
2020-08-28T01:30:41.762Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event5 for inspectionopen: Permission denied"
2020-08-28T01:30:41.762Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event0 for inspectionopen: Permission denied"
2020-08-28T01:30:41.762Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event3 for inspectionopen: Permission denied"
2020-08-28T01:30:41.763Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event2 for inspectionopen: Permission denied"
2020-08-28T01:30:41.764Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event4 for inspectionopen: Permission denied"
2020-08-28T01:30:41.764Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to open device /dev/input/event1 for inspectionUnable to find a suitable touch device"
2020-08-28T01:30:41.765Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "using Android InputManager"
2020-08-28T01:30:41.765Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "binding socket: Address already in use"
2020-08-28T01:30:41.766Z INF/device:plugins:touch 11142 [P7CDU17B25004336] minitouch says: "Unable to start server on minitouch"
2020-08-28T01:30:41.767Z WRN/device:plugins:touch 11142 [P7CDU17B25004336] Shell keeping minitouch running ended unexpectedly
2020-08-28T01:30:41.768Z INF/device:plugins:touch 11142 [P7CDU17B25004336] Disconnecting from minitouch service
2020-08-28T01:30:41.770Z WRN/device:plugins:touch 11142 [P7CDU17B25004336] Will not apply desired state due to too many failures
2020-08-28T01:30:41.772Z FTL/device 11142 [P7CDU17B25004336] Setup had an error Error: Failed more than 3 times in 10000ms
at TouchConsumer._failLimitExceeded (/usr/local/lib/node_modules/stf/lib/units/device/plugins/touch/index.js:230:26)
at FailCounter.emit (/usr/local/lib/node_modules/stf/node_modules/eventemitter3/index.js:117:35)
at FailCounter.inc (/usr/local/lib/node_modules/stf/lib/util/failcounter.js:29:10)
at TouchConsumer._outputEnded (/usr/local/lib/node_modules/stf/lib/units/device/plugins/touch/index.js:223:24)
at RiskyStream.emit (/usr/local/lib/node_modules/stf/node_modules/eventemitter3/index.js:115:35)
at RiskyStream. (/usr/local/lib/node_modules/stf/lib/util/riskystream.js:14:12)
at emitNone (events.js:111:20)
at Socket.emit (events.js:208:7)
at endReadableNT (_stream_readable.js:1056:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
From previous event:
at startConsumer (/usr/local/lib/node_modules/stf/lib/units/device/plugins/touch/index.js:511:14)
at /usr/local/lib/node_modules/stf/lib/units/device/plugins/touch/index.js:526:12
at SerialSyrup.ParallelSyrup.invoke (/usr/local/lib/node_modules/stf/node_modules/stf-syrup/lib/parallel.js:54:24)
at /usr/local/lib/node_modules/stf/node_modules/stf-syrup/lib/serial.js:43:33
at _combinedTickCallback (internal/process/next_tick.js:131:7)
at process._tickCallback (internal/process/next_tick.js:180:9)
2020-08-28T01:30:41.772Z FTL/util:lifecycle 11142 [P7CDU17B25004336] Shutting down due to fatal error
2020-08-28T01:30:41.780Z INF/provider 11121 [
] Cleaning up device worker "P7CDU17B25004336"
2020-08-28T01:30:41.780Z ERR/provider 11121 [] Device worker "P7CDU17B25004336" died with code 1
2020-08-28T01:30:41.780Z INF/provider 11121 [
] Restarting device worker "P7CDU17B25004336"
2020-08-28T01:30:42.497Z INF/device:support:push 11154 [P7CDU17B25004336] Sending output to "tcp://127.0.0.1:7116"
2020-08-28T01:30:42.500Z INF/device 11154 [P7CDU17B25004336] Preparing device
2020-08-28T01:30:42.775Z INF/device:support:sub 11154 [P7CDU17B25004336] Receiving input from "tcp://127.0.0.1:7114"
2020-08-28T01:30:42.775Z INF/device:support:sub 11154 [P7CDU17B25004336] Subscribing to permanent channel "ALL"
2020-08-28T01:30:42.835Z INF/device:support:properties 11154 [P7CDU17B25004336] Loading properties
2020-08-28T01:30:42.895Z INF/device:support:sdk 11154 [P7CDU17B25004336] Supports SDK 29
2020-08-28T01:30:42.897Z INF/device:support:abi 11154 [P7CDU17B25004336] Supports ABIs arm64-v8a, armeabi-v7a, armeabi
2020-08-28T01:30:43.058Z INF/device:resources:minicap 11154 [P7CDU17B25004336] Installing "/usr/local/lib/node_modules/stf/node_modules/minicap-prebuilt-beta/prebuilt/arm64-v8a/bin/minicap" as "/data/local/tmp/minicap"
2020-08-28T01:30:43.059Z INF/device:resources:minicap 11154 [P7CDU17B25004336] Installing "/usr/local/lib/node_modules/stf/node_modules/minicap-prebuilt-beta/prebuilt/arm64-v8a/lib/android-29/minicap.so" as "/data/local/tmp/minicap.so"
2020-08-28T01:30:43.244Z INF/device:resources:service 11154 [P7CDU17B25004336] Checking whether we need to install STFService
2020-08-28T01:30:43.296Z INF/device:resources:service 11154 [P7CDU17B25004336] Running version check
2020-08-28T01:30:43.760Z INF/device:resources:service 11154 [P7CDU17B25004336] Installing STFService
2020-08-28T01:30:46.927Z INF/device:resources:service 11154 [P7CDU17B25004336] STFService up to date
2020-08-28T01:30:46.932Z INF/device:plugins:service 11154 [P7CDU17B25004336] Launching agent
2020-08-28T01:30:47.845Z INF/device:plugins:service 11154 [P7CDU17B25004336] Agent says: "Starting minitouch agent"
2020-08-28T01:30:47.864Z INF/device:plugins:service 11154 [P7CDU17B25004336] Launching service
2020-08-28T01:30:47.866Z INF/device:plugins:service 11154 [P7CDU17B25004336] using 'start-foreground-service' command for API 29
2020-08-28T01:30:47.904Z INF/device:plugins:service 11154 [P7CDU17B25004336] Agent says: "Listening on @stfagent"
2020-08-28T01:30:47.905Z INF/device:plugins:service 11154 [P7CDU17B25004336] Agent says: "InputClient started"
2020-08-28T01:30:47.939Z INF/device:plugins:display 11154 [P7CDU17B25004336] Reading display info
2020-08-28T01:30:47.985Z INF/device:plugins:phone 11154 [P7CDU17B25004336] Fetching phone info
2020-08-28T01:30:48.023Z INF/device:plugins:identity 11154 [P7CDU17B25004336] Solving identity
2020-08-28T01:30:48.033Z INF/device:plugins:solo 11154 [P7CDU17B25004336] Subscribing to permanent channel "wr2jWhndqqacpoufD8cTKdaRIu0="
2020-08-28T01:30:48.040Z INF/device:plugins:screen:stream 11154 [P7CDU17B25004336] Starting WebSocket server on port 7408
2020-08-28T01:30:49.632Z INF/provider 11121 [
] Providing 0 of 1 device(s); waiting for "P7CDU17B25004336"
2020-08-28T01:30:59.642Z INF/provider 11121 [] Providing 0 of 1 device(s); waiting for "P7CDU17B25004336"
2020-08-28T01:31:03.063Z FTL/device 11154 [P7CDU17B25004336] Setup had an error TimeoutError: operation timed out
at afterTimeout (/usr/local/lib/node_modules/stf/node_modules/adbkit/node_modules/bluebird/js/main/timers.js:11:15)
at Timeout.timeoutTimeout [as _onTimeout] (/usr/local/lib/node_modules/stf/node_modules/adbkit/node_modules/bluebird/js/main/timers.js:53:9)
at ontimeout (timers.js:475:11)
at tryOnTimeout (timers.js:310:5)
at Timer.listOnTimeout (timers.js:270:5)
2020-08-28T01:31:03.064Z FTL/util:lifecycle 11154 [P7CDU17B25004336] Shutting down due to fatal error
2020-08-28T01:31:03.069Z INF/provider 11121 [
] Cleaning up device worker "P7CDU17B25004336"
2020-08-28T01:31:03.069Z ERR/provider 11121 [] Device worker "P7CDU17B25004336" died with code 1
2020-08-28T01:31:03.069Z INF/provider 11121 [
] Restarting device worker "P7CDU17B25004336"
2020-08-28T01:31:03.786Z INF/device:support:push 11174 [P7CDU17B25004336] Sending output to "tcp://127.0.0.1:7116"
2020-08-28T01:31:03.788Z INF/device 11174 [P7CDU17B25004336] Preparing device
2020-08-28T01:31:04.063Z INF/device:support:sub 11174 [P7CDU17B25004336] Receiving input from "tcp://127.0.0.1:7114"
2020-08-28T01:31:04.064Z INF/device:support:sub 11174 [P7CDU17B25004336] Subscribing to permanent channel "ALL"
2020-08-28T01:31:05.069Z INF/device:support:adb 11174 [P7CDU17B25004336] Waiting for boot to complete
2020-08-28T01:31:06.070Z INF/device:support:adb 11174 [P7CDU17B25004336] Waiting for boot to complete
2020-08-28T01:31:07.072Z INF/device:support:adb 11174 [P7CDU17B25004336] Waiting for boot to complete
2020-08-28T01:31:08.073Z INF/device:support:adb 11174 [P7CDU17B25004336] Waiting for boot to complete
2020-08-28T01:31:09.074Z INF/device:support:adb 11174 [P7CDU17B25004336] Waiting for boot to complete
2020-08-28T01:31:09.649Z INF/provider 11121 [
] Providing 0 of 1 device(s); waiting for "P7CDU17B25004336"

Try again today, error log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant