Jira: https://issues.apache.org/jira/browse/OOZIE-3061
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/789/
###################################################################################
########################## LAST 100 LINES OF THE CONSOLE
###########################
[...truncated 765.33 KB...]
[INFO]
[INFO] Apache Oozie Main 5.1.0-SNAPSHOT ................... SUCCESS [ 4.062 s]
[INFO] Apache Oozie Fluent Job ............................ SUCCESS [ 0.077 s]
[INFO] Apache Oozie Fluent Job API ........................ SUCCESS [ 37.924 s]
[INFO] Apache Oozie Client ................................ SUCCESS [ 23.505 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 17.421 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ 8.953 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [ 7.299 s]
[INFO] Apache Oozie Core .................................. SUCCESS [01:36 min]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [ 9.693 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [ 10.341 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [ 11.595 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [ 12.502 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [ 7.965 s]
[INFO] Apache Oozie Examples .............................. SUCCESS [ 12.768 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [ 15.143 s]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [ 0.088 s]
[INFO] Apache Oozie Docs .................................. SUCCESS [ 3.832 s]
[INFO] Apache Oozie WebApp ................................ SUCCESS [ 10.832 s]
[INFO] Apache Oozie Tools ................................. SUCCESS [ 18.589 s]
[INFO] Apache Oozie MiniOozie ............................. SUCCESS [ 1.958 s]
[INFO] Apache Oozie Fluent Job Client ..................... SUCCESS [ 0.513 s]
[INFO] Apache Oozie Server ................................ SUCCESS [ 13.503 s]
[INFO] Apache Oozie Distro ................................ SUCCESS [ 2.668 s]
[INFO] Apache Oozie ZooKeeper Security Tests 5.1.0-SNAPSHOT SUCCESS [ 3.308 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:32 min
[INFO] Finished at: 2018-08-24T15:40:04Z
[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
core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java...
error: while searching for:
String launcherTag = LauncherHelper.getActionYarnTag(jobConf,
context.getWorkflow().getParentId(), action);
jobConf.set(LauncherMain.CHILD_MAPREDUCE_JOB_TAGS,
LauncherHelper.getTag(launcherTag));
yarnClient = createYarnClient(context, jobConf);
if(action.getExternalId() != null) {
try {
LOG.info("Killing action {0}'s external application {1}",
action.getId(), action.getExternalId());
yarnClient.killApplication(ConverterUtils.toApplicationId(action.getExternalId()));
} catch (Exception e) {
LOG.warn("Could not kill {0}", action.getExternalId(), e);
}
}
String externalChildIDs = action.getExternalChildIDs();
if(externalChildIDs != null) {
for(String childId : externalChildIDs.split(",")) {
try {
LOG.info("Killing action {0}'s external child
application {1}", action.getId(), childId);
yarnClient.killApplication(ConverterUtils.toApplicationId(childId.trim()));
} catch (Exception e) {
LOG.warn("Could not kill external child of {0}, {1}",
action.getExternalId(),
childId, e);
}
}
}
for(ApplicationId id : LauncherMain.getChildYarnJobs(jobConf,
ApplicationsRequestScope.ALL,
action.getStartTime().getTime())){
try {
LOG.info("Killing action {0}'s external child application
{1} based on tags",
action.getId(), id.toString());
yarnClient.killApplication(id);
} catch (Exception e) {
LOG.warn("Could not kill child of {0}, {1}",
action.getExternalId(), id, e);
}
}
error: patch failed:
core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java:1743
error:
core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java:
patch does not apply
Checking patch
sharelib/oozie/src/main/java/org/apache/oozie/action/hadoop/LauncherMain.java...
Checking patch
src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java...
error: src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java: No
such file or directory
Checking patch
oozie/src/main/java/org/apache/oozie/action/hadoop/LauncherMain.java...
error: oozie/src/main/java/org/apache/oozie/action/hadoop/LauncherMain.java: No
such file or directory
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 1774 0 1575 100 199 2371 299 --:--:-- --:--:-- --:--:-- 2371
{"self":"https://issues.apache.org/jira/rest/api/2/issue/13103093/comment/16591826","id":"16591826","author":{"self":"https://issues.apache.org/jira/rest/api/2/user?username=hadoopqa","name":"hadoopqa","key":"hadoopqa","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-3061\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","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-08-24T15:40:05.630+0000","updated":"2018-08-24T15:40:05.630+0000"}
test-patch exit code: 1
Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-3061
Archiving artifacts
[Fast Archiver] Compressed 1.33 MB of artifacts by 35.2% relative to #765
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.