You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/05/04 10:50:32 UTC

Failed: OOZIE-2914 PreCommit Build #509

Jira: https://issues.apache.org/jira/browse/OOZIE-2914
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/509/

###################################################################################
########################## LAST 100 LINES OF THE CONSOLE ###########################
[...truncated 762.62 KB...]
[INFO] Compiling 2 source files to /home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build@2/zookeeper-security-tests/target/test-classes
[INFO] /home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build@2/zookeeper-security-tests/src/test/java/org/apache/oozie/util/TestZKUtilsWithSecurity.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build@2/zookeeper-security-tests/src/test/java/org/apache/oozie/util/TestZKUtilsWithSecurity.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default-cli) > :findbugs @ oozie-zookeeper-security-tests >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ oozie-zookeeper-security-tests ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default-cli) < :findbugs @ oozie-zookeeper-security-tests <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:check (default-cli) @ oozie-zookeeper-security-tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Oozie Main .................................. SUCCESS [  2.812 s]
[INFO] Apache Oozie Client ................................ SUCCESS [ 27.971 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 20.240 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ 10.113 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [  8.529 s]
[INFO] Apache Oozie Core .................................. SUCCESS [01:40 min]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [ 10.053 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [  9.685 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [ 10.522 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [ 11.681 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [  7.444 s]
[INFO] Apache Oozie Examples .............................. SUCCESS [ 11.982 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [ 14.763 s]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [  0.028 s]
[INFO] Apache Oozie Docs .................................. SUCCESS [  3.807 s]
[INFO] Apache Oozie WebApp ................................ SUCCESS [ 10.620 s]
[INFO] Apache Oozie Tools ................................. SUCCESS [ 18.427 s]
[INFO] Apache Oozie MiniOozie ............................. SUCCESS [  1.820 s]
[INFO] Apache Oozie Server ................................ SUCCESS [ 12.744 s]
[INFO] Apache Oozie Distro ................................ SUCCESS [  2.630 s]
[INFO] Apache Oozie ZooKeeper Security Tests .............. SUCCESS [  3.923 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:02 min
[INFO] Finished at: 2018-05-04T10:50:26Z
[INFO] Final Memory: 170M/1339M
[INFO] ------------------------------------------------------------------------
[TRACE] FindBugs output in HEAD verified and saved
  Running test-patch task BACKWARDS_COMPATIBILITY
  Running test-patch task TESTS
  Running test-patch task DISTRO

Applying patch

Checking patch a/core/src/main/java/org/apache/oozie/action/hadoop/CredentialsProviderFactory.java => b/core/src/main/java/org/apache/oozie/action/hadoop/CredentialsProviderFactory.java...
error: a/core/src/main/java/org/apache/oozie/action/hadoop/CredentialsProviderFactory.java: No such file or directory
Checking patch a/core/src/main/java/org/apache/oozie/action/hadoop/DistcpActionExecutor.java => b/core/src/main/java/org/apache/oozie/action/hadoop/DistcpActionExecutor.java...
error: a/core/src/main/java/org/apache/oozie/action/hadoop/DistcpActionExecutor.java: No such file or directory
Checking patch a/core/src/main/java/org/apache/oozie/util/ELConstantsFunctions.java => b/core/src/main/java/org/apache/oozie/util/ELConstantsFunctions.java...
error: a/core/src/main/java/org/apache/oozie/util/ELConstantsFunctions.java: No such file or directory
Checking patch b/core/src/main/java/org/apache/oozie/util/StringUtils.java...
Checking patch b/core/src/test/java/org/apache/oozie/util/TestStringUtils.java...
Checking patch core/src/main/java/org/apache/oozie/action/hadoop/CredentialsProviderFactory.java...
error: while searching for:
import com.google.common.annotations.VisibleForTesting;
import org.apache.hadoop.security.UserGroupInformation;
import org.apache.oozie.service.ConfigurationService;
import org.apache.oozie.util.XLog;

public class CredentialsProviderFactory {

error: patch failed: core/src/main/java/org/apache/oozie/action/hadoop/CredentialsProviderFactory.java:25
error: core/src/main/java/org/apache/oozie/action/hadoop/CredentialsProviderFactory.java: patch does not apply
Checking patch core/src/main/java/org/apache/oozie/action/hadoop/DistcpActionExecutor.java...
error: while searching for:
import org.apache.hadoop.fs.Path;
import org.apache.oozie.action.ActionExecutorException;
import org.apache.oozie.service.ConfigurationService;
import org.apache.oozie.util.XLog;
import org.jdom.Element;


error: patch failed: core/src/main/java/org/apache/oozie/action/hadoop/DistcpActionExecutor.java:22
error: core/src/main/java/org/apache/oozie/action/hadoop/DistcpActionExecutor.java: patch does not apply
Checking patch core/src/main/java/org/apache/oozie/util/ELConstantsFunctions.java...
Checking patch core/src/main/java/org/apache/oozie/util/StringUtils.java...
Checking patch core/src/test/java/org/apache/oozie/util/TestStringUtils.java...
Patch failed to apply to head of branch

Adding comment to JIRA
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  1886    0  1687  100   199   2943    347 --:--:-- --:--:-- --:--:--  2944
{"self":"https://issues.apache.org/jira/rest/api/2/issue/13073409/comment/16463700","id":"16463700","author":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"body":"\nTesting JIRA OOZIE-2914\n\nCleaning local git workspace\n\n----------------------------\n\n{color:red}-1{color} Patch failed to apply to head of branch\n\n----------------------------\n","updateAuthor":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"created":"2018-05-04T10:50:28.874+0000","updated":"2018-05-04T10:50:28.874+0000"}
test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-2914
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

Failed: OOZIE-2942 PreCommit Build #513

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/OOZIE-2942
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/513/

###################################################################################
########################## LAST 100 LINES OF THE CONSOLE ###########################
[...truncated 1.74 MB...]
    +1 the patch does not introduce any trailing spaces
    +1 the patch does not introduce any line longer than 132
    -1 the patch does not add/modify any testcase
+1 RAT
    +1 the patch does not seem to introduce new RAT warnings
+1 JAVADOC
    +1 the patch does not seem to introduce new Javadoc warnings
+1 COMPILE
    +1 HEAD compiles
    +1 patch compiles
    +1 the patch does not seem to introduce new javac warnings
+1 There are no new bugs found in total.
 +1 There are no new bugs found in [examples].
 +1 There are no new bugs found in [core].
 +1 There are no new bugs found in [sharelib/distcp].
 +1 There are no new bugs found in [sharelib/hive].
 +1 There are no new bugs found in [sharelib/pig].
 +1 There are no new bugs found in [sharelib/spark].
 +1 There are no new bugs found in [sharelib/hive2].
 +1 There are no new bugs found in [sharelib/hcatalog].
 +1 There are no new bugs found in [sharelib/sqoop].
 +1 There are no new bugs found in [sharelib/oozie].
 +1 There are no new bugs found in [sharelib/streaming].
 +1 There are no new bugs found in [webapp].
 +1 There are no new bugs found in [tools].
 +1 There are no new bugs found in [docs].
 +1 There are no new bugs found in [server].
 +1 There are no new bugs found in [client].
+1 BACKWARDS_COMPATIBILITY
    +1 the patch does not change any JPA Entity/Colum/Basic/Lob/Transient annotations
    +1 the patch does not modify JPA files
-1 TESTS
    Tests run: 2129
    Tests failed: 17
    Tests errors: 12

    The patch failed the following testcases:

testCoordActionRecoveryServiceForWaitingRegisterPartition(org.apache.oozie.service.TestRecoveryService)
testCoordinatorActionSelectors(org.apache.oozie.jms.TestJMSJobEventListener)
testCoordinatorActionSelectorsNegative(org.apache.oozie.jms.TestJMSJobEventListener)
testWorkflowJobSelectors(org.apache.oozie.jms.TestJMSJobEventListener)
testOnCoordinatorJobSuccessEvent(org.apache.oozie.jms.TestJMSJobEventListener)
testOnWorkflowJobSuspendEvent(org.apache.oozie.jms.TestJMSJobEventListener)
testWorkflowJobSelectorsAnd(org.apache.oozie.jms.TestJMSJobEventListener)
testOnCoordinatorJobFailureEvent(org.apache.oozie.jms.TestJMSJobEventListener)
testConnectionDrop(org.apache.oozie.jms.TestJMSJobEventListener)
testWorkflowJobSelectorsNegative(org.apache.oozie.jms.TestJMSJobEventListener)
testWorkflowJobSelectorsOr(org.apache.oozie.jms.TestJMSJobEventListener)
testOnWorkflowJobSuccessEvent(org.apache.oozie.jms.TestJMSJobEventListener)
testOnCoordinatorActionWaitingEvent(org.apache.oozie.jms.TestJMSJobEventListener)
testOnWorkflowJobFailureEvent(org.apache.oozie.jms.TestJMSJobEventListener)
testOnCoordinatorActionStartEvent(org.apache.oozie.jms.TestJMSJobEventListener)
testOnWorkflowJobStartedEvent(org.apache.oozie.jms.TestJMSJobEventListener)
testPartitionDependency(org.apache.oozie.service.TestPartitionDependencyManagerService)

    Tests failing with errors:
testOnSLADurationMetEvent(org.apache.oozie.jms.TestJMSSLAEventListener)
testOnSLAStartMetEvent(org.apache.oozie.jms.TestJMSSLAEventListener)
testSLAJobSelectorsNegative(org.apache.oozie.jms.TestJMSSLAEventListener)
testOnSLAEndMetEvent(org.apache.oozie.jms.TestJMSSLAEventListener)
testOnSLAStartMissEvent(org.apache.oozie.jms.TestJMSSLAEventListener)
testSLAJobSelectors(org.apache.oozie.jms.TestJMSSLAEventListener)
testOnSLAEndMissEvent(org.apache.oozie.jms.TestJMSSLAEventListener)
testOnSLADurationMissEvent(org.apache.oozie.jms.TestJMSSLAEventListener)
testDropEventTypeMessage(org.apache.oozie.jms.TestHCatMessageHandler)
testCacheUpdateByMessage(org.apache.oozie.jms.TestHCatMessageHandler)
testThreadLocalSession(org.apache.oozie.jms.TestDefaultConnectionContext)
testConnectionRetry(org.apache.oozie.service.TestJMSAccessorService)

    Tests failed at first run:
TestJavaActionExecutor#testCredentialsSkip
TestPurgeXCommand#testPurgeBundleWithCoordChildWithWFChild2
TestOozieDBCLI#testOozieDBCLI
    For the complete list of flaky tests, see TEST-SUMMARY-FULL files.
+1 DISTRO
    +1 distro tarball builds with the patch 

----------------------------
-1 Overall result, please check the reported -1(s)


The full output of the test-patch run is available at

 https://builds.apache.org/job/PreCommit-OOZIE-Build/513/

Adding comment to JIRA
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  5434    0     0  100  5434      0   7167 --:--:-- --:--:-- --:--:--  7159{"self":"https://issues.apache.org/jira/rest/api/2/issue/13079413/comment/16463845","id":"16463845","author":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"body":"\nTesting JIRA OOZIE-2942\n\nCleaning local git workspace\n\n----------------------------\n\n{color:green}+1 PATCH_APPLIES{color}\n{color:green}+1 CLEAN{color}\n{color:red}-1 RAW_PATCH_ANALYSIS{color}\n.    {color:green}+1{color} the patch does not introduce any @author tags\n.    {color:green}+1{color} the patch does not introduce any tabs\n.    {color:green}+1{color} the patch does not introduce any trailing spaces\n.    {color:green}+1{color} the patch does not introduce any line longer than 132\n.    {color:red}-1{color} the patch does not add/modify any testcase\n{color:green}+1 RAT{color}\n.    {color:green}+1{color} the patch does not seem to introduce new RAT warnings\n{color:green}+1 JAVADOC{color}\n.    {color:green}+1{color} the patch does not seem to introduce new Javadoc warnings\n{color:green}+1 COMPILE{color}\n.    {color:green}+1{color} HEAD compiles\n.    {color:green}+1{color} patch compiles\n.    {color:green}+1{color} the patch does not seem to introduce new javac warnings\n{color:green}+1{color} There are no new bugs found in total.\n. {color:green}+1{color} There are no new bugs found in [examples].\n. {color:green}+1{color} There are no new bugs found in [core].\n. {color:green}+1{color} There are no new bugs found in [sharelib/distcp].\n. {color:green}+1{color} There are no new bugs found in [sharelib/hive].\n. {color:green}+1{color} There are no new bugs found in [sharelib/pig].\n. {color:green}+1{color} There are no new bugs found in [sharelib/spark].\n. {color:green}+1{color} There are no new bugs found in [sharelib/hive2].\n. {color:green}+1{color} There are no new bugs found in [sharelib/hcatalog].\n. {color:green}+1{color} There are no new bugs found in [sharelib/sqoop].\n. {color:green}+1{color} There are no new bugs found in [sharelib/oozie].\n. {color:green}+1{color} There are no new bugs found in [sharelib/streaming].\n. {color:green}+1{color} There are no new bugs found in [webapp].\n. {color:green}+1{color} There are no new bugs found in [tools].\n. {color:green}+1{color} There are no new bugs found in [docs].\n. {color:green}+1{color} There are no new bugs found in [server].\n. {color:green}+1{color} There are no new bugs found in [client].\n{color:green}+1 BACKWARDS_COMPATIBILITY{color}\n.    {color:green}+1{color} the patch does not change any JPA Entity/Colum/Basic/Lob/Transient annotations\n.    {color:green}+1{color} the patch does not modify JPA files\n{color:red}-1 TESTS{color}\n.    Tests run: 2129\n.    Tests failed: 17\n.    Tests errors: 12\n\n.    The patch failed the following testcases:\n\ntestCoordActionRecoveryServiceForWaitingRegisterPartition(org.apache.oozie.service.TestRecoveryService)\ntestCoordinatorActionSelectors(org.apache.oozie.jms.TestJMSJobEventListener)\ntestCoordinatorActionSelectorsNegative(org.apache.oozie.jms.TestJMSJobEventListener)\ntestWorkflowJobSelectors(org.apache.oozie.jms.TestJMSJobEventListener)\ntestOnCoordinatorJobSuccessEvent(org.apache.oozie.jms.TestJMSJobEventListener)\ntestOnWorkflowJobSuspendEvent(org.apache.oozie.jms.TestJMSJobEventListener)\ntestWorkflowJobSelectorsAnd(org.apache.oozie.jms.TestJMSJobEventListener)\ntestOnCoordinatorJobFailureEvent(org.apache.oozie.jms.TestJMSJobEventListener)\ntestConnectionDrop(org.apache.oozie.jms.TestJMSJobEventListener)\ntestWorkflowJobSelectorsNegative100 12356    0  6922  100  5434   9126   7164 --:--:-- --:--:-- --:--:--  9119
(org.apache.oozie.jms.TestJMSJobEventListener)\ntestWorkflowJobSelectorsOr(org.apache.oozie.jms.TestJMSJobEventListener)\ntestOnWorkflowJobSuccessEvent(org.apache.oozie.jms.TestJMSJobEventListener)\ntestOnCoordinatorActionWaitingEvent(org.apache.oozie.jms.TestJMSJobEventListener)\ntestOnWorkflowJobFailureEvent(org.apache.oozie.jms.TestJMSJobEventListener)\ntestOnCoordinatorActionStartEvent(org.apache.oozie.jms.TestJMSJobEventListener)\ntestOnWorkflowJobStartedEvent(org.apache.oozie.jms.TestJMSJobEventListener)\ntestPartitionDependency(org.apache.oozie.service.TestPartitionDependencyManagerService)\n\n.    Tests failing with errors:\ntestOnSLADurationMetEvent(org.apache.oozie.jms.TestJMSSLAEventListener)\ntestOnSLAStartMetEvent(org.apache.oozie.jms.TestJMSSLAEventListener)\ntestSLAJobSelectorsNegative(org.apache.oozie.jms.TestJMSSLAEventListener)\ntestOnSLAEndMetEvent(org.apache.oozie.jms.TestJMSSLAEventListener)\ntestOnSLAStartMissEvent(org.apache.oozie.jms.TestJMSSLAEventListener)\ntestSLAJobSelectors(org.apache.oozie.jms.TestJMSSLAEventListener)\ntestOnSLAEndMissEvent(org.apache.oozie.jms.TestJMSSLAEventListener)\ntestOnSLADurationMissEvent(org.apache.oozie.jms.TestJMSSLAEventListener)\ntestDropEventTypeMessage(org.apache.oozie.jms.TestHCatMessageHandler)\ntestCacheUpdateByMessage(org.apache.oozie.jms.TestHCatMessageHandler)\ntestThreadLocalSession(org.apache.oozie.jms.TestDefaultConnectionContext)\ntestConnectionRetry(org.apache.oozie.service.TestJMSAccessorService)\n\n.    {color:orange}Tests failed at first run:{color}\nTestJavaActionExecutor#testCredentialsSkip\nTestPurgeXCommand#testPurgeBundleWithCoordChildWithWFChild2\nTestOozieDBCLI#testOozieDBCLI\n.    For the complete list of flaky tests, see TEST-SUMMARY-FULL files.\n{color:green}+1 DISTRO{color}\n.    {color:green}+1{color} distro tarball builds with the patch \n\n----------------------------\n{color:red}*-1 Overall result, please check the reported -1(s)*{color}\n\n\nThe full output of the test-patch run is available at\n\n. https://builds.apache.org/job/PreCommit-OOZIE-Build/513/\n\n","updateAuthor":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"created":"2018-05-04T13:12:57.599+0000","updated":"2018-05-04T13:12:57.599+0000"}
test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-2942
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
29 tests failed.
FAILED:  org.apache.oozie.jms.TestDefaultConnectionContext.testThreadLocalSession

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.oozie.jms.TestDefaultConnectionContext.testThreadLocalSession(TestDefaultConnectionContext.java:74)


FAILED:  org.apache.oozie.jms.TestHCatMessageHandler.testDropEventTypeMessage

Error Message:
Could not create Transport. Reason: javax.management.InstanceAlreadyExistsException: org.apache.activemq:type=Broker,brokerName=localhost

Stack Trace:
javax.jms.JMSException: Could not create Transport. Reason: javax.management.InstanceAlreadyExistsException: org.apache.activemq:type=Broker,brokerName=localhost
	at org.apache.oozie.jms.TestHCatMessageHandler.setUp(TestHCatMessageHandler.java:70)
Caused by: javax.management.InstanceAlreadyExistsException: org.apache.activemq:type=Broker,brokerName=localhost
	at org.apache.oozie.jms.TestHCatMessageHandler.setUp(TestHCatMessageHandler.java:70)


FAILED:  org.apache.oozie.jms.TestHCatMessageHandler.testCacheUpdateByMessage

Error Message:
Could not create Transport. Reason: javax.management.InstanceAlreadyExistsException: org.apache.activemq:type=Broker,brokerName=localhost

Stack Trace:
javax.jms.JMSException: Could not create Transport. Reason: javax.management.InstanceAlreadyExistsException: org.apache.activemq:type=Broker,brokerName=localhost
	at org.apache.oozie.jms.TestHCatMessageHandler.setUp(TestHCatMessageHandler.java:70)
Caused by: javax.management.InstanceAlreadyExistsException: org.apache.activemq:type=Broker,brokerName=localhost
	at org.apache.oozie.jms.TestHCatMessageHandler.setUp(TestHCatMessageHandler.java:70)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testCoordinatorActionSelectors

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testCoordinatorActionSelectors(TestJMSJobEventListener.java:544)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testCoordinatorActionSelectorsNegative

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testCoordinatorActionSelectorsNegative(TestJMSJobEventListener.java:568)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testWorkflowJobSelectors

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testWorkflowJobSelectors(TestJMSJobEventListener.java:239)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testOnCoordinatorJobSuccessEvent

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testOnCoordinatorJobSuccessEvent(TestJMSJobEventListener.java:477)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testOnWorkflowJobSuspendEvent

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testOnWorkflowJobSuspendEvent(TestJMSJobEventListener.java:214)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testWorkflowJobSelectorsAnd

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testWorkflowJobSelectorsAnd(TestJMSJobEventListener.java:316)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testOnCoordinatorJobFailureEvent

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testOnCoordinatorJobFailureEvent(TestJMSJobEventListener.java:517)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testConnectionDrop

Error Message:
org.apache.activemq:type=Broker,brokerName=localhost

Stack Trace:
junit.framework.AssertionFailedError: org.apache.activemq:type=Broker,brokerName=localhost
	at org.apache.oozie.jms.TestJMSJobEventListener.testConnectionDrop(TestJMSJobEventListener.java:365)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testWorkflowJobSelectorsNegative

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testWorkflowJobSelectorsNegative(TestJMSJobEventListener.java:262)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testWorkflowJobSelectorsOr

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testWorkflowJobSelectorsOr(TestJMSJobEventListener.java:289)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testOnWorkflowJobSuccessEvent

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testOnWorkflowJobSuccessEvent(TestJMSJobEventListener.java:143)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testOnCoordinatorActionWaitingEvent

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testOnCoordinatorActionWaitingEvent(TestJMSJobEventListener.java:403)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testOnWorkflowJobFailureEvent

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testOnWorkflowJobFailureEvent(TestJMSJobEventListener.java:180)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testOnCoordinatorActionStartEvent

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testOnCoordinatorActionStartEvent(TestJMSJobEventListener.java:439)


FAILED:  org.apache.oozie.jms.TestJMSJobEventListener.testOnWorkflowJobStartedEvent

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.jms.TestJMSJobEventListener.testOnWorkflowJobStartedEvent(TestJMSJobEventListener.java:108)


FAILED:  org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLADurationMetEvent

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLADurationMetEvent(TestJMSSLAEventListener.java:382)


FAILED:  org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLAStartMetEvent

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLAStartMetEvent(TestJMSSLAEventListener.java:292)


FAILED:  org.apache.oozie.jms.TestJMSSLAEventListener.testSLAJobSelectorsNegative

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.oozie.jms.TestJMSSLAEventListener.testSLAJobSelectorsNegative(TestJMSSLAEventListener.java:261)


FAILED:  org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLAEndMetEvent

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLAEndMetEvent(TestJMSSLAEventListener.java:332)


FAILED:  org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLAStartMissEvent

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLAStartMissEvent(TestJMSSLAEventListener.java:103)


FAILED:  org.apache.oozie.jms.TestJMSSLAEventListener.testSLAJobSelectors

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.oozie.jms.TestJMSSLAEventListener.testSLAJobSelectors(TestJMSSLAEventListener.java:231)


FAILED:  org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLAEndMissEvent

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLAEndMissEvent(TestJMSSLAEventListener.java:143)


FAILED:  org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLADurationMissEvent

Error Message:
null

Stack Trace:
java.lang.NullPointerException
	at org.apache.oozie.jms.TestJMSSLAEventListener.testOnSLADurationMissEvent(TestJMSSLAEventListener.java:191)


FAILED:  org.apache.oozie.service.TestJMSAccessorService.testConnectionRetry

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.service.TestJMSAccessorService.testConnectionRetry(TestJMSAccessorService.java:183)


FAILED:  org.apache.oozie.service.TestPartitionDependencyManagerService.testPartitionDependency

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.service.TestPartitionDependencyManagerService.testPartitionDependency(TestPartitionDependencyManagerService.java:95)


FAILED:  org.apache.oozie.service.TestRecoveryService.testCoordActionRecoveryServiceForWaitingRegisterPartition

Error Message:
null

Stack Trace:
junit.framework.AssertionFailedError
	at org.apache.oozie.service.TestRecoveryService.testCoordActionRecoveryServiceForWaitingRegisterPartition(TestRecoveryService.java:506)

Failed: OOZIE-2954 PreCommit Build #512

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/OOZIE-2954
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/512/

###################################################################################
########################## LAST 100 LINES OF THE CONSOLE ###########################
[...truncated 765.26 KB...]
Checking patch a/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java => b/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java...
error: a/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java: No such file or directory
Checking patch a/client/src/main/java/org/apache/oozie/client/BundleJob.java => b/client/src/main/java/org/apache/oozie/client/BundleJob.java...
error: a/client/src/main/java/org/apache/oozie/client/BundleJob.java: No such file or directory
Checking patch a/client/src/main/java/org/apache/oozie/client/WorkflowAction.java => b/client/src/main/java/org/apache/oozie/client/WorkflowAction.java...
error: a/client/src/main/java/org/apache/oozie/client/WorkflowAction.java: No such file or directory
Checking patch a/client/src/main/java/org/apache/oozie/client/WorkflowJob.java => b/client/src/main/java/org/apache/oozie/client/WorkflowJob.java...
error: a/client/src/main/java/org/apache/oozie/client/WorkflowJob.java: No such file or directory
Checking patch a/client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java => b/client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java...
error: a/client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java: No such file or directory
Checking patch client/src/main/java/org/apache/oozie/cli/CLIParser.java...
error: while searching for:

    /**
     * Print the help for the parser to standard output.
     * 
     * @param commandLine the command line
     */
    public void showHelp(CommandLine commandLine) {

error: patch failed: client/src/main/java/org/apache/oozie/cli/CLIParser.java:162
error: client/src/main/java/org/apache/oozie/cli/CLIParser.java: patch does not apply
Checking patch client/src/main/java/org/apache/oozie/client/AuthOozieClient.java...
error: while searching for:
                return authClass.newInstance();
            }
            catch (IllegalArgumentException iae) {
                throw new OozieClientException(OozieClientException.AUTHENTICATION, "Invalid options provided for auth: " + authOption
                        + ", (" + AuthType.KERBEROS + " or " + AuthType.SIMPLE + " expected.)");
            }
            catch (InstantiationException ex) {
                throw new OozieClientException(OozieClientException.AUTHENTICATION,

error: patch failed: client/src/main/java/org/apache/oozie/client/AuthOozieClient.java:288
error: client/src/main/java/org/apache/oozie/client/AuthOozieClient.java: patch does not apply
Checking patch client/src/main/java/org/apache/oozie/client/BundleJob.java...
error: while searching for:
     * @return the list of CoordinatorJob.
     */
    List<CoordinatorJob> getCoordinators();
    
    /**
     * Return the JOB Kickoff time.
     *

error: patch failed: client/src/main/java/org/apache/oozie/client/BundleJob.java:53
error: client/src/main/java/org/apache/oozie/client/BundleJob.java: patch does not apply
Checking patch client/src/main/java/org/apache/oozie/client/WorkflowAction.java...
error: while searching for:
     * @return the Credential.
     */
    String getCred();
    
    /**
     * Return the action type.
     *

error: patch failed: client/src/main/java/org/apache/oozie/client/WorkflowAction.java:62
error: client/src/main/java/org/apache/oozie/client/WorkflowAction.java: patch does not apply
Checking patch client/src/main/java/org/apache/oozie/client/WorkflowJob.java...
error: while searching for:
     * @return the workflow job console URL.
     */
    String getConsoleUrl();
    
    /**
     * Return the coordinator action ID or the parent workflow ID
     *

error: patch failed: client/src/main/java/org/apache/oozie/client/WorkflowJob.java:135
error: client/src/main/java/org/apache/oozie/client/WorkflowJob.java: patch does not apply
Checking patch client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java...
error: while searching for:
        }
        return null;
    }
    
    /**
     * Format a Date in RFC822 GMT.
     *

error: patch failed: client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java:56
error: client/src/main/java/org/apache/oozie/client/rest/JsonUtils.java: patch does not apply
Patch failed to apply to head of branch

Adding comment to JIRA
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  1886    0  1687  100   199   2748    324 --:--:-- --:--:-- --:--:--  2752
{"self":"https://issues.apache.org/jira/rest/api/2/issue/13080600/comment/16463778","id":"16463778","author":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"body":"\nTesting JIRA OOZIE-2954\n\nCleaning local git workspace\n\n----------------------------\n\n{color:red}-1{color} Patch failed to apply to head of branch\n\n----------------------------\n","updateAuthor":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"created":"2018-05-04T11:47:48.270+0000","updated":"2018-05-04T11:47:48.270+0000"}
test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-2954
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

Failed: OOZIE-2953 PreCommit Build #511

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/OOZIE-2953
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/511/

###################################################################################
########################## LAST 100 LINES OF THE CONSOLE ###########################
[...truncated 760.88 KB...]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ oozie-zookeeper-security-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ oozie-zookeeper-security-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build@2/zookeeper-security-tests/src/main/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ oozie-zookeeper-security-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ oozie-zookeeper-security-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build@2/zookeeper-security-tests/src/test/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ oozie-zookeeper-security-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build@2/zookeeper-security-tests/target/test-classes
[INFO] /home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build@2/zookeeper-security-tests/src/test/java/org/apache/oozie/util/TestZKUtilsWithSecurity.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build@2/zookeeper-security-tests/src/test/java/org/apache/oozie/util/TestZKUtilsWithSecurity.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.5:check (default-cli) > :findbugs @ oozie-zookeeper-security-tests >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ oozie-zookeeper-security-tests ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.5:check (default-cli) < :findbugs @ oozie-zookeeper-security-tests <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.5:check (default-cli) @ oozie-zookeeper-security-tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Oozie Main .................................. SUCCESS [  2.838 s]
[INFO] Apache Oozie Client ................................ SUCCESS [ 27.585 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 20.993 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [  9.540 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [  8.918 s]
[INFO] Apache Oozie Core .................................. SUCCESS [01:40 min]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [ 10.701 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [ 10.191 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [ 10.565 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [ 12.439 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [  7.612 s]
[INFO] Apache Oozie Examples .............................. SUCCESS [ 12.258 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [ 14.829 s]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [  0.019 s]
[INFO] Apache Oozie Docs .................................. SUCCESS [  3.516 s]
[INFO] Apache Oozie WebApp ................................ SUCCESS [ 11.135 s]
[INFO] Apache Oozie Tools ................................. SUCCESS [ 19.207 s]
[INFO] Apache Oozie MiniOozie ............................. SUCCESS [  1.864 s]
[INFO] Apache Oozie Server ................................ SUCCESS [ 13.373 s]
[INFO] Apache Oozie Distro ................................ SUCCESS [  2.670 s]
[INFO] Apache Oozie ZooKeeper Security Tests .............. SUCCESS [  3.837 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:07 min
[INFO] Finished at: 2018-05-04T11:47:40Z
[INFO] Final Memory: 170M/1346M
[INFO] ------------------------------------------------------------------------
[TRACE] FindBugs output in HEAD verified and saved
  Running test-patch task BACKWARDS_COMPATIBILITY
  Running test-patch task TESTS
  Running test-patch task DISTRO

Applying patch

Checking patch a/tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java => b/tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java...
error: a/tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java: No such file or directory
Checking patch tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java...
error: while searching for:

    private static void checkDBVersion(EntityManager entityManager, ZipFile zipFile) throws IOException {
        try {
            String currentDBVersion = (String) entityManager.createNativeQuery("select data from OOZIE_SYS where name='db.version'").getSingleResult();
            String dumpDBVersion = null;
            ZipEntry entry = zipFile.getEntry(OOZIEDB_SYS_INFO_JSON);
            BufferedReader reader = new BufferedReader(new InputStreamReader(zipFile.getInputStream(entry), "UTF-8"));

error: patch failed: tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java:145
error: tools/src/main/java/org/apache/oozie/tools/OozieDBImportCLI.java: patch does not apply
Patch failed to apply to head of branch

Adding comment to JIRA
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100  1886    0  1687  100   199   2610    307 --:--:-- --:--:-- --:--:--  2611
{"self":"https://issues.apache.org/jira/rest/api/2/issue/13080598/comment/16463777","id":"16463777","author":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"body":"\nTesting JIRA OOZIE-2953\n\nCleaning local git workspace\n\n----------------------------\n\n{color:red}-1{color} Patch failed to apply to head of branch\n\n----------------------------\n","updateAuthor":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"created":"2018-05-04T11:47:42.055+0000","updated":"2018-05-04T11:47:42.055+0000"}
test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-2953
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.

Failed: OOZIE-2955 PreCommit Build #510

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Jira: https://issues.apache.org/jira/browse/OOZIE-2955
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/510/

###################################################################################
########################## LAST 100 LINES OF THE CONSOLE ###########################
[...truncated 764.70 KB...]

Applying patch

Checking patch a/client/src/main/java/org/apache/oozie/cli/CLIParser.java => b/client/src/main/java/org/apache/oozie/cli/CLIParser.java...
error: a/client/src/main/java/org/apache/oozie/cli/CLIParser.java: No such file or directory
Checking patch a/client/src/main/java/org/apache/oozie/cli/OozieCLI.java => b/client/src/main/java/org/apache/oozie/cli/OozieCLI.java...
error: a/client/src/main/java/org/apache/oozie/cli/OozieCLI.java: No such file or directory
Checking patch a/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java => b/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java...
error: a/client/src/main/java/org/apache/oozie/client/AuthOozieClient.java: No such file or directory
Checking patch a/client/src/main/java/org/apache/oozie/client/OozieClient.java => b/client/src/main/java/org/apache/oozie/client/OozieClient.java...
error: a/client/src/main/java/org/apache/oozie/client/OozieClient.java: No such file or directory
Checking patch a/client/src/main/java/org/apache/oozie/client/XOozieClient.java => b/client/src/main/java/org/apache/oozie/client/XOozieClient.java...
error: a/client/src/main/java/org/apache/oozie/client/XOozieClient.java: No such file or directory
Checking patch client/src/main/java/org/apache/oozie/cli/CLIParser.java...
error: while searching for:
     * 
     * @param commandLine the command line
     */
    public void showHelp(CommandLine commandLine) {
        PrintWriter pw = new PrintWriter(System.out);
        pw.println("usage: ");
        for (String s : cliHelp) {
            pw.println(LEFT_PADDING + s);

error: patch failed: client/src/main/java/org/apache/oozie/cli/CLIParser.java:165
error: client/src/main/java/org/apache/oozie/cli/CLIParser.java: patch does not apply
Checking patch client/src/main/java/org/apache/oozie/cli/OozieCLI.java...
Hunk #2 succeeded at 700 (offset 1 line).
Hunk #3 succeeded at 781 (offset 1 line).
Hunk #4 succeeded at 843 (offset 1 line).
Hunk #5 succeeded at 867 (offset 1 line).
Hunk #6 succeeded at 991 (offset 1 line).
Hunk #7 succeeded at 1044 (offset 1 line).
Hunk #8 succeeded at 1119 (offset 1 line).
Hunk #9 succeeded at 1252 (offset 1 line).
Hunk #10 succeeded at 1614 (offset 1 line).
Hunk #11 succeeded at 1856 (offset 1 line).
Hunk #12 succeeded at 1909 (offset 1 line).
Hunk #13 succeeded at 2039 (offset 11 lines).
Hunk #14 succeeded at 2067 (offset 11 lines).
Hunk #15 succeeded at 2095 (offset 11 lines).
Hunk #16 succeeded at 2171 (offset 11 lines).
Hunk #17 succeeded at 2205 (offset 11 lines).
Hunk #18 succeeded at 2357 (offset 11 lines).
Hunk #19 succeeded at 2386 (offset 11 lines).
Checking patch client/src/main/java/org/apache/oozie/client/AuthOozieClient.java...
error: while searching for:
                throw new OozieClientException(OozieClientException.AUTHENTICATION, "Invalid options provided for auth: " + authOption
                        + ", (" + AuthType.KERBEROS + " or " + AuthType.SIMPLE + " expected.)");
            }
            catch (InstantiationException ex) {
                throw new OozieClientException(OozieClientException.AUTHENTICATION,
                        "Could not instantiate Authenticator for option [" + authOption + "], " +
                        ex.getMessage(), ex);
            }
            catch (IllegalAccessException ex) {
                throw new OozieClientException(OozieClientException.AUTHENTICATION,
                        "Could not instantiate Authenticator for option [" + authOption + "], " +
                        ex.getMessage(), ex);

error: patch failed: client/src/main/java/org/apache/oozie/client/AuthOozieClient.java:291
error: client/src/main/java/org/apache/oozie/client/AuthOozieClient.java: patch does not apply
Checking patch client/src/main/java/org/apache/oozie/client/OozieClient.java...
error: while searching for:
        }
    }

    public static enum SYSTEM_MODE {
        NORMAL, NOWEBSERVICE, SAFEMODE
    }

    private static final Set<String> COMPLETED_WF_STATUSES = new HashSet<String>();
    private static final Set<String> COMPLETED_COORD_AND_BUNDLE_STATUSES = new HashSet<String>();
    private static final Set<String> COMPLETED_COORD_ACTION_STATUSES = new HashSet<String>();
    static {
        COMPLETED_WF_STATUSES.add(WorkflowJob.Status.FAILED.toString());
        COMPLETED_WF_STATUSES.add(WorkflowJob.Status.KILLED.toString());

error: patch failed: client/src/main/java/org/apache/oozie/client/OozieClient.java:209
error: client/src/main/java/org/apache/oozie/client/OozieClient.java: patch does not apply
Checking patch client/src/main/java/org/apache/oozie/client/XOozieClient.java...
Hunk #3 succeeded at 200 (offset 1 line).
Hunk #4 succeeded at 274 (offset 1 line).
Patch failed to apply to head of branch

Adding comment to JIRA
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100   199    0     0  100   199      0    337 --:--:-- --:--:-- --:--:--   337100  1886    0  1687  100   199   2852    336 --:--:-- --:--:-- --:--:--  2849
{"self":"https://issues.apache.org/jira/rest/api/2/issue/13080603/comment/16463776","id":"16463776","author":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"body":"\nTesting JIRA OOZIE-2955\n\nCleaning local git workspace\n\n----------------------------\n\n{color:red}-1{color} Patch failed to apply to head of branch\n\n----------------------------\n","updateAuthor":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","emailAddress":"blackhole at hadoop dot apache dot org","avatarUrls":{"48x48":"https://issues.apache.org/jira/secure/useravatar?ownerId=hadoopqa&avatarId=10393","24x24":"https://issues.apache.org/jira/secure/useravatar?size=small&ownerId=hadoopqa&avatarId=10393","16x16":"https://issues.apache.org/jira/secure/useravatar?size=xsmall&ownerId=hadoopqa&avatarId=10393","32x32":"https://issues.apache.org/jira/secure/useravatar?size=medium&ownerId=hadoopqa&avatarId=10393"},"displayName":"Hadoop QA","active":true,"timeZone":"Etc/UTC"},"created":"2018-05-04T11:47:37.240+0000","updated":"2018-05-04T11:47:37.240+0000"}
test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-2955
Archiving artifacts
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) ##############################
No tests ran.