-
Notifications
You must be signed in to change notification settings - Fork 124
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
base: master
Are you sure you want to change the base?
Conversation
@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 " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
appending
updated |
…ulated column gives error
Building pull request |
Building pull request |
testing |
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
|
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
|
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
|
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 Commandsmvn -B -fn -f 'pom.xml' -pl 'core' -P '!assemblies' -Dsurefire.runOrder=alphabetical -Daudit -amd clean install Cleanup Commandsmvn -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 CoverageThese 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.
|
1 similar comment
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 Commandsmvn -B -fn -f 'pom.xml' -pl 'core' -P '!assemblies' -Dsurefire.runOrder=alphabetical -Daudit -amd clean install Cleanup Commandsmvn -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 CoverageThese 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.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
❌ Build failed in 42m 27sBuild command: mvn clean verify -B -e -Daudit -amd ❗ No tests found!Errors:Filtered log (click to expand)
ℹ️ This is an automatic message |
…ulated column gives error