You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Venkatesan Ramachandran (JIRA)" <ji...@apache.org> on 2016/05/12 22:36:12 UTC

[jira] [Commented] (FALCON-1958) Investigate jenkins Import/Export intermittently IT test failures starting 5/11/16

    [ https://issues.apache.org/jira/browse/FALCON-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282192#comment-15282192 ] 

Venkatesan Ramachandran commented on FALCON-1958:
-------------------------------------------------

successfully builds on local machine. Looks like this happens only in jenkins. Need more debugging.

> Investigate jenkins Import/Export intermittently IT test failures starting 5/11/16
> ----------------------------------------------------------------------------------
>
>                 Key: FALCON-1958
>                 URL: https://issues.apache.org/jira/browse/FALCON-1958
>             Project: Falcon
>          Issue Type: Bug
>          Components: tests
>            Reporter: Venkatesan Ramachandran
>            Assignee: Venkatesan Ramachandran
>
> Import and Export IT tests starts failing intermittently 
> See <https://builds.apache.org/job/Apache-falcon/997/changes>
> Changes:
> [bvellanki] FALCON-1905 Extension Job Management: IT tests for REST APIs and CLIs
> ------------------------------------------
> [...truncated 5222 lines...]
> SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/slf4j-simple-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
> 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: 12.625 sec - in org.apache.falcon.validation.FeedEntityValidationIT
> Running org.apache.falcon.validation.ClusterEntityValidationIT
> Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.978 sec - in org.apache.falcon.validation.ClusterEntityValidationIT
> Running org.apache.falcon.resource.ExtensionManagerIT
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.866 sec - in org.apache.falcon.resource.ExtensionManagerIT
> Running org.apache.falcon.resource.EntityManagerPaginationJerseyIT
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.887 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.305 sec - in org.apache.falcon.resource.ProcessInstanceManagerIT
> Running org.apache.falcon.resource.EntityManagerJerseyIT
> Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 160.24 sec - in org.apache.falcon.resource.EntityManagerJerseyIT
> Running org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.143 sec - in org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
> Running org.apache.falcon.resource.EntityManagerJerseySmokeIT
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.793 sec - in org.apache.falcon.resource.EntityManagerJerseySmokeIT
> Running org.apache.falcon.resource.EntitySchedulerManagerJerseyIT
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.678 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.207 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.656 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.399 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.536 sec - in org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
> Running org.apache.falcon.lifecycle.FeedImportIT
> Tests run: 7, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 13.6 sec <<< FAILURE! - in org.apache.falcon.lifecycle.FeedImportIT
> testSqoopHCatImport(org.apache.falcon.lifecycle.FeedImportIT)  Time elapsed: 2.66 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.671 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.525 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: 2.671 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.324 sec <<< FAILURE! - in org.apache.falcon.lifecycle.FeedExportIT
> testSqoopExport(org.apache.falcon.lifecycle.FeedExportIT)  Time elapsed: 2.395 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.374 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.443 sec - in org.apache.falcon.process.PigProcessIT
> Running org.apache.falcon.late.LateDataHandlerIT
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.746 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.202 sec - in org.apache.falcon.cli.FalconClusterUpdateCLIIT
> Running org.apache.falcon.cli.FalconCLISmokeIT
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.459 sec - in org.apache.falcon.cli.FalconCLISmokeIT
> Running org.apache.falcon.cli.FalconCLIIT
> Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 129.58 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.503 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.302 sec - in org.apache.falcon.catalog.CatalogPartitionHandlerIT
> Running org.apache.falcon.catalog.CatalogStorageIT
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.323 sec - in org.apache.falcon.catalog.CatalogStorageIT
> Running org.apache.falcon.catalog.HiveCatalogServiceIT
> Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.962 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] Failsafe report directory: <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/failsafe-reports>
> [INFO] Stopped SslSocketConnector@0.0.0.0:41443
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Falcon ..................................... SUCCESS [ 11.837 s]
> [INFO] Apache Falcon UI .................................. SUCCESS [ 15.768 s]
> [INFO] Build Tools ....................................... SUCCESS [  4.045 s]
> [INFO] Apache Falcon Java client ......................... SUCCESS [ 28.272 s]
> [INFO] Apache Falcon Metrics ............................. SUCCESS [ 15.082 s]
> [INFO] Apache Falcon Hadoop Dependencies ................. SUCCESS [ 12.279 s]
> [INFO] Apache Falcon Test Utility ........................ SUCCESS [ 11.975 s]
> [INFO] Apache Falcon Commons ............................. SUCCESS [02:36 min]
> [INFO] Apache Falcon CLI client .......................... SUCCESS [ 19.093 s]
> [INFO] Apache Falcon Oozie EL Extension .................. SUCCESS [ 13.949 s]
> [INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SUCCESS [ 30.364 s]
> [INFO] Apache Falcon Sharelib Hive - Test Cluster ........ SUCCESS [  1.182 s]
> [INFO] Apache Falcon Sharelib Pig - Test Cluster ......... SUCCESS [  0.667 s]
> [INFO] Apache Falcon Sharelib Hcatalog - Test Cluster .... SUCCESS [  0.783 s]
> [INFO] Apache Falcon Sharelib Oozie - Test Cluster ....... SUCCESS [  0.462 s]
> [INFO] Apache Falcon Test Tools - Test Cluster ........... SUCCESS [  0.500 s]
> [INFO] Apache Falcon Messaging ........................... SUCCESS [ 33.793 s]
> [INFO] Apache Falcon extensions .......................... SUCCESS [ 22.831 s]
> [INFO] Apache Falcon LIfecycle Module .................... SUCCESS [ 16.863 s]
> [INFO] Apache Falcon Oozie Adaptor ....................... SUCCESS [01:15 min]
> [INFO] Apache Falcon Scheduler ........................... SUCCESS [01:17 min]
> [INFO] Apache Falcon Acquisition ......................... SUCCESS [  0.875 s]
> [INFO] Apache Falcon Distcp Replication .................. SUCCESS [ 15.776 s]
> [INFO] Apache Falcon Retention ........................... SUCCESS [ 13.796 s]
> [INFO] Apache Falcon Archival ............................ SUCCESS [  0.875 s]
> [INFO] Apache Falcon Rerun ............................... SUCCESS [ 23.936 s]
> [INFO] Apache Falcon Prism ............................... SUCCESS [02:00 min]
> [INFO] Apache Falcon Unit ................................ SUCCESS [02:39 min]
> [INFO] Apache Falcon Examples ............................ SUCCESS [  1.223 s]
> [INFO] Apache Falcon Web Application ..................... FAILURE [12:01 min]
> [INFO] Apache Falcon Documentation ....................... SKIPPED
> [INFO] Apache Falcon Distro .............................. SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 26:47 min
> [INFO] Finished at: 2016-05-12T21:05:21+00:00
> [INFO] Final Memory: 843M/2508M
> [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
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)