We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]
The text was updated successfully, but these errors were encountered:
Might be related to not using set -e
set -e
Sorry, something went wrong.
Cannot reproduce, will re-open and add more logs when deterministically reproducible, or is more common.
Same issue for me today https://github.com/Nailik/rhasspy_mobile/actions/runs/5754287922/attempts/4
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
No branches or pull requests
Just posting this here while I debug this: Our emulator step isn't completing after finishing tests
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?
The text was updated successfully, but these errors were encountered: