----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31176/#review73072 -----------------------------------------------------------
Master (e0e3f2e) is red with this patch. ./build-support/jenkins/build.sh :compileJavaNote: Writing file:/home/jenkins/jenkins-slave/workspace/AuroraBot/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2 :processResources :classes :jar :assemble :compileJmhJavawarning: Supported source version 'RELEASE_6' from annotation processor 'org.openjdk.jmh.generators.BenchmarkProcessor' less than -source '1.7' 1 warning :processJmhResources UP-TO-DATE :jmhClasses :checkstyleJmh :jsHint :checkstyleMain :compileTestJava :processTestResources :testClasses :checkstyleTest[ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java:1719: Line is longer than 100 characters (found 102). [ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java:1894: Line is longer than 100 characters (found 102). [ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java:2106: Line is longer than 100 characters (found 102). [ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java:2120: Line is longer than 100 characters (found 102). [ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java:2370: Line is longer than 100 characters (found 102). [ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/test/java/org/apache/aurora/scheduler/thrift/aop/LoggingInterceptorTest.java:40:23: Variable 'capabilityValidator' must be private and have accessor methods. [ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/test/java/org/apache/aurora/scheduler/thrift/aop/LoggingInterceptorTest.java:42:20: Variable 'methodInvocation' must be private and have accessor methods. [ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/test/java/org/apache/aurora/scheduler/thrift/aop/LoggingInterceptorTest.java:43:10: Variable 'method' must be private and have accessor methods. [ant:checkstyle] /home/jenkins/jenkins-slave/workspace/AuroraBot/src/test/java/org/apache/aurora/scheduler/thrift/aop/LoggingInterceptorTest.java:45:22: Variable 'loggingInterceptor' must be private and have accessor methods. FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':checkstyleTest'. > Checkstyle rule violations were found. See the report at: > file:///home/jenkins/jenkins-slave/workspace/AuroraBot/dist/reports/checkstyle/test.xml * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 1 mins 47.368 secs I will refresh this build result if you post a review containing "@ReviewBot retry" - Aurora ReviewBot On Feb. 19, 2015, 2:29 a.m., Kevin Sweeney wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31176/ > ----------------------------------------------------------- > > (Updated Feb. 19, 2015, 2:29 a.m.) > > > Review request for Aurora. > > > Repository: aurora > > > Description > ------- > > Split out ReadOnlySchedulerImplTest. > > Posting for early bot feedback. > > > Diffs > ----- > > > src/main/java/org/apache/aurora/scheduler/thrift/aop/LoggingInterceptor.java > 6484642b6416466807f76267d66941c9cf7b3346 > src/test/java/org/apache/aurora/scheduler/thrift/Fixtures.java PRE-CREATION > > src/test/java/org/apache/aurora/scheduler/thrift/ReadOnlySchedulerImplTest.java > PRE-CREATION > > src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java > 06c8faa9de4d0ac8389dbf07d4e81934b503761b > > src/test/java/org/apache/aurora/scheduler/thrift/aop/LoggingInterceptorTest.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/31176/diff/ > > > Testing > ------- > > ./gradlew build > > > Thanks, > > Kevin Sweeney > >
