Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CDA-175] - Exporting Union query that has a uses a query with a calc… #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eliofreitas
Copy link

…ulated column gives error

@eliofreitas
Copy link
Author

@pamval please review

@@ -471,6 +471,12 @@ public static TableModel appendTableModel( final TableModel tableModelA, final T
final TypedTableModel typedTableModel = new TypedTableModel( colNames, colTypes, rowCount );
for ( int r = 0; r < tableModelA.getRowCount(); r++ ) {
for ( int c = 0; c < colTypes.length; c++ ) {
if ( c < typedTableModel.getColumnCount() && c < tableModelA.getColumnCount() ) {
if ( !typedTableModel.getColumnClass( c ).equals( tableModelA.getColumnClass( c ) ) ) {
logger.error( "type mismatch, appeding " + tableModelA.getColumnClass( c ).toString() + " to "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

appending

@eliofreitas
Copy link
Author

updated

@eliofreitas
Copy link
Author

Building pull request

@brosander
Copy link

@eliofreitas
Copy link
Author

Building pull request

@brosander
Copy link

@eliofreitas
Copy link
Author

testing

@wingman-pentaho
Copy link

Build Failed

❌ Something went wrong while validating this pull request.

Stdout log
(last 100 lines)
Config enriched: If no api token specified, use environment variable
Config enriched: If source control is github, set git binary path
Config enriched: Set the slackbot url
Config enriched: If github SourceControlType and null StatusUpdateType, use github
Config enriched: If github SourceControlType and StatusUpdaterType and null ApiToken, use the one from SourceRetriever
Config enriched: If github SourceControlType and StatusUpdaterType and null Organization, use the one from SourceRetriever
Config enriched: If github SourceControlType and StatusUpdaterType and null Repository, use the one from SourceRetriever
Config enriched: If github SourceControlType and StatusUpdaterType and null PullRequest, use the one from SourceRetriever
Config enriched: CheckstyleAnalyzer is enabled by default
Retrieving source with org.pentaho.build.buddy.bundles.source.github.SlackbotGithubSourceRetriever@27363dc3
VCS Commands:
clone: [git, clone, --depth=103, --branch, master, https://[GITHUB TOKEN]@github.com/webdetails/cda.git, cda-base-202-c4779888-1eb2-45d6-86de-b6df0daa5243]
fetch: [git, fetch, --depth=2, origin, pull/202/head:pullRequest]
merge: [git, merge, --no-edit, --no-ff, -Xtheirs, -Xignore-space-change, pullRequest]
HEAD is now at f9e8da3 Merge pull request #268 from pentaho-lmartins/PPP-4108
Auto-merging core/src/main/java/pt/webdetails/robochef/TableModelInput.java
Auto-merging core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java
Merge made by the 'recursive' strategy.
 .../main/java/pt/webdetails/cda/utils/TableModelUtils.java   | 12 ++++++++++++
 .../main/java/pt/webdetails/robochef/TableModelInput.java    | 11 ++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)
GithubSourceRetriever file list:
[modified]	core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java
[modified]	core/src/main/java/pt/webdetails/robochef/TableModelInput.java
BuildToolDetector guessing mvn project because pom exists in at the root or in the parent folder of a changed file: core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java

Stderr log

(last 100 lines)
Cloning into 'cda-base-202-c4779888-1eb2-45d6-86de-b6df0daa5243'...
From https://github.com/webdetails/cda
 * [new ref]         refs/pull/202/head -> pullRequest
java.lang.Exception: java.io.IOException: org.apache.maven.model.building.ModelBuildingException: 2 problems were encountered while building the effective model for pentaho:cda-core:9.0.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @ 

	at org.pentaho.build.buddy.bundles.orchestrator.OrchestratorImpl.orchestrate(OrchestratorImpl.java:387)
	at Proxy2fd6bfcd_10c4_4a90_9582_0ae6051eba79.orchestrate(Unknown Source)
	at org.pentaho.build.buddy.bundles.rest.OrchestratorRestService$1.write(OrchestratorRestService.java:62)
	at org.apache.cxf.jaxrs.provider.BinaryDataProvider.writeTo(BinaryDataProvider.java:172)
	at org.apache.cxf.jaxrs.utils.JAXRSUtils.writeMessageBody(JAXRSUtils.java:1381)
	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:244)
	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.processResponse(JAXRSOutInterceptor.java:120)
	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleMessage(JAXRSOutInterceptor.java:83)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:83)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:253)
	at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
	at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:180)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:298)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:273)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:287)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: org.apache.maven.model.building.ModelBuildingException: 2 problems were encountered while building the effective model for pentaho:cda-core:9.0.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @ 

	at org.pentaho.build.buddy.bundles.command.mvn.MavenModule.buildModel(MavenModule.java:88)
	at org.pentaho.build.buddy.bundles.command.mvn.MavenModule.buildModule(MavenModule.java:72)
	at org.pentaho.build.buddy.bundles.command.mvn.MvnCommandBuilder.buildCommands(MvnCommandBuilder.java:130)
	at Proxy636642a2_ea84_49c8_8427_d85f2687bb41.buildCommands(Unknown Source)
	at org.pentaho.build.buddy.bundles.orchestrator.OrchestratorImpl.orchestrate(OrchestratorImpl.java:348)
	... 41 more
