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

###################################################################################
########################## LAST 100 LINES OF THE CONSOLE 
###########################
[...truncated 805.13 KB...]
[INFO] Reactor Summary for Apache Oozie Main 5.2.0-SNAPSHOT:
[INFO] 
[INFO] Apache Oozie Main .................................. SUCCESS [  1.935 s]
[INFO] Apache Oozie Fluent Job ............................ SUCCESS [  0.080 s]
[INFO] Apache Oozie Fluent Job API ........................ SUCCESS [ 25.544 s]
[INFO] Apache Oozie Client ................................ SUCCESS [ 16.235 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 11.913 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [  6.307 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [  5.236 s]
[INFO] Apache Oozie Core .................................. SUCCESS [01:26 min]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [  7.898 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [  8.237 s]
[INFO] Apache Oozie Share Lib Git ......................... SUCCESS [ 10.471 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [  8.119 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [  9.193 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [  6.064 s]
[INFO] Apache Oozie Examples .............................. SUCCESS [  9.192 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [ 11.053 s]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [  0.024 s]
[INFO] Apache Oozie Docs .................................. SUCCESS [  3.489 s]
[INFO] Apache Oozie WebApp ................................ SUCCESS [  9.138 s]
[INFO] Apache Oozie Tools ................................. SUCCESS [ 12.988 s]
[INFO] Apache Oozie MiniOozie ............................. SUCCESS [  1.940 s]
[INFO] Apache Oozie Fluent Job Client ..................... SUCCESS [  0.567 s]
[INFO] Apache Oozie Server ................................ SUCCESS [ 10.417 s]
[INFO] Apache Oozie Distro ................................ SUCCESS [  2.332 s]
[INFO] Apache Oozie ZooKeeper Security Tests .............. SUCCESS [  3.032 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:28 min
[INFO] Finished at: 2019-03-26T13:38:32Z
[INFO] ------------------------------------------------------------------------
[TRACE] SpotBugs 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 client/src/main/java/org/apache/oozie/client/OozieClient.java...
Hunk #1 succeeded at 174 (offset -15 lines).
Checking patch 
core/src/main/java/org/apache/oozie/command/wf/SubmitXCommand.java...
error: while searching for:
            Configuration fsConf = has.createConfiguration(uri.getAuthority());
            FileSystem fs = has.createFileSystem(user, uri, fsConf);

            Path configDefault = null;
            Configuration defaultConf = null;
            // app path could be a directory
            Path path = new Path(uri.getPath());
            if (!fs.isFile(path)) {
                configDefault = new Path(path, CONFIG_DEFAULT);
            } else {
                configDefault = new Path(path.getParent(), CONFIG_DEFAULT);
            }

            if (fs.exists(configDefault)) {
                try {
                    defaultConf = new XConfiguration(fs.open(configDefault));
                    PropertiesUtils.checkDisallowedProperties(defaultConf, 
DISALLOWED_DEFAULT_PROPERTIES);
                    XConfiguration.injectDefaults(defaultConf, conf);
                }
                catch (IOException ex) {
                    throw new IOException("default configuration file, " + 
ex.getMessage(), ex);
                }
            }
            if (defaultConf != null) {
                defaultConf = resolveDefaultConfVariables(defaultConf);
            }

            WorkflowApp app = wps.parseDef(conf, defaultConf);
            XConfiguration protoActionConf = wps.createProtoActionConf(conf, 
true);

error: patch failed: 
core/src/main/java/org/apache/oozie/command/wf/SubmitXCommand.java:140
error: core/src/main/java/org/apache/oozie/command/wf/SubmitXCommand.java: 
patch does not apply
Checking patch 
core/src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java...
Checking patch src/main/java/org/apache/oozie/client/OozieClient.java...
error: src/main/java/org/apache/oozie/client/OozieClient.java: No such file or 
directory
Checking patch src/main/java/org/apache/oozie/command/wf/SubmitXCommand.java...
error: src/main/java/org/apache/oozie/command/wf/SubmitXCommand.java: No such 
file or directory
Checking patch 
src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.java...
error: src/test/java/org/apache/oozie/command/wf/TestSubmitXCommand.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 --:--:-- --:--:-- --:--:--     0  
0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0100 
 1774    0  1575  100   199   1861    235 --:--:-- --:--:-- --:--:--  1861
{"self":"https://issues.apache.org/jira/rest/api/2/issue/13137525/comment/16801715","id":"16801715","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-3179\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":"2019-03-26T13:38:34.080+0000","updated":"2019-03-26T13:38:34.080+0000"}
test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-3179
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.

Reply via email to