Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder release-android Build #1003

Results:

Failed shell_2

SourceStamp:

Revision5c4d087e8fa85e5b667396d1efca937f09d99b8b
Got Revision5c4d087e8fa85e5b667396d1efca937f09d99b8b
Changes1 change

BuildSlave:

ubuntu

Reason:

scheduler

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. shell mkbuilddir ( 0 secs )
    1. stdio
  3. shell_1 configure ( 0 secs )
    1. stdio
  4. compile build warnings ( 2 mins, 50 secs )
    1. stdio
    2. warnings (5)
  5. shell_2 java build failed ( 3 secs )
    1. stdio
  6. shell_3  
    1. - no logs -
  7. shell_4  
    1. - no logs -
  8. upload  
    1. - no logs -

Build Properties:

NameValueSource
author Lioncash Change
branch None Build
branchname android-about-menu-info Change
builddir /home/buildbot/slaves/dolphin/release-android slave
buildername release-android Builder
buildnumber 1003 Build
codebase Build
description [Android] Greatly clean up the previous commits. Now here is the long list of cleaned up things: - Spaces -> Tabs | Consistency - Javadoc everything that was added and not documented. - Remove duplicated code regarding the adapter that used to reside in DolphinInfoFragment.java. Now it resides in AboutActivity.java without a second duplication of it. - Properly retrieve all of the contexts in the EGL initialization in EGLHelper.java. - Remove the attribute EGL_RENDERABLE_TYPE from the pbuffersur .. [property value too long] Change
got_revision 5c4d087e8fa85e5b667396d1efca937f09d99b8b GitNoBranch
project Build
repository Build
revision 5c4d087e8fa85e5b667396d1efca937f09d99b8b Build
scheduler all Scheduler
shortrev 4.0-603 Change
slavename ubuntu BuildSlave
warnings-count 5 WarningCountingShellCommand
workdir /home/buildbot/slaves/dolphin/release-android slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Lioncash

Timing:

StartWed Jan 22 05:42:05 2014
EndWed Jan 22 05:45:01 2014
Elapsed2 mins, 55 secs

All Changes:

:

  1. Change #1659

    Category None
    Changed by Lioncash
    Changed at Wed 22 Jan 2014 05:42:03
    Revision 5c4d087e8fa85e5b667396d1efca937f09d99b8b

    Comments

    [Android] Greatly clean up the previous commits. Now here is the long list of cleaned up things: - Spaces -> Tabs | Consistency - Javadoc everything that was added and not documented. - Remove duplicated code regarding the adapter that used to reside in DolphinInfoFragment.java. Now it resides in AboutActivity.java without a second duplication of it. - Properly retrieve all of the contexts in the EGL initialization in EGLHelper.java. - Remove the attribute EGL_RENDERABLE_TYPE from the pbuffersurface attributes in EGLHelper.java. With this present, the EGL context will always fail to reinitialize if destroyed and attempted to be recreated. - Break the inner class Limit within GLES2InfoFragment.java, GLES3InfoFragment.java, and GLInfoFragment.java into its own single class. Greatly reduces code duplication. - Introduce a Type enum into Limit.java (one of the wildly rare cases in Java where an enum is actually an OK solution). Removes duplicated constants from the Java files stated in the previous bullet note. - Add a copyright comment to the top of EGLHelper.java. Forgot to do this initially, my bad. - Add some missing override annotations to GLES2InfoFragment.java, GLES3InfoFragment.java, and GLInfoFragment.java. - Use StringBuilders in the previously mentioned three Java files. This is better than using a String in this instance, as the String object won't have to be recreated multiple times (ala concatenation). - Fix some constant accessors in the previously mentioned three Java files. - Added the 'final' modifier to the above three classes and to Limit.java. These classes serve a single purpose only, and are not intended to be inherited.

    Changed files

    • no files

    Properties

    Author Lioncash
    Branchname android-about-menu-info
    Description [Android] Greatly clean up the previous commits. Now here is the long list of cleaned up things: - Spaces -> Tabs | Consistency - Javadoc everything that was added and not documented. - Remove duplicated code regarding the adapter that used to reside in DolphinInfoFragment.java. Now it resides in AboutActivity.java without a second duplication of it. - Properly retrieve all of the contexts in the EGL initialization in EGLHelper.java. - Remove the attribute EGL_RENDERABLE_TYPE from the pbuffersurface attributes in EGLHelper.java. With this present, the EGL context will always fail to reinitialize if destroyed and attempted to be recreated. - Break the inner class Limit within GLES2InfoFragment.java, GLES3InfoFragment.java, and GLInfoFragment.java into its own single class. Greatly reduces code duplication. - Introduce a Type enum into Limit.java (one of the wildly rare cases in Java where an enum is actually an OK solution). Removes duplicated constants from the Java files stated in the previous bullet note. - Add a copyright comment to the top of EGLHelper.java. Forgot to do this initially, my bad. - Add some missing override annotations to GLES2InfoFragment.java, GLES3InfoFragment.java, and GLInfoFragment.java. - Use StringBuilders in the previously mentioned three Java files. This is better than using a String in this instance, as the String object won't have to be recreated multiple times (ala concatenation). - Fix some constant accessors in the previously mentioned three Java files. - Added the 'final' modifier to the above three classes and to Limit.java. These classes serve a single purpose only, and are not intended to be inherited.
    Shortrev 4.0-603