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/10/25 11:37:51 UTC

Build failed in Jenkins: Apache-falcon #1082

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

Changes:

[pallavi.rao] FALCON-2171 When feed from multiple colos are replicated, the colo

------------------------------------------
[...truncated 4992 lines...]
[WARNING] can not implement lazyTjp on this joinpoint method-execution(java.lang.String org.apache.falcon.aspect.GenericAlert.alertJMSMessageConsumerFailed(java.lang.String, java.lang.Throwable)) because around advice is used [Xlint:canNotImplementLazyTjp]
	<https://builds.apache.org/job/Apache-falcon/ws/org/apache/falcon/aspect/GenericAlert.java>:118

[WARNING] can not implement lazyTjp on this joinpoint method-execution(java.lang.String org.apache.falcon.aspect.GenericAlert.audit(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)) because around advice is used [Xlint:canNotImplementLazyTjp]
	<https://builds.apache.org/job/Apache-falcon/ws/org/apache/falcon/aspect/GenericAlert.java>:129

[WARNING] can not implement lazyTjp on this joinpoint method-call(java.lang.String org.apache.falcon.aspect.GenericAlert.instrumentFailedInstance(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, long)) because around advice is used [Xlint:canNotImplementLazyTjp]
	<https://builds.apache.org/job/Apache-falcon/ws/prism/src/test/java/org/apache/falcon/plugin/ChainableMonitoringPluginTest.java>:50
GenericAlert.instrumentFailedInstance("cluster", "process", "agg-coord", "120:df",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[WARNING] can not implement lazyTjp on this joinpoint method-call(java.lang.String org.apache.falcon.aspect.GenericAlert.alertJMSMessageConsumerFailed(java.lang.String, java.lang.Throwable)) because around advice is used [Xlint:canNotImplementLazyTjp]
	<https://builds.apache.org/job/Apache-falcon/ws/prism/src/test/java/org/apache/falcon/plugin/ChainableMonitoringPluginTest.java>:52
GenericAlert.alertJMSMessageConsumerFailed("test-alert", new Exception("test"));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[WARNING] can not implement lazyTjp on this joinpoint method-call(java.lang.String org.apache.falcon.aspect.GenericAlert.audit(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)) because around advice is used [Xlint:canNotImplementLazyTjp]
	<https://builds.apache.org/job/Apache-falcon/ws/prism/src/test/java/org/apache/falcon/plugin/ChainableMonitoringPluginTest.java>:53
GenericAlert.audit(FalconTestUtil.TEST_USER_1, "127.0.0.1", "localhost",  "test-action", "127.0.0.1",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

[WARNING] duplicate resource: 'META-INF/NOTICE.txt'
	<https://builds.apache.org/job/Apache-falcon/ws/metrics/target/falcon-metrics-0.11-SNAPSHOT.jar>:0

[WARNING] duplicate resource: 'META-INF/NOTICE'
	<https://builds.apache.org/job/Apache-falcon/ws/metrics/target/falcon-metrics-0.11-SNAPSHOT.jar>:0

[WARNING] duplicate resource: 'META-INF/DEPENDENCIES'
	<https://builds.apache.org/job/Apache-falcon/ws/metrics/target/falcon-metrics-0.11-SNAPSHOT.jar>:0

[WARNING] duplicate resource: 'META-INF/LICENSE'
	<https://builds.apache.org/job/Apache-falcon/ws/metrics/target/falcon-metrics-0.11-SNAPSHOT.jar>:0

[WARNING] duplicate resource: 'META-INF/LICENSE.txt'
	<https://builds.apache.org/job/Apache-falcon/ws/metrics/target/falcon-metrics-0.11-SNAPSHOT.jar>:0

[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ falcon-prism ---
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.
[INFO] Surefire report directory: <https://builds.apache.org/job/Apache-falcon/ws/prism/target/surefire-reports>

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

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.falcon.service.BacklogMetricEmitterServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.807 sec - in org.apache.falcon.service.BacklogMetricEmitterServiceTest
Running org.apache.falcon.service.EntitySLAAlertServiceTest
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.37 sec <<< FAILURE! - in org.apache.falcon.service.EntitySLAAlertServiceTest
processSLACandidateProcess(org.apache.falcon.service.EntitySLAAlertServiceTest)  Time elapsed: 10.149 sec  <<< FAILURE!
org.testng.TestException: 
Method org.apache.falcon.service.EntitySLAAlertServiceTest.processSLACandidateProcess() should have thrown an exception of class javax.persistence.NoResultException
	at org.testng.internal.Invoker.handleInvocationResults(Invoker.java:1443)
	at org.testng.internal.Invoker.invokeMethod(Invoker.java:722)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:842)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1166)
	at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109)
	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)

