See <https://builds.apache.org/job/Phoenix-master/817/changes>

Changes:

[ravimagham] PHOENIX-2025 - Phoenix-core's hbase-default.xml prevents 
HBaseTestingUtility from starting up in client apps (Thomas D'Silva)

------------------------------------------
[...truncated 121434 lines...]
[ERROR] SqlQueryToColumnInfoFunction.java[61] (sizes) LineLength: Line is 
longer than 100 characters (found 104).
[ERROR] SqlQueryToColumnInfoFunction.java[61:90] (whitespace) WhitespaceAfter: 
',' is not followed by whitespace.
[ERROR] SqlQueryToColumnInfoFunction.java[64] (sizes) LineLength: Line is 
longer than 100 characters (found 129).
[ERROR] SqlQueryToColumnInfoFunction.java[66] (misc) Regexp: Line matches the 
illegal pattern 'Trailing whitespace'.
[ERROR] SqlQueryToColumnInfoFunction.java[68] (indentation) Indentation: try 
rcurly at indentation level 7 not at correct indentation, 8
[ERROR] SqlQueryToColumnInfoFunction.java[69] (sizes) LineLength: Line is 
longer than 100 characters (found 103).
[ERROR] SqlQueryToColumnInfoFunction.java[69:78] (whitespace) WhitespaceAfter: 
',' is not followed by whitespace.
[ERROR] SqlQueryToColumnInfoFunction.java[69:93] (whitespace) WhitespaceAfter: 
',' is not followed by whitespace.
[ERROR] SqlQueryToColumnInfoFunction.java[72:15] (whitespace) WhitespaceAround: 
'if' is not followed by whitespace.
[ERROR] SqlQueryToColumnInfoFunction.java[75:24] (whitespace) WhitespaceAround: 
'catch' is not followed by whitespace.
[ERROR] PhoenixPigSchemaUtil.java[2] (header) Header: Line does not match 
expected header line of ' * Licensed to the Apache Software Foundation (ASF) 
under one or more'.
[ERROR] PhoenixPigSchemaUtil.java[39] (misc) Regexp: Line matches the illegal 
pattern 'Trailing whitespace'.
[ERROR] PhoenixPigSchemaUtil.java[46] (misc) Regexp: Line matches the illegal 
pattern 'Trailing whitespace'.
[ERROR] PhoenixPigSchemaUtil.java[49] (misc) Regexp: Line matches the illegal 
pattern 'Trailing whitespace'.
[ERROR] PhoenixPigSchemaUtil.java[50] (sizes) LineLength: Line is longer than 
100 characters (found 102).
[ERROR] PhoenixPigSchemaUtil.java[50] (indentation) Indentation: method def 
modifier at indentation level 0 not at correct indentation, 4
[ERROR] PhoenixPigSchemaUtil.java[51] (misc) Regexp: Line matches the illegal 
pattern 'Trailing whitespace'.
[ERROR] PhoenixPigSchemaUtil.java[56:15] (whitespace) WhitespaceAround: 'if' is 
not followed by whitespace.
[ERROR] PhoenixPigSchemaUtil.java[58] (sizes) LineLength: Line is longer than 
100 characters (found 101).
[ERROR] PhoenixPigSchemaUtil.java[59] (sizes) LineLength: Line is longer than 
100 characters (found 110).
[ERROR] PhoenixPigSchemaUtil.java[64:39] (misc) ArrayTypeStyle: Array brackets 
at illegal position.
[ERROR] PhoenixPigSchemaUtil.java[66:16] (whitespace) WhitespaceAround: 'for' 
is not followed by whitespace.
[ERROR] PhoenixPigSchemaUtil.java[74] (misc) Regexp: Line matches the illegal 
pattern 'Trailing whitespace'.
[ERROR] PhoenixPigSchemaUtil.java[75:16] (whitespace) WhitespaceAround: 'catch' 
is not followed by whitespace.
[ERROR] PhoenixPigSchemaUtil.java[76:65] (whitespace) WhitespaceAfter: ',' is 
not followed by whitespace.
[ERROR] PhoenixPigSchemaUtil.java[79] (misc) Regexp: Line matches the illegal 
pattern 'Trailing whitespace'.
[WARNING] checkstyle:check violations detected but failOnViolation set to false
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-source (add-test-source) @ 
phoenix-pig ---
[INFO] Test Source directory: 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/src/it/java> added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource 
(add-test-resource) @ phoenix-pig ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix-pig ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
phoenix-pig ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/src/main/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ phoenix-pig ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/classes>
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath 
(create-mrapp-generated-classpath) @ phoenix-pig ---
[INFO] Wrote classpath file 
'<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/classes/mrapp-generated-classpath'.>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
phoenix-pig ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/src/test/resources>
[INFO] skip non existing resourceDirectory 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/src/it/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ 
phoenix-pig ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ phoenix-pig ---
[INFO] Surefire report directory: 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.pig.util.TypeUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 sec - in 
org.apache.phoenix.pig.util.TypeUtilTest
Running org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 sec - in 
org.apache.phoenix.pig.util.SqlQueryToColumnInfoFunctionTest
Running org.apache.phoenix.pig.util.TableSchemaParserFunctionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in 
org.apache.phoenix.pig.util.TableSchemaParserFunctionTest
Running org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec - in 
org.apache.phoenix.pig.util.QuerySchemaParserFunctionTest
Running org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in 
org.apache.phoenix.pig.util.PhoenixPigSchemaUtilTest

Results :




Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ phoenix-pig 
---
[INFO] Building jar: 
<https://builds.apache.org/job/Phoenix-master/817/artifact/phoenix-pig/target/phoenix-pig-4.5.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-pig ---
[INFO] Building jar: 
<https://builds.apache.org/job/Phoenix-master/817/artifact/phoenix-pig/target/phoenix-pig-4.5.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ phoenix-pig ---
[INFO] Building jar: 
<https://builds.apache.org/job/Phoenix-master/817/artifact/phoenix-pig/target/phoenix-pig-4.5.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
phoenix-pig ---
[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:integration-test (ClientManagedTimeTests) 
@ phoenix-pig ---
[INFO] Failsafe report directory: 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/failsafe-reports>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, 
useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, 
threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :




Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:integration-test (HBaseManagedTimeTests) 
@ phoenix-pig ---
[INFO] Failsafe report directory: 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/failsafe-reports>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, 
useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, 
threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.pig.PhoenixHBaseStorerIT
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.78 sec - in 
org.apache.phoenix.pig.PhoenixHBaseStorerIT

Results :




Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:integration-test 
(NeedTheirOwnClusterTests) @ phoenix-pig ---
[INFO] Failsafe report directory: 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/failsafe-reports>
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, 
useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, 
threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.phoenix.pig.PhoenixHBaseLoaderIT
Tests run: 12, Failures: 1, Errors: 2, Skipped: 0, Time elapsed: 86.048 sec <<< 
FAILURE! - in org.apache.phoenix.pig.PhoenixHBaseLoaderIT
testSchemaForTable(org.apache.phoenix.pig.PhoenixHBaseLoaderIT)  Time elapsed: 
5.51 sec  <<< FAILURE!
java.lang.AssertionError: null
        at org.junit.Assert.fail(Assert.java:86)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.junit.Assert.assertTrue(Assert.java:52)
        at 
org.apache.phoenix.pig.PhoenixHBaseLoaderIT.testSchemaForTable(PhoenixHBaseLoaderIT.java:127)

testSchemaForTableWithSpecificColumns(org.apache.phoenix.pig.PhoenixHBaseLoaderIT)
  Time elapsed: 5.522 sec  <<< ERROR!
org.apache.pig.impl.logicalLayer.FrontendException: Error during parsing. 
Cannot get schema from loadFunc org.apache.phoenix.pig.PhoenixHBaseLoader
        at 
org.apache.phoenix.util.PhoenixRuntime.generateColumnInfo(PhoenixRuntime.java:397)
        at 
org.apache.phoenix.mapreduce.util.PhoenixConfigurationUtil.getSelectColumnMetadataList(PhoenixConfigurationUtil.java:266)
        at 
org.apache.phoenix.pig.util.PhoenixPigSchemaUtil.getResourceSchema(PhoenixPigSchemaUtil.java:62)
        at 
org.apache.phoenix.pig.PhoenixHBaseLoader.getSchema(PhoenixHBaseLoader.java:230)
        at 
org.apache.pig.newplan.logical.relational.LOLoad.getSchemaFromMetaData(LOLoad.java:175)
        at 
org.apache.pig.newplan.logical.relational.LOLoad.<init>(LOLoad.java:89)
        at 
org.apache.pig.parser.LogicalPlanBuilder.buildLoadOp(LogicalPlanBuilder.java:885)
        at 
org.apache.pig.parser.LogicalPlanGenerator.load_clause(LogicalPlanGenerator.java:3568)
        at 
org.apache.pig.parser.LogicalPlanGenerator.op_clause(LogicalPlanGenerator.java:1625)
        at 
org.apache.pig.parser.LogicalPlanGenerator.general_statement(LogicalPlanGenerator.java:1102)
        at 
org.apache.pig.parser.LogicalPlanGenerator.statement(LogicalPlanGenerator.java:560)
        at 
org.apache.pig.parser.LogicalPlanGenerator.query(LogicalPlanGenerator.java:421)
        at 
org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:188)
        at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1712)
        at org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1659)
        at org.apache.pig.PigServer.registerQuery(PigServer.java:600)
        at org.apache.pig.PigServer.registerQuery(PigServer.java:613)
        at 
org.apache.phoenix.pig.PhoenixHBaseLoaderIT.testSchemaForTableWithSpecificColumns(PhoenixHBaseLoaderIT.java:149)

testLoadAndStore(org.apache.phoenix.pig.PhoenixHBaseLoaderIT)  Time elapsed: 
7.031 sec  <<< ERROR!
org.apache.pig.impl.logicalLayer.FrontendException: Error during parsing. 
Cannot find field SAL in ID:int,NAME:chararray,AGE:int
        at 
org.apache.pig.newplan.logical.expression.DereferenceExpression.translateAliasToPos(DereferenceExpression.java:215)
        at 
org.apache.pig.newplan.logical.expression.DereferenceExpression.getFieldSchema(DereferenceExpression.java:149)
        at 
org.apache.pig.newplan.logical.optimizer.FieldSchemaResetter.execute(SchemaResetter.java:264)
        at 
org.apache.pig.newplan.logical.expression.AllSameExpressionVisitor.visit(AllSameExpressionVisitor.java:148)
        at 
org.apache.pig.newplan.logical.expression.DereferenceExpression.accept(DereferenceExpression.java:84)
        at 
org.apache.pig.newplan.ReverseDependencyOrderWalker.walk(ReverseDependencyOrderWalker.java:70)
        at org.apache.pig.newplan.PlanVisitor.visit(PlanVisitor.java:52)
        at 
