You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Nick Dimiduk <nd...@gmail.com> on 2015/03/05 19:24:48 UTC

Build broken

Hi folks,

Not sure where the message will be seen, so reposting my comment from JIRA
over here. Looks like CALCITE-586 broke the build.

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
(default-compile) on project calcite-core: Compilation failure: Compilation
failure:
[ERROR]
/Users/ndimiduk/repos/incubator-calcite/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[24,42]
cannot find symbol
[ERROR] symbol:   class SqlParserImpl
[ERROR] location: package org.apache.calcite.sql.parser.impl
[ERROR]
/Users/ndimiduk/repos/incubator-calcite/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[201,50]
cannot find symbol
[ERROR] symbol:   variable SqlParserImpl
[ERROR] location: class
org.apache.calcite.sql.parser.SqlParser.ConfigBuilder

According to git bisect:

$ git bisect start origin/master calcite-1.0.0-incubating
$ git bisect run mvn clean package -DskipTests
...
4b76c50d88c7524ef4c4a29a77cebcde8d317ca7 is the first bad commit
commit 4b76c50d88c7524ef4c4a29a77cebcde8d317ca7
Author: Julian Hyde <jh...@apache.org>
Date:   Sun Feb 8 14:30:41 2015 -0800

    [CALCITE-586] Prevent JSON serialization of
Signature.internalParameters (Trevor Hartman)

    (That should have been the commit message for the previous commit.)

    Update history

    Close apache/incubator-calcite#48

:040000 040000 9911637d375dea6e05ce1ef1cc548ec42b5971df
e2149323a2d7d47b3d86a35371f169a8d59bfadb M      doc
bisect run success

Re: Build broken

Posted by Nick Dimiduk <nd...@gmail.com>.
Thanks for the reference. Yes, I'm also a habitual `mvn clean package
-DskipTests` user :)

On Thu, Mar 5, 2015 at 10:35 AM, Julian Hyde <ju...@gmail.com> wrote:

> It is a known issue, https://issues.apache.org/jira/browse/CALCITE-553,
> with an easy workaround: run clean as a separate step, i.e. "mvn clean &&
> mvn install".
>
> Julian
>
>
>
> > On Mar 5, 2015, at 10:24 AM, Nick Dimiduk <nd...@gmail.com> wrote:
> >
> > Hi folks,
> >
> > Not sure where the message will be seen, so reposting my comment from
> JIRA
> > over here. Looks like CALCITE-586 broke the build.
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> > (default-compile) on project calcite-core: Compilation failure:
> Compilation
> > failure:
> > [ERROR]
> >
> /Users/ndimiduk/repos/incubator-calcite/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[24,42]
> > cannot find symbol
> > [ERROR] symbol:   class SqlParserImpl
> > [ERROR] location: package org.apache.calcite.sql.parser.impl
> > [ERROR]
> >
> /Users/ndimiduk/repos/incubator-calcite/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[201,50]
> > cannot find symbol
> > [ERROR] symbol:   variable SqlParserImpl
> > [ERROR] location: class
> > org.apache.calcite.sql.parser.SqlParser.ConfigBuilder
> >
> > According to git bisect:
> >
> > $ git bisect start origin/master calcite-1.0.0-incubating
> > $ git bisect run mvn clean package -DskipTests
> > ...
> > 4b76c50d88c7524ef4c4a29a77cebcde8d317ca7 is the first bad commit
> > commit 4b76c50d88c7524ef4c4a29a77cebcde8d317ca7
> > Author: Julian Hyde <jh...@apache.org>
> > Date:   Sun Feb 8 14:30:41 2015 -0800
> >
> >    [CALCITE-586] Prevent JSON serialization of
> > Signature.internalParameters (Trevor Hartman)
> >
> >    (That should have been the commit message for the previous commit.)
> >
> >    Update history
> >
> >    Close apache/incubator-calcite#48
> >
> > :040000 040000 9911637d375dea6e05ce1ef1cc548ec42b5971df
> > e2149323a2d7d47b3d86a35371f169a8d59bfadb M      doc
> > bisect run success
>
>

Re: Build broken

Posted by Julian Hyde <ju...@gmail.com>.
It is a known issue, https://issues.apache.org/jira/browse/CALCITE-553, with an easy workaround: run clean as a separate step, i.e. "mvn clean && mvn install".

Julian



> On Mar 5, 2015, at 10:24 AM, Nick Dimiduk <nd...@gmail.com> wrote:
> 
> Hi folks,
> 
> Not sure where the message will be seen, so reposting my comment from JIRA
> over here. Looks like CALCITE-586 broke the build.
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> (default-compile) on project calcite-core: Compilation failure: Compilation
> failure:
> [ERROR]
> /Users/ndimiduk/repos/incubator-calcite/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[24,42]
> cannot find symbol
> [ERROR] symbol:   class SqlParserImpl
> [ERROR] location: package org.apache.calcite.sql.parser.impl
> [ERROR]
> /Users/ndimiduk/repos/incubator-calcite/core/src/main/java/org/apache/calcite/sql/parser/SqlParser.java:[201,50]
> cannot find symbol
> [ERROR] symbol:   variable SqlParserImpl
> [ERROR] location: class
> org.apache.calcite.sql.parser.SqlParser.ConfigBuilder
> 
> According to git bisect:
> 
> $ git bisect start origin/master calcite-1.0.0-incubating
> $ git bisect run mvn clean package -DskipTests
> ...
> 4b76c50d88c7524ef4c4a29a77cebcde8d317ca7 is the first bad commit
> commit 4b76c50d88c7524ef4c4a29a77cebcde8d317ca7
> Author: Julian Hyde <jh...@apache.org>
> Date:   Sun Feb 8 14:30:41 2015 -0800
> 
>    [CALCITE-586] Prevent JSON serialization of
> Signature.internalParameters (Trevor Hartman)
> 
>    (That should have been the commit message for the previous commit.)
> 
>    Update history
> 
>    Close apache/incubator-calcite#48
> 
> :040000 040000 9911637d375dea6e05ce1ef1cc548ec42b5971df
> e2149323a2d7d47b3d86a35371f169a8d59bfadb M      doc
> bisect run success