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 2016/07/28 04:12:21 UTC

Build failed in Jenkins: oozie-trunk-precommit-build #3116

See <https://builds.apache.org/job/oozie-trunk-precommit-build/3116/>

------------------------------------------
[...truncated 2557 lines...]
  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/cli/OozieCLI.java...
Hunk #4 succeeded at 1862 (offset 6 lines).
Checking patch client/src/main/java/org/apache/oozie/client/OozieClient.java...
Hunk #3 succeeded at 2019 (offset 16 lines).
Hunk #4 succeeded at 2167 (offset 16 lines).
Checking patch client/src/main/java/org/apache/oozie/client/rest/JsonTags.java...
Checking patch client/src/main/java/org/apache/oozie/client/rest/RestConstants.java...
Checking patch core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java...
Hunk #2 succeeded at 665 (offset 16 lines).
Hunk #3 succeeded at 677 (offset 16 lines).
Hunk #4 succeeded at 685 (offset 16 lines).
Hunk #5 succeeded at 744 (offset 16 lines).
Hunk #6 succeeded at 1709 (offset 23 lines).
Checking patch core/src/main/java/org/apache/oozie/healthcheck/DataBaseHealthCheck.java...
error: core/src/main/java/org/apache/oozie/healthcheck/DataBaseHealthCheck.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/healthcheck/HdfsHealthCheck.java...
error: core/src/main/java/org/apache/oozie/healthcheck/HdfsHealthCheck.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutor.java...
error: core/src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutor.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutorHTML.java...
error: core/src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutorHTML.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutorJson.java...
error: core/src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutorJson.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/healthcheck/HealthCheckStatus.java...
error: core/src/main/java/org/apache/oozie/healthcheck/HealthCheckStatus.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/healthcheck/OozieHealthCheckComponent.java...
error: core/src/main/java/org/apache/oozie/healthcheck/OozieHealthCheckComponent.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/healthcheck/SharelibHealthCheck.java...
error: core/src/main/java/org/apache/oozie/healthcheck/SharelibHealthCheck.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/healthcheck/SharelibMetaFileHealthCheck.java...
error: core/src/main/java/org/apache/oozie/healthcheck/SharelibMetaFileHealthCheck.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/healthcheck/ZKHealthCheck.java...
error: core/src/main/java/org/apache/oozie/healthcheck/ZKHealthCheck.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/service/ShareLibService.java...
Hunk #1 succeeded at 878 (offset -1 lines).
Checking patch core/src/main/java/org/apache/oozie/servlet/BaseAdminServlet.java...
Checking patch core/src/main/java/org/apache/oozie/servlet/JsonRestServlet.java...
Checking patch core/src/main/java/org/apache/oozie/servlet/V0AdminServlet.java...
Checking patch core/src/main/java/org/apache/oozie/servlet/V1AdminServlet.java...
Checking patch core/src/main/java/org/apache/oozie/servlet/V2AdminServlet.java...
Checking patch core/src/main/resources/oozie-default.xml...
Hunk #1 succeeded at 2407 (offset 66 lines).
Checking patch core/src/test/java/org/apache/oozie/client/TestOozieCLI.java...
Hunk #2 succeeded at 1315 (offset 15 lines).
Checking patch core/src/test/java/org/apache/oozie/healthcheck/TestDataBaseHealthCheck.java...
error: core/src/test/java/org/apache/oozie/healthcheck/TestDataBaseHealthCheck.java: No such file or directory
Checking patch core/src/test/java/org/apache/oozie/healthcheck/TestSharelibMetaFileHealthCheck.java...
error: core/src/test/java/org/apache/oozie/healthcheck/TestSharelibMetaFileHealthCheck.java: No such file or directory
Checking patch core/src/test/java/org/apache/oozie/healthcheck/TestZKHealthCheck.java...
error: core/src/test/java/org/apache/oozie/healthcheck/TestZKHealthCheck.java: No such file or directory
Checking patch core/src/test/java/org/apache/oozie/service/ShareLibServiceTestCases.java...
error: core/src/test/java/org/apache/oozie/service/ShareLibServiceTestCases.java: No such file or directory
Checking patch core/src/test/java/org/apache/oozie/service/TestShareLibService.java...
Hunk #2 succeeded at 465 (offset 10 lines).
Hunk #3 succeeded at 484 (offset 10 lines).
Hunk #4 succeeded at 529 (offset 10 lines).
error: while searching for:
        }
    }

    private URI[] setUpPigJob(boolean useSystemSharelib) throws Exception {
        services.init();
        String actionXml = "<pig>" + "<job-tracker>" + getJobTrackerUri() + "</job-tracker>" + "<name-node>"
                + getNameNodeUri() + "</name-node></pig>";
        Element eActionXml = XmlUtils.parseXml(actionXml);
        XConfiguration protoConf = new XConfiguration();
        protoConf.set(WorkflowAppService.HADOOP_USER, getTestUser());
        WorkflowJobBean wfj = new WorkflowJobBean();
        protoConf.setBoolean(OozieClient.USE_SYSTEM_LIBPATH, useSystemSharelib);
        wfj.setProtoActionConf(XmlUtils.prettyPrint(protoConf).toString());
        wfj.setConf(XmlUtils.prettyPrint(protoConf).toString());

        Context context = new TestJavaActionExecutor().new Context(wfj, new WorkflowActionBean());
        PigActionExecutor ae = new PigActionExecutor();
        Configuration jobConf = ae.createBaseHadoopConf(context, eActionXml);
        jobConf.set("oozie.action.sharelib.for.pig", "pig");
        ae.setLibFilesArchives(context, eActionXml, new Path("hdfs://dummyAppPath"), jobConf);
        return DistributedCache.getCacheFiles(jobConf);
    }

    private void createFile(String... filenames) throws IOException {
        for (String filename : filenames) {
            Path path = new Path(filename);
            createFile(path);
        }
    }

    private void createFile(Path... paths) throws IOException {
        for (Path path : paths) {
            FSDataOutputStream out = getFileSystem().create(path);
            out.close();
        }
    }

    private void createTestShareLibMetaFile(FileSystem fs) {
        Properties prop = new Properties();

        try {

            String testPath = "shareLibPath/";

            Path basePath = new Path(testPath + Path.SEPARATOR + "testPath");

            Path somethingNew = new Path(testPath + Path.SEPARATOR + "something_new");
            fs.mkdirs(basePath);
            fs.mkdirs(somethingNew);

            createFile(basePath.toString() + Path.SEPARATOR + "pig" + Path.SEPARATOR + "pig.jar");
            createFile(somethingNew.toString() + Path.SEPARATOR + "somethingNew" + Path.SEPARATOR + "somethingNew.jar");

            prop.put(ShareLibService.SHARE_LIB_CONF_PREFIX + ".pig", "/user/test/" + basePath.toString());
            prop.put(ShareLibService.SHARE_LIB_CONF_PREFIX + ".something_new", "/user/test/" + somethingNew.toString());
            createTestShareLibMetaFile(fs, prop);

        }
        catch (IOException ex) {
            ex.printStackTrace();
        }
    }

    private void createTestShareLibMetaFile(FileSystem fs, Properties prop) {
        try {
            FSDataOutputStream out = fs.create(new Path(metaFile));
            prop.store(out, null);
            out.close();

        }
        catch (IOException ex) {
            ex.printStackTrace();
        }
    }

    public void createTestShareLibMetaFile_multipleFile(FileSystem fs) {

        Properties prop = new Properties();
        try {

            String testPath = "shareLibPath/";

            Path basePath = new Path(testPath + Path.SEPARATOR + "testPath");
            Path somethingNew = new Path(testPath + Path.SEPARATOR + "something_new");
            fs.mkdirs(basePath);
            fs.mkdirs(somethingNew);

            createFile(basePath.toString() + Path.SEPARATOR + "pig" + Path.SEPARATOR + "pig.jar");
            createFile(somethingNew.toString() + Path.SEPARATOR + "somethingNew" + Path.SEPARATOR + "somethingNew.jar");

            prop.put(ShareLibService.SHARE_LIB_CONF_PREFIX + ".pig", "/user/test/" + basePath.toString()
                    + Path.SEPARATOR + "pig" + Path.SEPARATOR + "pig.jar," + "/user/test/" + somethingNew.toString()
                    + Path.SEPARATOR + "somethingNew" + Path.SEPARATOR + "somethingNew.jar");

            FSDataOutputStream out = fs.create(new Path(metaFile));

            prop.store(out, null);
            out.close();

        }
        catch (IOException ex) {
            ex.prin
error: patch failed: core/src/test/java/org/apache/oozie/service/TestShareLibService.java:713
error: core/src/test/java/org/apache/oozie/service/TestShareLibService.java: patch does not apply
Checking patch docs/src/site/twiki/AG_Install.twiki...
Hunk #1 succeeded at 849 (offset 12 lines).
Hunk #2 succeeded at 1023 (offset 12 lines).
Checking patch docs/src/site/twiki/DG_CommandLineTool.twiki...
Hunk #1 succeeded at 1411 (offset -12 lines).
Hunk #2 succeeded at 1473 (offset -12 lines).
Checking patch docs/src/site/twiki/WebServicesAPI.twiki...
Checking patch src/main/java/org/apache/oozie/cli/OozieCLI.java...
error: src/main/java/org/apache/oozie/cli/OozieCLI.java: No such file or directory
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/client/rest/JsonTags.java...
error: src/main/java/org/apache/oozie/client/rest/JsonTags.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/client/rest/RestConstants.java...
error: src/main/java/org/apache/oozie/client/rest/RestConstants.java: No such file or directory
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 src/main/java/org/apache/oozie/healthcheck/DataBaseHealthCheck.java...
error: src/main/java/org/apache/oozie/healthcheck/DataBaseHealthCheck.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/healthcheck/HdfsHealthCheck.java...
error: src/main/java/org/apache/oozie/healthcheck/HdfsHealthCheck.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutor.java...
error: src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutor.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutorHTML.java...
error: src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutorHTML.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutorJson.java...
error: src/main/java/org/apache/oozie/healthcheck/HealthCheckExecutorJson.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/healthcheck/HealthCheckStatus.java...
error: src/main/java/org/apache/oozie/healthcheck/HealthCheckStatus.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/healthcheck/OozieHealthCheckComponent.java...
error: src/main/java/org/apache/oozie/healthcheck/OozieHealthCheckComponent.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/healthcheck/SharelibHealthCheck.java...
error: src/main/java/org/apache/oozie/healthcheck/SharelibHealthCheck.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/healthcheck/SharelibMetaFileHealthCheck.java...
error: src/main/java/org/apache/oozie/healthcheck/SharelibMetaFileHealthCheck.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/healthcheck/ZKHealthCheck.java...
error: src/main/java/org/apache/oozie/healthcheck/ZKHealthCheck.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/service/ShareLibService.java...
error: src/main/java/org/apache/oozie/service/ShareLibService.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/servlet/BaseAdminServlet.java...
error: src/main/java/org/apache/oozie/servlet/BaseAdminServlet.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/servlet/JsonRestServlet.java...
error: src/main/java/org/apache/oozie/servlet/JsonRestServlet.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/servlet/V0AdminServlet.java...
error: src/main/java/org/apache/oozie/servlet/V0AdminServlet.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/servlet/V1AdminServlet.java...
error: src/main/java/org/apache/oozie/servlet/V1AdminServlet.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/servlet/V2AdminServlet.java...
error: src/main/java/org/apache/oozie/servlet/V2AdminServlet.java: No such file or directory
Checking patch src/main/resources/oozie-default.xml...
error: src/main/resources/oozie-default.xml: No such file or directory
Checking patch src/test/java/org/apache/oozie/client/TestOozieCLI.java...
error: src/test/java/org/apache/oozie/client/TestOozieCLI.java: No such file or directory
Checking patch src/test/java/org/apache/oozie/healthcheck/TestDataBaseHealthCheck.java...
error: src/test/java/org/apache/oozie/healthcheck/TestDataBaseHealthCheck.java: No such file or directory
Checking patch src/test/java/org/apache/oozie/healthcheck/TestSharelibMetaFileHealthCheck.java...
error: src/test/java/org/apache/oozie/healthcheck/TestSharelibMetaFileHealthCheck.java: No such file or directory
Checking patch src/test/java/org/apache/oozie/healthcheck/TestZKHealthCheck.java...
error: src/test/java/org/apache/oozie/healthcheck/TestZKHealthCheck.java: No such file or directory
Checking patch src/test/java/org/apache/oozie/service/ShareLibServiceTestCases.java...
error: src/test/java/org/apache/oozie/service/ShareLibServiceTestCases.java: No such file or directory
Checking patch src/test/java/org/apache/oozie/service/TestShareLibService.java...
error: src/test/java/org/apache/oozie/service/TestShareLibService.java: No such file or directory
Checking patch src/site/twiki/AG_Install.twiki...
error: src/site/twiki/AG_Install.twiki: No such file or directory
Checking patch src/site/twiki/DG_CommandLineTool.twiki...
error: src/site/twiki/DG_CommandLineTool.twiki: No such file or directory
Checking patch src/site/twiki/WebServicesAPI.twiki...
error: src/site/twiki/WebServicesAPI.twiki: No such file or directory
Patch failed to apply to head of branch

Adding comment to JIRA
Comment added.

test-patch exit code: 1

Build step 'Execute shell' marked build as failure
Archiving artifacts
Compressed 345.90 KB of artifacts by 27.8% relative to #3065
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?


Build failed in Jenkins: oozie-trunk-precommit-build #3117

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/oozie-trunk-precommit-build/3117/>

------------------------------------------
[...truncated 2416 lines...]
[INFO] Building Apache Oozie WebApp 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oozie-webapp ---
[INFO] Deleting <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/webapp/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ oozie-webapp ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ oozie-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ oozie-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ oozie-webapp ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/webapp/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ oozie-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ oozie-webapp ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Oozie Tools 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oozie-tools ---
[INFO] Deleting <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/tools/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ oozie-tools ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ oozie-tools ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/tools/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ oozie-tools ---
[INFO] Compiling 2 source files to <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/tools/target/classes>
[WARNING] <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/tools/src/main/java/org/apache/oozie/tools/OozieSharelibCLI.java>:[156,20] [deprecation] getConf() in Services has been deprecated
[WARNING] <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/tools/src/main/java/org/apache/oozie/tools/OozieSharelibCLI.java>:[158,20] [deprecation] getConf() in Services has been deprecated
[WARNING] <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/tools/src/main/java/org/apache/oozie/tools/OozieDBCLI.java>:[166,37] [deprecation] getConf() in Services has been deprecated
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ oozie-tools ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ oozie-tools ---
[INFO] Compiling 6 source files to <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/tools/target/test-classes>
[WARNING] <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/tools/src/test/java/org/apache/oozie/tools/TestOozieSharelibCLI.java>:[196,20] [deprecation] getConf() in Services has been deprecated
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ oozie-tools ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Oozie MiniOozie 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oozie-mini ---
[INFO] Deleting <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/minitest/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ oozie-mini ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ oozie-mini ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/minitest/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ oozie-mini ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ oozie-mini ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ oozie-mini ---
[INFO] Compiling 1 source file to <https://builds.apache.org/job/oozie-trunk-precommit-build/ws/minitest/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ oozie-mini ---
[INFO] Tests are skipped.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Oozie WorkflowGenerator 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for com.orange.links:gwt-links:jar:1.3-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Oozie Main .................................. SUCCESS [  0.904 s]
[INFO] Apache Oozie Hadoop Utils .......................... SUCCESS [  1.392 s]
[INFO] Apache Oozie Hadoop Distcp hadoop-1-4.3.0-SNAPSHOT . SUCCESS [  0.053 s]
[INFO] Apache Oozie Hadoop Auth hadoop-1-4.3.0-SNAPSHOT ... SUCCESS [  0.177 s]
[INFO] Apache Oozie Hadoop Libs ........................... SUCCESS [  0.024 s]
[INFO] Apache Oozie Client ................................ SUCCESS [  5.304 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [  2.524 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [  2.836 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [  1.047 s]
[INFO] Apache Oozie Core .................................. SUCCESS [ 21.966 s]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [  5.494 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [  3.619 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [  3.943 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [  3.789 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [  3.066 s]
[INFO] Apache Oozie Examples .............................. SUCCESS [  4.040 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [  6.197 s]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [  0.018 s]
[INFO] Apache Oozie Docs .................................. SUCCESS [  0.658 s]
[INFO] Apache Oozie WebApp ................................ SUCCESS [  1.332 s]
[INFO] Apache Oozie Tools ................................. SUCCESS [  3.983 s]
[INFO] Apache Oozie MiniOozie ............................. SUCCESS [  1.530 s]
[INFO] Apache Oozie WorkflowGenerator ..................... FAILURE [  0.034 s]
[INFO] Apache Oozie Distro ................................ SKIPPED
[INFO] Apache Oozie ZooKeeper Security Tests .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:15 min
[INFO] Finished at: 2016-07-28T04:14:02+00:00
[INFO] Final Memory: 57M/1075M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project oozie-workflowgenerator: Could not resolve dependencies for project org.apache.oozie:oozie-workflowgenerator:war:4.3.0-SNAPSHOT: Failure to find com.orange.links:gwt-links:jar:1.3-SNAPSHOT in http://gwt-links.googlecode.com/svn/repository was cached in the local repository, resolution will not be reattempted until the update interval of gwt-links has elapsed or updates are forced -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :oozie-workflowgenerator
  Running test-patch task BACKWARDS_COMPATIBILITY
  Running test-patch task TESTS
  Running test-patch task DISTRO

Applying patch

Checking patch --no-prefix...
Checking patch client/src/main/java/org/apache/oozie/client/OozieClient.java...
Checking patch core/src/main/java/org/apache/oozie/DagEngine.java...
Checking patch core/src/main/java/org/apache/oozie/executor/jpa/BundleJobInfoGetJPAExecutor.java...
error: while searching for:
    public BundleJobInfo execute(EntityManager em) throws JPAExecutorException {
        List<String> orArray = new ArrayList<String>();
        List<String> colArray = new ArrayList<String>();
        List<String> valArray = new ArrayList<String>();
        StringBuilder sb = new StringBuilder("");

        StoreStatusFilter.filter(filter, orArray, colArray, valArray, sb, StoreStatusFilter.bundleSeletStr,

error: patch failed: core/src/main/java/org/apache/oozie/executor/jpa/BundleJobInfoGetJPAExecutor.java:79
error: core/src/main/java/org/apache/oozie/executor/jpa/BundleJobInfoGetJPAExecutor.java: patch does not apply
Checking patch core/src/main/java/org/apache/oozie/executor/jpa/CoordJobInfoGetJPAExecutor.java...
error: while searching for:
    public CoordinatorJobInfo execute(EntityManager em) throws JPAExecutorException {
        List<String> orArray = new ArrayList<String>();
        List<String> colArray = new ArrayList<String>();
        List<String> valArray = new ArrayList<String>();
        StringBuilder sb = new StringBuilder("");

        StoreStatusFilter.filter(filter, orArray, colArray, valArray, sb, StoreStatusFilter.coordSeletStr,

error: patch failed: core/src/main/java/org/apache/oozie/executor/jpa/CoordJobInfoGetJPAExecutor.java:65
error: core/src/main/java/org/apache/oozie/executor/jpa/CoordJobInfoGetJPAExecutor.java: patch does not apply
Checking patch core/src/main/java/org/apache/oozie/executor/jpa/WorkflowsJobGetJPAExecutor.java...
error: while searching for:
import org.apache.oozie.client.WorkflowJob.Status;
import org.apache.oozie.util.DateUtils;
import org.apache.oozie.util.XLog;
import org.apache.openjpa.persistence.OpenJPAPersistence;
import org.apache.openjpa.persistence.OpenJPAQuery;
import org.apache.openjpa.persistence.jdbc.FetchDirection;

error: patch failed: core/src/main/java/org/apache/oozie/executor/jpa/WorkflowsJobGetJPAExecutor.java:37
error: core/src/main/java/org/apache/oozie/executor/jpa/WorkflowsJobGetJPAExecutor.java: patch does not apply
Checking patch core/src/main/java/org/apache/oozie/store/StoreStatusFilter.java...
error: while searching for:

package org.apache.oozie.store;

import java.util.List;
import java.util.Map;

import org.apache.oozie.client.OozieClient;
import org.apache.oozie.util.XLog;

public class StoreStatusFilter {
    public static final String coordSeletStr = "Select w.id, w.appName, w.statusStr, w.user, w.group, w.startTimestamp, w.endTimestamp, w.appPath, w.concurrency, w.frequency, w.lastActionTimestamp, w.nextMaterializedTimestamp, w.createdTimestamp, w.timeUnitStr, w.timeZone, w.timeOut from CoordinatorJobBean w";

error: patch failed: core/src/main/java/org/apache/oozie/store/StoreStatusFilter.java:18
error: core/src/main/java/org/apache/oozie/store/StoreStatusFilter.java: patch does not apply
Checking patch core/src/main/java/org/apache/oozie/util/db/JPAUtils.java...
Checking patch core/src/test/java/org/apache/oozie/executor/jpa/TestBundleJobInfoGetJPAExecutor.java...
Hunk #2 succeeded at 61 (offset 1 line).
Hunk #3 succeeded at 79 (offset 1 line).
Checking patch core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobInfoGetJPAExecutor.java...
error: while searching for:

import org.apache.oozie.CoordinatorJobBean;
import org.apache.oozie.CoordinatorJobInfo;
import org.apache.oozie.client.CoordinatorJob;
import org.apache.oozie.client.OozieClient;
import org.apache.oozie.local.LocalOozie;
import org.apache.oozie.service.JPAService;
import org.apache.oozie.service.Services;
import org.apache.oozie.test.XDataTestCase;

public class TestCoordJobInfoGetJPAExecutor extends XDataTestCase {
    Services services;

error: patch failed: core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobInfoGetJPAExecutor.java:25
error: core/src/test/java/org/apache/oozie/executor/jpa/TestCoordJobInfoGetJPAExecutor.java: patch does not apply
Checking patch core/src/test/java/org/apache/oozie/executor/jpa/TestWorkflowsJobGetJPAExecutor.java...
error: while searching for:
        assertEquals(wfBean.getParentId(), retBean.getParentId());
    }

    public void testWfJobsGetWithCreatedTime() throws Exception {
        JPAService jpaService = Services.get().get(JPAService.class);
        Date createdTime1 = DateUtils.parseDateUTC("2012-01-01T10:00Z");

error: patch failed: core/src/test/java/org/apache/oozie/executor/jpa/TestWorkflowsJobGetJPAExecutor.java:107
error: core/src/test/java/org/apache/oozie/executor/jpa/TestWorkflowsJobGetJPAExecutor.java: patch does not apply
Checking patch core/src/test/java/org/apache/oozie/test/XDataTestCase.java...
fatal: git diff header lacks filename information when removing 1 leading pathname component (line 4)
Patch failed to apply to head of branch

Adding comment to JIRA
Comment added.

test-patch exit code: 1

Build step 'Execute shell' marked build as failure
Archiving artifacts
Compressed 345.90 KB of artifacts by 27.8% relative to #3065
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?