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 2014/05/16 02:40:44 UTC

Build failed in Jenkins: Apache-falcon #286

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

Changes:

[venkatesh] FALCON-440 Inadvertently excludes *.patch from source distribution. Contributed by Venkatesh Seetharam

------------------------------------------
[...truncated 25551 lines...]
	at org.apache.hcatalog.common.HiveClientCache.get(HiveClientCache.java:143)
	at org.apache.hcatalog.common.HCatUtil.getHiveClient(HCatUtil.java:548)
	at org.apache.hcatalog.api.HCatClientHMSImpl.initialize(HCatClientHMSImpl.java:596)
	at org.apache.hcatalog.api.HCatClient.create(HCatClient.java:67)
	at org.apache.falcon.catalog.HiveCatalogService.getHCatClient(HiveCatalogService.java:74)
	at org.apache.falcon.catalog.HiveCatalogService.get(HiveCatalogService.java:63)
	at org.apache.falcon.lifecycle.TableStorageFeedEvictorIT.setUp(TableStorageFeedEvictorIT.java:90)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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.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.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
	at java.net.Socket.connect(Socket.java:529)
	at org.apache.thrift.transport.TSocket.open(TSocket.java:180)
	... 50 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.hcatalog.common.HiveClientCache$CacheableHiveMetaStoreClient.<init>(HiveClientCache.java:246)
	at org.apache.hcatalog.common.HiveClientCache$4.call(HiveClientCache.java:170)
	at org.apache.hcatalog.common.HiveClientCache$4.call(HiveClientCache.java:167)
	at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4792)
	at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3599)
	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2379)
	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2342)
	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2257)
	at com.google.common.cache.LocalCache.get(LocalCache.java:4000)
	at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4789)
	at org.apache.hcatalog.common.HiveClientCache.getOrCreate(HiveClientCache.java:167)
	at org.apache.hcatalog.common.HiveClientCache.get(HiveClientCache.java:143)
	at org.apache.hcatalog.common.HCatUtil.getHiveClient(HCatUtil.java:548)
	at org.apache.hcatalog.api.HCatClientHMSImpl.initialize(HCatClientHMSImpl.java:596)
	at org.apache.hcatalog.api.HCatClient.create(HCatClient.java:67)
	at org.apache.falcon.catalog.HiveCatalogService.getHCatClient(HiveCatalogService.java:74)
	at org.apache.falcon.catalog.HiveCatalogService.get(HiveCatalogService.java:63)
	at org.apache.falcon.lifecycle.TableStorageFeedEvictorIT.setUp(TableStorageFeedEvictorIT.java:90)


Results :

Failed tests: 
  HiveCatalogServiceIT.setUp:65 » Falcon Exception creating HCatClient: org.apac...
  EntityManagerJerseySmokeIT.testFeedSchedule:112 expected:<200> but was:<400>
  EntityManagerJerseyIT.testClusterSubmitScheduleSuspendResumeDelete:444 expected:<200> but was:<400>
  EntityManagerJerseyIT.testClusterValidate:434 expected:<200> but was:<400>
  EntityManagerJerseyIT.testDelete:644 expected:<200> but was:<400>
  EntityManagerJerseyIT.testDeleteDataSet:625 expected:<200> but was:<400>
  EntityManagerJerseyIT.testFeedSchedule:555 expected:<200> but was:<400>
  EntityManagerJerseyIT.testGetEntityDefinition:499 expected:<200> but was:<400>
  EntityManagerJerseyIT.testGetEntityList:712 expected:<200> but was:<400>
  EntityManagerJerseyIT.testIdempotentSubmit:368 expected:<200> but was:<400>
  EntityManagerJerseyIT.testLibExtensions:111 expected:<200> but was:<400>
  EntityManagerJerseyIT.testOptionalInput:213 expected:<200> but was:<400>
  EntityManagerJerseyIT.testProcessDeleteAndSchedule:229 expected:<200> but was:<400>
  EntityManagerJerseyIT.testProcessEndtimeUpdate:326 expected:<200> but was:<400>
  EntityManagerJerseyIT.testProcessInputUpdate:289 expected:<200> but was:<400>
  EntityManagerJerseyIT.testScheduleSuspendResume:532 expected:<200> but was:<400>
  EntityManagerJerseyIT.testStatus:345 expected:<200> but was:<400>
  EntityManagerJerseyIT.testSubmit:481 expected:<200> but was:<400>
  EntityManagerJerseyIT.testUpdateCheckUser:159 expected:<200> but was:<400>
  EntityManagerJerseyIT.testUserWorkflowUpdate:269 expected:<200> but was:<400>
  LateDataHandlerIT.prepare:81->setupHiveMetastore:91 » Falcon Exception creatin...
  FeedEntityValidationIT.setup:60 » Falcon Exception creating HCatClient: org.ap...
  ClusterEntityValidationIT.testClusterEntityWithValidInterfaces:63 expected:<200> but was:<400>
  FalconCLISmokeIT.testSubmitAndScheduleEntityValidCommands:59 expected:<-1> but was:<0>
  FalconCLIIT.testClientProperties:504->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testContinue:451->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testDefinitionEntityValidCommands:176->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testDeleteEntityValidCommands:296->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testInstanceGetLogs:535->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testInstanceKillAndRerun:427->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testInstanceRunningAndStatusCommands:345->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testInstanceRunningAndSummaryCommands:374->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testInstanceSuspendAndResume:404->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testScheduleEntityValidCommands:202->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testSubmitAndScheduleEntityValidCommands:110 expected:<-1> but was:<0>
  FalconCLIIT.testSubmitEntityValidCommands:58 expected:<-1> but was:<0>
  FalconCLIIT.testSuspendResumeStatusEntityValidCommands:223->submitTestFiles:568 expected:<-1> but was:<0>
  FalconCLIIT.testValidateValidCommands:142 expected:<-1> but was:<0>
  TableStorageFeedEvictorIT.setUp:90 » Falcon Exception creating HCatClient: org...

Tests run: 169, Failures: 39, Errors: 0, Skipped: 107

[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
2014-05-16 00:39:42.602:INFO::Stopped SelectChannelConnector@0.0.0.0:41000
2014-05-16 00:39:42.603: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] Checkstyle ........................................ SUCCESS [1.742s]
[INFO] Apache Falcon ..................................... SUCCESS [6.856s]
[INFO] Build Tools ....................................... SUCCESS [1:23.392s]
[INFO] Apache Falcon CLI client .......................... SUCCESS [32.780s]
[INFO] Apache Falcon Metrics ............................. SUCCESS [11.681s]
[INFO] Apache Falcon Hadoop Dependencies ................. SUCCESS [12.114s]
[INFO] Apache Falcon Test Utility ........................ SUCCESS [10.588s]
[INFO] Apache Falcon Commons ............................. SUCCESS [1:16.793s]
[INFO] Apache Falcon Oozie EL Extension .................. SUCCESS [15.767s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SUCCESS [37.148s]
[INFO] Apache Falcon Messaging ........................... SUCCESS [21.909s]
[INFO] Apache Falcon Oozie Adaptor ....................... SUCCESS [32.225s]
[INFO] Apache Falcon Feed ................................ SUCCESS [19.981s]
[INFO] Apache Falcon Process ............................. SUCCESS [26.486s]
[INFO] Apache Falcon Acquisition ......................... SUCCESS [0.577s]
[INFO] Apache Falcon Replication ......................... SUCCESS [18.348s]
[INFO] Apache Falcon Retention ........................... SUCCESS [18.939s]
[INFO] Apache Falcon Archival ............................ SUCCESS [0.636s]
[INFO] Apache Falcon Rerun ............................... SUCCESS [28.157s]
[INFO] Apache Falcon Prism ............................... SUCCESS [54.659s]
[INFO] Apache Falcon Web Application ..................... FAILURE [8:12.164s]
[INFO] Apache Falcon Documentation ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:43.577s
[INFO] Finished at: Fri May 16 00:39:42 UTC 2014
[INFO] Final Memory: 341M/522M
[INFO] ------------------------------------------------------------------------
[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
2014-05-16 00:39:44.393:INFO::Shutdown hook executing
2014-05-16 00:39:45.014: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 51 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> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/archival/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/build-tools/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/feed/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-webapp/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/process/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/client/target/checkstyle-result.xml> of module  with 81 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/core/target/checkstyle-result.xml> of module  with 1940 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/distro/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/docs/target/checkstyle-result.xml> of module  with 3 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/examples/target/checkstyle-result.xml> of module  with 34 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/hadoop-0.23/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/hadoop-1/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/hadoop-2/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/hadoop-distcp-0.23/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/hadoop-distcp-1/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/hadoop-distcp-2/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/hadoop-test-0.23/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/hadoop-test-1/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/hadoop-test-2/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hadooplibs/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hbaselibs/hbase-0.94/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hbaselibs/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hcataloglibs/hcatalog-0.5/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hcataloglibs/hcatalog-0.6/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/hcataloglibs/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/minitest/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/sharelib/distcp/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/sharelib/hcatalog/target/checkstyle-result.xml> of module  with 3 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/sharelib/hive/target/checkstyle-result.xml> of module  with 3 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/sharelib/oozie/target/checkstyle-result.xml> of module  with 22 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/sharelib/pig/target/checkstyle-result.xml> of module  with 8 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/sharelib/sqoop/target/checkstyle-result.xml> of module  with 2 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/sharelib/streaming/target/checkstyle-result.xml> of module  with 4 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/sharelib/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/tools/target/checkstyle-result.xml> of module  with 9 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/oozie-4.0.1/webapp/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/checkstyle-result.xml> of module  with 0 warnings.
[CHECKSTYLE] Computing warning deltas based on reference build #283
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 15 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/feed/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-webapp/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/process/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/findbugs.xml> of module  with 0 warnings.
[FINDBUGS] Computing warning deltas based on reference build #283
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 #287

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