Jira: https://issues.apache.org/jira/browse/OOZIE-2869
Build: https://builds.apache.org/job/PreCommit-OOZIE-Build/237/
###################################################################################
########################## LAST 60 LINES OF THE CONSOLE
###########################
[...truncated 1.64 MB...]
+1 the patch does not seem to introduce new RAT warnings
+1 JAVADOC
+1 the patch does not seem to introduce new Javadoc warnings
WARNING: the current HEAD has 77 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 no new bugs found in total.
+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 no new bugs found in [sharelib/oozie].
+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: 0
Tests rerun: 0
Tests failed at first run:
org.apache.oozie.command.coord.TestCoordMaterializeTransitionXCommand,org.apache.oozie.action.hadoop.TestJavaActionExecutor,org.apache.oozie.command.coord.TestCoordSubmitXCommand,org.apache.oozie.util.TestMetricsInstrumentation,org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand,org.apache.oozie.service.TestConfigurationService,
+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/237/
% 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
1 3706k 1 41000 0 0 30425 0 0:02:04 0:00:01 0:02:03
30425100 3706k 100 3706k 0 0 2415k 0 0:00:01 0:00:01 --:--:--
19.2M
Adding comment to JIRA
Comment added.
test-patch exit code: 1
Build step 'Execute shell' marked build as failure
[description-setter] Description set: OOZIE-2869
Archiving artifacts
[Fast Archiver] Compressed 1.81 MB of artifacts by 56.8% relative to #234
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
###################################################################################
############################## FAILED TESTS (if any)
##############################
8 tests failed.
FAILED: org.apache.oozie.service.TestConfigurationService.testOozieConfig
Error Message:
expected:<...oozie-db;create=true[]> but
was:<...oozie-db;create=true[;sql.enforce_strict_size=true]>
Stack Trace:
junit.framework.ComparisonFailure: expected:<...oozie-db;create=true[]> but
was:<...oozie-db;create=true[;sql.enforce_strict_size=true]>
at
org.apache.oozie.service.TestConfigurationService.testOozieConfig(TestConfigurationService.java:201)
FAILED:
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPullPushDependencyMissing
Error Message:
E0803: IO error, E0603: SQL error in operation, The transaction has been rolled
back. See the nested exceptions for details on the errors that occurred.
Stack Trace:
org.apache.oozie.command.CommandException: E0803: IO error, E0603: SQL error in
operation, The transaction has been rolled back. See the nested exceptions for
details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPullPushDependencyMissing(TestCoordActionMissingDependenciesXCommand.java:202)
Caused by: org.apache.oozie.command.CommandException: E0603: SQL error in
operation, The transaction has been rolled back. See the nested exceptions for
details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPullPushDependencyMissing(TestCoordActionMissingDependenciesXCommand.java:202)
Caused by: org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error
in operation, The transaction has been rolled back. See the nested exceptions
for details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPullPushDependencyMissing(TestCoordActionMissingDependenciesXCommand.java:202)
FAILED:
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPushDependencyMissing
Error Message:
E0803: IO error, E0603: SQL error in operation, The transaction has been rolled
back. See the nested exceptions for details on the errors that occurred.
Stack Trace:
org.apache.oozie.command.CommandException: E0803: IO error, E0603: SQL error in
operation, The transaction has been rolled back. See the nested exceptions for
details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPushDependencyMissing(TestCoordActionMissingDependenciesXCommand.java:144)
Caused by: org.apache.oozie.command.CommandException: E0603: SQL error in
operation, The transaction has been rolled back. See the nested exceptions for
details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPushDependencyMissing(TestCoordActionMissingDependenciesXCommand.java:144)
Caused by: org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error
in operation, The transaction has been rolled back. See the nested exceptions
for details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPushDependencyMissing(TestCoordActionMissingDependenciesXCommand.java:144)
FAILED:
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPullDependencyMissing
Error Message:
E0803: IO error, E0603: SQL error in operation, The transaction has been rolled
back. See the nested exceptions for details on the errors that occurred.
Stack Trace:
org.apache.oozie.command.CommandException: E0803: IO error, E0603: SQL error in
operation, The transaction has been rolled back. See the nested exceptions for
details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPullDependencyMissing(TestCoordActionMissingDependenciesXCommand.java:81)
Caused by: org.apache.oozie.command.CommandException: E0603: SQL error in
operation, The transaction has been rolled back. See the nested exceptions for
details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPullDependencyMissing(TestCoordActionMissingDependenciesXCommand.java:81)
Caused by: org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error
in operation, The transaction has been rolled back. See the nested exceptions
for details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionPullDependencyMissing(TestCoordActionMissingDependenciesXCommand.java:81)
FAILED:
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionInputLogicMissing
Error Message:
should not throw exception E0803: IO error, E0603: SQL error in operation, The
transaction has been rolled back. See the nested exceptions for details on the
errors that occurred.
Stack Trace:
junit.framework.AssertionFailedError: should not throw exception E0803: IO
error, E0603: SQL error in operation, The transaction has been rolled back.
See the nested exceptions for details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordActionMissingDependenciesXCommand.testCoordActionInputLogicMissing(TestCoordActionMissingDependenciesXCommand.java:248)
FAILED:
org.apache.oozie.command.coord.TestCoordMaterializeTransitionXCommand.testSuccessedJobSlaParseElFunctionVariableInMaterializeActions
Error Message:
E0803: IO error, E0603: SQL error in operation, The transaction has been rolled
back. See the nested exceptions for details on the errors that occurred.
Stack Trace:
org.apache.oozie.command.CommandException: E0803: IO error, E0603: SQL error in
operation, The transaction has been rolled back. See the nested exceptions for
details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordMaterializeTransitionXCommand.testSuccessedJobSlaParseElFunctionVariableInMaterializeActions(TestCoordMaterializeTransitionXCommand.java:1022)
Caused by: org.apache.oozie.command.CommandException: E0603: SQL error in
operation, The transaction has been rolled back. See the nested exceptions for
details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordMaterializeTransitionXCommand.testSuccessedJobSlaParseElFunctionVariableInMaterializeActions(TestCoordMaterializeTransitionXCommand.java:1022)
Caused by: org.apache.oozie.executor.jpa.JPAExecutorException: E0603: SQL error
in operation, The transaction has been rolled back. See the nested exceptions
for details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordMaterializeTransitionXCommand.testSuccessedJobSlaParseElFunctionVariableInMaterializeActions(TestCoordMaterializeTransitionXCommand.java:1022)
FAILED:
org.apache.oozie.command.coord.TestCoordSubmitXCommand.testBasicSubmitWithMultipleStartInstancesInputEvent
Error Message:
Unexpected failure: org.apache.oozie.command.CommandException: E0803: IO error,
E0603: SQL error in operation, The transaction has been rolled back. See the
nested exceptions for details on the errors that occurred.
Stack Trace:
junit.framework.AssertionFailedError: Unexpected failure:
org.apache.oozie.command.CommandException: E0803: IO error, E0603: SQL error in
operation, The transaction has been rolled back. See the nested exceptions for
details on the errors that occurred.
at
org.apache.oozie.command.coord.TestCoordSubmitXCommand.testBasicSubmitWithMultipleStartInstancesInputEvent(TestCoordSubmitXCommand.java:449)
FAILED: org.apache.oozie.util.TestMetricsInstrumentation.testJMXInstrumentation
Error Message:
Could not find own virtual machine
Stack Trace:
junit.framework.AssertionFailedError: Could not find own virtual machine
at
org.apache.oozie.util.TestMetricsInstrumentation.testJMXInstrumentation(TestMetricsInstrumentation.java:243)