-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Incomplete
-
Component/s: android-emulator-plugin
-
Environment:OS X Mavericks 10.9.1 running on Virtual Machine
3062MB RAM
Android Emulator 2.12 SNAPSHOT (Jun 9): https://jenkins.ci.cloudbees.com/job/plugins/job/android-emulator-plugin/65/org.jenkins-ci.plugins$android-emulator/
-
Similar Issues:
During build, the emulator starts, but the log shows the following:
[android] Using Android SDK: /Users/Shared/Jenkins/android/adt-bundle/sdk $ /Users/Shared/Jenkins/android/adt-bundle/sdk/platform-tools/adb start-server ERROR: Timeout after 5 seconds $ /Users/Shared/Jenkins/android/adt-bundle/sdk/platform-tools/adb start-server ERROR: Timeout after 5 seconds [android] Starting Android emulator $ /Users/Shared/Jenkins/android/adt-bundle/sdk/tools/emulator -no-boot-anim -ports 5773,5774 -avd Nexus-S-2 -no-snapshot-load -no-snapshot-save -noaudio $ /Users/Shared/Jenkins/android/adt-bundle/sdk/platform-tools/adb connect emulator-5773
After this, nothing else happens. The job seems to get stuck.
After this happened once, I ran the build 3 consecutive times and it built perfectly without problems. In other words, this only happened once. I didn't change any settings.
- is related to
-
JENKINS-11952 Emulator occasionally hangs indefinitely on startup, unable to connect adb
-
- Reopened
-
-
JENKINS-23736 Emulator plugin can not run emulator if user is not logged on to desktop
-
- Closed
-
Field | Original Value | New Value |
---|---|---|
Link | This issue is related to JENKINS-11952 [ JENKINS-11952 ] |
Environment |
OS X Mavericks 10.9.1 running on Virtual Machine
3062MB RAM [Android Emulator 2.12 SNAPSHOT (Jun 9)|https://jenkins.ci.cloudbees.com/job/plugins/job/android-emulator-plugin/65/org.jenkins-ci.plugins$android-emulator/] |
OS X Mavericks 10.9.1 running on Virtual Machine
3062MB RAM Android Emulator 2.12 SNAPSHOT (Jun 9): https://jenkins.ci.cloudbees.com/job/plugins/job/android-emulator-plugin/65/org.jenkins-ci.plugins$android-emulator/ |
Summary | First time build "adb start-server" times out after 5 seconds | Emulator plugin first time build "adb start-server" times out after 5 seconds |
Link |
This issue is related to |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Incomplete [ 4 ] |
Workflow | JNJira [ 156524 ] | JNJira + In-Review [ 207841 ] |
I tried running with -no-video. It didn't work at all. I switched back to with window and this happened:
(Nothing more happened)
I ran it again:
And a third time:
(It got stuck there)
And fourth time (I added -wipe-data but it shouldn't make a difference)
Conclusion
It seems to have different issues every second time. I don't understand why.