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/07/01 17:46:35 UTC

Build failed in Jenkins: Apache-falcon #1045

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

Changes:

[bvellanki] FALCON-2049 Feed Replication with Empty Directories are failing

[bvellanki] FALCON-2046 HDFS Replication failing in secure Mode

[bvellanki] FALCON-2037 HiveDR Extension tests are failed in Secure mode with

[bvellanki] FALCON-2058 s3 tests with dummy url no longer compatible with latest

[bvellanki] FALCON-1938 Add support to execute Spark SQL process

------------------------------------------
[...truncated 6678 lines...]
	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.invokeBeforeClassMethods(TestMethodWorker.java:173)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:105)
	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: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:337)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:198)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:391)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.thrift.transport.TSocket.open(TSocket.java:180)
	... 49 more
)
	at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.open(HiveMetaStoreClient.java:382)
	at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:214)
	at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.<init>(HiveMetaStoreClient.java:154)
	at org.apache.hive.hcatalog.common.HiveClientCache$CacheableHiveMetaStoreClient.<init>(HiveClientCache.java:295)
	at org.apache.hive.hcatalog.common.HiveClientCache$5.call(HiveClientCache.java:219)
	at org.apache.hive.hcatalog.common.HiveClientCache$5.call(HiveClientCache.java:216)
	at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4767)
	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3568)
	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2350)
	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313)
	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228)
	at com.google.common.cache.LocalCache.get(LocalCache.java:3965)
	at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4764)
	at org.apache.hive.hcatalog.common.HiveClientCache.getOrCreate(HiveClientCache.java:216)
	at org.apache.hive.hcatalog.common.HiveClientCache.get(HiveClientCache.java:192)
	at org.apache.hive.hcatalog.common.HCatUtil.getHiveClient(HCatUtil.java:569)
	at org.apache.hive.hcatalog.api.HCatClientHMSImpl.initialize(HCatClientHMSImpl.java:595)
	at org.apache.hive.hcatalog.api.HCatClient.create(HCatClient.java:66)
	at org.apache.falcon.resource.TestContext.getHCatClient(TestContext.java:145)
	at org.apache.falcon.catalog.HiveCatalogServiceIT.setUp(HiveCatalogServiceIT.java:68)


Results :

Failed tests: 
  ProcessInstanceManagerIT.testKillInstances:152->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  ProcessInstanceManagerIT.testReRunInstances:178->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  ProcessInstanceManagerIT.testResumesInstances:226->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  ProcessInstanceManagerIT.testSuspendInstances:207->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testClusterSubmitScheduleSuspendResumeDelete:495->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testClusterValidate:475 » FalconWeb
  EntityManagerJerseyIT.testDelete:697->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testDeleteDataSet:684->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testDryRun:225->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testDuplicateDeleteCommands:561->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testDuplicateSubmitCommands:539->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testDuplicateUpdateCommands:772->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testFeedSchedule:669->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testGetEntityDefinition:622->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testIdempotentSubmit:428->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testLibExtensions:124->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testOptionalInput:200->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testProcessEndtimeUpdate:348->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testProcessInputUpdate:288->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testProcesssScheduleAndDelete:582->scheduleAndDeleteProcess:591->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testProcesssScheduleAndDeleteWithDoAs:586->scheduleAndDeleteProcess:591->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testScheduleSuspendResume:645->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testStatus:414->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testSubmit:526->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testTouchEntity:368->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testUpdateCheckUser:155->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseyIT.testUpdateSuspendedEntity:253->AbstractSchedulerManagerJerseyIT.schedule:183->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  EntityManagerJerseySmokeIT.testFeedSchedule:115->AbstractSchedulerManagerJerseyIT.submitCluster:149->FalconUnitTestBase.submit:157->FalconUnitTestBase.submit:161 » FalconCLI
  MetadataResourceJerseyIT.prepare:53 expected:<200> but was:<400>
  TableStorageFeedEvictorIT.setUp:90 » Falcon Exception creating HCatClient: org...
  LateDataHandlerIT.prepare:84->setupHiveMetastore:94 » Falcon Exception creatin...
  FalconClusterUpdateCLIIT.testUpdateClusterCommands:61 expected:<0> but was:<-1>
  FalconCLISmokeIT.testSubmitAndScheduleEntityValidCommands:64 expected:<0> but was:<-1>
  FalconCLIIT.testClientProperties:863->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testContinue:801->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testDefinitionEntityValidCommands:168->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testDeleteEntityValidCommands:312->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testEntityLineage:620 expected:<0> but was:<-1>
  FalconCLIIT.testEntityPaginationFilterByCommands:648 expected:<0> but was:<-1>
  FalconCLIIT.testInstanceGetLogs:895->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testInstanceKillAndRerun:571->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testInstanceRunningAndSearchSummaryCommands:487->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testInstanceRunningAndStatusCommands:342->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testInstanceSuspendAndResume:532->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testMetadataListCommands:716->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testMetadataRelationsCommands:759->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testScheduleEntityValidCommands:185->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testSkipDryRunValidCommands:202->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testSubmitAndScheduleEntityValidCommands:116 expected:<0> but was:<-1>
  FalconCLIIT.testSubmitEntityValidCommands:68 expected:<0> but was:<-1>
  FalconCLIIT.testSuspendResumeStatusEntityValidCommands:230->submitTestFiles:979 expected:<0> but was:<-1>
  FalconCLIIT.testValidateValidCommands:145 expected:<0> but was:<-1>
  FalconSafemodeCLIIT.prepare:48->initSafemode:62 expected:<0> but was:<-1>
  CatalogStorageIT.setUp:72 » Falcon Exception creating HCatClient: org.apache.h...
  HiveCatalogServiceIT.setUp:68 » Falcon Exception creating HCatClient: org.apac...

Tests run: 221, Failures: 55, Errors: 0, Skipped: 110

[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.100 s]
[INFO] Apache Falcon UI .................................. SUCCESS [ 14.625 s]
[INFO] Build Tools ....................................... SUCCESS [  4.190 s]
[INFO] Apache Falcon Java client ......................... SUCCESS [ 26.873 s]
[INFO] Apache Falcon Metrics ............................. SUCCESS [ 14.906 s]
[INFO] Apache Falcon Hadoop Dependencies ................. SUCCESS [ 11.568 s]
[INFO] Apache Falcon Test Utility ........................ SUCCESS [ 10.779 s]
[INFO] Apache Falcon Commons ............................. SUCCESS [02:38 min]
[INFO] Apache Falcon CLI client .......................... SUCCESS [ 17.144 s]
[INFO] Apache Falcon Titan 1.0 support ................... SUCCESS [  4.299 s]
[INFO] Apache Falcon Oozie EL Extension .................. SUCCESS [ 13.517 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SUCCESS [ 29.964 s]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ........ SUCCESS [  1.152 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster ......... SUCCESS [  0.545 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster .... SUCCESS [  0.687 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ....... SUCCESS [  0.528 s]
[INFO] Apache Falcon Test Tools - Test Cluster ........... SUCCESS [  0.474 s]
[INFO] Apache Falcon Messaging ........................... SUCCESS [ 30.991 s]
[INFO] Apache Falcon extensions .......................... SUCCESS [ 25.647 s]
[INFO] Apache Falcon LIfecycle Module .................... SUCCESS [ 19.909 s]
[INFO] Apache Falcon Oozie Adaptor ....................... SUCCESS [01:06 min]
[INFO] Apache Falcon Scheduler ........................... SUCCESS [01:19 min]
[INFO] Apache Falcon Acquisition ......................... SUCCESS [  1.045 s]
[INFO] Apache Falcon Distcp Replication .................. SUCCESS [ 16.474 s]
[INFO] Apache Falcon Retention ........................... SUCCESS [ 14.377 s]
[INFO] Apache Falcon Archival ............................ SUCCESS [  1.002 s]
[INFO] Apache Falcon Rerun ............................... SUCCESS [ 25.313 s]
[INFO] Apache Falcon Prism ............................... SUCCESS [02:29 min]
[INFO] Apache Falcon Unit ................................ SUCCESS [02:45 min]
[INFO] Apache Falcon Examples ............................ SUCCESS [ 10.769 s]
[INFO] Apache Falcon Web Application ..................... FAILURE [08:22 min]
[INFO] Apache Falcon Documentation ....................... SKIPPED
[INFO] Apache Falcon Distro .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:52 min
[INFO] Finished at: 2016-07-01T17:46:35+00:00
[INFO] Final Memory: 1047M/2526M
[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
[INFO] Shutdown hook executing
Shutting down hive metastore.
[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 #1041
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 19 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/examples/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 #1041
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.

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

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