Caused by: org.apache.maven.model.building.ModelBuildingException: 2 problems were encountered while building the effective model for pentaho:cda-core:9.0.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @ 

	at org.apache.maven.model.building.DefaultModelProblemCollector.newModelBuildingException(DefaultModelProblemCollector.java:197)
	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:479)
	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:421)
	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:411)
	at org.pentaho.build.buddy.bundles.command.mvn.MavenModule.buildModel(MavenModule.java:86)
	... 45 more

@wingman-pentaho
Copy link

Build Failed

❌ Something went wrong while validating this pull request.

Stdout log
(last 100 lines)
Config enriched: If no api token specified, use environment variable
Config enriched: If source control is github, set git binary path
Config enriched: Set the slackbot url
Config enriched: If github SourceControlType and null StatusUpdateType, use github
Config enriched: If github SourceControlType and StatusUpdaterType and null ApiToken, use the one from SourceRetriever
Config enriched: If github SourceControlType and StatusUpdaterType and null Organization, use the one from SourceRetriever
Config enriched: If github SourceControlType and StatusUpdaterType and null Repository, use the one from SourceRetriever
Config enriched: If github SourceControlType and StatusUpdaterType and null PullRequest, use the one from SourceRetriever
Config enriched: CheckstyleAnalyzer is enabled by default
Retrieving source with org.pentaho.build.buddy.bundles.source.github.SlackbotGithubSourceRetriever@27363dc3
VCS Commands:
clone: [git, clone, --depth=103, --branch, master, https://[GITHUB TOKEN]@github.com/webdetails/cda.git, cda-base-202-d34ae1da-22bc-4844-8b21-43aa86359a1d]
fetch: [git, fetch, --depth=2, origin, pull/202/head:pullRequest]
merge: [git, merge, --no-edit, --no-ff, -Xtheirs, -Xignore-space-change, pullRequest]
HEAD is now at f9e8da3 Merge pull request #268 from pentaho-lmartins/PPP-4108
Auto-merging core/src/main/java/pt/webdetails/robochef/TableModelInput.java
Auto-merging core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java
Merge made by the 'recursive' strategy.
 .../main/java/pt/webdetails/cda/utils/TableModelUtils.java   | 12 ++++++++++++
 .../main/java/pt/webdetails/robochef/TableModelInput.java    | 11 ++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)
GithubSourceRetriever file list:
[modified]	core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java
[modified]	core/src/main/java/pt/webdetails/robochef/TableModelInput.java
BuildToolDetector guessing mvn project because pom exists in at the root or in the parent folder of a changed file: core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java

Stderr log

(last 100 lines)
Cloning into 'cda-base-202-d34ae1da-22bc-4844-8b21-43aa86359a1d'...
From https://github.com/webdetails/cda
 * [new ref]         refs/pull/202/head -> pullRequest