Running org.apache.falcon.service.EntitySLAMonitoringTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.327 sec - in org.apache.falcon.service.EntitySLAMonitoringTest
Running org.apache.falcon.aspect.GenericAlertTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.428 sec - in org.apache.falcon.aspect.GenericAlertTest
Running org.apache.falcon.aspect.LoggingAspectTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 sec - in org.apache.falcon.aspect.LoggingAspectTest
Running org.apache.falcon.security.HostnameFilterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 sec - in org.apache.falcon.security.HostnameFilterTest
Running org.apache.falcon.security.FalconAuditFilterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.629 sec - in org.apache.falcon.security.FalconAuditFilterTest
Running org.apache.falcon.security.FalconCSRFFilterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.65 sec - in org.apache.falcon.security.FalconCSRFFilterTest
Running org.apache.falcon.security.FalconAuthorizationFilterTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.501 sec - in org.apache.falcon.security.FalconAuthorizationFilterTest
Running org.apache.falcon.security.ClientCertificateFilterTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.595 sec - in org.apache.falcon.security.ClientCertificateFilterTest
Running org.apache.falcon.security.FalconAuthenticationFilterTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 sec - in org.apache.falcon.security.FalconAuthenticationFilterTest
Running org.apache.falcon.resource.EntityManagerTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.652 sec - in org.apache.falcon.resource.EntityManagerTest
Running org.apache.falcon.resource.admin.AdminResourceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.348 sec - in org.apache.falcon.resource.admin.AdminResourceTest
Running org.apache.falcon.resource.InstanceManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.747 sec - in org.apache.falcon.resource.InstanceManagerTest
Running org.apache.falcon.resource.metadata.LineageMetadataResourceTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.487 sec - in org.apache.falcon.resource.metadata.LineageMetadataResourceTest
Running org.apache.falcon.resource.metadata.MetadataDiscoveryResourceTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.115 sec - in org.apache.falcon.resource.metadata.MetadataDiscoveryResourceTest
Running org.apache.falcon.plugin.EmailNotificationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.487 sec - in org.apache.falcon.plugin.EmailNotificationTest
Running org.apache.falcon.plugin.ChainableMonitoringPluginTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.453 sec - in org.apache.falcon.plugin.ChainableMonitoringPluginTest
Running org.apache.falcon.jdbc.MonitoringJdbcStateStoreTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.366 sec - in org.apache.falcon.jdbc.MonitoringJdbcStateStoreTest

Results :

Failed tests: 
  EntitySLAAlertServiceTest.processSLACandidateProcess ยป Test 
Method org.apache...

Tests run: 127, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Falcon ...................................... SUCCESS [ 24.471 s]
[INFO] Apache Falcon UI ................................... SUCCESS [ 17.998 s]
[INFO] Build Tools ........................................ SUCCESS [  5.670 s]
[INFO] Apache Falcon Java client .......................... SUCCESS [ 34.412 s]
[INFO] Apache Falcon Shell ................................ SUCCESS [ 13.995 s]
[INFO] Apache Falcon Metrics .............................. SUCCESS [ 15.483 s]
[INFO] Apache Falcon Hadoop Dependencies .................. SUCCESS [ 15.836 s]
[INFO] Apache Falcon Test Utility ......................... SUCCESS [ 13.093 s]
[INFO] Apache Falcon Commons .............................. SUCCESS [02:59 min]
[INFO] Apache Falcon CLI client ........................... SUCCESS [ 19.151 s]
[INFO] Apache Falcon Titan 1.0 support .................... SUCCESS [  6.397 s]
[INFO] Apache Falcon Oozie EL Extension ................... SUCCESS [ 18.003 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ....... SUCCESS [ 36.249 s]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ......... SUCCESS [  2.151 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster .......... SUCCESS [  0.762 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster ..... SUCCESS [  1.050 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ........ SUCCESS [  0.501 s]
[INFO] Apache Falcon Test Tools - Test Cluster ............ SUCCESS [  0.439 s]
[INFO] Apache Falcon Messaging ............................ SUCCESS [ 34.143 s]
[INFO] Apache Falcon extensions ........................... SUCCESS [ 25.300 s]
[INFO] Apache Falcon LIfecycle Module ..................... SUCCESS [ 20.411 s]
[INFO] Apache Falcon Oozie Adaptor ........................ SUCCESS [01:14 min]
[INFO] Apache Falcon Scheduler ............................ SUCCESS [01:19 min]
[INFO] Apache Falcon Acquisition .......................... SUCCESS [  0.893 s]
[INFO] Apache Falcon Distcp Replication ................... SUCCESS [ 17.475 s]
[INFO] Apache Falcon Retention ............................ SUCCESS [ 14.729 s]
[INFO] Apache Falcon Archival ............................. SUCCESS [  0.994 s]
[INFO] Apache Falcon Rerun ................................ SUCCESS [ 24.141 s]
[INFO] Apache Falcon Prism ................................ FAILURE [02:29 min]
[INFO] Apache Falcon Unit ................................. SKIPPED
[INFO] Apache Falcon Examples ............................. SKIPPED
[INFO] Apache Falcon Web Application ...................... SKIPPED
[INFO] Apache Falcon Documentation ........................ SKIPPED
[INFO] Apache Falcon Distro ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:08 min
[INFO] Finished at: 2016-10-25T11:34:44+00:00
[INFO] Final Memory: 870M/2208M
[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-surefire-plugin:2.16:test (default-test) on project falcon-prism: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Apache-falcon/ws/prism/target/surefire-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-prism
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 32 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/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/shell/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] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #1080
[FINDBUGS] Collecting findbugs analysis files...
[FINDBUGS] Finding all files that match the pattern **/target/findbugs.xml
[FINDBUGS] Parsing 20 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/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/shell/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] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/findbugs.xml> with 0 unique warnings and 0 duplicates.
[FINDBUGS] Computing warning deltas based on reference build #1080
Archiving artifacts
Compressed 16.79 MB of artifacts by 80.6% relative to #1080
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 #1083

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