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

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 1.60 MB...]
 +1 There are no new bugs found in [sharelib/sqoop].
 +1 There are no new bugs found in [sharelib/spark].
 +1 There are no new bugs found in [sharelib/streaming].
 +1 There are no new bugs found in [sharelib/hive2].
 0 There are [3] new bugs found in [sharelib/oozie] that would be nice to have 
fixed.
 You can find the FindBugs diff here: sharelib/oozie/findbugs-new.html
 +1 There are no new bugs found in [sharelib/hcatalog].
 +1 There are no new bugs found in [sharelib/pig].
 +1 There are no new bugs found in [sharelib/distcp].
 +1 There are no new bugs found in [docs].
 +1 There are no new bugs found in [server].
 0 There are [3] new bugs found in [core] that would be nice to have fixed.
 You can find the FindBugs diff here: core/findbugs-new.html
 +1 There are no new bugs found in [examples].
 +1 There are no new bugs found in [tools].
+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: 2013
    Tests failed: 0
    Tests errors: 2

    The patch failed the following testcases:

      

    Tests failing with errors:
      testShellScriptSuccess(org.apache.oozie.action.hadoop.TestShellMain)
      testShellScriptFailure(org.apache.oozie.action.hadoop.TestShellMain)

+1 DISTRO
    +1 distro tarball builds with the patch 

----------------------------
-1 Overall result, please check the reported -1(s)

 There is at least one warning, please check

The full output of the test-patch run is available at

 https://builds.apache.org/job/PreCommit-OOZIE-Build/16/

  % 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 --:--:-- --:--:-- --:--:--     0  0 
    0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 3706k  100 3706k    0     0  4592k      0 --:--:-- --:--:-- --:--:-- 4592k
Adding comment to JIRA
Comment added.

test-patch exit code: 1

Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-2909
Archiving artifacts
[Fast Archiver] Compressed 1.80 MB of artifacts by 43.5% relative to #10
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
2 tests failed.
FAILED:  org.apache.oozie.action.hadoop.TestShellMain.testShellScriptSuccess

Error Message:
Could not find Oozie job launch time

Stack Trace:
java.lang.RuntimeException: Could not find Oozie job launch time
        at 
org.apache.oozie.action.hadoop.LauncherMain.getChildYarnJobs(LauncherMain.java:247)
        at 
org.apache.oozie.action.hadoop.LauncherMain.getChildYarnJobs(LauncherMain.java:194)
        at 
org.apache.oozie.action.hadoop.LauncherMain.killChildYarnJobs(LauncherMain.java:255)
        at org.apache.oozie.action.hadoop.ShellMain.run(ShellMain.java:69)
        at 
org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:101)
        at org.apache.oozie.action.hadoop.ShellMain.main(ShellMain.java:59)
        at 
org.apache.oozie.action.hadoop.TestShellMain.call(TestShellMain.java:74)
        at 
org.apache.oozie.action.hadoop.TestShellMain.call(TestShellMain.java:32)
        at 
org.apache.oozie.action.hadoop.MainTestCase$1.run(MainTestCase.java:33)
        at 
org.apache.oozie.action.hadoop.MainTestCase$1.run(MainTestCase.java:31)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
        at 
org.apache.oozie.action.hadoop.MainTestCase.execute(MainTestCase.java:31)
        at 
org.apache.oozie.action.hadoop.ShellTestCase.testShellScriptSuccess(ShellTestCase.java:47)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NumberFormatException: null
        at java.lang.Long.parseLong(Long.java:552)
        at java.lang.Long.parseLong(Long.java:631)
        at 
org.apache.oozie.action.hadoop.LauncherMain.getChildYarnJobs(LauncherMain.java:245)
        ... 35 more


FAILED:  org.apache.oozie.action.hadoop.TestShellMain.testShellScriptFailure

Error Message:
Could not find Oozie job launch time

Stack Trace:
java.lang.RuntimeException: Could not find Oozie job launch time
        at 
org.apache.oozie.action.hadoop.LauncherMain.getChildYarnJobs(LauncherMain.java:247)
        at 
org.apache.oozie.action.hadoop.LauncherMain.getChildYarnJobs(LauncherMain.java:194)
        at 
org.apache.oozie.action.hadoop.LauncherMain.killChildYarnJobs(LauncherMain.java:255)
        at org.apache.oozie.action.hadoop.ShellMain.run(ShellMain.java:69)
        at 
org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:101)
        at org.apache.oozie.action.hadoop.ShellMain.main(ShellMain.java:59)
        at 
org.apache.oozie.action.hadoop.TestShellMain.call(TestShellMain.java:74)
        at 
org.apache.oozie.action.hadoop.TestShellMain.call(TestShellMain.java:32)
        at 
org.apache.oozie.action.hadoop.MainTestCase$1.run(MainTestCase.java:33)
        at 
org.apache.oozie.action.hadoop.MainTestCase$1.run(MainTestCase.java:31)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:422)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
        at 
org.apache.oozie.action.hadoop.MainTestCase.execute(MainTestCase.java:31)
        at 
org.apache.oozie.action.hadoop.ShellTestCase.testShellScriptFailure(ShellTestCase.java:59)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at junit.framework.TestCase.runTest(TestCase.java:176)
        at junit.framework.TestCase.runBare(TestCase.java:141)
        at junit.framework.TestResult$1.protect(TestResult.java:122)
        at junit.framework.TestResult.runProtected(TestResult.java:142)
        at junit.framework.TestResult.run(TestResult.java:125)
        at junit.framework.TestCase.run(TestCase.java:129)
        at junit.framework.TestSuite.runTest(TestSuite.java:255)
        at junit.framework.TestSuite.run(TestSuite.java:250)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84)
        at org.junit.runners.Suite.runChild(Suite.java:127)
        at org.junit.runners.Suite.runChild(Suite.java:26)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NumberFormatException: null
        at java.lang.Long.parseLong(Long.java:552)
        at java.lang.Long.parseLong(Long.java:631)
        at 
org.apache.oozie.action.hadoop.LauncherMain.getChildYarnJobs(LauncherMain.java:245)
        ... 35 more

Reply via email to