Jira: https://issues.apache.org/jira/browse/OOZIE-2422
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/1085/
###################################################################################
########################## LAST 100 LINES OF THE CONSOLE
###########################
[...truncated 803.16 KB...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build/zookeeper-security-tests/src/main/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @
oozie-zookeeper-security-tests ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @
oozie-zookeeper-security-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build/zookeeper-security-tests/src/test/resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @
oozie-zookeeper-security-tests ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to
/home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build/zookeeper-security-tests/target/test-classes
[INFO]
/home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build/zookeeper-security-tests/src/test/java/org/apache/oozie/util/TestZKUtilsWithSecurity.java:
Some input files use or override a deprecated API.
[INFO]
/home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build/zookeeper-security-tests/src/test/java/org/apache/oozie/util/TestZKUtilsWithSecurity.java:
Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] >>> spotbugs-maven-plugin:3.1.11:check (default-cli) > :spotbugs @
oozie-zookeeper-security-tests >>>
[INFO]
[INFO] --- spotbugs-maven-plugin:3.1.11:spotbugs (spotbugs) @
oozie-zookeeper-security-tests ---
[INFO]
[INFO] <<< spotbugs-maven-plugin:3.1.11:check (default-cli) < :spotbugs @
oozie-zookeeper-security-tests <<<
[INFO]
[INFO]
[INFO] --- spotbugs-maven-plugin:3.1.11:check (default-cli) @
oozie-zookeeper-security-tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Oozie Main 5.2.0-SNAPSHOT:
[INFO]
[INFO] Apache Oozie Main .................................. SUCCESS [ 3.404 s]
[INFO] Apache Oozie Fluent Job ............................ SUCCESS [ 0.077 s]
[INFO] Apache Oozie Fluent Job API ........................ SUCCESS [ 31.835 s]
[INFO] Apache Oozie Client ................................ SUCCESS [ 17.819 s]
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 14.296 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ 7.535 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [ 5.642 s]
[INFO] Apache Oozie Core .................................. SUCCESS [01:39 min]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [ 8.365 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [ 9.044 s]
[INFO] Apache Oozie Share Lib Git ......................... SUCCESS [ 9.007 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [ 8.911 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [ 9.797 s]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [ 6.414 s]
[INFO] Apache Oozie Examples .............................. SUCCESS [ 11.228 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [ 11.633 s]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [ 0.020 s]
[INFO] Apache Oozie Docs .................................. SUCCESS [ 3.598 s]
[INFO] Apache Oozie WebApp ................................ SUCCESS [ 8.792 s]
[INFO] Apache Oozie Tools ................................. SUCCESS [ 15.123 s]
[INFO] Apache Oozie MiniOozie ............................. SUCCESS [ 1.808 s]
[INFO] Apache Oozie Fluent Job Client ..................... SUCCESS [ 0.442 s]
[INFO] Apache Oozie Server ................................ SUCCESS [ 10.750 s]
[INFO] Apache Oozie Distro ................................ SUCCESS [ 2.335 s]
[INFO] Apache Oozie ZooKeeper Security Tests .............. SUCCESS [ 3.028 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:02 min
[INFO] Finished at: 2019-04-11T09:09:51Z
[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 a/core/src/main/java/org/apache/oozie/CoordinatorActionBean.java
=> b/core/src/main/java/org/apache/oozie/CoordinatorActionBean.java...
error: a/core/src/main/java/org/apache/oozie/CoordinatorActionBean.java: No
such file or directory
Checking patch core/src/main/java/org/apache/oozie/CoordinatorActionBean.java...
error: while searching for:
@NamedQuery(name =
"GET_COORD_ACTIONS_WAITING_READY_SUBMITTED_OLDER_THAN", query = "select a.id,
a.jobId, a.statusStr, a.externalId, a.pushMissingDependencies from
CoordinatorActionBean a where (a.statusStr = 'WAITING' OR a.statusStr =
'SUBMITTED' OR a.statusStr = 'READY') AND a.lastModifiedTimestamp <=
:lastModifiedTime and a.nominalTimestamp <= :currentTime and a.jobId in (
select w.id from CoordinatorJobBean w where w.statusStr = 'RUNNING' or
w.statusStr = 'RUNNINGWITHERROR')"),
@NamedQuery(name = "GET_COORD_ACTIONS_FOR_RECOVERY_OLDER_THAN", query =
"select a.id, a.jobId, a.statusStr, a.externalId, a.pending from
CoordinatorActionBean a where a.pending > 0 AND (a.statusStr = 'SUSPENDED' OR
a.statusStr = 'KILLED' OR a.statusStr = 'RUNNING') AND a.lastModifiedTimestamp
<= :lastModifiedTime"),
// Select query used by rerun, requires almost all columns so select *
is used
@NamedQuery(name = "GET_TERMINATED_ACTIONS_FOR_DATES", query = "select
OBJECT(a) from CoordinatorActionBean a where a.jobId = :jobId AND (a.statusStr
= 'TIMEDOUT' OR a.statusStr = 'SUCCEEDED' OR a.statusStr = 'KILLED' OR
a.statusStr = 'FAILED' OR a.statusStr = 'IGNORED') AND a.nominalTimestamp >=
:startTime AND a.nominalTimestamp <= :endTime"),
// Select query used by log
error: patch failed:
core/src/main/java/org/apache/oozie/CoordinatorActionBean.java:148
error: core/src/main/java/org/apache/oozie/CoordinatorActionBean.java: patch
does not apply
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 223 --:--:-- --:--:-- --:--:--
223100 1774 0 1575 100 199 1770 223 --:--:-- --:--:-- --:--:--
1769
{"self":"https://issues.apache.org/jira/rest/api/2/issue/12922780/comment/16815233","id":"16815233","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-2422\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-04-11T09:09:53.455+0000","updated":"2019-04-11T09:09:53.455+0000"}
test-patch exit code: 1
Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-2422
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.