-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Job times out due to package id being in inconsistent location #168
Job times out due to package id being in inconsistent location #168
Comments
I have the same issue with 28 API level and was working in the last build 21 hours ago, but the warnings above isn't the problem because the build which passed had the same, so the problem happens between installing the system images and creating AVD. |
Saw the same issue a couple of days ago, then changed the config which resolved the issue for 24 hours. The issue is now back again. I can also confirm that the warnings were present on the successful builds as mentioned by @bsalesc. |
Changing from the API level from 28 to 27 worked. |
Ran into this also. First tried changing emulator-build but that didn't help. Changing the target to google_apis worked though.
You don't need to change the api level then. |
There seems to be a problem with the android-emulator-runner action. Using the workaround posted in this issue: ReactiveCircus/android-emulator-runner#168
There seems to be a problem with the android-emulator-runner action. Using the workaround posted in this issue: ReactiveCircus/android-emulator-runner#168 The linting pipeline is running ubuntu-latest, which does not have cocoa pods. One of the lerna dependencies (realm-react-native-tests) was invoking `pod install`. Changed this to use the npm package `pod-install` which will not crash on non-mac systems.
There seems to be a problem with the android-emulator-runner action. Using the workaround posted in this issue: ReactiveCircus/android-emulator-runner#168 The linting pipeline is running ubuntu-latest, which does not have cocoa pods. One of the lerna dependencies (realm-react-native-tests) was invoking `pod install`. Changed this to use the npm package `pod-install` which will not crash on non-mac systems.
I think the problem is that the sdkmanager is hanging the script because waits the user to accept the SDK license terms. How I get to that conclusion? I just tried to execute the last command before the job get frozen in my local computer, and the command does nothing other than wait for nothing like in my Github Action job:
But if you remove the
Unfortunately there is no option to auto-accept terms of conditions, what I saw in other posts with similar issues trying to run the sdkmanager in CI enviroments is to execute it piped with the
|
Confirmed that what I mention is the problem, because using the workaround mentioned by @marcuspridham of setting
And executing the same in my local computer, sdkmager does not ask me to confirm any license agreement. I have created the PR #170 with the patch. |
Thanks, @marcuspridham and @ychescale9 for resolving it in a timely manner. When can we expect it to be released? |
Will try to do a release in a few hours |
This has been released. Thanks again @marcuspridham for the fix! |
#31) * Adding back api levels 28, 29, and 30, looks to be from ReactiveCircus/android-emulator-runner ReactiveCircus/android-emulator-runner#168 * Updating android_tests.yml to use only api levels 26,27, and 28, since 29 is timing out. Now trying google apis system image * API Levels 26,27,28,29. 30 not working
My CI job was cancelled after 6h because the android emulator runner action got stuck
Logs
https://github.com/TeamNewPipe/NewPipe/pull/6673/checks?check_run_id=3080440435
logs.zip
I'm running the action on API level 21 and 29, the 21 one succeeds, the 29 one fails. workflow.
Because of this i don't know what the problem is
The text was updated successfully, but these errors were encountered: