Created
September 15, 2022 10:45
-
-
Save Hubert-Rudzik/3daaac080a6b6b42347569f0dde4afcd to your computer and use it in GitHub Desktop.
Android 13 appium chrome start error
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
2022-09-14 11:57:59:375 - [Appium] Welcome to Appium v1.22.3 | |
2022-09-14 11:57:59:376 - [Appium] Non-default server args: | |
2022-09-14 11:57:59:377 - [Appium] logTimestamp: true | |
2022-09-14 11:57:59:377 - [Appium] logNoColors: true | |
2022-09-14 11:57:59:377 - [Appium] defaultCapabilities: { | |
2022-09-14 11:57:59:377 - [Appium] chromedriverExecutableDir: /chromedrivers/bin | |
2022-09-14 11:57:59:377 - [Appium] chromedriverChromeMappingFile: /chromedrivers/chromedriverMapping.json | |
2022-09-14 11:57:59:377 - [Appium] } | |
2022-09-14 11:57:59:377 - [Appium] relaxedSecurityEnabled: true | |
2022-09-14 11:57:59:378 - [Appium] denyInsecure: { | |
2022-09-14 11:57:59:378 - [Appium] 0: chromedriver_autodownload | |
2022-09-14 11:57:59:378 - [Appium] } | |
2022-09-14 11:57:59:378 - [Appium] udid: 1C141FDF60094F | |
2022-09-14 11:57:59:378 - [Appium] Deprecated server args: | |
2022-09-14 11:57:59:378 - [Appium] -U => --default-capabilities | |
2022-09-14 11:57:59:379 - [Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities: | |
2022-09-14 11:57:59:379 - [Appium] chromedriverExecutableDir: /chromedrivers/bin | |
2022-09-14 11:57:59:379 - [Appium] chromedriverChromeMappingFile: /chromedrivers/chromedriverMapping.json | |
2022-09-14 11:57:59:396 - [Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
2022-09-14 11:58:00:048 - [HTTP] --> GET /wd/hub/status | |
2022-09-14 11:58:00:048 - [HTTP] {} | |
2022-09-14 11:58:00:049 - [debug] [GENERIC] Calling AppiumDriver.getStatus() with args: [] | |
2022-09-14 11:58:00:050 - [debug] [GENERIC] Responding to client with driver.getStatus() result: {"build":{"version":"1.22.3"}} | |
2022-09-14 11:58:00:054 - [HTTP] <-- GET /wd/hub/status 200 4 ms - 68 | |
2022-09-14 11:58:00:054 - [HTTP] | |
2022-09-14 11:58:00:139 - [HTTP] --> POST /wd/hub/session | |
2022-09-14 11:58:00:139 - [HTTP] {"capabilities":{"alwaysMatch":{"appium:newCommandTimeout":"60","autoDismissAlerts":true,"deviceName":"AndroidDevice","newCommandTimeout":"60","browserName":"chrome","appium:deviceName":"AndroidDevice","platformName":"Android"}},"desiredCapabilities":{}} | |
2022-09-14 11:58:00:140 - [debug] [W3C] Calling AppiumDriver.createSession() with args: [{},null,{"alwaysMatch":{"appium:newCommandTimeout":"60","autoDismissAlerts":true,"deviceName":"AndroidDevice","newCommandTimeout":"60","browserName":"chrome","appium:deviceName":"AndroidDevice","platformName":"Android"}}] | |
2022-09-14 11:58:00:141 - [debug] [BaseDriver] Event 'newSessionRequested' logged at 1663156680140 (11:58:00 GMT+0000 (Coordinated Universal Time)) | |
2022-09-14 11:58:00:144 - [BaseDriver] The following capabilities are not standard capabilities and should have an extension prefix: | |
2022-09-14 11:58:00:144 - [BaseDriver] autoDismissAlerts | |
2022-09-14 11:58:00:144 - [BaseDriver] deviceName | |
2022-09-14 11:58:00:144 - [BaseDriver] newCommandTimeout | |
2022-09-14 11:58:00:144 - [BaseDriver] chromedriverExecutableDir | |
2022-09-14 11:58:00:144 - [BaseDriver] chromedriverChromeMappingFile | |
2022-09-14 11:58:00:146 - [BaseDriver] Number capability passed in as string. Functionality may be compromised. | |
2022-09-14 11:58:00:147 - [Appium] | |
2022-09-14 11:58:00:147 - [Appium] ====================================================================== | |
2022-09-14 11:58:00:147 - [Appium] DEPRECATION WARNING: | |
2022-09-14 11:58:00:148 - [Appium] | |
2022-09-14 11:58:00:148 - [Appium] The 'automationName' capability was not provided in the desired | |
2022-09-14 11:58:00:148 - [Appium] capabilities for this Android session | |
2022-09-14 11:58:00:148 - [Appium] | |
2022-09-14 11:58:00:148 - [Appium] Setting 'automationName=UiAutomator2' by default and using the | |
2022-09-14 11:58:00:148 - [Appium] UiAutomator2 Driver | |
2022-09-14 11:58:00:148 - [Appium] | |
2022-09-14 11:58:00:148 - [Appium] The next major version of Appium (2.x) will **require** the | |
2022-09-14 11:58:00:148 - [Appium] 'automationName' capability to be set for all sessions on all | |
2022-09-14 11:58:00:148 - [Appium] platforms | |
2022-09-14 11:58:00:148 - [Appium] | |
2022-09-14 11:58:00:148 - [Appium] In previous versions (Appium <= 1.13.x), the default was | |
2022-09-14 11:58:00:148 - [Appium] 'automationName=UiAutomator1' | |
2022-09-14 11:58:00:148 - [Appium] | |
2022-09-14 11:58:00:148 - [Appium] If you wish to use that automation instead of UiAutomator2, please | |
2022-09-14 11:58:00:148 - [Appium] add 'automationName=UiAutomator1' to your desired capabilities | |
2022-09-14 11:58:00:149 - [Appium] | |
2022-09-14 11:58:00:149 - [Appium] For more information about drivers, please visit | |
2022-09-14 11:58:00:149 - [Appium] http://appium.io/docs/en/about-appium/intro/ and explore the | |
2022-09-14 11:58:00:149 - [Appium] 'Drivers' menu | |
2022-09-14 11:58:00:149 - [Appium] | |
2022-09-14 11:58:00:149 - [Appium] ====================================================================== | |
2022-09-14 11:58:00:149 - [Appium] | |
2022-09-14 11:58:00:300 - [Appium] Appium v1.22.3 creating new AndroidUiautomator2Driver (v1.70.1) session | |
2022-09-14 11:58:00:301 - [Appium] Applying relaxed security to 'AndroidUiautomator2Driver' as per server command line argument. All insecure features will be enabled unless explicitly disabled by --deny-insecure | |
2022-09-14 11:58:00:301 - [Appium] Explicitly preventing use of insecure features: | |
2022-09-14 11:58:00:302 - [Appium] chromedriver_autodownload | |
2022-09-14 11:58:00:303 - [debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided | |
2022-09-14 11:58:00:303 - [debug] [BaseDriver] Creating session with W3C capabilities: { | |
2022-09-14 11:58:00:303 - [debug] [BaseDriver] "alwaysMatch": { | |
2022-09-14 11:58:00:303 - [debug] [BaseDriver] "appium:autoDismissAlerts": true, | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] "appium:deviceName": "AndroidDevice", | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] "appium:newCommandTimeout": "60", | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] "browserName": "chrome", | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] "platformName": "Android", | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] "appium:chromedriverExecutableDir": "/chromedrivers/bin", | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] "appium:chromedriverChromeMappingFile": "/chromedrivers/chromedriverMapping.json" | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] }, | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] "firstMatch": [ | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] {} | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] ] | |
2022-09-14 11:58:00:304 - [debug] [BaseDriver] } | |
2022-09-14 11:58:00:307 - [BaseDriver] Number capability passed in as string. Functionality may be compromised. | |
2022-09-14 11:58:00:311 - [BaseDriver] Capability 'newCommandTimeout' changed from string ('60') to integer (60). This may cause unexpected behavior | |
2022-09-14 11:58:00:314 - [BaseDriver] The following capabilities were provided, but are not recognized by Appium: | |
2022-09-14 11:58:00:314 - [BaseDriver] autoDismissAlerts | |
2022-09-14 11:58:00:315 - [BaseDriver] Session created with session id: 2af9e194-886d-43eb-a855-3b9f15ace76c | |
2022-09-14 11:58:00:316 - [UiAutomator2] We're going to run a Chrome-based session | |
2022-09-14 11:58:00:316 - [UiAutomator2] Chrome-type package and activity are com.android.chrome and com.google.android.apps.chrome.Main | |
2022-09-14 11:58:00:316 - [UiAutomator2] Starting 'com.android.chrome' directly on the device | |
2022-09-14 11:58:00:322 - [ADB] Found 1 'build-tools' folders under '/root/Android/Sdk' (newest first): | |
2022-09-14 11:58:00:322 - [ADB] /root/Android/Sdk/build-tools/29.0.2 | |
2022-09-14 11:58:00:322 - [ADB] Using 'adb' from '/root/Android/Sdk/platform-tools/adb' | |
2022-09-14 11:58:00:323 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 start-server' | |
2022-09-14 11:58:00:330 - [AndroidDriver] Retrieving device list | |
2022-09-14 11:58:00:330 - [debug] [ADB] Trying to find a connected android device | |
2022-09-14 11:58:00:331 - [debug] [ADB] Getting connected devices | |
2022-09-14 11:58:00:336 - [debug] [ADB] Connected devices: [{"udid":"1C141FDF60094F","state":"device"}] | |
2022-09-14 11:58:00:337 - [AndroidDriver] Using device: 1C141FDF60094F | |
2022-09-14 11:58:00:338 - [ADB] Using 'adb' from '/root/Android/Sdk/platform-tools/adb' | |
2022-09-14 11:58:00:338 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 start-server' | |
2022-09-14 11:58:00:343 - [debug] [ADB] Setting device id to 1C141FDF60094F | |
2022-09-14 11:58:00:344 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell getprop ro.build.version.sdk' | |
2022-09-14 11:58:00:391 - [debug] [ADB] Current device property 'ro.build.version.sdk': 33 | |
2022-09-14 11:58:00:391 - [ADB] Getting device platform version | |
2022-09-14 11:58:00:392 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell getprop ro.build.version.release' | |
2022-09-14 11:58:00:437 - [debug] [ADB] Current device property 'ro.build.version.release': 13 | |
2022-09-14 11:58:00:437 - [debug] [ADB] Device API level: 33 | |
2022-09-14 11:58:00:438 - [UiAutomator2] Relaxing hidden api policy | |
2022-09-14 11:58:00:439 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell 'settings put global hidden_api_policy_pre_p_apps 1;settings put global hidden_api_policy_p_apps 1;settings put global hidden_api_policy 1'' | |
2022-09-14 11:58:00:589 - [AndroidDriver] No app sent in, not parsing package/activity | |
2022-09-14 11:58:00:591 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F wait-for-device' | |
2022-09-14 11:58:00:599 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell echo ping' | |
2022-09-14 11:58:00:623 - [debug] [AndroidDriver] Pushing settings apk to device... | |
2022-09-14 11:58:00:624 - [debug] [ADB] Getting install status for io.appium.settings | |
2022-09-14 11:58:00:624 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell dumpsys package io.appium.settings' | |
2022-09-14 11:58:00:662 - [debug] [ADB] 'io.appium.settings' is not installed | |
2022-09-14 11:58:00:663 - [debug] [ADB] App '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' is not installed | |
2022-09-14 11:58:00:663 - [debug] [ADB] Installing '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' | |
2022-09-14 11:58:00:664 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F help' | |
2022-09-14 11:58:00:671 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F features' | |
2022-09-14 11:58:00:676 - [ADB] The application at '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
2022-09-14 11:58:00:677 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F install -g /opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/io.appium.settings/apks/settings_apk-debug.apk' | |
2022-09-14 11:58:00:777 - [ADB] The installation of 'settings_apk-debug.apk' took 100ms | |
2022-09-14 11:58:00:778 - [debug] [ADB] Install command stdout: Performing Streamed Install | |
2022-09-14 11:58:00:778 - [debug] [ADB] Success | |
2022-09-14 11:58:00:779 - [debug] [ADB] Getting IDs of all 'io.appium.settings' processes | |
2022-09-14 11:58:00:780 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell 'pgrep --help; echo $?'' | |
2022-09-14 11:58:00:811 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)' | |
2022-09-14 11:58:00:870 - [debug] [ADB] Getting IDs of all 'io.appium.settings' processes | |
2022-09-14 11:58:00:870 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)' | |
2022-09-14 11:58:00:905 - [debug] [ADB] Starting Appium Settings app | |
2022-09-14 11:58:00:907 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell am start -n io.appium.settings/.Settings -a android.intent.action.MAIN -c android.intent.category.LAUNCHER' | |
2022-09-14 11:58:00:947 - [debug] [ADB] Getting IDs of all 'io.appium.settings' processes | |
2022-09-14 11:58:00:948 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)' | |
2022-09-14 11:58:01:297 - [debug] [ADB] Getting IDs of all 'io.appium.settings' processes | |
2022-09-14 11:58:01:298 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell pgrep -f \(\[\[:blank:\]\]\|\^\)io\.appium\.settings\(\[\[:blank:\]\]\|\$\)' | |
2022-09-14 11:58:01:348 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell appops set io.appium.settings android:mock_location allow' | |
2022-09-14 11:58:01:407 - [debug] [Logcat] Starting logs capture with command: /root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F logcat -v threadtime | |
2022-09-14 11:58:01:440 - [debug] [UiAutomator2] Forwarding UiAutomator2 Server port 6790 to local port 8200 | |
2022-09-14 11:58:01:441 - [debug] [ADB] Forwarding system: 8200 to device: 6790 | |
2022-09-14 11:58:01:441 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F forward tcp:8200 tcp:6790' | |
2022-09-14 11:58:01:450 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server | |
2022-09-14 11:58:01:451 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell dumpsys package io.appium.uiautomator2.server' | |
2022-09-14 11:58:01:486 - [debug] [ADB] 'io.appium.uiautomator2.server' is not installed | |
2022-09-14 11:58:01:486 - [debug] [ADB] App '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.27.0.apk' is not installed | |
2022-09-14 11:58:01:486 - [debug] [UiAutomator2] io.appium.uiautomator2.server installation state: notInstalled | |
2022-09-14 11:58:01:487 - [debug] [ADB] Checking app cert for /opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.27.0.apk | |
2022-09-14 11:58:01:519 - [ADB] Using 'apksigner.jar' from '/root/Android/Sdk/build-tools/29.0.2/lib/apksigner.jar' | |
2022-09-14 11:58:01:520 - [debug] [ADB] Starting apksigner: /usr/lib/jvm/default-java/bin/java -Xmx1024M -Xss1m -jar /root/Android/Sdk/build-tools/29.0.2/lib/apksigner.jar verify --print-certs /opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.27.0.apk | |
2022-09-14 11:58:02:274 - [debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
2022-09-14 11:58:02:274 - [debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
2022-09-14 11:58:02:275 - [debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
2022-09-14 11:58:02:275 - [debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
2022-09-14 11:58:02:275 - [debug] [ADB] | |
2022-09-14 11:58:02:275 - [debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-v4.27.0.apk' | |
2022-09-14 11:58:02:275 - [ADB] '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.27.0.apk' is signed with the default certificate | |
2022-09-14 11:58:02:275 - [debug] [ADB] Getting install status for io.appium.uiautomator2.server.test | |
2022-09-14 11:58:02:275 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell dumpsys package io.appium.uiautomator2.server.test' | |
2022-09-14 11:58:02:323 - [debug] [ADB] 'io.appium.uiautomator2.server.test' is not installed | |
2022-09-14 11:58:02:326 - [debug] [ADB] Checking app cert for /opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk | |
2022-09-14 11:58:02:331 - [debug] [ADB] Starting apksigner: /usr/lib/jvm/default-java/bin/java -Xmx1024M -Xss1m -jar /root/Android/Sdk/build-tools/29.0.2/lib/apksigner.jar verify --print-certs /opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk | |
2022-09-14 11:58:02:563 - [debug] [ADB] apksigner stdout: Signer #1 certificate DN: EMAILADDRESS=android@android.com, CN=Android, OU=Android, O=Android, L=Mountain View, ST=California, C=US | |
2022-09-14 11:58:02:563 - [debug] [ADB] Signer #1 certificate SHA-256 digest: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc | |
2022-09-14 11:58:02:563 - [debug] [ADB] Signer #1 certificate SHA-1 digest: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81 | |
2022-09-14 11:58:02:563 - [debug] [ADB] Signer #1 certificate MD5 digest: e89b158e4bcf988ebd09eb83f5378e87 | |
2022-09-14 11:58:02:563 - [debug] [ADB] | |
2022-09-14 11:58:02:564 - [debug] [ADB] sha256 hash did match for 'appium-uiautomator2-server-debug-androidTest.apk' | |
2022-09-14 11:58:02:564 - [ADB] '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' is signed with the default certificate | |
2022-09-14 11:58:02:564 - [UiAutomator2] Server packages are going to be (re)installed | |
2022-09-14 11:58:02:564 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F version' | |
2022-09-14 11:58:02:570 - [ADB] The application at '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.27.0.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
2022-09-14 11:58:02:570 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F install -r /opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.27.0.apk' | |
2022-09-14 11:58:02:866 - [ADB] The installation of 'appium-uiautomator2-server-v4.27.0.apk' took 296ms | |
2022-09-14 11:58:02:867 - [debug] [ADB] Install command stdout: Performing Streamed Install | |
2022-09-14 11:58:02:867 - [debug] [ADB] Success | |
2022-09-14 11:58:02:868 - [ADB] The application at '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' will not be cached, because the device under test has confirmed the support of streamed installs | |
2022-09-14 11:58:02:868 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F install -r /opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
2022-09-14 11:58:03:073 - [ADB] The installation of 'appium-uiautomator2-server-debug-androidTest.apk' took 205ms | |
2022-09-14 11:58:03:074 - [debug] [ADB] Install command stdout: Performing Streamed Install | |
2022-09-14 11:58:03:074 - [debug] [ADB] Success | |
2022-09-14 11:58:03:079 - [debug] [UiAutomator2] Waiting up to 30000ms for services to be available | |
2022-09-14 11:58:03:079 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell pm list instrumentation' | |
2022-09-14 11:58:03:114 - [debug] [UiAutomator2] Instrumentation target 'io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner' is available | |
2022-09-14 11:58:03:117 - [ADB] Adding packages ["io.appium.settings","io.appium.uiautomator2.server","io.appium.uiautomator2.server.test"] to Doze whitelist | |
2022-09-14 11:58:03:118 - [debug] [ADB] Got the following command chunks to execute: [["dumpsys","deviceidle","whitelist","+io.appium.settings",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server",";","dumpsys","deviceidle","whitelist","+io.appium.uiautomator2.server.test",";"]] | |
2022-09-14 11:58:03:118 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell dumpsys deviceidle whitelist +io.appium.settings ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server ; dumpsys deviceidle whitelist +io.appium.uiautomator2.server.test ;' | |
2022-09-14 11:58:03:186 - [debug] [UiAutomator2] No app capability. Assuming it is already on the device | |
2022-09-14 11:58:03:187 - [debug] [ADB] Getting install status for com.android.chrome | |
2022-09-14 11:58:03:187 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell dumpsys package com.android.chrome' | |
2022-09-14 11:58:03:290 - [debug] [ADB] 'com.android.chrome' is installed | |
2022-09-14 11:58:03:291 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell am force-stop com.android.chrome' | |
2022-09-14 11:58:03:329 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell pm clear com.android.chrome' | |
2022-09-14 11:58:03:398 - [debug] [AndroidDriver] Performed fast reset on the installed 'com.android.chrome' application (stop and clear) | |
2022-09-14 11:58:03:399 - [debug] [UiAutomator2] Performing shallow cleanup of automation leftovers | |
2022-09-14 11:58:03:415 - [debug] [UiAutomator2] No obsolete sessions have been detected (socket hang up) | |
2022-09-14 11:58:03:415 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell am force-stop io.appium.uiautomator2.server.test' | |
2022-09-14 11:58:03:443 - [UiAutomator2] Starting UIAutomator2 server 4.27.0 | |
2022-09-14 11:58:03:443 - [UiAutomator2] Using UIAutomator2 server from '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-v4.27.0.apk' and test from '/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-server/apks/appium-uiautomator2-server-debug-androidTest.apk' | |
2022-09-14 11:58:03:443 - [UiAutomator2] Waiting up to 30000ms for UiAutomator2 to be online... | |
2022-09-14 11:58:03:444 - [debug] [ADB] Creating ADB subprocess with args: ["-P",5037,"-s","1C141FDF60094F","shell","am","instrument","-w","-e","disableAnalytics",true,"io.appium.uiautomator2.server.test/androidx.test.runner.AndroidJUnitRunner"] | |
2022-09-14 11:58:03:453 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2022-09-14 11:58:03:454 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
2022-09-14 11:58:03:458 - [WD Proxy] socket hang up | |
2022-09-14 11:58:04:151 - [debug] [Instrumentation] io.appium.uiautomator2.server.test.AppiumUiAutomator2Server: | |
2022-09-14 11:58:04:459 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2022-09-14 11:58:04:460 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
2022-09-14 11:58:04:476 - [WD Proxy] socket hang up | |
2022-09-14 11:58:05:477 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2022-09-14 11:58:05:478 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8200/wd/hub/status] with no body | |
2022-09-14 11:58:05:540 - [debug] [WD Proxy] Got response with status 200: {"sessionId":"None","value":{"message":"UiAutomator2 Server is ready to accept commands","ready":true}} | |
2022-09-14 11:58:05:541 - [debug] [UiAutomator2] The initialization of the instrumentation process took 2098ms | |
2022-09-14 11:58:05:542 - [debug] [WD Proxy] Matched '/session' to command name 'createSession' | |
2022-09-14 11:58:05:542 - [debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8200/wd/hub/session] with body: {"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"browserName":"chrome","platformName":"Android","autoDismissAlerts":true,"deviceName":"AndroidDevice","newCommandTimeout":60,"chromedriverExecutableDir":"/chromedrivers/bin","chromedriverChromeMappingFile":"/chromedrivers/chromedriverMapping.json"},"browserName":"chrome","platformName":"Android","autoDismissAlerts":true,"deviceName":"1C141FDF60094F","newCommandTimeout":60,"chromedriverExecutableDir":"/chromedrivers/bin","chromedriverChromeMappingFile":"/chromedrivers/chromedriverMapping.json","appPackage":"com.android.chrome","appActivity":"com.google.android.apps.chrome.Main","deviceUDID":"1C141FDF60094F"}],"alwaysMatch":{}}} | |
2022-09-14 11:58:05:566 - [debug] [WD Proxy] Got response with status 200: {"sessionId":"c031276c-eebc-410d-9bec-68745386ea17","value":{"capabilities":{"firstMatch":[{"platform":"LINUX","webStorageEnabled":false,"takesScreenshot":true,"javascriptEnabled":true,"databaseEnabled":false,"networkConnectionEnabled":true,"locationContextEnabled":false,"warnings":{},"desired":{"browserName":"chrome","platformName":"Android","autoDismissAlerts":true,"deviceName":"AndroidDevice","newCommandTimeout":60,"chromedriverExecutableDir":"/chromedrivers/bin","chromedriverChromeMappingFile":"/chromedrivers/chromedriverMapping.json"},"browserName":"chrome","platformName":"Android","autoDismissAlerts":true,"deviceName":"1C141FDF60094F","newCommandTimeout":60,"chromedriverExecutableDir":"/chromedrivers/bin","chromedriverChromeMappingFile":"/chromedrivers/chromedriverMapping.json","appPackage":"com.android.chrome","appActivity":"com.google.android.apps.chrome.Main","deviceUDID":"1C141FDF60094F"}],"alwaysMatch":{}},"sessionId":"c031276c-eebc-410d-9bec-68745386ea17"}} | |
2022-09-14 11:58:05:566 - [WD Proxy] Determined the downstream protocol as 'W3C' | |
2022-09-14 11:58:05:576 - [debug] [WD Proxy] Proxying [GET /appium/device/info] to [GET http://127.0.0.1:8200/wd/hub/session/c031276c-eebc-410d-9bec-68745386ea17/appium/device/info] with no body | |
2022-09-14 11:58:05:630 - [debug] [WD Proxy] Got response with status 200: {"sessionId":"c031276c-eebc-410d-9bec-68745386ea17","value":{"androidId":"f99b4197fd7a2363","apiVersion":"33","bluetooth":{"state":"ON"},"brand":"google","carrierName":"","displayDensity":420,"locale":"en_US","manufacturer":"Google","model":"Pixel 6","networks":[{"capabilities":{"SSID":null,"linkDownBandwidthKbps":23477,"linkUpstreamBandwidthKbps":7873,"networkCapabilities":"NET_CAPABILITY_NOT_METERED,NET_CAPABILITY_INTERNET,NET_CAPABILITY_NOT_RESTRICTED,NET_CAPABILITY_TRUSTED,NET_CAPABILITY_NOT_VPN,NET_CAPABILITY_VALIDATED,NET_CAPABILITY_NOT_ROAMING,NET_CAPABILITY_FOREGROUND,NET_CAPABILITY_NOT_CONGESTED,NET_CAPABILITY_NOT_SUSPENDED","signalStrength":-41,"transportTypes":"TRANSPORT_WIFI"},"detailedState":"CONNECTED","extraInfo":"","isAvailable":true,"isConnected":true,"isFailover":false,"isRoaming":false,"state":"CONNECTED","subtype":-1,"subtypeName":"","type":1,"typeName":"WIFI"}],"platformVersion":"13","realDisplaySize":"1080x2400","timeZone":"Europe/Warsaw"}} | |
2022-09-14 11:58:05:632 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell dumpsys window' | |
2022-09-14 11:58:05:732 - [AndroidDriver] Screen already unlocked, doing nothing | |
2022-09-14 11:58:05:732 - [AndroidDriver] Starting a chrome-based browser session | |
2022-09-14 11:58:05:739 - [debug] [AndroidDriver] A port was not given, using random free port: 8000 | |
2022-09-14 11:58:05:740 - [debug] [AndroidDriver] Automated Chromedriver download is disabled. Use 'chromedriver_autodownload' server feature to enable it | |
2022-09-14 11:58:05:740 - [debug] [AndroidDriver] Precalculated Chromedriver capabilities: { | |
2022-09-14 11:58:05:740 - [debug] [AndroidDriver] "androidPackage": "com.android.chrome", | |
2022-09-14 11:58:05:741 - [debug] [AndroidDriver] "androidDeviceSerial": "1C141FDF60094F" | |
2022-09-14 11:58:05:741 - [debug] [AndroidDriver] } | |
2022-09-14 11:58:05:742 - [debug] [AndroidDriver] Before starting chromedriver, androidPackage is 'com.android.chrome' | |
2022-09-14 11:58:05:742 - [debug] [Chromedriver] Changed state to 'starting' | |
2022-09-14 11:58:05:743 - [debug] [Chromedriver] Attempting to use Chromedriver->Chrome mapping from '/chromedrivers/chromedriverMapping.json' | |
2022-09-14 11:58:05:746 - [debug] [Chromedriver] The most recent known Chrome version: 65.0.3325 | |
2022-09-14 11:58:05:749 - [debug] [Chromedriver] Found 40 executables in '/chromedrivers/bin' | |
2022-09-14 11:58:06:019 - [debug] [Chromedriver] The following Chromedriver executables were found: | |
2022-09-14 11:58:06:019 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver106' (version '106.0.5249.21', minimum Chrome version '106.0.0') | |
2022-09-14 11:58:06:019 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver105' (version '105.0.5195.52', minimum Chrome version '105.0.0') | |
2022-09-14 11:58:06:019 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver104' (version '104.0.5112.79', minimum Chrome version '104.0.0') | |
2022-09-14 11:58:06:019 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver103' (version '103.0.5060.134', minimum Chrome version '103.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver102' (version '102.0.5005.61', minimum Chrome version '102.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver101' (version '101.0.4951.41', minimum Chrome version '101.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver100' (version '100.0.4896.60', minimum Chrome version '100.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver99' (version '99.0.4844.51', minimum Chrome version '99.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver98' (version '98.0.4758.48', minimum Chrome version '98.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver97' (version '97.0.4692.71', minimum Chrome version '97.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver96' (version '96.0.4664.45', minimum Chrome version '96.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver95' (version '95.0.4638.54', minimum Chrome version '95.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver94' (version '94.0.4606.61', minimum Chrome version '94.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver93' (version '93.0.4577.63', minimum Chrome version '93.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver92' (version '92.0.4515.107', minimum Chrome version '92.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver91' (version '91.0.4472.19', minimum Chrome version '91.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver90' (version '90.0.4430.24', minimum Chrome version '90.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver89' (version '89.0.4389.23', minimum Chrome version '89.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver88' (version '88.0.4324.96', minimum Chrome version '88.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver87' (version '87.0.4280.88', minimum Chrome version '87.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver86' (version '86.0.4240.22', minimum Chrome version '86.0.0') | |
2022-09-14 11:58:06:020 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver85' (version '85.0.4183.87', minimum Chrome version '85.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver84' (version '84.0.4147.30', minimum Chrome version '84.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver83' (version '83.0.4103.39', minimum Chrome version '83.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver81' (version '81.0.4044.69', minimum Chrome version '81.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver80' (version '80.0.3987.106', minimum Chrome version '80.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver79' (version '79.0.3945.36', minimum Chrome version '79.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver78' (version '78.0.3904.105', minimum Chrome version '78.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver77' (version '77.0.3865.40', minimum Chrome version '77.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver76' (version '76.0.3809.126', minimum Chrome version '76.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver75' (version '75.0.3770.140', minimum Chrome version '75.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver74' (version '74.0.3729.6', minimum Chrome version '74.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver73' (version '73.0.3683.68', minimum Chrome version '73.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver246' (version '2.46', minimum Chrome version '71.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver245' (version '2.45', minimum Chrome version '70.0.0') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver244' (version '2.44', minimum Chrome version '69.0.3497') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver242' (version '2.42', minimum Chrome version '68.0.3440') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver241' (version '2.41', minimum Chrome version '67.0.3360') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver240' (version '2.40', minimum Chrome version '66.0.3359') | |
2022-09-14 11:58:06:021 - [debug] [Chromedriver] '/chromedrivers/bin/chromedriver238' (version '2.38', minimum Chrome version '65.0.3325') | |
2022-09-14 11:58:06:022 - [debug] [ADB] Getting package info for 'com.android.chrome' | |
2022-09-14 11:58:06:022 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell dumpsys package com.android.chrome' | |
2022-09-14 11:58:06:105 - [debug] [Chromedriver] Found Chrome bundle 'com.android.chrome' version '103.0.5060' | |
2022-09-14 11:58:06:108 - [debug] [Chromedriver] Found 1 executable capable of automating Chrome '103.0.5060'. | |
2022-09-14 11:58:06:108 - [debug] [Chromedriver] Choosing the most recent, '/chromedrivers/bin/chromedriver103'. | |
2022-09-14 11:58:06:109 - [debug] [Chromedriver] If a specific version is required, specify it with the `chromedriverExecutable`desired capability. | |
2022-09-14 11:58:06:109 - [Chromedriver] Set chromedriver binary as: /chromedrivers/bin/chromedriver103 | |
2022-09-14 11:58:06:109 - [debug] [Chromedriver] Killing any old chromedrivers, running: pkill -15 -f "/chromedrivers/bin/chromedriver103.*--port=8000" | |
2022-09-14 11:58:06:120 - [Chromedriver] No old chromedrivers seem to exist | |
2022-09-14 11:58:06:120 - [debug] [Chromedriver] Cleaning this device's adb forwarded port socket connections: 1C141FDF60094F | |
2022-09-14 11:58:06:120 - [debug] [ADB] List forwarding ports | |
2022-09-14 11:58:06:121 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F forward --list' | |
2022-09-14 11:58:06:126 - [Chromedriver] Spawning chromedriver with: /chromedrivers/bin/chromedriver103 --url-base=wd/hub --port=8000 --adb-port=5037 --verbose | |
2022-09-14 11:58:06:131 - [debug] [Chromedriver] Chromedriver version: '103.0.5060.134' | |
2022-09-14 11:58:06:133 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2022-09-14 11:58:06:133 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body | |
2022-09-14 11:58:06:134 - [WD Proxy] connect ECONNREFUSED 127.0.0.1:8000 | |
2022-09-14 11:58:06:335 - [debug] [WD Proxy] Matched '/status' to command name 'getStatus' | |
2022-09-14 11:58:06:335 - [debug] [WD Proxy] Proxying [GET /status] to [GET http://127.0.0.1:8000/wd/hub/status] with no body | |
2022-09-14 11:58:06:340 - [debug] [WD Proxy] Got response with status 200: {"value":{"build":{"version":"103.0.5060.134 (8ec6fce403b3feb0869b0732eda8bd95011d333c-refs/branch-heads/5060@{#1262})"},"message":"ChromeDriver ready for new sessions.","os":{"arch":"x86_64","name":"Linux","version":"4.15.0-192-generic"},"ready":true}} | |
2022-09-14 11:58:06:341 - [Chromedriver] Starting W3C Chromedriver session with capabilities: { | |
2022-09-14 11:58:06:341 - [Chromedriver] "capabilities": { | |
2022-09-14 11:58:06:342 - [Chromedriver] "alwaysMatch": { | |
2022-09-14 11:58:06:342 - [Chromedriver] "goog:chromeOptions": { | |
2022-09-14 11:58:06:342 - [Chromedriver] "androidPackage": "com.android.chrome", | |
2022-09-14 11:58:06:342 - [Chromedriver] "androidDeviceSerial": "1C141FDF60094F" | |
2022-09-14 11:58:06:342 - [Chromedriver] }, | |
2022-09-14 11:58:06:343 - [Chromedriver] "goog:loggingPrefs": { | |
2022-09-14 11:58:06:343 - [Chromedriver] "browser": "ALL" | |
2022-09-14 11:58:06:343 - [Chromedriver] } | |
2022-09-14 11:58:06:343 - [Chromedriver] } | |
2022-09-14 11:58:06:343 - [Chromedriver] } | |
2022-09-14 11:58:06:344 - [Chromedriver] } | |
2022-09-14 11:58:06:344 - [debug] [WD Proxy] Matched '/session' to command name 'createSession' | |
2022-09-14 11:58:06:344 - [debug] [WD Proxy] Proxying [POST /session] to [POST http://127.0.0.1:8000/wd/hub/session] with body: {"capabilities":{"alwaysMatch":{"goog:chromeOptions":{"androidPackage":"com.android.chrome","androidDeviceSerial":"1C141FDF60094F"},"goog:loggingPrefs":{"browser":"ALL"}}}} | |
2022-09-14 11:58:06:687 - [WD Proxy] Got response with status 500: {"value":{"error":"unknown error","message":"unknown error: Failed to start com.android.chrome on device 1C141FDF60094F: Starting: Intent { dat=data: cmp=com.android.chrome/com.google.android.apps.chrome.Main }\nError type 3\nError: Activity class {com.android.chrome/com.google.android.apps.chrome.Main} does not exist.\n","stacktrace":"#0 0x5573dc33ccd3 <unknown>\n#1 0x5573dc144968 <unknown>\n#2 0x5573dc1204dc <unknown>\n#3 0x5573dc12bc72 <unknown>\n#4 0x5573dc16527a <unknown>\n#5 0x5573dc19f94a <unknown>\n#6 0x5573dc199aa3 <unknown>\n#7 0x5573dc16f3fa <unknown>\n#8 0x5573dc170555 <unknown>\n#9 0x5573dc3842bd <unknown>\n#10 0x5573dc388418 <unknown>\n#11 0x5573dc36e36e <unknown>\n#12 0x5573dc389078 <unknown>\n#13 0x5573dc362bb0 <unknown>\n#14 0x5573dc3a5d58 <unknown>\n#15 0x5573dc3a5ed8 <unknown>\n#16 0x5573dc3bfcfd <unknown>\n#17 0x7f213f2196db <unknown>\n"}} | |
2022-09-14 11:58:06:688 - [debug] [W3C] Matched W3C error code 'unknown error' to UnknownError | |
2022-09-14 11:58:06:729 - [debug] [Chromedriver] UnknownError: An unknown server-side error occurred while processing the command. Original error: unknown error: Failed to start com.android.chrome on device 1C141FDF60094F: Starting: Intent { dat=data: cmp=com.android.chrome/com.google.android.apps.chrome.Main } | |
2022-09-14 11:58:06:729 - [debug] [Chromedriver] Error type 3 | |
2022-09-14 11:58:06:730 - [debug] [Chromedriver] Error: Activity class {com.android.chrome/com.google.android.apps.chrome.Main} does not exist. | |
2022-09-14 11:58:06:730 - [debug] [Chromedriver] | |
2022-09-14 11:58:06:730 - [debug] [Chromedriver] at errorFromW3CJsonCode (/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:780:25) | |
2022-09-14 11:58:06:730 - [debug] [Chromedriver] at ProxyRequestError.getActualError (/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-base-driver/lib/protocol/errors.js:663:14) | |
2022-09-14 11:58:06:730 - [debug] [Chromedriver] at JWProxy.command (/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-base-driver/lib/jsonwp-proxy/proxy.js:272:19) | |
2022-09-14 11:58:06:730 - [debug] [Chromedriver] at runMicrotasks (<anonymous>) | |
2022-09-14 11:58:06:730 - [debug] [Chromedriver] at processTicksAndRejections (internal/process/task_queues.js:93:5) | |
2022-09-14 11:58:06:731 - [Chromedriver] Chromedriver exited unexpectedly with code null, signal SIGTERM | |
2022-09-14 11:58:06:731 - [debug] [Chromedriver] Changed state to 'stopped' | |
2022-09-14 11:58:06:731 - [Chromedriver] An unknown server-side error occurred while processing the command. Original error: unknown error: Failed to start com.android.chrome on device 1C141FDF60094F: Starting: Intent { dat=data: cmp=com.android.chrome/com.google.android.apps.chrome.Main } | |
2022-09-14 11:58:06:732 - [Chromedriver] Error type 3 | |
2022-09-14 11:58:06:732 - [Chromedriver] Error: Activity class {com.android.chrome/com.google.android.apps.chrome.Main} does not exist. | |
2022-09-14 11:58:06:732 - [Chromedriver] | |
2022-09-14 11:58:06:732 - [debug] [UiAutomator2] Deleting UiAutomator2 session | |
2022-09-14 11:58:06:732 - [debug] [UiAutomator2] Deleting UiAutomator2 server session | |
2022-09-14 11:58:06:733 - [debug] [WD Proxy] Matched '/' to command name 'deleteSession' | |
2022-09-14 11:58:06:733 - [debug] [WD Proxy] Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/wd/hub/session/c031276c-eebc-410d-9bec-68745386ea17] with no body | |
2022-09-14 11:58:06:743 - [debug] [WD Proxy] Got response with status 200: {"sessionId":"c031276c-eebc-410d-9bec-68745386ea17","value":null} | |
2022-09-14 11:58:06:743 - [debug] [Logcat] Stopping logcat capture | |
2022-09-14 11:58:06:744 - [debug] [ADB] Removing forwarded port socket connection: 8200 | |
2022-09-14 11:58:06:744 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F forward --remove tcp:8200' | |
2022-09-14 11:58:06:751 - [UiAutomator2] Restoring hidden api policy to the device default configuration | |
2022-09-14 11:58:06:752 - [debug] [ADB] Running '/root/Android/Sdk/platform-tools/adb -P 5037 -s 1C141FDF60094F shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy'' | |
2022-09-14 11:58:06:926 - [debug] [BaseDriver] Event 'newSessionStarted' logged at 1663156686926 (11:58:06 GMT+0000 (Coordinated Universal Time)) | |
2022-09-14 11:58:06:963 - [debug] [W3C] Encountered internal error running command: Error: An unknown server-side error occurred while processing the command. Original error: unknown error: Failed to start com.android.chrome on device 1C141FDF60094F: Starting: Intent { dat=data: cmp=com.android.chrome/com.google.android.apps.chrome.Main } | |
2022-09-14 11:58:06:963 - [debug] [W3C] Error type 3 | |
2022-09-14 11:58:06:963 - [debug] [W3C] Error: Activity class {com.android.chrome/com.google.android.apps.chrome.Main} does not exist. | |
2022-09-14 11:58:06:964 - [debug] [W3C] | |
2022-09-14 11:58:06:964 - [debug] [W3C] at Object.errorAndThrow (/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-support/lib/logging.js:94:35) | |
2022-09-14 11:58:06:964 - [debug] [W3C] at Chromedriver.start (/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-chromedriver/lib/chromedriver.js:541:11) | |
2022-09-14 11:58:06:964 - [debug] [W3C] at AndroidUiautomator2Driver.setupNewChromedriver (/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-android-driver/lib/commands/context.js:472:3) | |
2022-09-14 11:58:06:964 - [debug] [W3C] at AndroidUiautomator2Driver.startChromeSession (/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-android-driver/lib/commands/context.js:326:23) | |
2022-09-14 11:58:06:964 - [debug] [W3C] at AndroidUiautomator2Driver.startUiAutomator2Session (/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-driver/lib/driver.js:429:7) | |
2022-09-14 11:58:06:964 - [debug] [W3C] at AndroidUiautomator2Driver.createSession (/opt/testdroid/appium-1.22.3/node_modules/appium/node_modules/appium-uiautomator2-driver/lib/driver.js:229:7) | |
2022-09-14 11:58:06:964 - [debug] [W3C] at AppiumDriver.createSession (/opt/testdroid/appium-1.22.3/node_modules/appium/lib/appium.js:387:35) | |
2022-09-14 11:58:06:969 - [HTTP] <-- POST /wd/hub/session 500 6829 ms - 1247 | |
2022-09-14 11:58:06:969 - [HTTP] | |
2022-09-14 11:58:07:207 - [debug] [Instrumentation] . | |
2022-09-14 11:58:07:232 - [debug] [Instrumentation] Time: 3.06 | |
2022-09-14 11:58:07:232 - [debug] [Instrumentation] | |
2022-09-14 11:58:07:233 - [debug] [Instrumentation] OK (1 test) | |
2022-09-14 11:58:07:249 - [debug] [Instrumentation] The process has exited with code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment