You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Jessica Wang <Je...@citrix.com> on 2013/02/13 21:28:25 UTC

master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Mice,

I encountered an error when building latest code from master branch:

===================================================================
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project cloud-server: Compilation failure: Comp
ilation failure:
[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol
[ERROR] symbol:   class VMSnapshotVO
[ERROR] location: package com.cloud.vm.snapshot
===================================================================

I checked check-in history and found the new file("VMSnapshotDao.java") was added by you several hours ago.
Could you please help to resolve this issue?

Jessica



Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Chip Childers <ch...@sungard.com>.
On Thu, Feb 14, 2013 at 01:59:34PM +0800, Mice Xia wrote:
> sorry guys, missed a file in commit, lesson learned, i ignored an
> untracked directory shown in git status (thougt it was empty..)
> 

Things happen...  no worries.  Glad we got it sorted out.

-chip

Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Mice Xia <we...@gmail.com>.
sorry guys, missed a file in commit, lesson learned, i ignored an
untracked directory shown in git status (thougt it was empty..)

-Mice

2013/2/14 Edison Su <Ed...@citrix.com>:
> fixed on master already, please check out latest code.
>
>> -----Original Message-----
>> From: Jessica Wang [mailto:Jessica.Wang@citrix.com]
>> Sent: Wednesday, February 13, 2013 12:28 PM
>> To: mice_xia@tcloudcomputing.com
>> Cc: cloudstack-dev@incubator.apache.org
>> Subject: master branch building error "[ERROR] C:\cloudstack-
>> apache\incubator-
>> cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
>> 24,28] error: cannot find symbol"
>>
>> Mice,
>>
>> I encountered an error when building latest code from master branch:
>>
>> ==========================================================
>> =========
>> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-
>> plugin:2.5.1:compile (default-compile) on project cloud-server: Compilation
>> failure: Comp ilation failure:
>> [ERROR] C:\cloudstack-apache\incubator-
>> cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
>> 24,28] error: cannot find symbol
>> [ERROR] symbol:   class VMSnapshotVO
>> [ERROR] location: package com.cloud.vm.snapshot
>> ==========================================================
>> =========
>>
>> I checked check-in history and found the new file("VMSnapshotDao.java")
>> was added by you several hours ago.
>> Could you please help to resolve this issue?
>>
>> Jessica
>>
>

RE: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Edison Su <Ed...@citrix.com>.
fixed on master already, please check out latest code.

> -----Original Message-----
> From: Jessica Wang [mailto:Jessica.Wang@citrix.com]
> Sent: Wednesday, February 13, 2013 12:28 PM
> To: mice_xia@tcloudcomputing.com
> Cc: cloudstack-dev@incubator.apache.org
> Subject: master branch building error "[ERROR] C:\cloudstack-
> apache\incubator-
> cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
> 24,28] error: cannot find symbol"
> 
> Mice,
> 
> I encountered an error when building latest code from master branch:
> 
> ==========================================================
> =========
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-
> plugin:2.5.1:compile (default-compile) on project cloud-server: Compilation
> failure: Comp ilation failure:
> [ERROR] C:\cloudstack-apache\incubator-
> cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
> 24,28] error: cannot find symbol
> [ERROR] symbol:   class VMSnapshotVO
> [ERROR] location: package com.cloud.vm.snapshot
> ==========================================================
> =========
> 
> I checked check-in history and found the new file("VMSnapshotDao.java")
> was added by you several hours ago.
> Could you please help to resolve this issue?
> 
> Jessica
> 


Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Marcus Sorensen <sh...@gmail.com>.
On Wed, Feb 13, 2013 at 5:20 PM, Chip Childers
<ch...@sungard.com> wrote:
> Why are people still pushing to master if the build is broken?
>
> Stuff breaks, but we should fix things before adding MORE issues.
>

For me it was:

Fix problem on 4.1, test, cherry-pick into master, test, commit, pull
--rebase, push.

My master gets out of date while testing, didn't realize build was broken.

Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Chip Childers <ch...@sungard.com>.
On Wed, Feb 13, 2013 at 04:27:06PM -0800, Frank Zhang wrote:
> I guess people build successfully on their local, but forget 'git add' the new file before pushing
> 'git status' is always a good practice before pushing

I'm more referring to the fact that folks are pushing changes to master
without first pulling and rebasing from origin, and then testing the
merged results.

Missing a file in a commit is going to happen...  it's an honest
mistake.  But pushing unrelated changes to master when the build 
is broken is a pretty bad habit for us to have as a group.

> 
> > -----Original Message-----
> > From: Chip Childers [mailto:chip.childers@sungard.com]
> > Sent: Wednesday, February 13, 2013 4:21 PM
> > To: <cl...@incubator.apache.org>
> > Cc: mice_xia@tcloudcomputing.com
> > Subject: Re: master branch building error "[ERROR] C:\cloudstack-
> > apache\incubator-
> > cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
> > 24,28] error: cannot find symbol"
> > 
> > Why are people still pushing to master if the build is broken?
> > 
> > Stuff breaks, but we should fix things before adding MORE issues.
> > 
> > On Feb 13, 2013, at 6:40 PM, Vijayendra Bhamidipati
> > <vi...@citrix.com> wrote:
> > 
> > > +1
> > >
> > > -----Original Message-----
> > > From: Jessica Wang [mailto:Jessica.Wang@citrix.com]
> > > Sent: Wednesday, February 13, 2013 12:28 PM
> > > To: mice_xia@tcloudcomputing.com
> > > Cc: cloudstack-dev@incubator.apache.org
> > > Subject: master branch building error "[ERROR] C:\cloudstack-
> > apache\incubator-
> > cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
> > 24,28] error: cannot find symbol"
> > >
> > > Mice,
> > >
> > > I encountered an error when building latest code from master branch:
> > >
> > >
> > ==========================================================
> > =========
> > > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-
> > compiler-plugin:2.5.1:compile (default-compile) on project cloud-server:
> > Compilation failure: Comp ilation failure:
> > > [ERROR] C:\cloudstack-apache\incubator-
> > cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
> > 24,28] error: cannot find symbol
> > > [ERROR] symbol:   class VMSnapshotVO
> > > [ERROR] location: package com.cloud.vm.snapshot
> > >
> > ==========================================================
> > =========
> > >
> > > I checked check-in history and found the new file("VMSnapshotDao.java")
> > was added by you several hours ago.
> > > Could you please help to resolve this issue?
> > >
> > > Jessica
> > >
> > >
> > >
> 

RE: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Frank Zhang <Fr...@citrix.com>.
I guess people build successfully on their local, but forget 'git add' the new file before pushing
'git status' is always a good practice before pushing

> -----Original Message-----
> From: Chip Childers [mailto:chip.childers@sungard.com]
> Sent: Wednesday, February 13, 2013 4:21 PM
> To: <cl...@incubator.apache.org>
> Cc: mice_xia@tcloudcomputing.com
> Subject: Re: master branch building error "[ERROR] C:\cloudstack-
> apache\incubator-
> cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
> 24,28] error: cannot find symbol"
> 
> Why are people still pushing to master if the build is broken?
> 
> Stuff breaks, but we should fix things before adding MORE issues.
> 
> On Feb 13, 2013, at 6:40 PM, Vijayendra Bhamidipati
> <vi...@citrix.com> wrote:
> 
> > +1
> >
> > -----Original Message-----
> > From: Jessica Wang [mailto:Jessica.Wang@citrix.com]
> > Sent: Wednesday, February 13, 2013 12:28 PM
> > To: mice_xia@tcloudcomputing.com
> > Cc: cloudstack-dev@incubator.apache.org
> > Subject: master branch building error "[ERROR] C:\cloudstack-
> apache\incubator-
> cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
> 24,28] error: cannot find symbol"
> >
> > Mice,
> >
> > I encountered an error when building latest code from master branch:
> >
> >
> ==========================================================
> =========
> > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-
> compiler-plugin:2.5.1:compile (default-compile) on project cloud-server:
> Compilation failure: Comp ilation failure:
> > [ERROR] C:\cloudstack-apache\incubator-
> cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[
> 24,28] error: cannot find symbol
> > [ERROR] symbol:   class VMSnapshotVO
> > [ERROR] location: package com.cloud.vm.snapshot
> >
> ==========================================================
> =========
> >
> > I checked check-in history and found the new file("VMSnapshotDao.java")
> was added by you several hours ago.
> > Could you please help to resolve this issue?
> >
> > Jessica
> >
> >
> >

Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by David Nalley <da...@gnsa.us>.
On Wed, Feb 13, 2013 at 7:20 PM, Chip Childers
<ch...@sungard.com> wrote:
> Why are people still pushing to master if the build is broken?
>
> Stuff breaks, but we should fix things before adding MORE issues.
>

I agree.
If the build is broken (whether from a licensing perspective, compile
problems, or unit test failures) they need to be fixed before we
change more stuff.

--David

Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Chip Childers <ch...@sungard.com>.
Why are people still pushing to master if the build is broken?

Stuff breaks, but we should fix things before adding MORE issues.

On Feb 13, 2013, at 6:40 PM, Vijayendra Bhamidipati
<vi...@citrix.com> wrote:

> +1
>
> -----Original Message-----
> From: Jessica Wang [mailto:Jessica.Wang@citrix.com]
> Sent: Wednesday, February 13, 2013 12:28 PM
> To: mice_xia@tcloudcomputing.com
> Cc: cloudstack-dev@incubator.apache.org
> Subject: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"
>
> Mice,
>
> I encountered an error when building latest code from master branch:
>
> ===================================================================
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project cloud-server: Compilation failure: Comp ilation failure:
> [ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol
> [ERROR] symbol:   class VMSnapshotVO
> [ERROR] location: package com.cloud.vm.snapshot ===================================================================
>
> I checked check-in history and found the new file("VMSnapshotDao.java") was added by you several hours ago.
> Could you please help to resolve this issue?
>
> Jessica
>
>
>

Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Min Chen <mi...@citrix.com>.
+1

On 2/13/13 3:36 PM, "Vijayendra Bhamidipati"
<vi...@citrix.com> wrote:

>+1
>
>-----Original Message-----
>From: Jessica Wang [mailto:Jessica.Wang@citrix.com]
>Sent: Wednesday, February 13, 2013 12:28 PM
>To: mice_xia@tcloudcomputing.com
>Cc: cloudstack-dev@incubator.apache.org
>Subject: master branch building error "[ERROR]
>C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot
>\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"
>
>Mice,
>
>I encountered an error when building latest code from master branch:
>
>===================================================================
>[ERROR] Failed to execute goal
>org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
>(default-compile) on project cloud-server: Compilation failure: Comp
>ilation failure:
>[ERROR] 
>C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot
>\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol
>[ERROR] symbol:   class VMSnapshotVO
>[ERROR] location: package com.cloud.vm.snapshot
>===================================================================
>
>I checked check-in history and found the new file("VMSnapshotDao.java")
>was added by you several hours ago.
>Could you please help to resolve this issue?
>
>Jessica
>
>


RE: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Vijayendra Bhamidipati <vi...@citrix.com>.
+1

-----Original Message-----
From: Jessica Wang [mailto:Jessica.Wang@citrix.com] 
Sent: Wednesday, February 13, 2013 12:28 PM
To: mice_xia@tcloudcomputing.com
Cc: cloudstack-dev@incubator.apache.org
Subject: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Mice,

I encountered an error when building latest code from master branch:

===================================================================
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project cloud-server: Compilation failure: Comp ilation failure:
[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol
[ERROR] symbol:   class VMSnapshotVO
[ERROR] location: package com.cloud.vm.snapshot ===================================================================

I checked check-in history and found the new file("VMSnapshotDao.java") was added by you several hours ago.
Could you please help to resolve this issue?

Jessica



Re: master branch building error "[ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol"

Posted by Brian Federle <Br...@citrix.com>.
+++1 I'm also having this issue with the latest master -- same error.

-Brian

On Feb 13, 2013, at 12:28 PM, Jessica Wang <Je...@citrix.com> wrote:

> Mice,
> 
> I encountered an error when building latest code from master branch:
> 
> ===================================================================
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project cloud-server: Compilation failure: Comp
> ilation failure:
> [ERROR] C:\cloudstack-apache\incubator-cloudstack\server\src\com\cloud\vm\snapshot\dao\VMSnapshotDao.java:[24,28] error: cannot find symbol
> [ERROR] symbol:   class VMSnapshotVO
> [ERROR] location: package com.cloud.vm.snapshot
> ===================================================================
> 
> I checked check-in history and found the new file("VMSnapshotDao.java") was added by you several hours ago.
> Could you please help to resolve this issue?
> 
> Jessica
> 
>