java.lang.Exception: java.io.IOException: org.apache.maven.model.building.ModelBuildingException: 2 problems were encountered while building the effective model for pentaho:cda-core:9.0.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @ 

	at org.pentaho.build.buddy.bundles.orchestrator.OrchestratorImpl.orchestrate(OrchestratorImpl.java:387)
	at Proxy2fd6bfcd_10c4_4a90_9582_0ae6051eba79.orchestrate(Unknown Source)
	at org.pentaho.build.buddy.bundles.rest.OrchestratorRestService$1.write(OrchestratorRestService.java:62)
	at org.apache.cxf.jaxrs.provider.BinaryDataProvider.writeTo(BinaryDataProvider.java:172)
	at org.apache.cxf.jaxrs.utils.JAXRSUtils.writeMessageBody(JAXRSUtils.java:1381)
	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:244)
	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.processResponse(JAXRSOutInterceptor.java:120)
	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleMessage(JAXRSOutInterceptor.java:83)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:83)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:253)
	at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
	at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:180)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:298)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:273)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:287)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: org.apache.maven.model.building.ModelBuildingException: 2 problems were encountered while building the effective model for pentaho:cda-core:9.0.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @ 

	at org.pentaho.build.buddy.bundles.command.mvn.MavenModule.buildModel(MavenModule.java:88)
	at org.pentaho.build.buddy.bundles.command.mvn.MavenModule.buildModule(MavenModule.java:72)
	at org.pentaho.build.buddy.bundles.command.mvn.MvnCommandBuilder.buildCommands(MvnCommandBuilder.java:130)
	at Proxy636642a2_ea84_49c8_8427_d85f2687bb41.buildCommands(Unknown Source)
	at org.pentaho.build.buddy.bundles.orchestrator.OrchestratorImpl.orchestrate(OrchestratorImpl.java:348)
	... 41 more
Caused by: org.apache.maven.model.building.ModelBuildingException: 2 problems were encountered while building the effective model for pentaho:cda-core:9.0.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @ 

	at org.apache.maven.model.building.DefaultModelProblemCollector.newModelBuildingException(DefaultModelProblemCollector.java:197)
	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:479)
	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:421)
	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:411)
	at org.pentaho.build.buddy.bundles.command.mvn.MavenModule.buildModel(MavenModule.java:86)
	... 45 more

@wingman-pentaho
Copy link

Build Failed

❌ Something went wrong while validating this pull request.

Stdout log
(last 100 lines)
Config enriched: If no api token specified, use environment variable
Config enriched: If source control is github, set git binary path
Config enriched: Set the slackbot url
Config enriched: If github SourceControlType and null StatusUpdateType, use github
Config enriched: If github SourceControlType and StatusUpdaterType and null ApiToken, use the one from SourceRetriever
Config enriched: If github SourceControlType and StatusUpdaterType and null Organization, use the one from SourceRetriever
Config enriched: If github SourceControlType and StatusUpdaterType and null Repository, use the one from SourceRetriever
Config enriched: If github SourceControlType and StatusUpdaterType and null PullRequest, use the one from SourceRetriever
Config enriched: CheckstyleAnalyzer is enabled by default
Retrieving source with org.pentaho.build.buddy.bundles.source.github.SlackbotGithubSourceRetriever@27363dc3
VCS Commands:
clone: [git, clone, --depth=103, --branch, master, https://[GITHUB TOKEN]@github.com/webdetails/cda.git, cda-base-202-dc550fbf-1f69-4358-86b6-e19661435126]
fetch: [git, fetch, --depth=2, origin, pull/202/head:pullRequest]
merge: [git, merge, --no-edit, --no-ff, -Xtheirs, -Xignore-space-change, pullRequest]
HEAD is now at f9e8da3 Merge pull request #268 from pentaho-lmartins/PPP-4108
Auto-merging core/src/main/java/pt/webdetails/robochef/TableModelInput.java
Auto-merging core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java
Merge made by the 'recursive' strategy.
 .../main/java/pt/webdetails/cda/utils/TableModelUtils.java   | 12 ++++++++++++
 .../main/java/pt/webdetails/robochef/TableModelInput.java    | 11 ++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)
GithubSourceRetriever file list:
[modified]	core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java
[modified]	core/src/main/java/pt/webdetails/robochef/TableModelInput.java
BuildToolDetector guessing mvn project because pom exists in at the root or in the parent folder of a changed file: core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java

Stderr log

(last 100 lines)
Cloning into 'cda-base-202-dc550fbf-1f69-4358-86b6-e19661435126'...
From https://github.com/webdetails/cda
 * [new ref]         refs/pull/202/head -> pullRequest
