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

###################################################################################
########################## LAST 100 LINES OF THE CONSOLE 
###########################
[...truncated 1.57 MB...]
[TRACE] File 
[/home/jenkins/jenkins-slave/workspace/PreCommit-OOZIE-Build/test-patch/tmp/FINDBUGS_DIFF/diff/findbugs-diff-0.1.0-all.jar.md5sum]
 removed
  Running test-patch task BACKWARDS_COMPATIBILITY
  Running test-patch task TESTS
  Running test-patch task DISTRO


Testing JIRA OOZIE-2150

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 line longer than 132
    +1 the patch adds/modifies 1 testcase(s)
+1 RAT
    +1 the patch does not seem to introduce new RAT warnings
+1 JAVADOC
    +1 the patch does not seem to introduce new Javadoc warnings
+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 [docs].
 +1 There are no new bugs found in [sharelib/distcp].
 +1 There are no new bugs found in [sharelib/hive].
 +1 There are no new bugs found in [sharelib/spark].
 +1 There are no new bugs found in [sharelib/hive2].
 +1 There are no new bugs found in [sharelib/hcatalog].
 +1 There are no new bugs found in [sharelib/streaming].
 +1 There are no new bugs found in [sharelib/pig].
 +1 There are no new bugs found in [sharelib/sqoop].
 -1 There are [1] new bugs found below threshold in [sharelib/oozie] that must 
be fixed.
 You can find the FindBugs diff here (look for the red and orange ones): 
sharelib/oozie/findbugs-new.html
 The most important FindBugs errors are:
 At ShellContentWriter.java:[line 114]: Found reliance on default encoding in 
org.apache.oozie.action.hadoop.ShellContentWriter.writeLine(OutputStream, 
String): String.getBytes()
 +1 There are no new bugs found in [examples].
 +1 There are no new bugs found in [client].
 +1 There are no new bugs found in [core].
 +1 There are no new bugs found in [tools].
 +1 There are no new bugs found in [server].
+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: 2086
    Tests failed: 7
    Tests errors: 0

    The patch failed the following testcases:

testPig(org.apache.oozie.action.hadoop.TestPigActionExecutor)
testExecutionStatsWithMaxStatsSizeLimit(org.apache.oozie.action.hadoop.TestPigActionExecutor)
testPigError(org.apache.oozie.action.hadoop.TestPigActionExecutor)
testExecutionStatsWithRetrieveStatsFalse(org.apache.oozie.action.hadoop.TestPigActionExecutor)
testExternalChildIds(org.apache.oozie.action.hadoop.TestPigActionExecutor)
testExecutionStats(org.apache.oozie.action.hadoop.TestPigActionExecutor)
testUdfPig(org.apache.oozie.action.hadoop.TestPigActionExecutor)

    Tests failing with errors:


    Tests failed at first run:
TestJavaActionExecutor#testCredentialsSkip
TestJMSJobEventListener#testConnectionDrop
    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/314/

  % 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  2985k      0  0:00:01  0:00:01 --:--:-- 2985k
Adding comment to JIRA
Comment added.

test-patch exit code: 1

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



###################################################################################
############################## FAILED TESTS (if any) 
##############################
7 tests failed.
FAILED:  org.apache.oozie.action.hadoop.TestPigActionExecutor.testPig

Error Message:
YARN App state for app application_1515448955445_0003 expected:<FINISHED> but 
was:<RUNNING>

Stack Trace:
junit.framework.AssertionFailedError: YARN App state for app 
application_1515448955445_0003 expected:<FINISHED> but was:<RUNNING>
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor._testSubmit(TestPigActionExecutor.java:153)
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor.testPig(TestPigActionExecutor.java:319)


FAILED:  
org.apache.oozie.action.hadoop.TestPigActionExecutor.testExecutionStatsWithMaxStatsSizeLimit

Error Message:
YARN App state for app application_1515448955445_0005 expected:<FINISHED> but 
was:<RUNNING>

Stack Trace:
junit.framework.AssertionFailedError: YARN App state for app 
application_1515448955445_0005 expected:<FINISHED> but was:<RUNNING>
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor.testExecutionStatsWithMaxStatsSizeLimit(TestPigActionExecutor.java:271)


FAILED:  org.apache.oozie.action.hadoop.TestPigActionExecutor.testPigError

Error Message:
YARN App state for app application_1515448955445_0007 expected:<FINISHED> but 
was:<ACCEPTED>

Stack Trace:
junit.framework.AssertionFailedError: YARN App state for app 
application_1515448955445_0007 expected:<FINISHED> but was:<ACCEPTED>
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor._testSubmit(TestPigActionExecutor.java:153)
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor.testPigError(TestPigActionExecutor.java:325)


FAILED:  
org.apache.oozie.action.hadoop.TestPigActionExecutor.testExecutionStatsWithRetrieveStatsFalse

Error Message:
YARN App state for app application_1515448955445_0009 expected:<FINISHED> but 
was:<RUNNING>

Stack Trace:
junit.framework.AssertionFailedError: YARN App state for app 
application_1515448955445_0009 expected:<FINISHED> but was:<RUNNING>
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor.testExecutionStatsWithRetrieveStatsFalse(TestPigActionExecutor.java:292)


FAILED:  
org.apache.oozie.action.hadoop.TestPigActionExecutor.testExternalChildIds

Error Message:
YARN App state for app application_1515448955445_0011 expected:<FINISHED> but 
was:<ACCEPTED>

Stack Trace:
junit.framework.AssertionFailedError: YARN App state for app 
application_1515448955445_0011 expected:<FINISHED> but was:<ACCEPTED>
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor.testExternalChildIds(TestPigActionExecutor.java:242)


FAILED:  org.apache.oozie.action.hadoop.TestPigActionExecutor.testExecutionStats

Error Message:
YARN App state for app application_1515448955445_0012 expected:<FINISHED> but 
was:<ACCEPTED>

Stack Trace:
junit.framework.AssertionFailedError: YARN App state for app 
application_1515448955445_0012 expected:<FINISHED> but was:<ACCEPTED>
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor.testExecutionStats(TestPigActionExecutor.java:190)


FAILED:  org.apache.oozie.action.hadoop.TestPigActionExecutor.testUdfPig

Error Message:
YARN App state for app application_1515448955445_0014 expected:<FINISHED> but 
was:<ACCEPTED>

Stack Trace:
junit.framework.AssertionFailedError: YARN App state for app 
application_1515448955445_0014 expected:<FINISHED> but was:<ACCEPTED>
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor._testSubmit(TestPigActionExecutor.java:153)
        at 
org.apache.oozie.action.hadoop.TestPigActionExecutor.testUdfPig(TestPigActionExecutor.java:387)

Reply via email to