[TIMOB-18932] Travis Build for Titanium Mobile is failing
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-28T23:38:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Ashraf Abu |
Assignee | Ashraf Abu |
Created | 2015-05-21T03:27:51.000+0000 |
Updated | 2017-06-28T23:38:04.000+0000 |
Description
Titanium Mobile travis is failing.
https://travis-ci.org/appcelerator/titanium_mobile/builds
Last successful build was 2 days ago.
It fails at this point
echo yes | android -s update sdk --no-ui --all --filter platform-tools
Do you accept the license 'android-sdk-license-5be876d5' [y/n]:
Installing Archives:
Preparing to install archives
Downloading Android SDK Platform-tools, revision 22
Installing Android SDK Platform-tools, revision 22
Stopping ADB server failed (code -1).
Installed Android SDK Platform-tools, revision 22
Stopping ADB server succeeded.
No output has been received in the last ... minutes, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated
When it was working, it produced this results:-
Do you accept the license 'android-sdk-license-5be876d5' [y/n]:
Installing Archives:
Preparing to install archives
Downloading Android SDK Platform-tools, revision 22
Installing Android SDK Platform-tools, revision 22
Stopping ADB server failed (code -1).
Installed Android SDK Platform-tools, revision 22
Stopping ADB server succeeded.
Starting ADB server succeeded.
Done. 1 package installed.
No comments