java.lang.Exception: java.io.IOException: org.apache.maven.model.building.ModelBuildingException: 2 problems were encountered while building the effective model for pentaho:cda-core:9.0.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @ 

	at org.pentaho.build.buddy.bundles.orchestrator.OrchestratorImpl.orchestrate(OrchestratorImpl.java:387)
	at Proxy2fd6bfcd_10c4_4a90_9582_0ae6051eba79.orchestrate(Unknown Source)
	at org.pentaho.build.buddy.bundles.rest.OrchestratorRestService$1.write(OrchestratorRestService.java:62)
	at org.apache.cxf.jaxrs.provider.BinaryDataProvider.writeTo(BinaryDataProvider.java:172)
	at org.apache.cxf.jaxrs.utils.JAXRSUtils.writeMessageBody(JAXRSUtils.java:1381)
	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.serializeMessage(JAXRSOutInterceptor.java:244)
	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.processResponse(JAXRSOutInterceptor.java:120)
	at org.apache.cxf.jaxrs.interceptor.JAXRSOutInterceptor.handleMessage(JAXRSOutInterceptor.java:83)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.interceptor.OutgoingChainInterceptor.handleMessage(OutgoingChainInterceptor.java:83)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
	at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
	at org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:253)
	at org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:234)
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:208)
	at org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:160)
	at org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:180)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:298)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:217)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
	at org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:273)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:287)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:80)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: org.apache.maven.model.building.ModelBuildingException: 2 problems were encountered while building the effective model for pentaho:cda-core:9.0.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @ 

	at org.pentaho.build.buddy.bundles.command.mvn.MavenModule.buildModel(MavenModule.java:88)
	at org.pentaho.build.buddy.bundles.command.mvn.MavenModule.buildModule(MavenModule.java:72)
	at org.pentaho.build.buddy.bundles.command.mvn.MvnCommandBuilder.buildCommands(MvnCommandBuilder.java:130)
	at Proxy636642a2_ea84_49c8_8427_d85f2687bb41.buildCommands(Unknown Source)
	at org.pentaho.build.buddy.bundles.orchestrator.OrchestratorImpl.orchestrate(OrchestratorImpl.java:348)
	... 41 more
Caused by: org.apache.maven.model.building.ModelBuildingException: 2 problems were encountered while building the effective model for pentaho:cda-core:9.0.0.0-SNAPSHOT
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-databind:jar is missing. @ 
[ERROR] 'dependencies.dependency.version' for com.fasterxml.jackson.core:jackson-core:jar is missing. @ 

	at org.apache.maven.model.building.DefaultModelProblemCollector.newModelBuildingException(DefaultModelProblemCollector.java:197)
	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:479)
	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:421)
	at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:411)
	at org.pentaho.build.buddy.bundles.command.mvn.MavenModule.buildModel(MavenModule.java:86)
	... 45 more

@wingman-pentaho
Copy link

Build Completed

❌ This pull request has errors. They will need to be addressed before it can be accepted. See below for more details. Some links are also available below for further assistance in addressing those issues.

Build Commands

mvn -B -fn -f 'pom.xml' -pl 'core' -P '!assemblies' -Dsurefire.runOrder=alphabetical -Daudit -amd clean install

Cleanup Commands

mvn -B -f 'pom.xml' -pl 'core' -P '!assemblies' -amd build-helper:remove-project-artifact

Changed files

  core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java
  core/src/main/java/pt/webdetails/robochef/TableModelInput.java

Unit Test Coverage

These statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.

⚠️ Coverage Changes (click to expand)
pt.webdetails.cda.utils.TableModelUtils
  • Branch Change: -0.3% 🔻
  • Complexity Change: -1.9% 🔻
  • Instruction Change: -2% 🔻
  • Line Change: -0.9% 🔻
pt.webdetails.robochef.TableModelInput
  • Instruction Change: -8.5% 🔻
  • Line Change: -5.1% 🔻

License header violations

❗ Copyright year is not the current year on core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java. Found 2017. Was expecting 2018

❗ Copyright year is not the current year on core/src/main/java/pt/webdetails/robochef/TableModelInput.java. Found 2017. Was expecting 2018

Checkstyle violations

The code submitted is not complying with one or more of our guidelines. To perform these checks locally, please use this tool.

/home/buildguy/project/core/src/main/java/pt/webdetails/robochef/TableModelInput.java

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 68

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 69

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 70

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 71

❗ 'if' has incorrect indentation level 8, expected level should be 10. at Line: 72

❗ 'if' child has incorrect indentation level 10, expected level should be 12. at Line: 73

❗ 'if rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 74

❗ 'else' child has incorrect indentation level 10, expected level should be 12. at Line: 75

❗ 'else rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 76

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 77

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 78

❗ 'if' has incorrect indentation level 8, expected level should be 10. at Line: 79

