Filed https://issues.apache.org/jira/browse/AURORA-798
On Mon, Oct 6, 2014 at 11:44 AM, David McLaughlin <da...@dmclaughlin.com> wrote: > It's unrelated to the commit I pushed (a python change). ./gradlew -Pq > build also works locally. > > On Mon, Oct 6, 2014 at 11:42 AM, Zameer Manji <zma...@twopensource.com> > wrote: > > > Is anyone on this? > > > > On Mon, Oct 6, 2014 at 11:28 AM, Apache Jenkins Server < > > jenk...@builds.apache.org> wrote: > > > > > See <https://builds.apache.org/job/Aurora/618/changes> > > > > > > Changes: > > > > > > [dmclaughlin] Test all the nouns and verbs within the Aurora Command > Line > > > for help output. > > > > > > ------------------------------------------ > > > Started by an SCM change > > > Building remotely on ubuntu-2 (Ubuntu ubuntu) in workspace < > > > https://builds.apache.org/job/Aurora/ws/> > > > Wiping out workspace first. > > > Cloning the remote Git repository > > > Cloning repository > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git > > > > git init <https://builds.apache.org/job/Aurora/ws/> > > > Fetching upstream changes from > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git > > > > git --version > > > > git fetch --tags --progress > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git > > > +refs/heads/*:refs/remotes/origin/* > > > > git config remote.origin.url > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git > > > > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* > > > > git config remote.origin.url > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git > > > Fetching upstream changes from > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git > > > > git fetch --tags --progress > > > https://git-wip-us.apache.org/repos/asf/incubator-aurora.git > > > +refs/heads/*:refs/remotes/origin/* > > > > git rev-parse origin/master^{commit} > > > Checking out Revision 341f4e560e63e0a38f23730abf4ab2acef2a63e6 > > > (origin/master) > > > > git config core.sparsecheckout > > > > git checkout -f 341f4e560e63e0a38f23730abf4ab2acef2a63e6 > > > > git rev-list aad9a5a182b9fbf82ad6048bae0373014f4f10b4 > > > Cleaning workspace > > > > git rev-parse --verify HEAD > > > Resetting working tree > > > > git reset --hard > > > > git clean -fdx > > > [Aurora] $ /bin/bash -xe /tmp/hudson4319829780133664965.sh > > > + ./build-support/jenkins/build.sh > > > + date > > > Mon Oct 6 18:23:11 UTC 2014 > > > + ./gradlew -Pq clean build --stacktrace > > > :clean > > > :bootstrapThriftsrc/thrift/transport/TFileTransport.cpp: In member > > > function 'void > > apache::thrift::transport::TFileTransport::writerThread()': > > > src/thrift/transport/TFileTransport.cpp:317:30: warning: ignoring > return > > > value of 'int ftruncate(int, __off_t)', declared with attribute > > > warn_unused_result [-Wunused-result] > > > ftruncate(fd_, offset_); > > > ^ > > > src/Transport/THttpClient.cs(43,32): warning CS0414: The private field > > > `Thrift.Transport.THttpClient.connection' is assigned but its value is > > > never used > > > > > > :checkPython > > > :generateSources > > > :compileGeneratedJavaNote: Some input files use unchecked or unsafe > > > operations. > > > Note: Recompile with -Xlint:unchecked for details. > > > > > > :processGeneratedResources UP-TO-DATE > > > :generatedClasses > > > :compileJavaNote: Writing < > > > > > > https://builds.apache.org/job/Aurora/ws/dist/classes/main/com/twitter/common/args/apt/cmdline.arg.info.txt.2 > > > > > > > > > > :processResources > > > :classes > > > :jar > > > :assemble > > > :jsHint > > > :checkstyleMain > > > :compileTestJava > > > :processTestResources > > > :testClasses > > > :checkstyleTest > > > :findbugsGenerated > > > :findbugsMain > > > :findbugsTest > > > :licenseGenerated UP-TO-DATE > > > :licenseMain UP-TO-DATE > > > :licenseTest UP-TO-DATE > > > :license UP-TO-DATE > > > :pmdMain > > > :test > > > > > > org.apache.aurora.scheduler.state.LockManagerImplTest > testNoDeadlock > > > FAILED > > > java.lang.RuntimeException > > > Caused by: java.lang.AssertionError > > > > > > 696 tests completed, 1 failed, 1 skipped > > > :test FAILED > > > :jacocoTestReport > > > Coverage report generated: file://< > > > > > > https://builds.apache.org/job/Aurora/ws/dist/reports/jacoco/test/html/index.html > > > > > > > > > > FAILURE: Build failed with an exception. > > > > > > * What went wrong: > > > Execution failed for task ':test'. > > > > There were failing tests. See the report at: file://< > > > https://builds.apache.org/job/Aurora/ws/dist/reports/tests/index.html> > > > > > > * Try: > > > Run with --info or --debug option to get more log output. > > > > > > * Exception is: > > > org.gradle.api.tasks.TaskExecutionException: Execution failed for task > > > ':test'. > > > at > > > > > > org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69) > > > at > > > > > > org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46) > > > at > > > > > > org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35) > > > at > > > > > > org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64) > > > at > > > > > > org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58) > > > at > > > > > > org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:42) > > > at > > > > > > org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52) > > > at > > > > > > org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53) > > > at > > > > > > org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43) > > > at > > > > > > org.gradle.api.internal.AbstractTask.executeWithoutThrowingTaskFailure(AbstractTask.java:305) > > > at > > > > > > org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.executeTask(AbstractTaskPlanExecutor.java:79) > > > at > > > > > > org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.processTask(AbstractTaskPlanExecutor.java:63) > > > at > > > > > > org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.run(AbstractTaskPlanExecutor.java:51) > > > at > > > > > > org.gradle.execution.taskgraph.DefaultTaskPlanExecutor.process(DefaultTaskPlanExecutor.java:23) > > > at > > > > > > org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.execute(DefaultTaskGraphExecuter.java:88) > > > at > > > > > > org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:29) > > > at > > > > > > org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:62) > > > at > > > > > > org.gradle.execution.DefaultBuildExecuter.access$200(DefaultBuildExecuter.java:23) > > > at > > > > > > org.gradle.execution.DefaultBuildExecuter$2.proceed(DefaultBuildExecuter.java:68) > > > at > > > > > > org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:32) > > > at > > > > > > org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:62) > > > at > > > > > > org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:55) > > > at > > > > > > org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:149) > > > at > > > > > > org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:106) > > > at > > > > > > org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:86) > > > at > > > > > > org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildController.run(InProcessBuildActionExecuter.java:80) > > > at > > > > > > org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:33) > > > at > > > > > > org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:24) > > > at > > > > > > org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:36) > > > at > > > > > > org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:26) > > > at > > > org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:51) > > > at > > > > > > org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.java:171) > > > at > > > > > > org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:237) > > > at > > > > > > org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:210) > > > at > > > > > > org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:35) > > > at > > > > > > org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:24) > > > at > > > > > > org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:206) > > > at > > > > > > org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:169) > > > at > > > > > > org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:33) > > > at > > > > > > org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:22) > > > at org.gradle.launcher.Main.doAction(Main.java:33) > > > at > > org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45) > > > at > > > > > > org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:54) > > > at > > > > > > org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:35) > > > at org.gradle.launcher.GradleMain.main(GradleMain.java:23) > > > at > > > > > > org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:30) > > > at > > > org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:127) > > > at > > > org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:56) > > > Caused by: org.gradle.api.GradleException: There were failing tests. > See > > > the report at: file://< > > > https://builds.apache.org/job/Aurora/ws/dist/reports/tests/index.html> > > > at > > > org.gradle.api.tasks.testing.Test.handleTestFailures(Test.java:1111) > > > at > org.gradle.api.tasks.testing.Test.executeTests(Test.java:542) > > > at > > > org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:63) > > > at > > > > > > org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.doExecute(AnnotationProcessingTaskFactory.java:218) > > > at > > > > > > org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:211) > > > at > > > > > > org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:200) > > > at > > > > > > org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:579) > > > at > > > > > > org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:562) > > > at > > > > > > org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80) > > > at > > > > > > org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:61) > > > ... 47 more > > > > > > > > > BUILD FAILED > > > > > > Total time: 5 mins 2.011 secs > > > Build step 'Execute shell' marked build as failure > > > Recording test results > > > > > > > > > > > -- > > Zameer Manji > > >