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/20 18:52:30 UTC

Build failed in Jenkins: Apache-falcon #1061

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

Changes:

[bvellanki] FALCON-2063 Add change log for each release

[bvellanki] FALCON-2089 DEBUG logs are enabled in Falcon

------------------------------------------
[...truncated 5387 lines...]
[INFO] Extract <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/webapps/hadoop.war> to /tmp/Jetty_0_0_0_0_41443_hadoop.war__hadoop__.nyu8ob/webapp
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_hadoop.war__hadoop__.nyu8ob/webapp/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_hadoop.war__hadoop__.nyu8ob/webapp/WEB-INF/lib/activemq-all-5.13.3.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]
[INFO] Extract <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/webapps/oozie.war> to /tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp
Starting hive metastore on port 49083
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/slf4j-log4j12-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
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: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/activemq-all-5.13.3.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: 14.37 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.532 sec - in org.apache.falcon.validation.ClusterEntityValidationIT
Running org.apache.falcon.resource.ExtensionManagerIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.335 sec <<< FAILURE! - in org.apache.falcon.resource.ExtensionManagerIT
testTrustedExtensionJob(org.apache.falcon.resource.ExtensionManagerIT)  Time elapsed: 9.437 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.falcon.resource.ExtensionManagerIT.testTrustedExtensionJob(ExtensionManagerIT.java:118)

Running org.apache.falcon.resource.EntityManagerPaginationJerseyIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.073 sec - in org.apache.falcon.resource.EntityManagerPaginationJerseyIT
Running org.apache.falcon.resource.ProcessInstanceManagerIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 74.342 sec - in org.apache.falcon.resource.ProcessInstanceManagerIT
Running org.apache.falcon.resource.EntityManagerJerseyIT
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 162.041 sec - in org.apache.falcon.resource.EntityManagerJerseyIT
Running org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 328.609 sec <<< FAILURE! - in org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
testProcessInstanceExecution(org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT)  Time elapsed: 91.775 sec  <<< FAILURE!
java.lang.AssertionError: expected:<SUCCEEDED> but was:<WAITING>
	at org.testng.Assert.fail(Assert.java:89)
	at org.testng.Assert.failNotEquals(Assert.java:489)
	at org.testng.Assert.assertEquals(Assert.java:118)
	at org.testng.Assert.assertEquals(Assert.java:160)
	at org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT.testProcessInstanceExecution(InstanceSchedulerManagerJerseyIT.java:63)

testProcessWithInputs(org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT)  Time elapsed: 91.631 sec  <<< FAILURE!
java.lang.AssertionError: expected:<SUCCEEDED> but was:<WAITING>
	at org.testng.Assert.fail(Assert.java:89)
	at org.testng.Assert.failNotEquals(Assert.java:489)
	at org.testng.Assert.assertEquals(Assert.java:118)
	at org.testng.Assert.assertEquals(Assert.java:160)
	at org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT.testProcessWithInputs(InstanceSchedulerManagerJerseyIT.java:197)

Running org.apache.falcon.resource.EntityManagerJerseySmokeIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.221 sec - in org.apache.falcon.resource.EntityManagerJerseySmokeIT
Running org.apache.falcon.resource.EntitySchedulerManagerJerseyIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.19 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.353 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.63 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.357 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.769 sec - in org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedImportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 sec - in org.apache.falcon.lifecycle.FeedImportIT
Running org.apache.falcon.lifecycle.DatasourceUpdateIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.513 sec - in org.apache.falcon.lifecycle.DatasourceUpdateIT
Running org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.894 sec - in org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedExportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.55 sec - in org.apache.falcon.lifecycle.FeedExportIT
Running org.apache.falcon.process.TableStorageProcessIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.552 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.592 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.894 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.559 sec - in org.apache.falcon.cli.FalconClusterUpdateCLIIT
Running org.apache.falcon.cli.FalconCLISmokeIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.231 sec - in org.apache.falcon.cli.FalconCLISmokeIT
Running org.apache.falcon.cli.FalconCLIIT
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 114.057 sec - in org.apache.falcon.cli.FalconCLIIT
Running org.apache.falcon.cli.FalconSafemodeCLIIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.674 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.318 sec - in org.apache.falcon.catalog.CatalogPartitionHandlerIT
Running org.apache.falcon.catalog.CatalogStorageIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.834 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.625 sec - in org.apache.falcon.catalog.HiveCatalogServiceIT

Results :

Failed tests: 
  ExtensionManagerIT.testTrustedExtensionJob:118 NullPointer
  InstanceSchedulerManagerJerseyIT.testProcessInstanceExecution:63 expected:<SUCCEEDED> but was:<WAITING>
  InstanceSchedulerManagerJerseyIT.testProcessWithInputs:197 expected:<SUCCEEDED> but was:<WAITING>