❗ 'if' child has incorrect indentation level 10, expected level should be 12. at Line: 80

❗ 'if rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 81

❗ 'else' child has incorrect indentation level 10, expected level should be 12. at Line: 82

❗ 'else rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 83

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 84

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 85

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 86

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 87

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 88

❗ 'if' has incorrect indentation level 8, expected level should be 10. at Line: 89

❗ 'if' child has incorrect indentation level 10, expected level should be 12. at Line: 90

❗ 'if rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 91

❗ 'else' child has incorrect indentation level 10, expected level should be 12. at Line: 92

❗ 'else rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 93

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 94

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 95

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 96

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 97

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 98

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 99

❗ 'switch rcurly' has incorrect indentation level 4, expected level should be 6. at Line: 101

❗ 'try' child has incorrect indentation level 4, expected level should be 6. at Line: 102

1 similar comment
@wingman-pentaho
Copy link

Build Completed

❌ This pull request has errors. They will need to be addressed before it can be accepted. See below for more details. Some links are also available below for further assistance in addressing those issues.

Build Commands

mvn -B -fn -f 'pom.xml' -pl 'core' -P '!assemblies' -Dsurefire.runOrder=alphabetical -Daudit -amd clean install

Cleanup Commands

mvn -B -f 'pom.xml' -pl 'core' -P '!assemblies' -amd build-helper:remove-project-artifact

Changed files

  core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java
  core/src/main/java/pt/webdetails/robochef/TableModelInput.java

Unit Test Coverage

These statistics help you identify how your changes have affected the coverage of the following files. If a file is not in this list, then its coverage was not affected by your changes. To get some help interpreting these metrics, please refer to Jacoco's documentation.

⚠️ Coverage Changes (click to expand)
pt.webdetails.cda.utils.TableModelUtils
  • Branch Change: -0.3% 🔻
  • Complexity Change: -1.9% 🔻
  • Instruction Change: -2% 🔻
  • Line Change: -0.9% 🔻
pt.webdetails.robochef.TableModelInput
  • Instruction Change: -8.5% 🔻
  • Line Change: -5.1% 🔻

License header violations

❗ Copyright year is not the current year on core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java. Found 2017. Was expecting 2018

❗ Copyright year is not the current year on core/src/main/java/pt/webdetails/robochef/TableModelInput.java. Found 2017. Was expecting 2018

Checkstyle violations

The code submitted is not complying with one or more of our guidelines. To perform these checks locally, please use this tool.

/home/buildguy/project/core/src/main/java/pt/webdetails/robochef/TableModelInput.java

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 68

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 69

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 70

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 71

❗ 'if' has incorrect indentation level 8, expected level should be 10. at Line: 72

❗ 'if' child has incorrect indentation level 10, expected level should be 12. at Line: 73

❗ 'if rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 74

❗ 'else' child has incorrect indentation level 10, expected level should be 12. at Line: 75

❗ 'else rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 76

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 77

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 78

❗ 'if' has incorrect indentation level 8, expected level should be 10. at Line: 79

❗ 'if' child has incorrect indentation level 10, expected level should be 12. at Line: 80

❗ 'if rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 81

❗ 'else' child has incorrect indentation level 10, expected level should be 12. at Line: 82

❗ 'else rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 83

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 84

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 85

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 86

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 87

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 88

❗ 'if' has incorrect indentation level 8, expected level should be 10. at Line: 89

❗ 'if' child has incorrect indentation level 10, expected level should be 12. at Line: 90

❗ 'if rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 91

❗ 'else' child has incorrect indentation level 10, expected level should be 12. at Line: 92

❗ 'else rcurly' has incorrect indentation level 8, expected level should be 10. at Line: 93

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 94

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 95

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 96

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 97

❗ 'case' child has incorrect indentation level 6, expected level should be 8. at Line: 98

❗ 'block' child has incorrect indentation level 8, expected level should be 10. at Line: 99

❗ 'switch rcurly' has incorrect indentation level 4, expected level should be 6. at Line: 101

❗ 'try' child has incorrect indentation level 4, expected level should be 6. at Line: 102

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy

This comment has been minimized.

@buildguy
Copy link

❌ Build failed in 42m 27s

Build command:

mvn clean verify -B -e -Daudit -amd

❗ No tests found!

Errors:

Filtered log (click to expand)

script returned exit code 1

ℹ️ This is an automatic message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants