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

Emulator Step isn't completing after finishing Tests #277

Closed
mrk-han opened this issue Oct 17, 2022 · 4 comments
Closed

Emulator Step isn't completing after finishing Tests #277

mrk-han opened this issue Oct 17, 2022 · 4 comments

Comments

@mrk-han
Copy link
Collaborator

mrk-han commented Oct 17, 2022

Just posting this here while I debug this: Our emulator step isn't completing after finishing tests

2022-10-17T19:13:50.3241130Z BUILD SUCCESSFUL in 12m 53s
2022-10-17T19:13:50.3241700Z 79 actionable tasks: 79 executed
2022-10-17T19:13:51.4319220Z ##[group]Terminate Emulator
2022-10-17T19:13:51.4402000Z [command]/Users/runner/Library/Android/sdk/platform-tools/adb -s emulator-5554 emu kill
2022-10-17T19:13:51.4619760Z OK: killing emulator, bye bye
2022-10-17T19:13:51.4622190Z OK
2022-10-17T19:13:51.4632670Z ##[endgroup]
2022-10-17T19:44:36.9165020Z ##[error]The operation was canceled.

Note: I had to cancel the run after 30+ minutes.

I've run into a few instances of the emulator step not ending after the emulator is terminated. I'm running on macOS-12 Runners.

I am running in a Matrix with only one option right now: but that might not be the reason why. Has anyone else seen this before?

    strategy:
      fail-fast: false
      matrix:
        api-level: [30]
        arch: [x86]
        target: [google_atd]
@mrk-han
Copy link
Collaborator Author

mrk-han commented Oct 19, 2022

Might be related to not using set -e

@mrk-han
Copy link
Collaborator Author

mrk-han commented Oct 25, 2022

Cannot reproduce, will re-open and add more logs when deterministically reproducible, or is more common.

@mrk-han mrk-han closed this as completed Oct 25, 2022
@Nailik
Copy link

Nailik commented Aug 3, 2023

@Nailik
Copy link

Nailik commented Mar 17, 2024

issue still exists https://github.com/Nailik/rhasspy_mobile/actions/runs/8310990886/job/22744740722
i used to fix it via adb kill-server in another terminal but that's not working anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants