You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/05/25 14:52:56 UTC

Build failed in Jenkins: Apache-falcon #1015

See <https://builds.apache.org/job/Apache-falcon/1015/changes>

Changes:

[pavan.kolamuri] FALCON-1935 Falcon fails to start with default startup.properties

------------------------------------------
[...truncated 5385 lines...]
	at org.testng.TestRunner.privateRun(TestRunner.java:757)
	at org.testng.TestRunner.run(TestRunner.java:608)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
	at org.testng.TestNG.run(TestNG.java:999)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:128)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.openjpa.persistence.InvalidStateException: This operation failed for some instances.  See the nested exceptions array for details.
	at org.apache.openjpa.kernel.AbstractBrokerFactory.assertNoActiveTransaction(AbstractBrokerFactory.java:713)
	at org.apache.openjpa.kernel.AbstractBrokerFactory.close(AbstractBrokerFactory.java:377)
	at org.apache.openjpa.kernel.DelegatingBrokerFactory.close(DelegatingBrokerFactory.java:195)
	at org.apache.openjpa.persistence.EntityManagerFactoryImpl.close(EntityManagerFactoryImpl.java:274)
	at org.apache.falcon.service.FalconJPAService.destroy(FalconJPAService.java:157)
	at org.apache.falcon.service.ServiceInitializer.destroy(ServiceInitializer.java:60)
	at org.apache.falcon.unit.FalconUnit.cleanup(FalconUnit.java:155)
	at org.apache.falcon.unit.FalconUnitTestBase.cleanup(FalconUnitTestBase.java:119)
	at org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT.cleanup(AbstractSchedulerManagerJerseyIT.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
	at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130)
	at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:222)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
	at org.testng.TestRunner.privateRun(TestRunner.java:757)
	at org.testng.TestRunner.run(TestRunner.java:608)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
	at org.testng.TestNG.run(TestNG.java:999)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:128)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.openjpa.persistence.InvalidStateException: This operation cannot be performed while a Transaction is active.
	at org.apache.openjpa.kernel.AbstractBrokerFactory.assertNoActiveTransaction(AbstractBrokerFactory.java:708)
	at org.apache.openjpa.kernel.AbstractBrokerFactory.close(AbstractBrokerFactory.java:377)
	at org.apache.openjpa.kernel.DelegatingBrokerFactory.close(DelegatingBrokerFactory.java:195)
	at org.apache.openjpa.persistence.EntityManagerFactoryImpl.close(EntityManagerFactoryImpl.java:274)
	at org.apache.falcon.service.FalconJPAService.destroy(FalconJPAService.java:157)
	at org.apache.falcon.service.ServiceInitializer.destroy(ServiceInitializer.java:60)
	at org.apache.falcon.unit.FalconUnit.cleanup(FalconUnit.java:155)
	at org.apache.falcon.unit.FalconUnitTestBase.cleanup(FalconUnitTestBase.java:119)
	at org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT.cleanup(AbstractSchedulerManagerJerseyIT.java:132)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
	at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130)
	at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:222)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
	at org.testng.TestRunner.privateRun(TestRunner.java:757)
	at org.testng.TestRunner.run(TestRunner.java:608)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
	at org.testng.TestNG.run(TestNG.java:999)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:128)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Build timed out (after 90 minutes). Marking the build as failed.
Build was aborted
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 31 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/acquisition/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/archival/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/build-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/cli/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/distro/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/docs/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/examples/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/falcon-ui/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/lifecycle/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/scheduler/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hadoop-webapp/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hcatalog-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hive-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/oozie-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/pig-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/unit/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[INFO] Shutdown hook executing
[CHECKSTYLE] Computing warning deltas based on reference build #992
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 18 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/cli/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/extensions/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/lifecycle/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/scheduler/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hadoop-webapp/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/unit/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #992
Archiving artifacts
ERROR: Failed to archive {target/logs/audit.log=target/logs/audit.log, webapp/target/logs/security.audit.log=webapp/target/logs/security.audit.log, common/target/logs/audit.log=common/target/logs/audit.log, target/logs/system-out.log=target/logs/system-out.log, webapp/target/logs/metric.log=webapp/target/logs/metric.log, messaging/target/logs/audit.log=messaging/target/logs/audit.log, prism/target/logs/prism.log=prism/target/logs/prism.log, unit/target/logs/metric.log=unit/target/logs/metric.log, scheduler/target/logs/audit.log=scheduler/target/logs/audit.log, prism/target/logs/prism-metric.log=prism/target/logs/prism-metric.log, unit/target/logs/audit.log=unit/target/logs/audit.log, prism/target/logs/prism-audit.log=prism/target/logs/prism-audit.log, target/logs/jetty.log=target/logs/jetty.log, webapp/target/logs/application.log=webapp/target/logs/application.log, target/logs/application.log=target/logs/application.log, webapp/target/webapps/oozie/logs/oozie.log=webapp/target/webapps/oozie/logs/oozie.log, common/target/logs/metric.log=common/target/logs/metric.log, target/logs/metric.log=target/logs/metric.log, oozie/target/logs/audit.log=oozie/target/logs/audit.log, rerun/target/logs/audit.log=rerun/target/logs/audit.log, webapp/target/logs/audit.log=webapp/target/logs/audit.log, common/target/logs/application.log=common/target/logs/application.log} due to internal error; falling back to full archiving
java.lang.IllegalStateException: checksum mismatch after transfer (3616444609534637357 vs. 1175783344); /x1/jenkins/jenkins-home/jobs/Apache-falcon/builds/1015/archive/webapp/target/logs/application.log may be corrupted
	at jsync.protocol.FileSequenceReader.read(FileSequenceReader.java:45)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:148)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:72)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:236)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
	at hudson.model.Build$BuildExecution.post2(Build.java:185)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
	at hudson.model.Run.execute(Run.java:1763)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
ERROR: Failed to archive artifacts: **/target/logs/*,**/oozie.log
java.io.IOException: java.io.IOException: Failed to extract <https://builds.apache.org/job/Apache-falcon/ws/transfer> of 22 files
	at hudson.FilePath.readFromTar(FilePath.java:2300)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2209)
	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:236)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
	at hudson.model.Build$BuildExecution.post2(Build.java:185)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
	at hudson.model.Run.execute(Run.java:1763)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
	at com.jcraft.jzlib.InflaterInputStream.fill(InflaterInputStream.java:186)
	at com.jcraft.jzlib.InflaterInputStream.read(InflaterInputStream.java:106)
	at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.read(TarArchiveInputStream.java:614)
	at java.io.InputStream.read(InputStream.java:101)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
	at hudson.util.IOUtils.copy(IOUtils.java:40)
	at hudson.FilePath.readFromTar(FilePath.java:2290)
	... 14 more

	at hudson.FilePath.copyRecursiveTo(FilePath.java:2216)
	at jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:76)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:236)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
	at hudson.model.Build$BuildExecution.post2(Build.java:185)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
	at hudson.model.Run.execute(Run.java:1763)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: This archives contains unclosed entries.
	at hudson.remoting.Channel$2.adapt(Channel.java:813)
	at hudson.remoting.Channel$2.adapt(Channel.java:808)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2212)
	... 13 more
Caused by: java.io.IOException: This archives contains unclosed entries.
	at org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.finish(TarArchiveOutputStream.java:225)
	at org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.close(TarArchiveOutputStream.java:241)
	at hudson.util.io.TarArchiver.close(TarArchiver.java:111)
	at hudson.FilePath.writeToTar(FilePath.java:2263)
	at hudson.FilePath.access$2100(FilePath.java:190)
	at hudson.FilePath$45.invoke(FilePath.java:2202)
	at hudson.FilePath$45.invoke(FilePath.java:2198)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to H0(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel$2.adapt(Channel.java:811)
	... 16 more
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/testng-results.xml
Did not find any matching files.

Jenkins build is back to normal : Apache-falcon #1017

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Apache-falcon/1017/changes>


Build failed in Jenkins: Apache-falcon #1016

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Apache-falcon/1016/changes>

Changes:

[pbishnoi] FALCON-1858 Support HBase as a storage backend for Falcon Titan graphDB

------------------------------------------
[...truncated 5448 lines...]
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
log4j:WARN No appenders could be found for logger (oozieops).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] Started SslSocketConnector@0.0.0.0:41443
[INFO] Started SelectChannelConnector@0.0.0.0:41000
[INFO] Started Jetty Server
[INFO] 
[INFO] --- maven-failsafe-plugin:2.16:integration-test (integration-test) @ falcon-webapp ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[INFO] Failsafe report directory: <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/failsafe-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.falcon.validation.FeedEntityValidationIT
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.22 sec - in org.apache.falcon.validation.FeedEntityValidationIT
Running org.apache.falcon.validation.ClusterEntityValidationIT
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.063 sec - in org.apache.falcon.validation.ClusterEntityValidationIT
Running org.apache.falcon.resource.ExtensionManagerIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.365 sec - in org.apache.falcon.resource.ExtensionManagerIT
Running org.apache.falcon.resource.EntityManagerPaginationJerseyIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.141 sec - in org.apache.falcon.resource.EntityManagerPaginationJerseyIT
Running org.apache.falcon.resource.ProcessInstanceManagerIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.087 sec - in org.apache.falcon.resource.ProcessInstanceManagerIT
Running org.apache.falcon.resource.EntityManagerJerseyIT
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 170.597 sec - in org.apache.falcon.resource.EntityManagerJerseyIT
Running org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 201.625 sec - in org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
Running org.apache.falcon.resource.EntityManagerJerseySmokeIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.435 sec - in org.apache.falcon.resource.EntityManagerJerseySmokeIT
Running org.apache.falcon.resource.EntitySchedulerManagerJerseyIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.009 sec - in org.apache.falcon.resource.EntitySchedulerManagerJerseyIT
Running org.apache.falcon.resource.MetadataResourceJerseyIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.509 sec - in org.apache.falcon.resource.MetadataResourceJerseyIT
Running org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.621 sec - in org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT
Running org.apache.falcon.lifecycle.TableStorageFeedEvictorIT
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.597 sec - in org.apache.falcon.lifecycle.TableStorageFeedEvictorIT
Running org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.782 sec - in org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedImportIT
Tests run: 7, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 14.554 sec <<< FAILURE! - in org.apache.falcon.lifecycle.FeedImportIT
testSqoopHCatImport(org.apache.falcon.lifecycle.FeedImportIT)  Time elapsed: 2.851 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<-1>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at junit.framework.Assert.assertEquals(Assert.java:207)
	at org.apache.falcon.lifecycle.FeedImportIT.testSqoopHCatImport(FeedImportIT.java:276)

testSqoopImport(org.apache.falcon.lifecycle.FeedImportIT)  Time elapsed: 1.887 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<-1>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at junit.framework.Assert.assertEquals(Assert.java:207)
	at org.apache.falcon.lifecycle.FeedImportIT.testSqoopImport(FeedImportIT.java:118)

testSqoopImportUsingDefaultCredential(org.apache.falcon.lifecycle.FeedImportIT)  Time elapsed: 1.732 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<-1>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at junit.framework.Assert.assertEquals(Assert.java:207)
	at org.apache.falcon.lifecycle.FeedImportIT.testSqoopImportUsingDefaultCredential(FeedImportIT.java:253)

Running org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.068 sec - in org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedExportIT
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.692 sec <<< FAILURE! - in org.apache.falcon.lifecycle.FeedExportIT
testSqoopExport(org.apache.falcon.lifecycle.FeedExportIT)  Time elapsed: 2.536 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<0> but was:<-1>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at junit.framework.Assert.assertEquals(Assert.java:207)
	at org.apache.falcon.lifecycle.FeedExportIT.testSqoopExport(FeedExportIT.java:111)

Running org.apache.falcon.process.TableStorageProcessIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.634 sec - in org.apache.falcon.process.TableStorageProcessIT
Running org.apache.falcon.process.PigProcessIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.636 sec - in org.apache.falcon.process.PigProcessIT
Running org.apache.falcon.late.LateDataHandlerIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.225 sec - in org.apache.falcon.late.LateDataHandlerIT
Running org.apache.falcon.cli.FalconClusterUpdateCLIIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.617 sec - in org.apache.falcon.cli.FalconClusterUpdateCLIIT
Running org.apache.falcon.cli.FalconCLISmokeIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.712 sec - in org.apache.falcon.cli.FalconCLISmokeIT
Running org.apache.falcon.cli.FalconCLIIT
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 135.599 sec - in org.apache.falcon.cli.FalconCLIIT
Running org.apache.falcon.cli.FalconSafemodeCLIIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.399 sec - in org.apache.falcon.cli.FalconSafemodeCLIIT
Running org.apache.falcon.catalog.CatalogPartitionHandlerIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 sec - in org.apache.falcon.catalog.CatalogPartitionHandlerIT
Running org.apache.falcon.catalog.CatalogStorageIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.936 sec - in org.apache.falcon.catalog.CatalogStorageIT
Running org.apache.falcon.catalog.HiveCatalogServiceIT
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.231 sec - in org.apache.falcon.catalog.HiveCatalogServiceIT

Results :

Failed tests: 
  FeedImportIT.testSqoopHCatImport:276 expected:<0> but was:<-1>
  FeedImportIT.testSqoopImport:118 expected:<0> but was:<-1>
  FeedImportIT.testSqoopImportUsingDefaultCredential:253 expected:<0> but was:<-1>
  FeedExportIT.testSqoopExport:111 expected:<0> but was:<-1>

Tests run: 167, Failures: 4, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jetty-plugin:6.1.26:stop (stop-jetty) @ falcon-webapp ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.16:verify (verify) @ falcon-webapp ---
[INFO] Stopping server 0
[INFO] Stopped SelectChannelConnector@0.0.0.0:41000
[INFO] Stopped SslSocketConnector@0.0.0.0:41443
[INFO] Failsafe report directory: <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Falcon ..................................... SUCCESS [ 13.115 s]
[INFO] Apache Falcon UI .................................. SUCCESS [ 15.830 s]
[INFO] Build Tools ....................................... SUCCESS [  5.369 s]
[INFO] Apache Falcon Java client ......................... SUCCESS [ 36.061 s]
[INFO] Apache Falcon Metrics ............................. SUCCESS [ 17.686 s]
[INFO] Apache Falcon Hadoop Dependencies ................. SUCCESS [ 14.444 s]
[INFO] Apache Falcon Test Utility ........................ SUCCESS [ 12.602 s]
[INFO] Apache Falcon Commons ............................. SUCCESS [03:03 min]
[INFO] Apache Falcon CLI client .......................... SUCCESS [ 21.684 s]
[INFO] Apache Falcon Titan 1.0 support ................... SUCCESS [  5.420 s]
[INFO] Apache Falcon Oozie EL Extension .................. SUCCESS [ 17.456 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SUCCESS [ 36.499 s]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ........ SUCCESS [  1.412 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster ......... SUCCESS [  0.773 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster .... SUCCESS [  0.827 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ....... SUCCESS [  0.761 s]
[INFO] Apache Falcon Test Tools - Test Cluster ........... SUCCESS [  0.689 s]
[INFO] Apache Falcon Messaging ........................... SUCCESS [ 37.768 s]
[INFO] Apache Falcon extensions .......................... SUCCESS [ 25.848 s]
[INFO] Apache Falcon LIfecycle Module .................... SUCCESS [ 21.726 s]
[INFO] Apache Falcon Oozie Adaptor ....................... SUCCESS [01:32 min]
[INFO] Apache Falcon Scheduler ........................... SUCCESS [01:32 min]
[INFO] Apache Falcon Acquisition ......................... SUCCESS [  0.977 s]
[INFO] Apache Falcon Distcp Replication .................. SUCCESS [ 17.003 s]
[INFO] Apache Falcon Retention ........................... SUCCESS [ 15.015 s]
[INFO] Apache Falcon Archival ............................ SUCCESS [  1.005 s]
[INFO] Apache Falcon Rerun ............................... SUCCESS [ 29.877 s]
[INFO] Apache Falcon Prism ............................... SUCCESS [02:35 min]
[INFO] Apache Falcon Unit ................................ SUCCESS [02:45 min]
[INFO] Apache Falcon Examples ............................ SUCCESS [  1.111 s]
[INFO] Apache Falcon Web Application ..................... FAILURE [14:59 min]
[INFO] Apache Falcon Documentation ....................... SKIPPED
[INFO] Apache Falcon Distro .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32:20 min
[INFO] Finished at: 2016-05-25T17:55:10+00:00
[INFO] Final Memory: 1061M/2761M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "hadoop-2" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.16:verify (verify) on project falcon-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/failsafe-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :falcon-webapp
Shutting down hive metastore.
[INFO] Shutdown hook executing
[INFO] Shutdown hook complete
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 31 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/acquisition/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/archival/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/build-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/cli/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/distro/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/docs/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/examples/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/falcon-ui/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/lifecycle/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/scheduler/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hadoop-webapp/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hcatalog-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hive-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/oozie-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/pig-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/unit/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #992
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 18 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/cli/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/extensions/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/lifecycle/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/scheduler/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hadoop-webapp/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/unit/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #992
Archiving artifacts
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/testng-results.xml
Did not find any matching files.