Tests run: 159, Failures: 3, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jetty-plugin:6.1.26:stop (stop-jetty) @ falcon-webapp ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.16:verify (verify) @ falcon-webapp ---
[INFO] Stopping server 0
[INFO] Stopped SelectChannelConnector@0.0.0.0:41000
[INFO] Stopped SslSocketConnector@0.0.0.0:41443
[INFO] Failsafe report directory: <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Falcon ..................................... SUCCESS [ 12.486 s]
[INFO] Apache Falcon UI .................................. SUCCESS [ 15.158 s]
[INFO] Build Tools ....................................... SUCCESS [  4.630 s]
[INFO] Apache Falcon Java client ......................... SUCCESS [ 30.341 s]
[INFO] Apache Falcon Metrics ............................. SUCCESS [ 14.822 s]
[INFO] Apache Falcon Hadoop Dependencies ................. SUCCESS [ 11.846 s]
[INFO] Apache Falcon Test Utility ........................ SUCCESS [ 10.999 s]
[INFO] Apache Falcon Commons ............................. SUCCESS [02:37 min]
[INFO] Apache Falcon CLI client .......................... SUCCESS [ 18.918 s]
[INFO] Apache Falcon Titan 1.0 support ................... SUCCESS [  4.413 s]
[INFO] Apache Falcon Oozie EL Extension .................. SUCCESS [ 14.605 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SUCCESS [ 30.195 s]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ........ SUCCESS [  1.098 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster ......... SUCCESS [  0.689 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster .... SUCCESS [  0.721 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ....... SUCCESS [  0.525 s]
[INFO] Apache Falcon Test Tools - Test Cluster ........... SUCCESS [  0.482 s]
[INFO] Apache Falcon Messaging ........................... SUCCESS [ 30.687 s]
[INFO] Apache Falcon extensions .......................... SUCCESS [ 24.939 s]
[INFO] Apache Falcon LIfecycle Module .................... SUCCESS [ 19.068 s]
[INFO] Apache Falcon Oozie Adaptor ....................... SUCCESS [01:07 min]
[INFO] Apache Falcon Scheduler ........................... SUCCESS [01:18 min]
[INFO] Apache Falcon Acquisition ......................... SUCCESS [  0.924 s]
[INFO] Apache Falcon Distcp Replication .................. SUCCESS [ 17.372 s]
[INFO] Apache Falcon Retention ........................... SUCCESS [ 15.795 s]
[INFO] Apache Falcon Archival ............................ SUCCESS [  0.991 s]
[INFO] Apache Falcon Rerun ............................... SUCCESS [ 23.889 s]
[INFO] Apache Falcon Prism ............................... SUCCESS [02:43 min]
[INFO] Apache Falcon Unit ................................ SUCCESS [02:41 min]
[INFO] Apache Falcon Examples ............................ SUCCESS [ 11.690 s]
[INFO] Apache Falcon Web Application ..................... FAILURE [15:56 min]
[INFO] Apache Falcon Documentation ....................... SKIPPED
[INFO] Apache Falcon Distro .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31:44 min
[INFO] Finished at: 2016-07-20T18:50:42+00:00
[INFO] Final Memory: 1193M/2863M
[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 #1051
[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 #1051
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 #1068

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


Build failed in Jenkins: Apache-falcon #1067

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

Changes:

[bvellanki] FALCON-1776 Process instance update in titan DB based on JMS

------------------------------------------
[...truncated 5928 lines...]
Running org.apache.falcon.resource.MetadataResourceJerseyIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.608 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.7 sec - in org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT
Running org.apache.falcon.lifecycle.TableStorageFeedEvictorIT
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.644 sec - in org.apache.falcon.lifecycle.TableStorageFeedEvictorIT
Running org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.028 sec - in org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedImportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 sec - in org.apache.falcon.lifecycle.FeedImportIT
Running org.apache.falcon.lifecycle.DatasourceUpdateIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.797 sec - in org.apache.falcon.lifecycle.DatasourceUpdateIT
Running org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.339 sec - in org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedExportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.56 sec - in org.apache.falcon.lifecycle.FeedExportIT
Running org.apache.falcon.process.TableStorageProcessIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.662 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.559 sec - in org.apache.falcon.process.PigProcessIT
Running org.apache.falcon.late.LateDataHandlerIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.271 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.911 sec - in org.apache.falcon.cli.FalconClusterUpdateCLIIT
Running org.apache.falcon.cli.FalconCLISmokeIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 55.885 sec <<< FAILURE! - in org.apache.falcon.cli.FalconCLISmokeIT
testSubmitAndScheduleEntityValidCommands(org.apache.falcon.cli.FalconCLISmokeIT)  Time elapsed: 53.324 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471481590728 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLISmokeIT.testSubmitAndScheduleEntityValidCommands(FalconCLISmokeIT.java:86)

Running org.apache.falcon.cli.FalconCLIIT
Tests run: 27, Failures: 9, Errors: 0, Skipped: 0, Time elapsed: 492.868 sec <<< FAILURE! - in org.apache.falcon.cli.FalconCLIIT
testContinue(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.617 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471481651428 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testContinue(FalconCLIIT.java:807)

testEntityPaginationFilterByCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 51.351 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471481707672 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testEntityPaginationFilterByCommands(FalconCLIIT.java:668)

testInstanceKillAndRerun(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 50.204 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471481766533 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testInstanceKillAndRerun(FalconCLIIT.java:580)

testInstanceRunningAndSearchSummaryCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.031 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471481816723 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testInstanceRunningAndSearchSummaryCommands(FalconCLIIT.java:493)

testInstanceRunningAndStatusCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.225 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471481865789 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testInstanceRunningAndStatusCommands(FalconCLIIT.java:347)

testMetadataListCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 48.954 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471481921476 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testMetadataListCommands(FalconCLIIT.java:729)

testMetadataRelationsCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.106 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471481970422 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testMetadataRelationsCommands(FalconCLIIT.java:772)

testSubmitAndScheduleEntityValidCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.953 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471482029925 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testSubmitAndScheduleEntityValidCommands(FalconCLIIT.java:129)

testSuspendResumeStatusEntityValidCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 50.278 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471482081493 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testSuspendResumeStatusEntityValidCommands(FalconCLIIT.java:246)

Running org.apache.falcon.cli.FalconSafemodeCLIIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.053 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.339 sec - in org.apache.falcon.catalog.CatalogPartitionHandlerIT
Running org.apache.falcon.catalog.CatalogStorageIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.801 sec - in org.apache.falcon.catalog.CatalogStorageIT
Running org.apache.falcon.catalog.HiveCatalogServiceIT
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.768 sec - in org.apache.falcon.catalog.HiveCatalogServiceIT

Results :

Failed tests: 
  EntityManagerPaginationJerseyIT.prepare:43->scheduleMultipleProcess:164 »  Wor...
  EntityManagerJerseyIT.testScheduleSuspendResume:648 » FalconWeb
  EntityManagerJerseyIT.testUpdateSuspendedEntity:258 » FalconWeb
  FalconCLISmokeIT.testSubmitAndScheduleEntityValidCommands:86 »  Workflow for p...
  FalconCLIIT.testContinue:807 »  Workflow for p1471481651428 hasn't started in ...
  FalconCLIIT.testEntityPaginationFilterByCommands:668 »  Workflow for p14714817...
  FalconCLIIT.testInstanceKillAndRerun:580 »  Workflow for p1471481766533 hasn't...
  FalconCLIIT.testInstanceRunningAndSearchSummaryCommands:493 »  Workflow for p1...
  FalconCLIIT.testInstanceRunningAndStatusCommands:347 »  Workflow for p14714818...
  FalconCLIIT.testMetadataListCommands:729 »  Workflow for p1471481921476 hasn't...
  FalconCLIIT.testMetadataRelationsCommands:772 »  Workflow for p1471481970422 h...
  FalconCLIIT.testSubmitAndScheduleEntityValidCommands:129 »  Workflow for p1471...
  FalconCLIIT.testSuspendResumeStatusEntityValidCommands:246 »  Workflow for p14...

Tests run: 153, Failures: 13, Errors: 0, Skipped: 11

[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.340 s]
[INFO] Apache Falcon UI ................................... SUCCESS [ 11.852 s]
[INFO] Build Tools ........................................ SUCCESS [  4.774 s]
[INFO] Apache Falcon Java client .......................... SUCCESS [ 35.788 s]
[INFO] Apache Falcon Shell ................................ SUCCESS [ 13.988 s]
[INFO] Apache Falcon Metrics .............................. SUCCESS [ 16.521 s]
[INFO] Apache Falcon Hadoop Dependencies .................. SUCCESS [ 13.348 s]
[INFO] Apache Falcon Test Utility ......................... SUCCESS [ 11.792 s]
[INFO] Apache Falcon Commons .............................. SUCCESS [02:54 min]
[INFO] Apache Falcon CLI client ........................... SUCCESS [ 18.260 s]
[INFO] Apache Falcon Titan 1.0 support .................... SUCCESS [  6.742 s]
[INFO] Apache Falcon Oozie EL Extension ................... SUCCESS [ 17.003 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ....... SUCCESS [ 35.451 s]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ......... SUCCESS [  3.063 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster .......... SUCCESS [  2.169 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster ..... SUCCESS [  1.046 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ........ SUCCESS [  0.524 s]
[INFO] Apache Falcon Test Tools - Test Cluster ............ SUCCESS [  0.522 s]
[INFO] Apache Falcon Messaging ............................ SUCCESS [ 32.507 s]
[INFO] Apache Falcon extensions ........................... SUCCESS [ 25.253 s]
[INFO] Apache Falcon LIfecycle Module ..................... SUCCESS [ 21.222 s]
[INFO] Apache Falcon Oozie Adaptor ........................ SUCCESS [01:21 min]
[INFO] Apache Falcon Scheduler ............................ SUCCESS [01:27 min]
[INFO] Apache Falcon Acquisition .......................... SUCCESS [  0.941 s]
[INFO] Apache Falcon Distcp Replication ................... SUCCESS [ 18.618 s]
[INFO] Apache Falcon Retention ............................ SUCCESS [ 16.054 s]
[INFO] Apache Falcon Archival ............................. SUCCESS [  0.994 s]
[INFO] Apache Falcon Rerun ................................ SUCCESS [ 26.784 s]
[INFO] Apache Falcon Prism ................................ SUCCESS [03:28 min]
[INFO] Apache Falcon Unit ................................. SUCCESS [02:55 min]
[INFO] Apache Falcon Examples ............................. SUCCESS [ 10.717 s]
[INFO] Apache Falcon Web Application ...................... FAILURE [22:30 min]
[INFO] Apache Falcon Documentation ........................ SKIPPED
[INFO] Apache Falcon Distro ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:36 min
[INFO] Finished at: 2016-08-18T01:02:47+00:00
[INFO] Final Memory: 1203M/2744M
[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 30 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/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/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] Computing warning deltas based on reference build #1051
[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/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/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] Computing warning deltas based on reference build #1051
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.

Build failed in Jenkins: Apache-falcon #1066

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

Changes:

[pallavi.rao] FALCON-2096 Feed instance listing doesn't give instance status of all

[pallavi.rao] FALCON-2116 Queue defined in <retention-stage> is not getting used in

------------------------------------------
[...truncated 5891 lines...]
Running org.apache.falcon.resource.MetadataResourceJerseyIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.965 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.771 sec - in org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT
Running org.apache.falcon.lifecycle.TableStorageFeedEvictorIT
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.565 sec - in org.apache.falcon.lifecycle.TableStorageFeedEvictorIT
Running org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.001 sec - in org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedImportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec - in org.apache.falcon.lifecycle.FeedImportIT
Running org.apache.falcon.lifecycle.DatasourceUpdateIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.72 sec - in org.apache.falcon.lifecycle.DatasourceUpdateIT
Running org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.348 sec - in org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedExportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.635 sec - in org.apache.falcon.lifecycle.FeedExportIT
Running org.apache.falcon.process.TableStorageProcessIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.912 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.923 sec - in org.apache.falcon.process.PigProcessIT
Running org.apache.falcon.late.LateDataHandlerIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.353 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.952 sec - in org.apache.falcon.cli.FalconClusterUpdateCLIIT
Running org.apache.falcon.cli.FalconCLISmokeIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 55.616 sec <<< FAILURE! - in org.apache.falcon.cli.FalconCLISmokeIT
testSubmitAndScheduleEntityValidCommands(org.apache.falcon.cli.FalconCLISmokeIT)  Time elapsed: 53.178 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413495321 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLISmokeIT.testSubmitAndScheduleEntityValidCommands(FalconCLISmokeIT.java:86)

Running org.apache.falcon.cli.FalconCLIIT
Tests run: 27, Failures: 9, Errors: 0, Skipped: 0, Time elapsed: 503.625 sec <<< FAILURE! - in org.apache.falcon.cli.FalconCLIIT
testContinue(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 50.09 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413556686 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testContinue(FalconCLIIT.java:807)

testEntityPaginationFilterByCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 52.027 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413613735 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testEntityPaginationFilterByCommands(FalconCLIIT.java:668)

testInstanceKillAndRerun(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 50.92 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413674083 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testInstanceKillAndRerun(FalconCLIIT.java:580)

testInstanceRunningAndSearchSummaryCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.562 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413725011 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testInstanceRunningAndSearchSummaryCommands(FalconCLIIT.java:493)

testInstanceRunningAndStatusCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.738 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413774560 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testInstanceRunningAndStatusCommands(FalconCLIIT.java:347)

testMetadataListCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.442 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413831645 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testMetadataListCommands(FalconCLIIT.java:729)

testMetadataRelationsCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.895 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413881079 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testMetadataRelationsCommands(FalconCLIIT.java:772)

testSubmitAndScheduleEntityValidCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 50.322 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413942813 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testSubmitAndScheduleEntityValidCommands(FalconCLIIT.java:129)

testSuspendResumeStatusEntityValidCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 51.07 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471413994990 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testSuspendResumeStatusEntityValidCommands(FalconCLIIT.java:246)

Running org.apache.falcon.cli.FalconSafemodeCLIIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.165 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.348 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.56 sec - in org.apache.falcon.catalog.CatalogStorageIT
Running org.apache.falcon.catalog.HiveCatalogServiceIT
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.041 sec - in org.apache.falcon.catalog.HiveCatalogServiceIT

Results :

Failed tests: 
  EntityManagerPaginationJerseyIT.prepare:43->scheduleMultipleProcess:164 »  Wor...
  EntityManagerJerseyIT.testScheduleSuspendResume:648 » FalconWeb
  EntityManagerJerseyIT.testUpdateSuspendedEntity:258 » FalconWeb
  FalconCLISmokeIT.testSubmitAndScheduleEntityValidCommands:86 »  Workflow for p...
  FalconCLIIT.testContinue:807 »  Workflow for p1471413556686 hasn't started in ...
  FalconCLIIT.testEntityPaginationFilterByCommands:668 »  Workflow for p14714136...
  FalconCLIIT.testInstanceKillAndRerun:580 »  Workflow for p1471413674083 hasn't...
  FalconCLIIT.testInstanceRunningAndSearchSummaryCommands:493 »  Workflow for p1...
  FalconCLIIT.testInstanceRunningAndStatusCommands:347 »  Workflow for p14714137...
  FalconCLIIT.testMetadataListCommands:729 »  Workflow for p1471413831645 hasn't...
  FalconCLIIT.testMetadataRelationsCommands:772 »  Workflow for p1471413881079 h...
  FalconCLIIT.testSubmitAndScheduleEntityValidCommands:129 »  Workflow for p1471...
  FalconCLIIT.testSuspendResumeStatusEntityValidCommands:246 »  Workflow for p14...

Tests run: 153, Failures: 13, Errors: 0, Skipped: 11

[INFO] 
[INFO] --- maven-jetty-plugin:6.1.26:stop (stop-jetty) @ falcon-webapp ---
[INFO] Stopping server 0
[INFO] Stopped SelectChannelConnector@0.0.0.0:41000
[INFO] 
[INFO] --- maven-failsafe-plugin:2.16:verify (verify) @ falcon-webapp ---
[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 [ 17.045 s]
[INFO] Apache Falcon UI ................................... SUCCESS [ 19.938 s]
[INFO] Build Tools ........................................ SUCCESS [  4.876 s]
[INFO] Apache Falcon Java client .......................... SUCCESS [ 30.931 s]
[INFO] Apache Falcon Shell ................................ SUCCESS [ 12.820 s]
[INFO] Apache Falcon Metrics .............................. SUCCESS [ 16.649 s]
[INFO] Apache Falcon Hadoop Dependencies .................. SUCCESS [ 14.498 s]
[INFO] Apache Falcon Test Utility ......................... SUCCESS [ 13.790 s]
[INFO] Apache Falcon Commons .............................. SUCCESS [02:51 min]
[INFO] Apache Falcon CLI client ........................... SUCCESS [ 17.123 s]
[INFO] Apache Falcon Titan 1.0 support .................... SUCCESS [  6.059 s]
[INFO] Apache Falcon Oozie EL Extension ................... SUCCESS [ 15.407 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ....... SUCCESS [ 33.425 s]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ......... SUCCESS [  1.824 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster .......... SUCCESS [  0.651 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster ..... SUCCESS [  0.977 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ........ SUCCESS [  0.600 s]
[INFO] Apache Falcon Test Tools - Test Cluster ............ SUCCESS [  0.475 s]
[INFO] Apache Falcon Messaging ............................ SUCCESS [ 31.436 s]
[INFO] Apache Falcon extensions ........................... SUCCESS [ 25.741 s]
[INFO] Apache Falcon LIfecycle Module ..................... SUCCESS [ 20.186 s]
[INFO] Apache Falcon Oozie Adaptor ........................ SUCCESS [01:20 min]
[INFO] Apache Falcon Scheduler ............................ SUCCESS [01:33 min]
[INFO] Apache Falcon Acquisition .......................... SUCCESS [  1.158 s]
[INFO] Apache Falcon Distcp Replication ................... SUCCESS [ 22.583 s]
[INFO] Apache Falcon Retention ............................ SUCCESS [ 17.985 s]
[INFO] Apache Falcon Archival ............................. SUCCESS [  1.093 s]
[INFO] Apache Falcon Rerun ................................ SUCCESS [ 27.728 s]
[INFO] Apache Falcon Prism ................................ SUCCESS [03:24 min]
[INFO] Apache Falcon Unit ................................. SUCCESS [02:40 min]
[INFO] Apache Falcon Examples ............................. SUCCESS [ 10.358 s]
[INFO] Apache Falcon Web Application ...................... FAILURE [22:56 min]
[INFO] Apache Falcon Documentation ........................ SKIPPED
[INFO] Apache Falcon Distro ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:53 min
[INFO] Finished at: 2016-08-17T06:08:08+00:00
[INFO] Final Memory: 1202M/2902M
[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 30 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/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/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] Computing warning deltas based on reference build #1051
[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/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/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] Computing warning deltas based on reference build #1051
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.

Build failed in Jenkins: Apache-falcon #1065

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

Changes:

[bvellanki] FALCON-2099 Update Installation-steps.txt and NOTICE.txt for 0.10 rel

[bvellanki] FALCON-2100 Remove dependency on com.vividsolutions.jts

[bvellanki] FALCON-2005 Update CHANGES.0.10.md for 0.10 release

[bvellanki] FALCON-2095 HiveDR fails in NN-HA config

[bvellanki] FALCON-2101 Disable IT tests that depend on instance state

[bvellanki] FALCON-2101 Disable IT tests that depend on instance status reaching …

[pallavi.rao] FALCON-2059 BacklogMetricEmitter Service for Falcon Processes

[bvellanki] FALCON-2107 NPE in FalconWorkflowEngine::isActive() method

[bvellanki] FALCON-2104 Loss of data in GraphDB when upgrading Falcon 0.9 to 0.10

[bvellanki] FALCON-2005 Update CHANGES.0.10.md for 0.10 release

[ajayyadava] FALCON-1596 Spring shell based CLI for falcon

[bvellanki] FALCON-2072 Hive2 URLs in Falcon should allow additional configuration

[bvellanki] FALCON-1944 Ability to provide additional DistCP options for mirroring

[sramesh] FALCON-2047 Use /apps/falcon/extensions/mirroring as base dir for HiveDR

[pallavi.rao] FALCON-2039 Move falcon post processing to falcon server and remove post

[bvellanki] FALCON-2108 Fix licensing issues for Falcon release

[pallavi.rao] FALCON-2097 Feed update with replication delay creates holes

[bvellanki] FALCON-2004 Update CHANGES.txt to change 0.10 branch to release

[bvellanki] FALCON-2111 Build failed due to checkstyle violation

[sramesh] FALCON-2082 Add CSRF filter for REST APIs

[sramesh] FALCON-2028 HDFS extension: Validate and append/remove the

[sramesh] FALCON-2115 UT test failure on FalconCSRFFilterTest

------------------------------------------
[...truncated 7572 lines...]
Running org.apache.falcon.resource.MetadataResourceJerseyIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.263 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.6 sec - in org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT
Running org.apache.falcon.lifecycle.TableStorageFeedEvictorIT
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.082 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.694 sec - in org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedImportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 sec - in org.apache.falcon.lifecycle.FeedImportIT
Running org.apache.falcon.lifecycle.DatasourceUpdateIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.467 sec - in org.apache.falcon.lifecycle.DatasourceUpdateIT
Running org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.85 sec - in org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedExportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 sec - in org.apache.falcon.lifecycle.FeedExportIT
Running org.apache.falcon.process.TableStorageProcessIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.498 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.515 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.821 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.391 sec - in org.apache.falcon.cli.FalconClusterUpdateCLIIT
Running org.apache.falcon.cli.FalconCLISmokeIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 54.768 sec <<< FAILURE! - in org.apache.falcon.cli.FalconCLISmokeIT
testSubmitAndScheduleEntityValidCommands(org.apache.falcon.cli.FalconCLISmokeIT)  Time elapsed: 52.517 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471150912832 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLISmokeIT.testSubmitAndScheduleEntityValidCommands(FalconCLISmokeIT.java:86)

Running org.apache.falcon.cli.FalconCLIIT
Tests run: 27, Failures: 9, Errors: 0, Skipped: 0, Time elapsed: 493.574 sec <<< FAILURE! - in org.apache.falcon.cli.FalconCLIIT
testContinue(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.335 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471150972282 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testContinue(FalconCLIIT.java:807)

testEntityPaginationFilterByCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 51.374 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471151028081 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testEntityPaginationFilterByCommands(FalconCLIIT.java:668)

testInstanceKillAndRerun(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 50.257 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471151086959 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testInstanceKillAndRerun(FalconCLIIT.java:580)

testInstanceRunningAndSearchSummaryCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.208 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471151137220 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testInstanceRunningAndSearchSummaryCommands(FalconCLIIT.java:493)

testInstanceRunningAndStatusCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.3 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471151186434 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testInstanceRunningAndStatusCommands(FalconCLIIT.java:347)

testMetadataListCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.061 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471151242448 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testMetadataListCommands(FalconCLIIT.java:729)

testMetadataRelationsCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.144 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471151291516 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testMetadataRelationsCommands(FalconCLIIT.java:772)

testSubmitAndScheduleEntityValidCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 49.784 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471151351637 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testSubmitAndScheduleEntityValidCommands(FalconCLIIT.java:129)

testSuspendResumeStatusEntityValidCommands(org.apache.falcon.cli.FalconCLIIT)  Time elapsed: 50.459 sec  <<< FAILURE!
java.lang.Exception: Workflow for p1471151403165 hasn't started in oozie
	at org.apache.falcon.util.OozieTestUtils.waitForWorkflowStart(OozieTestUtils.java:135)
	at org.apache.falcon.util.OozieTestUtils.waitForProcessWFtoStart(OozieTestUtils.java:106)
	at org.apache.falcon.cli.FalconCLIIT.testSuspendResumeStatusEntityValidCommands(FalconCLIIT.java:246)

Running org.apache.falcon.cli.FalconSafemodeCLIIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.797 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.29 sec - in org.apache.falcon.catalog.CatalogPartitionHandlerIT
Running org.apache.falcon.catalog.CatalogStorageIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.596 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.289 sec - in org.apache.falcon.catalog.HiveCatalogServiceIT

Results :

Failed tests: 
  EntityManagerPaginationJerseyIT.prepare:43->scheduleMultipleProcess:164 »  Wor...
  EntityManagerJerseyIT.testScheduleSuspendResume:648 » FalconWeb
  EntityManagerJerseyIT.testUpdateSuspendedEntity:258 » FalconWeb
  FalconCLISmokeIT.testSubmitAndScheduleEntityValidCommands:86 »  Workflow for p...
  FalconCLIIT.testContinue:807 »  Workflow for p1471150972282 hasn't started in ...
  FalconCLIIT.testEntityPaginationFilterByCommands:668 »  Workflow for p14711510...
  FalconCLIIT.testInstanceKillAndRerun:580 »  Workflow for p1471151086959 hasn't...
  FalconCLIIT.testInstanceRunningAndSearchSummaryCommands:493 »  Workflow for p1...
  FalconCLIIT.testInstanceRunningAndStatusCommands:347 »  Workflow for p14711511...
  FalconCLIIT.testMetadataListCommands:729 »  Workflow for p1471151242448 hasn't...
  FalconCLIIT.testMetadataRelationsCommands:772 »  Workflow for p1471151291516 h...
  FalconCLIIT.testSubmitAndScheduleEntityValidCommands:129 »  Workflow for p1471...
  FalconCLIIT.testSuspendResumeStatusEntityValidCommands:246 »  Workflow for p14...

Tests run: 153, Failures: 13, Errors: 0, Skipped: 11

[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 [  4.439 s]
[INFO] Apache Falcon UI ................................... SUCCESS [01:31 min]
[INFO] Build Tools ........................................ SUCCESS [  4.221 s]
[INFO] Apache Falcon Java client .......................... SUCCESS [ 27.803 s]
[INFO] Apache Falcon Shell ................................ SUCCESS [ 12.025 s]
[INFO] Apache Falcon Metrics .............................. SUCCESS [ 14.717 s]
[INFO] Apache Falcon Hadoop Dependencies .................. SUCCESS [ 12.050 s]
[INFO] Apache Falcon Test Utility ......................... SUCCESS [ 11.102 s]
[INFO] Apache Falcon Commons .............................. SUCCESS [02:36 min]
[INFO] Apache Falcon CLI client ........................... SUCCESS [ 15.788 s]
[INFO] Apache Falcon Titan 1.0 support .................... SUCCESS [  5.953 s]
[INFO] Apache Falcon Oozie EL Extension ................... SUCCESS [ 14.284 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ....... SUCCESS [ 28.913 s]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ......... SUCCESS [  1.606 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster .......... SUCCESS [  0.598 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster ..... SUCCESS [  0.956 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ........ SUCCESS [  0.497 s]
[INFO] Apache Falcon Test Tools - Test Cluster ............ SUCCESS [  0.427 s]
[INFO] Apache Falcon Messaging ............................ SUCCESS [ 33.500 s]
[INFO] Apache Falcon extensions ........................... SUCCESS [ 26.586 s]
[INFO] Apache Falcon LIfecycle Module ..................... SUCCESS [ 17.129 s]
[INFO] Apache Falcon Oozie Adaptor ........................ SUCCESS [01:08 min]
[INFO] Apache Falcon Scheduler ............................ SUCCESS [01:23 min]
[INFO] Apache Falcon Acquisition .......................... SUCCESS [  0.881 s]
[INFO] Apache Falcon Distcp Replication ................... SUCCESS [ 18.507 s]
[INFO] Apache Falcon Retention ............................ SUCCESS [ 14.727 s]
[INFO] Apache Falcon Archival ............................. SUCCESS [  0.950 s]
[INFO] Apache Falcon Rerun ................................ SUCCESS [ 24.125 s]
[INFO] Apache Falcon Prism ................................ SUCCESS [03:10 min]
[INFO] Apache Falcon Unit ................................. SUCCESS [03:08 min]
[INFO] Apache Falcon Examples ............................. SUCCESS [ 10.941 s]
[INFO] Apache Falcon Web Application ...................... FAILURE [22:10 min]
[INFO] Apache Falcon Documentation ........................ SKIPPED
[INFO] Apache Falcon Distro ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:14 min
[INFO] Finished at: 2016-08-14T05:11:29+00:00
[INFO] Final Memory: 1131M/2719M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "hadoop-2" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.16:verify (verify) on project falcon-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/failsafe-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :falcon-webapp
Shutting down hive metastore.
[INFO] Shutdown hook executing
[INFO] Shutdown hook complete
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 30 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/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/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] Computing warning deltas based on reference build #1051
[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/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/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] Computing warning deltas based on reference build #1051
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.

Build failed in Jenkins: Apache-falcon #1064

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

Changes:

[bvellanki] FALCON-2093 Support TD connector for Database Import and Export

[bvellanki] FALCON-2090 HDFS Snapshot failed with UnknownHostException in HA mode

------------------------------------------
[...truncated 5406 lines...]
  class org.apache.falcon.resource.proxy.SchedulableEntityManagerProxy
  class org.apache.falcon.resource.metadata.MetadataDiscoveryResource
  class org.apache.falcon.resource.extensions.ExtensionManager
  class org.apache.falcon.resource.metadata.LineageMetadataResource
Jul 21, 2016 9:55:11 PM com.sun.jersey.api.core.ScanningResourceConfig logClasses
INFO: Provider classes found:
  class org.apache.falcon.resource.provider.JAXBContextResolver
Jul 21, 2016 9:55:11 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM'
[INFO] Extract <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/webapps/hadoop.war> to /tmp/Jetty_0_0_0_0_41443_hadoop.war__hadoop__.nyu8ob/webapp
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_hadoop.war__hadoop__.nyu8ob/webapp/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_hadoop.war__hadoop__.nyu8ob/webapp/WEB-INF/lib/activemq-all-5.13.3.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]
[INFO] Extract <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/webapps/oozie.war> to /tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp
Starting hive metastore on port 49083
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/slf4j-log4j12-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
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: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/activemq-all-5.13.3.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: 14.884 sec - in org.apache.falcon.validation.FeedEntityValidationIT
Running org.apache.falcon.validation.ClusterEntityValidationIT
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.764 sec - in org.apache.falcon.validation.ClusterEntityValidationIT
Running org.apache.falcon.resource.ExtensionManagerIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.294 sec <<< FAILURE! - in org.apache.falcon.resource.ExtensionManagerIT
testTrustedExtensionJob(org.apache.falcon.resource.ExtensionManagerIT)  Time elapsed: 10.003 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.falcon.resource.ExtensionManagerIT.testTrustedExtensionJob(ExtensionManagerIT.java:120)

Running org.apache.falcon.resource.EntityManagerPaginationJerseyIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.752 sec - in org.apache.falcon.resource.EntityManagerPaginationJerseyIT
Running org.apache.falcon.resource.ProcessInstanceManagerIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.649 sec - in org.apache.falcon.resource.ProcessInstanceManagerIT
Running org.apache.falcon.resource.EntityManagerJerseyIT
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 165.798 sec - in org.apache.falcon.resource.EntityManagerJerseyIT
Running org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 251.982 sec <<< FAILURE! - in org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
testProcessInstanceExecution(org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT)  Time elapsed: 91.722 sec  <<< FAILURE!
java.lang.AssertionError: expected:<SUCCEEDED> but was:<WAITING>
	at org.testng.Assert.fail(Assert.java:89)
	at org.testng.Assert.failNotEquals(Assert.java:489)
	at org.testng.Assert.assertEquals(Assert.java:118)
	at org.testng.Assert.assertEquals(Assert.java:160)
	at org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT.testProcessInstanceExecution(InstanceSchedulerManagerJerseyIT.java:63)

Running org.apache.falcon.resource.EntityManagerJerseySmokeIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.56 sec - in org.apache.falcon.resource.EntityManagerJerseySmokeIT
Running org.apache.falcon.resource.EntitySchedulerManagerJerseyIT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.198 sec - in org.apache.falcon.resource.EntitySchedulerManagerJerseyIT
Running org.apache.falcon.resource.MetadataResourceJerseyIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.059 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.626 sec - in org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT
Running org.apache.falcon.lifecycle.TableStorageFeedEvictorIT
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.197 sec - in org.apache.falcon.lifecycle.TableStorageFeedEvictorIT
Running org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.755 sec - in org.apache.falcon.lifecycle.FileSystemFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedImportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 sec - in org.apache.falcon.lifecycle.FeedImportIT
Running org.apache.falcon.lifecycle.DatasourceUpdateIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.069 sec - in org.apache.falcon.lifecycle.DatasourceUpdateIT
Running org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.243 sec - in org.apache.falcon.lifecycle.TableStorageFeedReplicationIT
Running org.apache.falcon.lifecycle.FeedExportIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 sec - in org.apache.falcon.lifecycle.FeedExportIT
Running org.apache.falcon.process.TableStorageProcessIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.979 sec - in org.apache.falcon.process.TableStorageProcessIT
Running org.apache.falcon.process.PigProcessIT
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.235 sec - in org.apache.falcon.process.PigProcessIT
Running org.apache.falcon.late.LateDataHandlerIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.608 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.969 sec - in org.apache.falcon.cli.FalconClusterUpdateCLIIT
Running org.apache.falcon.cli.FalconCLISmokeIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.31 sec - in org.apache.falcon.cli.FalconCLISmokeIT
Running org.apache.falcon.cli.FalconCLIIT
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 123.027 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.816 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.373 sec - in org.apache.falcon.catalog.CatalogPartitionHandlerIT
Running org.apache.falcon.catalog.CatalogStorageIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.979 sec - in org.apache.falcon.catalog.CatalogStorageIT
Running org.apache.falcon.catalog.HiveCatalogServiceIT
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.536 sec - in org.apache.falcon.catalog.HiveCatalogServiceIT

Results :

Failed tests: 
  ExtensionManagerIT.testTrustedExtensionJob:120 NullPointer
  InstanceSchedulerManagerJerseyIT.testProcessInstanceExecution:63 expected:<SUCCEEDED> but was:<WAITING>

Tests run: 159, Failures: 2, 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 [ 10.936 s]
[INFO] Apache Falcon UI .................................. SUCCESS [ 14.299 s]
[INFO] Build Tools ....................................... SUCCESS [  4.671 s]
[INFO] Apache Falcon Java client ......................... SUCCESS [ 29.014 s]
[INFO] Apache Falcon Metrics ............................. SUCCESS [ 14.455 s]
[INFO] Apache Falcon Hadoop Dependencies ................. SUCCESS [ 11.946 s]
[INFO] Apache Falcon Test Utility ........................ SUCCESS [ 11.406 s]
[INFO] Apache Falcon Commons ............................. SUCCESS [02:40 min]
[INFO] Apache Falcon CLI client .......................... SUCCESS [ 22.369 s]
[INFO] Apache Falcon Titan 1.0 support ................... SUCCESS [  4.666 s]
[INFO] Apache Falcon Oozie EL Extension .................. SUCCESS [ 13.729 s]
[INFO] Apache Falcon Embedded Hadoop - Test Cluster ...... SUCCESS [ 33.162 s]
[INFO] Apache Falcon Sharelib Hive - Test Cluster ........ SUCCESS [  1.234 s]
[INFO] Apache Falcon Sharelib Pig - Test Cluster ......... SUCCESS [  0.771 s]
[INFO] Apache Falcon Sharelib Hcatalog - Test Cluster .... SUCCESS [  0.746 s]
[INFO] Apache Falcon Sharelib Oozie - Test Cluster ....... SUCCESS [  0.559 s]
[INFO] Apache Falcon Test Tools - Test Cluster ........... SUCCESS [  0.471 s]
[INFO] Apache Falcon Messaging ........................... SUCCESS [ 34.850 s]
[INFO] Apache Falcon extensions .......................... SUCCESS [ 28.704 s]
[INFO] Apache Falcon LIfecycle Module .................... SUCCESS [ 20.383 s]
[INFO] Apache Falcon Oozie Adaptor ....................... SUCCESS [01:11 min]
[INFO] Apache Falcon Scheduler ........................... SUCCESS [01:28 min]
[INFO] Apache Falcon Acquisition ......................... SUCCESS [  0.962 s]
[INFO] Apache Falcon Distcp Replication .................. SUCCESS [ 21.388 s]
[INFO] Apache Falcon Retention ........................... SUCCESS [ 16.472 s]
[INFO] Apache Falcon Archival ............................ SUCCESS [  1.061 s]
[INFO] Apache Falcon Rerun ............................... SUCCESS [ 28.344 s]
[INFO] Apache Falcon Prism ............................... SUCCESS [02:53 min]
[INFO] Apache Falcon Unit ................................ SUCCESS [02:41 min]
[INFO] Apache Falcon Examples ............................ SUCCESS [ 10.951 s]
[INFO] Apache Falcon Web Application ..................... FAILURE [15:15 min]
[INFO] Apache Falcon Documentation ....................... SKIPPED
[INFO] Apache Falcon Distro .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 31:48 min
[INFO] Finished at: 2016-07-21T22:09:34+00:00
[INFO] Final Memory: 1128M/2895M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "hadoop-2" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.16:verify (verify) on project falcon-webapp: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/failsafe-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :falcon-webapp
Shutting down hive metastore.
[INFO] Shutdown hook executing
[INFO] Shutdown hook complete
Build step 'Execute shell' marked build as failure
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 31 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/acquisition/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/archival/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/build-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/cli/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/distro/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/docs/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/examples/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/falcon-ui/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/lifecycle/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/scheduler/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hadoop-webapp/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hcatalog-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hive-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/oozie-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/pig-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/unit/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #1051
[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 #1051
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.

Build failed in Jenkins: Apache-falcon #1062

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

Changes:

[bvellanki] FALCON-2081 ExtensionManagerIT fails occassionally

------------------------------------------
[...truncated 5414 lines...]
Jul 20, 2016 10:16:06 PM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM'
[INFO] Extract <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/webapps/hadoop.war> to /tmp/Jetty_0_0_0_0_41443_hadoop.war__hadoop__.nyu8ob/webapp
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_hadoop.war__hadoop__.nyu8ob/webapp/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_hadoop.war__hadoop__.nyu8ob/webapp/WEB-INF/lib/activemq-all-5.13.3.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]
[INFO] Extract <https://builds.apache.org/job/Apache-falcon/ws/webapp/target/webapps/oozie.war> to /tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp
Starting hive metastore on port 49083
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/slf4j-log4j12-1.6.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
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: Found binding in [jar:file:/tmp/Jetty_0_0_0_0_41443_oozie.war__oozie__.lf8rot/webapp/WEB-INF/lib/activemq-all-5.13.3.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: 13.493 sec - in org.apache.falcon.validation.FeedEntityValidationIT
Running org.apache.falcon.validation.ClusterEntityValidationIT
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.915 sec - in org.apache.falcon.validation.ClusterEntityValidationIT
Running org.apache.falcon.resource.ExtensionManagerIT
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 11.636 sec <<< FAILURE! - in org.apache.falcon.resource.ExtensionManagerIT
testTrustedExtensionJob(org.apache.falcon.resource.ExtensionManagerIT)  Time elapsed: 8.288 sec  <<< FAILURE!
java.lang.NullPointerException: null
	at org.apache.falcon.resource.ExtensionManagerIT.testTrustedExtensionJob(ExtensionManagerIT.java:120)

Running org.apache.falcon.resource.EntityManagerPaginationJerseyIT
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.822 sec - in org.apache.falcon.resource.EntityManagerPaginationJerseyIT
Running org.apache.falcon.resource.ProcessInstanceManagerIT
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 71.151 sec - in org.apache.falcon.resource.ProcessInstanceManagerIT
Running org.apache.falcon.resource.EntityManagerJerseyIT
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 159.273 sec - in org.apache.falcon.resource.EntityManagerJerseyIT
Running org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 81.087 sec <<< FAILURE! - in org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT
cleanup(org.apache.falcon.resource.InstanceSchedulerManagerJerseyIT)  Time elapsed: 14.822 sec  <<< FAILURE!
org.apache.falcon.FalconException: <openjpa-2.4.0-r422266:1674604 nonfatal user error> org.apache.openjpa.persistence.InvalidStateException: This operation failed for some instances.  See the nested exceptions array for details.
	at org.apache.falcon.service.ServiceInitializer.destroy(ServiceInitializer.java:63)
	at org.apache.falcon.unit.FalconUnit.cleanup(FalconUnit.java:155)
	at org.apache.falcon.unit.FalconUnitTestBase.cleanup(FalconUnitTestBase.java:118)
	at org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT.cleanup(AbstractSchedulerManagerJerseyIT.java:131)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
	at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130)
	at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:222)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
	at org.testng.TestRunner.privateRun(TestRunner.java:757)
	at org.testng.TestRunner.run(TestRunner.java:608)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
	at org.testng.TestNG.run(TestNG.java:999)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:128)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.openjpa.persistence.InvalidStateException: This operation failed for some instances.  See the nested exceptions array for details.
	at org.apache.openjpa.kernel.AbstractBrokerFactory.assertNoActiveTransaction(AbstractBrokerFactory.java:713)
	at org.apache.openjpa.kernel.AbstractBrokerFactory.close(AbstractBrokerFactory.java:377)
	at org.apache.openjpa.kernel.DelegatingBrokerFactory.close(DelegatingBrokerFactory.java:195)
	at org.apache.openjpa.persistence.EntityManagerFactoryImpl.close(EntityManagerFactoryImpl.java:274)
	at org.apache.falcon.service.FalconJPAService.destroy(FalconJPAService.java:157)
	at org.apache.falcon.service.ServiceInitializer.destroy(ServiceInitializer.java:60)
	at org.apache.falcon.unit.FalconUnit.cleanup(FalconUnit.java:155)
	at org.apache.falcon.unit.FalconUnitTestBase.cleanup(FalconUnitTestBase.java:118)
	at org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT.cleanup(AbstractSchedulerManagerJerseyIT.java:131)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
	at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130)
	at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:222)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
	at org.testng.TestRunner.privateRun(TestRunner.java:757)
	at org.testng.TestRunner.run(TestRunner.java:608)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
	at org.testng.TestNG.run(TestNG.java:999)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:128)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.openjpa.persistence.InvalidStateException: This operation cannot be performed while a Transaction is active.
	at org.apache.openjpa.kernel.AbstractBrokerFactory.assertNoActiveTransaction(AbstractBrokerFactory.java:708)
	at org.apache.openjpa.kernel.AbstractBrokerFactory.close(AbstractBrokerFactory.java:377)
	at org.apache.openjpa.kernel.DelegatingBrokerFactory.close(DelegatingBrokerFactory.java:195)
	at org.apache.openjpa.persistence.EntityManagerFactoryImpl.close(EntityManagerFactoryImpl.java:274)
	at org.apache.falcon.service.FalconJPAService.destroy(FalconJPAService.java:157)
	at org.apache.falcon.service.ServiceInitializer.destroy(ServiceInitializer.java:60)
	at org.apache.falcon.unit.FalconUnit.cleanup(FalconUnit.java:155)
	at org.apache.falcon.unit.FalconUnitTestBase.cleanup(FalconUnitTestBase.java:118)
	at org.apache.falcon.resource.AbstractSchedulerManagerJerseyIT.cleanup(AbstractSchedulerManagerJerseyIT.java:131)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
	at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:525)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:202)
	at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:130)
	at org.testng.internal.TestMethodWorker.invokeAfterClassMethods(TestMethodWorker.java:222)
	at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
	at org.testng.TestRunner.runWorkers(TestRunner.java:1178)
	at org.testng.TestRunner.privateRun(TestRunner.java:757)
	at org.testng.TestRunner.run(TestRunner.java:608)
	at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
	at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
	at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
	at org.testng.SuiteRunner.run(SuiteRunner.java:240)
	at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
	at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
	at org.testng.TestNG.runSuitesSequentially(TestNG.java:1158)
	at org.testng.TestNG.runSuitesLocally(TestNG.java:1083)
	at org.testng.TestNG.run(TestNG.java:999)
	at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:128)
	at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:112)
	at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)

Build timed out (after 90 minutes). Marking the build as failed.
[INFO] Shutdown hook executing
Build was aborted
[CHECKSTYLE] Collecting checkstyle analysis files...
[CHECKSTYLE] Finding all files that match the pattern **/target/checkstyle-result.xml
[CHECKSTYLE] Parsing 31 files in <https://builds.apache.org/job/Apache-falcon/ws/>
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/acquisition/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/archival/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/build-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/cli/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/client/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/common/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/distro/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/docs/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/examples/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/falcon-ui/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/hadoop-dependencies/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/lifecycle/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/messaging/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/metrics/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie-el-extensions/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/oozie/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/prism/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/replication/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/rerun/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/retention/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/scheduler/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hadoop-webapp/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hcatalog-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/hive-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/oozie-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/pig-sharelib/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-tools/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/test-util/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Successfully parsed file <https://builds.apache.org/job/Apache-falcon/ws/unit/target/checkstyle-result.xml> with 0 unique warnings and 0 duplicates.
[CHECKSTYLE] Computing warning deltas based on reference build #1051
[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 #1051
Archiving artifacts
ERROR: Failed to archive {target/logs/audit.log=target/logs/audit.log, webapp/target/logs/security.audit.log=webapp/target/logs/security.audit.log, common/target/logs/audit.log=common/target/logs/audit.log, target/logs/system-out.log=target/logs/system-out.log, webapp/target/logs/metric.log=webapp/target/logs/metric.log, messaging/target/logs/audit.log=messaging/target/logs/audit.log, prism/target/logs/prism.log=prism/target/logs/prism.log, unit/target/logs/metric.log=unit/target/logs/metric.log, scheduler/target/logs/audit.log=scheduler/target/logs/audit.log, prism/target/logs/prism-metric.log=prism/target/logs/prism-metric.log, unit/target/logs/audit.log=unit/target/logs/audit.log, prism/target/logs/prism-audit.log=prism/target/logs/prism-audit.log, target/logs/jetty.log=target/logs/jetty.log, webapp/target/logs/application.log=webapp/target/logs/application.log, target/logs/application.log=target/logs/application.log, webapp/target/webapps/oozie/logs/oozie.log=webapp/target/webapps/oozie/logs/oozie.log, common/target/logs/metric.log=common/target/logs/metric.log, target/logs/metric.log=target/logs/metric.log, oozie/target/logs/audit.log=oozie/target/logs/audit.log, rerun/target/logs/audit.log=rerun/target/logs/audit.log, webapp/target/logs/audit.log=webapp/target/logs/audit.log, common/target/logs/application.log=common/target/logs/application.log} due to internal error; falling back to full archiving
java.lang.IllegalStateException: checksum mismatch after transfer (3616444609534637869 vs. 2882331825); /x1/jenkins/jenkins-home/jobs/Apache-falcon/builds/1062/archive/webapp/target/logs/application.log may be corrupted
	at jsync.protocol.FileSequenceReader.read(FileSequenceReader.java:45)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:148)
	at com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:72)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:236)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
	at hudson.model.Build$BuildExecution.post2(Build.java:185)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
	at hudson.model.Run.execute(Run.java:1763)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
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.