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

------------------------------------------
[...truncated 2479 lines...]
[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.877 s]
[INFO] Apache Oozie Hadoop Utils .......................... SUCCESS [  1.235 s]
[INFO] Apache Oozie Hadoop Distcp hadoop-1-4.3.0-SNAPSHOT . SUCCESS [  0.057 s]
[INFO] Apache Oozie Hadoop Auth hadoop-1-4.3.0-SNAPSHOT ... SUCCESS [  0.165 s]
[INFO] Apache Oozie Hadoop Libs ........................... SUCCESS [  0.023 s]
[INFO] Apache Oozie Client ................................ SUCCESS [  4.515 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [  2.392 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [  2.595 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [  0.980 s]
[INFO] Apache Oozie Core .................................. SUCCESS [ 22.882 s]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [  5.330 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [  3.739 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [  4.088 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [  3.895 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [  3.071 s]
[INFO] Apache Oozie Examples .............................. SUCCESS [  4.134 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [  6.124 s]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [  0.018 s]
[INFO] Apache Oozie Docs .................................. SUCCESS [  0.664 s]
[INFO] Apache Oozie WebApp ................................ SUCCESS [  1.305 s]
[INFO] Apache Oozie Tools ................................. SUCCESS [  4.108 s]
[INFO] Apache Oozie MiniOozie ............................. SUCCESS [  1.544 s]
[INFO] Apache Oozie WorkflowGenerator ..................... FAILURE [  0.036 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-28T05:30:56+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 client/src/main/java/org/apache/oozie/cli/OozieCLI.java...
Hunk #1 succeeded at 1102 (offset 6 lines).
Hunk #2 succeeded at 1130 (offset 6 lines).
Hunk #3 succeeded at 1145 (offset 6 lines).
Checking patch client/src/main/java/org/apache/oozie/client/OozieClient.java...
Hunk #2 succeeded at 1624 (offset 16 lines).
Hunk #3 succeeded at 1685 (offset 16 lines).
Hunk #4 succeeded at 1701 (offset 16 lines).
Checking patch core/src/main/java/org/apache/oozie/CoordinatorActionBean.java...
Hunk #1 succeeded at 85 (offset 3 lines).
Hunk #2 succeeded at 155 (offset 3 lines).
Checking patch core/src/main/java/org/apache/oozie/CoordinatorEngine.java...
error: while searching for:

import org.apache.commons.lang.StringUtils;
import org.apache.hadoop.conf.Configuration;
import org.apache.oozie.BaseEngine.LOG_TYPE;
import org.apache.oozie.client.CoordinatorAction;
import org.apache.oozie.client.CoordinatorJob;
import org.apache.oozie.client.OozieClient;

error: patch failed: 
core/src/main/java/org/apache/oozie/CoordinatorEngine.java:22
error: core/src/main/java/org/apache/oozie/CoordinatorEngine.java: patch does 
not apply
Checking patch core/src/main/java/org/apache/oozie/ErrorCode.java...
error: while searching for:
    E1025(XLog.STD, "Coord status transit error: [{0}]"),
    E1026(XLog.STD, "SLA alert update command failed: {0}"),
    E1027(XLog.STD, "SLA change command failed. {0}"),


    E1100(XLog.STD, "Command precondition does not hold before execution, 
[{0}]"),

error: patch failed: core/src/main/java/org/apache/oozie/ErrorCode.java:214
error: core/src/main/java/org/apache/oozie/ErrorCode.java: patch does not apply
Checking patch core/src/main/java/org/apache/oozie/LocalOozieClientCoord.java...
Checking patch 
core/src/main/java/org/apache/oozie/command/bundle/BundleRerunXCommand.java...
Checking patch 
core/src/main/java/org/apache/oozie/command/coord/CoordRerunXCommand.java...
error: while searching for:
        try {
            CoordinatorActionInfo coordInfo = null;
            InstrumentUtils.incrJobCounter(getName(), 1, getInstrumentation());
            List<CoordinatorActionBean> coordActions = 
CoordUtils.getCoordActions(rerunType, jobId, scope, false);
            if (checkAllActionsRunnable(coordActions)) {
                Map<String, Context> uriHandlerContextMap = new HashMap<String, 
Context>();
                Configuration coordJobConf = null;
                try {
                    coordJobConf = new XConfiguration(new 
StringReader(coordJob.getConf()));
                }
                catch (IOException e) {
                    throw new CommandException(ErrorCode.E0907, "failed to read 
coord job conf to clean up output data");
                }
                try {
                    for (CoordinatorActionBean coordAction : coordActions) {
                        String actionXml = coordAction.getActionXml();
                        if (!noCleanup) {
                            Element eAction = XmlUtils.parseXml(actionXml);
                            cleanupOutputEvents(eAction, coordJobConf, 
uriHandlerContextMap);
                        }
                        if (refresh) {
                            refreshAction(coordJob, coordAction);
                        }
                        updateAction(coordJob, coordAction);
                        if (SLAService.isEnabled()) {
                            
SLAOperations.updateRegistrationEvent(coordAction.getId());
                        }
                        queue(new CoordActionNotificationXCommand(coordAction), 
100);
                        queue(new 
CoordActionInputCheckXCommand(coordAction.getId(), coordAction.getJobId()), 
100);
                        if (coordAction.getPushMissingDependencies() != null) {
                            queue(new 
CoordPushDependencyCheckXCommand(coordAction.getId(), true), 100);
                        }
                    }
                }
                finally {
                    Iterator<Entry<String, Context>> itr = 
uriHandlerContextMap.entrySet().iterator();
                    while (itr.hasNext()) {
                        Entry<String, Context> entry = itr.next();
                        entry.getValue().destroy();
                        itr.remove();
                    }
                }
            }
            else {
                isError = true;
                throw new CommandException(ErrorCode.E1018, "part or all 
actions are not eligible to rerun!");
            }
            coordInfo = new CoordinatorActionInfo(coordActions);

            ret = coordInfo;

error: patch failed: 
core/src/main/java/org/apache/oozie/command/coord/CoordRerunXCommand.java:346
error: 
core/src/main/java/org/apache/oozie/command/coord/CoordRerunXCommand.java: 
patch does not apply
Checking patch core/src/main/java/org/apache/oozie/coord/CoordUtils.java...
error: while searching for:
import org.apache.oozie.client.OozieClient;
import org.apache.oozie.client.rest.RestConstants;
import org.apache.oozie.command.CommandException;
import org.apache.oozie.executor.jpa.CoordActionGetJPAExecutor;
import org.apache.oozie.executor.jpa.CoordJobGetActionForNominalTimeJPAExecutor;
import org.apache.oozie.executor.jpa.JPAExecutorException;
import org.apache.oozie.service.ConfigurationService;

error: patch failed: 
core/src/main/java/org/apache/oozie/coord/CoordUtils.java:38
error: core/src/main/java/org/apache/oozie/coord/CoordUtils.java: patch does 
not apply
Checking patch 
core/src/main/java/org/apache/oozie/executor/jpa/CoordActionGetByStatusJPAExecutor.java...
Checking patch 
core/src/main/java/org/apache/oozie/executor/jpa/CoordActionQueryExecutor.java...
Hunk #2 succeeded at 212 (offset 2 lines).
Hunk #3 succeeded at 304 (offset 12 lines).
Checking patch 
core/src/main/java/org/apache/oozie/executor/jpa/CoordJobGetActionByStatusForNominalTimeJPAExecutor.java...
Checking patch core/src/main/java/org/apache/oozie/servlet/V1JobServlet.java...
Checking patch 
core/src/main/java/org/apache/oozie/util/CoordActionsInDateRange.java...
Checking patch core/src/test/java/org/apache/oozie/client/TestOozieCLI.java...
Checking patch 
core/src/test/java/org/apache/oozie/command/coord/TestCoordRerunXCommand.java...
Checking patch 
core/src/test/java/org/apache/oozie/event/TestEventGeneration.java...
Hunk #1 succeeded at 341 (offset 3 lines).
Checking patch 
core/src/test/java/org/apache/oozie/servlet/MockCoordinatorEngineService.java...
Checking patch 
core/src/test/java/org/apache/oozie/sla/TestSLAEventGeneration.java...
Checking patch docs/src/site/twiki/DG_CoordinatorRerun.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/CoordinatorActionBean.java...
error: src/main/java/org/apache/oozie/CoordinatorActionBean.java: No such file 
or directory
Checking patch src/main/java/org/apache/oozie/CoordinatorEngine.java...
error: src/main/java/org/apache/oozie/CoordinatorEngine.java: No such file or 
directory
Checking patch src/main/java/org/apache/oozie/ErrorCode.java...
error: src/main/java/org/apache/oozie/ErrorCode.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/LocalOozieClientCoord.java...
error: src/main/java/org/apache/oozie/LocalOozieClientCoord.java: No such file 
or directory
Checking patch 
src/main/java/org/apache/oozie/command/bundle/BundleRerunXCommand.java...
error: src/main/java/org/apache/oozie/command/bundle/BundleRerunXCommand.java: 
No such file or directory
Checking patch 
src/main/java/org/apache/oozie/command/coord/CoordRerunXCommand.java...
error: src/main/java/org/apache/oozie/command/coord/CoordRerunXCommand.java: No 
such file or directory
Checking patch src/main/java/org/apache/oozie/coord/CoordUtils.java...
error: src/main/java/org/apache/oozie/coord/CoordUtils.java: No such file or 
directory
Checking patch 
src/main/java/org/apache/oozie/executor/jpa/CoordActionGetByStatusJPAExecutor.java...
Checking patch 
src/main/java/org/apache/oozie/executor/jpa/CoordActionQueryExecutor.java...
error: 
src/main/java/org/apache/oozie/executor/jpa/CoordActionQueryExecutor.java: No 
such file or directory
Checking patch 
src/main/java/org/apache/oozie/executor/jpa/CoordJobGetActionByStatusForNominalTimeJPAExecutor.java...
Checking patch src/main/java/org/apache/oozie/servlet/V1JobServlet.java...
error: src/main/java/org/apache/oozie/servlet/V1JobServlet.java: No such file 
or directory
Checking patch 
src/main/java/org/apache/oozie/util/CoordActionsInDateRange.java...
error: src/main/java/org/apache/oozie/util/CoordActionsInDateRange.java: 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/command/coord/TestCoordRerunXCommand.java...
error: 
src/test/java/org/apache/oozie/command/coord/TestCoordRerunXCommand.java: No 
such file or directory
Checking patch src/test/java/org/apache/oozie/event/TestEventGeneration.java...
error: src/test/java/org/apache/oozie/event/TestEventGeneration.java: No such 
file or directory
Checking patch 
src/test/java/org/apache/oozie/servlet/MockCoordinatorEngineService.java...
error: 
src/test/java/org/apache/oozie/servlet/MockCoordinatorEngineService.java: No 
such file or directory
Checking patch src/test/java/org/apache/oozie/sla/TestSLAEventGeneration.java...
error: src/test/java/org/apache/oozie/sla/TestSLAEventGeneration.java: No such 
file or directory
Checking patch src/site/twiki/DG_CoordinatorRerun.twiki...
error: src/site/twiki/DG_CoordinatorRerun.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
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?

Reply via email to