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 2019/03/20 08:38:49 UTC

Failed: OOZIE-1779 PreCommit Build #1051

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

###################################################################################
########################## LAST 100 LINES OF THE CONSOLE ###########################
[...truncated 833.53 KB...]
                        qTotal = entityManager.createQuery(sbTotal.toString().replace(seletStr, countStr));
                        for (int i = 0; i < orArray.size(); i++) {
                            q.setParameter(colArray.get(i), valArray.get(i));
                            qTotal.setParameter(colArray.get(i), valArray.get(i));
                        }
                    }
                }

                OpenJPAQuery kq = OpenJPAPersistence.cast(q);
                JDBCFetchPlan fetch = (JDBCFetchPlan) kq.getFetchPlan();
                fetch.setFetchBatchSize(20);
                fetch.setResultSetType(ResultSetType.SCROLL_INSENSITIVE);
                fetch.setFetchDirection(FetchDirection.FORWARD);
                fetch.setLRSSizeAlgorithm(LRSSizeAlgorithm.LAST);
                List<?> resultList = q.getResultList();
                List<Object[]> objectArrList = (List<Object[]>) resultList;
                List<WorkflowJobBean> wfBeansList = new ArrayList<WorkflowJobBean>();

                for (Object[] arr : objectArrList) {
                    WorkflowJobBean ww = getBeanForWorkflowFromArray(arr);
                    wfBeansList.add(ww);
                }

                realLen = ((Long) qTotal.getSingleResult()).intValue();

                return new WorkflowsInfo(wfBeansList, start, len, realLen);
            }
        });
        return workFlowsInfo;

    }

    /**
     * Load the Workflow and all Action details and return a WorkflowJobBean. Workflow Instance is not loaded
     *
     * @param id Workflow Id

error: patch failed: core/src/main/java/org/apache/oozie/store/WorkflowStore.java:476
error: core/src/main/java/org/apache/oozie/store/WorkflowStore.java: patch does not apply
Checking patch core/src/test/java/org/apache/oozie/TestCoordinatorEngineSimple.java...
error: while searching for:
import java.util.List;
import java.util.Map;

import org.apache.oozie.service.Services;
import org.apache.oozie.test.XTestCase;
import org.junit.Test;

error: patch failed: core/src/test/java/org/apache/oozie/TestCoordinatorEngineSimple.java:20
error: core/src/test/java/org/apache/oozie/TestCoordinatorEngineSimple.java: patch does not apply
Checking patch core/src/test/java/org/apache/oozie/TestDagEngine.java...
Hunk #1 succeeded at 42 (offset 1 line).
Hunk #2 succeeded at 236 (offset 1 line).
Checking patch core/src/test/java/org/apache/oozie/store/TestDBWorkflowStore.java...
Hunk #1 succeeded at 397 (offset 1 line).
Checking patch core/src/test/java/org/apache/oozie/store/TestStoreStatusFilter.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/BundleEngine.java...
error: src/main/java/org/apache/oozie/BundleEngine.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/DagEngine.java...
error: src/main/java/org/apache/oozie/DagEngine.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/executor/jpa/BundleJobInfoGetJPAExecutor.java...
error: src/main/java/org/apache/oozie/executor/jpa/BundleJobInfoGetJPAExecutor.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/executor/jpa/CoordJobInfoGetJPAExecutor.java...
error: src/main/java/org/apache/oozie/executor/jpa/CoordJobInfoGetJPAExecutor.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/executor/jpa/WorkflowsJobGetJPAExecutor.java...
error: src/main/java/org/apache/oozie/executor/jpa/WorkflowsJobGetJPAExecutor.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/store/CoordinatorStore.java...
error: src/main/java/org/apache/oozie/store/CoordinatorStore.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/store/StoreStatusFilter.java...
error: src/main/java/org/apache/oozie/store/StoreStatusFilter.java: No such file or directory
Checking patch src/main/java/org/apache/oozie/store/WorkflowStore.java...
error: src/main/java/org/apache/oozie/store/WorkflowStore.java: No such file or directory
Checking patch src/test/java/org/apache/oozie/TestCoordinatorEngineSimple.java...
error: src/test/java/org/apache/oozie/TestCoordinatorEngineSimple.java: No such file or directory
Checking patch src/test/java/org/apache/oozie/TestDagEngine.java...
error: src/test/java/org/apache/oozie/TestDagEngine.java: No such file or directory
Checking patch src/test/java/org/apache/oozie/store/TestDBWorkflowStore.java...
error: src/test/java/org/apache/oozie/store/TestDBWorkflowStore.java: No such file or directory
Checking patch src/test/java/org/apache/oozie/store/TestStoreStatusFilter.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   199    0     0  100   199      0    219 --:--:-- --:--:-- --:--:--   219100  1774    0  1575  100   199   1737    219 --:--:-- --:--:-- --:--:--  1736
{"self":"https://issues.apache.org/jira/rest/api/2/issue/12706689/comment/16796920","id":"16796920","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-1779\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-20T08:38:45.357+0000","updated":"2019-03-20T08:38:45.357+0000"}
test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-1779
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-3448 PreCommit Build #1053

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

###################################################################################
########################## LAST 100 LINES OF THE CONSOLE ###########################
[...truncated 1.92 MB...]
[DEBUG] There are no new bugs found in [webapp].
[TRACE] New XMLLib present, calling 'xmllint --xpath' to get bug instance counts
[DEBUG] There are no new bugs found in [examples].
[TRACE] New XMLLib present, calling 'xmllint --xpath' to get bug instance counts
[DEBUG] There are no new bugs found in [core].
[ERROR] There are [1] new bugs found below threshold in total that must be fixed.
[TRACE] SpotBugs diffs checked and reports created
[TRACE] Summary file size is 3099 bytes
[TRACE] Full summary file size is 2088 bytes
[TRACE] File [/home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build/test-patch/tmp/SPOTBUGS_DIFF/diff/findbugs-diff-0.1.0-all.jar] removed
[TRACE] File [/home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build/test-patch/tmp/SPOTBUGS_DIFF/diff/findbugs-diff-0.1.0-all.jar.md5] removed
  Running test-patch task BACKWARDS_COMPATIBILITY
  Running test-patch task TESTS
  Running test-patch task DISTRO


Testing JIRA OOZIE-3448

Cleaning local git workspace

----------------------------

+1 PATCH_APPLIES
+1 CLEAN
-1 RAW_PATCH_ANALYSIS
    +1 the patch does not introduce any @author tags
    +1 the patch does not introduce any tabs
    +1 the patch does not introduce any trailing spaces
    +1 the patch does not introduce any star imports
    +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 Javadoc generation succeeded with the patch
    +1 the patch does not seem to introduce new Javadoc warning(s)
+1 COMPILE
    +1 HEAD compiles
    +1 patch compiles
    +1 the patch does not seem to introduce new javac warnings
-1 There are [1] new bugs found below threshold in total that must be fixed.
    +1 There are no new bugs found in [sharelib/hive2].
    +1 There are no new bugs found in [sharelib/spark].
    -1 There are [1] new bugs found below threshold in [sharelib/oozie] that must be fixed.
    You can find the SpotBugs diff here (look for the red and orange ones): sharelib/oozie/findbugs-new.html
    The most important SpotBugs errors are:
    At ShellMain.java:[line 92]: This usage of java/lang/ProcessBuilder.&lt;init&gt;(Ljava/util/List;)V can be vulnerable to Command Injection
    At ShellMain.java:[line 90]: At ShellMain.java:[line 89]
    At ShellMain.java:[line 91]
    +1 There are no new bugs found in [sharelib/pig].
    +1 There are no new bugs found in [sharelib/streaming].
    +1 There are no new bugs found in [sharelib/hive].
    +1 There are no new bugs found in [sharelib/distcp].
    +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/git].
    +1 There are no new bugs found in [client].
    +1 There are no new bugs found in [docs].
    +1 There are no new bugs found in [tools].
    +1 There are no new bugs found in [fluent-job/fluent-job-api].
    0 There are [4] new bugs found in [server] that would be nice to have fixed.
    You can find the SpotBugs diff here: server/findbugs-new.html
    +1 There are no new bugs found in [webapp].
    +1 There are no new bugs found in [examples].
    +1 There are no new bugs found in [core].
+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: 3169
    Tests failed at first run:
TestPurgeXCommand#testPurgeableBundleUnpurgeableCoordinatorUnpurgeableWorkflow
TestPurgeXCommand#testPurgeableWorkflowPurgeableSubWorkflowPurgeableSubSubWorkflow
    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/1053/

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  4051    0     0  100  4051      0   4385 --:--:-- --:--:-- --:--:--  4384{"self":"https://issues.apache.org/jira/rest/api/2/issue/13220483/comment/16799889","id":"16799889","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-3448\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 star imports\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} Javadoc generation succeeded with the patch\n.    {color:green}+1{color} the patch does not seem to introduce new Javadoc warning(s)\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:red}-1{color} There are [1] new bugs found below threshold in total that must be fixed.\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/spark].\n.    {color:red}-1{color} There are [1] new bugs found below threshold in [sharelib/oozie] that must be fixed.\n.    You can find the SpotBugs diff here (look for the red and orange ones): sharelib/oozie/findbugs-new.html\n.    The most important SpotBugs errors are:\n.    At ShellMain.java:[line 92]: This usage of java/lang/ProcessBuilder.&lt;init&gt;(Ljava/util/List;)V can be vulnerable to Command Injection\n.    At ShellMain.java:[line 90]: At ShellMain.java:[line 89]\n.    At ShellMain.java:[line 91]\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/streaming].\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/distcp].\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/git].\n.    {color:green}+1{color} There are no new bugs found in [client].\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 [tools].\n.    {color:green}+1{color} There are no new bugs found in [fluent-job/fluent-job-api].\n.    {color:orange}0{color} There are [4] new bugs found in [server] that would be nice to have fixed.\n.    You can find the SpotBugs diff here: server/findbugs-new.html\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 [examples].\n.    {color:green}+1{color} There are no new bugs found in [core].\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:green}+1 TESTS{c100  9478    0  5427  100  4051   5871   4382 --:--:-- --:--:-- --:--:--  5867
olor}\n.    Tests run: 3169\n.    {color:orange}Tests failed at first run:{color}\nTestPurgeXCommand#testPurgeableBundleUnpurgeableCoordinatorUnpurgeableWorkflow\nTestPurgeXCommand#testPurgeableWorkflowPurgeableSubWorkflowPurgeableSubSubWorkflow\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/1053/\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-24T03:02:31.306+0000","updated":"2019-03-24T03:02:31.306+0000"}
test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-3448
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-3196 PreCommit Build #1052

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

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

Checking patch a/core/src/main/java/org/apache/oozie/service/AuthorizationService.java => b/core/src/main/java/org/apache/oozie/service/AuthorizationService.java...
error: a/core/src/main/java/org/apache/oozie/service/AuthorizationService.java: No such file or directory
Checking patch a/core/src/main/java/org/apache/oozie/servlet/BaseAdminServlet.java => b/core/src/main/java/org/apache/oozie/servlet/BaseAdminServlet.java...
error: a/core/src/main/java/org/apache/oozie/servlet/BaseAdminServlet.java: No such file or directory
Checking patch a/core/src/main/java/org/apache/oozie/servlet/BaseJobServlet.java => b/core/src/main/java/org/apache/oozie/servlet/BaseJobServlet.java...
error: a/core/src/main/java/org/apache/oozie/servlet/BaseJobServlet.java: No such file or directory
Checking patch a/core/src/main/java/org/apache/oozie/servlet/SLAServlet.java => b/core/src/main/java/org/apache/oozie/servlet/SLAServlet.java...
error: a/core/src/main/java/org/apache/oozie/servlet/SLAServlet.java: No such file or directory
Checking patch a/core/src/main/java/org/apache/oozie/servlet/V1JobsServlet.java => b/core/src/main/java/org/apache/oozie/servlet/V1JobsServlet.java...
error: a/core/src/main/java/org/apache/oozie/servlet/V1JobsServlet.java: No such file or directory
Checking patch a/core/src/main/java/org/apache/oozie/util/db/FailingConnectionWrapper.java => b/core/src/main/java/org/apache/oozie/util/db/FailingConnectionWrapper.java...
error: a/core/src/main/java/org/apache/oozie/util/db/FailingConnectionWrapper.java: No such file or directory
Checking patch a/core/src/main/java/org/apache/oozie/workflow/lite/LiteWorkflowApp.java => b/core/src/main/java/org/apache/oozie/workflow/lite/LiteWorkflowApp.java...
error: a/core/src/main/java/org/apache/oozie/workflow/lite/LiteWorkflowApp.java: No such file or directory
Checking patch a/core/src/test/java/org/apache/oozie/event/TestEventGeneration.java => b/core/src/test/java/org/apache/oozie/event/TestEventGeneration.java...
error: a/core/src/test/java/org/apache/oozie/event/TestEventGeneration.java: No such file or directory
Checking patch a/core/src/test/java/org/apache/oozie/service/TestAuthorizationService.java => b/core/src/test/java/org/apache/oozie/service/TestAuthorizationService.java...
error: a/core/src/test/java/org/apache/oozie/service/TestAuthorizationService.java: No such file or directory
Checking patch a/core/src/test/java/org/apache/oozie/test/XDataTestCase.java => b/core/src/test/java/org/apache/oozie/test/XDataTestCase.java...
error: a/core/src/test/java/org/apache/oozie/test/XDataTestCase.java: No such file or directory
Checking patch core/src/main/java/org/apache/oozie/service/AuthorizationService.java...
error: while searching for:
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URI;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.ArrayList;
import java.util.Set;

import org.apache.commons.lang.StringUtils;
import org.apache.hadoop.conf.Configuration;

error: patch failed: core/src/main/java/org/apache/oozie/service/AuthorizationService.java:25
error: core/src/main/java/org/apache/oozie/service/AuthorizationService.java: patch does not apply
Checking patch core/src/main/java/org/apache/oozie/servlet/BaseAdminServlet.java...
Hunk #2 succeeded at 121 (offset 1 line).
Hunk #3 succeeded at 178 (offset 1 line).
Hunk #4 succeeded at 340 (offset 1 line).
Checking patch core/src/main/java/org/apache/oozie/servlet/BaseJobServlet.java...
Hunk #2 succeeded at 282 (offset 1 line).
Hunk #3 succeeded at 372 (offset 1 line).
Checking patch core/src/main/java/org/apache/oozie/servlet/SLAServlet.java...
Checking patch core/src/main/java/org/apache/oozie/servlet/V1JobsServlet.java...
Hunk #1 succeeded at 290 (offset 152 lines).
Checking patch core/src/main/java/org/apache/oozie/util/db/FailingConnectionWrapper.java...
error: while searching for:

import com.google.common.base.Preconditions;
import com.google.common.base.Predicate;
import com.google.common.collect.Sets;
import org.apache.directory.api.util.Strings;
import org.apache.oozie.util.XLog;

import javax.annotation.Nullable;

error: patch failed: core/src/main/java/org/apache/oozie/util/db/FailingConnectionWrapper.java:20
error: core/src/main/java/org/apache/oozie/util/db/FailingConnectionWrapper.java: patch does not apply
Checking patch core/src/main/java/org/apache/oozie/workflow/lite/LiteWorkflowApp.java...
Checking patch core/src/test/java/org/apache/oozie/event/TestEventGeneration.java...
Checking patch core/src/test/java/org/apache/oozie/service/TestAuthorizationService.java...
error: while searching for:
        public void destroy() {
        }
    }
    private Services services;

    private void init(boolean useDefaultGroup, boolean useAdminUsersFile) throws Exception {
        init(useDefaultGroup, useAdminUsersFile, StringUtils.EMPTY);
    }

    private void init(boolean useDefaultGroup, boolean useAdminUsersFile, String systemInfoAuthUsers) throws
            Exception {
        setSystemProperty(SchemaService.WF_CONF_EXT_SCHEMAS, "wf-ext-schema.xsd");


error: patch failed: core/src/test/java/org/apache/oozie/service/TestAuthorizationService.java:77
error: core/src/test/java/org/apache/oozie/service/TestAuthorizationService.java: patch does not apply
Checking patch core/src/test/java/org/apache/oozie/test/XDataTestCase.java...
Hunk #1 succeeded at 96 (offset 6 lines).
Hunk #2 succeeded at 870 (offset 91 lines).
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   1767    223 --:--:-- --:--:-- --:--:--  1765
{"self":"https://issues.apache.org/jira/rest/api/2/issue/13144969/comment/16796938","id":"16796938","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-3196\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-20T08:58:29.026+0000","updated":"2019-03-20T08:58:29.026+0000"}
test-patch exit code: 1

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