org.apache.pig.newplan.logical.optimizer.SchemaResetter.visitAll(SchemaResetter.java:67)
        at 
org.apache.pig.newplan.logical.optimizer.SchemaResetter.visit(SchemaResetter.java:122)
        at 
org.apache.pig.newplan.logical.relational.LOGenerate.accept(LOGenerate.java:245)
        at 
org.apache.pig.newplan.DependencyOrderWalker.walk(DependencyOrderWalker.java:75)
        at 
org.apache.pig.newplan.logical.optimizer.SchemaResetter.visit(SchemaResetter.java:114)
        at 
org.apache.pig.parser.LogicalPlanBuilder.buildForeachOp(LogicalPlanBuilder.java:1039)
        at 
org.apache.pig.parser.LogicalPlanGenerator.foreach_clause(LogicalPlanGenerator.java:15870)
        at 
org.apache.pig.parser.LogicalPlanGenerator.op_clause(LogicalPlanGenerator.java:1933)
        at 
org.apache.pig.parser.LogicalPlanGenerator.general_statement(LogicalPlanGenerator.java:1102)
        at 
org.apache.pig.parser.LogicalPlanGenerator.statement(LogicalPlanGenerator.java:560)
        at 
org.apache.pig.parser.LogicalPlanGenerator.query(LogicalPlanGenerator.java:421)
        at 
org.apache.pig.parser.QueryParserDriver.parse(QueryParserDriver.java:188)
        at org.apache.pig.PigServer$Graph.parseQuery(PigServer.java:1712)
        at org.apache.pig.PigServer$Graph.registerQuery(PigServer.java:1659)
        at org.apache.pig.PigServer.registerQuery(PigServer.java:600)
        at org.apache.pig.PigServer.registerQuery(PigServer.java:613)
        at 
org.apache.phoenix.pig.PhoenixHBaseLoaderIT.testLoadAndStore(PhoenixHBaseLoaderIT.java:467)


Results :

Failed tests: 
  PhoenixHBaseLoaderIT.testSchemaForTable:127 null

Tests in error: 
  PhoenixHBaseLoaderIT.testLoadAndStore:467 » Frontend Error during parsing. 
Can...
  PhoenixHBaseLoaderIT.testSchemaForTableWithSpecificColumns:149 » Frontend 
Erro...


Tests run: 12, Failures: 1, Errors: 2, Skipped: 0

[INFO] 
[INFO] --- maven-failsafe-plugin:2.18:verify (ClientManagedTimeTests) @ 
phoenix-pig ---
[INFO] Failsafe report directory: 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/failsafe-reports>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [3.758s]
[INFO] Phoenix Core ...................................... SUCCESS [57:17.750s]
[INFO] Phoenix - Flume ................................... SUCCESS [1:13.262s]
[INFO] Phoenix - Pig ..................................... FAILURE [3:34.483s]
[INFO] Phoenix Query Server Client ....................... SKIPPED
[INFO] Phoenix Query Server .............................. SKIPPED
[INFO] Phoenix - Pherf ................................... SKIPPED
[INFO] Phoenix - Spark ................................... SKIPPED
[INFO] Phoenix Assembly .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:02:09.902s
[INFO] Finished at: Wed Jul 08 06:25:31 UTC 2015
[INFO] Final Memory: 56M/835M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-failsafe-plugin:2.18:verify 
(ClientManagedTimeTests) on project phoenix-pig: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/Phoenix-master/ws/phoenix-pig/target/failsafe-reports>
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-pig
Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
Sending artifact delta relative to Phoenix | Master #790
Archived 1146 artifacts
Archive block size is 32768
Received 18242 blocks and 498793944 bytes
Compression is 54.5%
Took 2 min 30 sec
Updating PHOENIX-2025
Recording test results

Reply via email to