Chromedriver Android bot is dead at bot_update step |
||||||||
Issue descriptionChromedriver Android bot is dead and is no longer executing any builds since Sep 23 https://build.chromium.org/p/chromium.fyi/builders/Android%20ChromeDriver%20Tests%20%28dbg%29/builds/30235 Could someone please look into it?
,
Sep 26 2016
This bot has incorrect credentials; see the logs: [0:00:59] fatal: remote error: Daily ls-remote rate limit exceeded for IP 70.32.137.216 Someone needs to fix the credentials (the trooper). I'm the trooper today as well, and there are higher priority outages of the windows tryserver that I'm dealing with. I should hopefully be able to deal with this later today.
,
Sep 26 2016
Vadim, could you take a look at this?
,
Sep 26 2016
,
Sep 26 2016
The last failed build was on Sep 23, when we had git quota outage. It should be OK now (i.e. no quota issues). As to why there are no builds past Sep 23, it is another mystery. "Android ChromeDriver Tests (dbg)" is triggered by "Android Builder (dbg)". And looks like it didn't have a green build for a long time: https://build.chromium.org/p/chromium.fyi/builders/Android%20Builder%20%28dbg%29?numbuilds=200 Reassigning back to trooper to diagnose and triage why so.
,
Sep 27 2016
Thank you for fixing it! Bot_update issue is no longer seen. Bot is red because of the test failures & older versions of Chrome beta & stable apks. @Sam, could you please update the beta & stable apks whenever time permits?
,
Sep 29 2016
I've updated the beta apk, those tests should be fine now. Somehow the stable Chrome apk reverted to 32.0.1700.99, and I'm getting the following error when I try to install the current (according to omahaproxy, 53.0.2785.134) version: Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES] John/Mike, have either of you seen this before?
,
Sep 29 2016
I don't recall seeing that. I think Chrome stable has the same package name as the Chrome that comes with Android. You could try something like.. adb root adb remount adb shell rm -rf /system/app/Chrome ... to remove Chrome from the device and then try installing Chrome stable.
,
Sep 29 2016
Thanks Mike. I had to add '.apk' to the path, like so: adb shell rm -rf /system/app/Chrome.apk But now I get a different error when installing: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE] Do I need to do anything else to uninstall the old app? I've tried "adb uninstall com.android.chrome" but I just get "Failure" with no specific error message.
,
Sep 29 2016
Did you fix this. I ssh'ed into the bot and... [127] chrome-bot@build91-b1:(Linux 14.04):~$ ./adb install ChromeStable.apk 6380 KB/s (45581257 bytes in 6.976s) pkg: /data/local/tmp/ChromeStable.apk Success ... it seemed to just install.
,
Sep 29 2016
Interesting, I didn't fix it, but I'm glad it worked for you. What version of adb are you using? It looks like people were seeing this a while back due to an out-of-date adb: crbug.com/178587#c11 I was using /b/build_internal/scripts/slave/android/adb. Gauri, is there anything else we need to do to close this bug?
,
Sep 29 2016
Someone added symlinks to adb in the home directory on a lot of bots. This is the adb I used....
chrome-bot@build91-b1:(Linux 14.04):~$ ls -las
4 lrwxrwxrwx 1 chrome-bot chrome-bot 106 Jul 13 14:44 adb -> /b/build/slave/Android_ChromeDriver_Tests__dbg_/build/src/third_party/android_tools/sdk/platform-tools/adb
chrome-bot@build91-b1:(Linux 14.04):~$ ./adb version
Android Debug Bridge version 1.0.32
Revision eac51f2bb6a8-android
,
Sep 29 2016
Ah I see, that one points to a different place, and has a different git hash. I'll use that one from now on, thanks. Stable and beta channel tests now pass, but now ClickTest.testCanClickAnImageMapArea is failing on chromedriver_webview_shell.
,
Sep 29 2016
Bot looks good now, I think we can close this issue. I have raised separate issue in Chromedriver issue tracker for "ClickTest.testCanClickAnImageMapArea" test failure. https://bugs.chromium.org/p/chromedriver/issues/detail?id=1525
,
Sep 29 2016
|
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by gmanikpure@chromium.org
, Sep 26 2016