You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Jason Jeong <cu...@gmail.com> on 2015/02/02 08:30:57 UTC

Build failure regarding reef-bridge-clr and reef-dotnet

Hi,

I'm getting a build failure on the latest REEF code.

It seems to be due to dependency on an artifact named reef-dotnet in
reef-bridge-cls's pom.xml.

The error message is:

[INFO] REEF .............................................. SUCCESS [2.109s]
[INFO] REEF Annotations .................................. SUCCESS [1.168s]
[INFO] REEF Utils ........................................ SUCCESS [0.267s]
[INFO] REEF Tang Project ................................. SUCCESS [0.028s]
[INFO] REEF Tang ......................................... SUCCESS [5.410s]
[INFO] REEF Wake Project ................................. SUCCESS [0.025s]
[INFO] REEF Wake ......................................... SUCCESS [2.483s]
[INFO] REEF Common ....................................... SUCCESS [3.036s]
[INFO] REEF Runtime Local ................................ SUCCESS [0.318s]
[INFO] REEF Utils for Hadoop ............................. SUCCESS [0.620s]
[INFO] REEF Runtime for YARN ............................. SUCCESS [0.713s]
[INFO] REEF HTTP Server .................................. SUCCESS [0.560s]
[INFO] REEF IO ........................................... SUCCESS [1.684s]
[INFO] REEF Checkpoint ................................... SUCCESS [0.171s]
[INFO] REEF Bridge Java .................................. SUCCESS [1.405s]
[INFO] REEF Bridge CLR ................................... FAILURE [0.022s]
[INFO] REEF Bridge ....................................... SKIPPED
[INFO] REEF Runtime for Mesos ............................ SKIPPED
[INFO] REEF Poison ....................................... SKIPPED
[INFO] REEF Examples ..................................... SKIPPED
[INFO] REEF Examples CLR ................................. SKIPPED
[INFO] REEF Runtime for HDInsight ........................ SKIPPED
[INFO] REEF Examples on HDInsight ........................ SKIPPED
[INFO] Tang Test Jar A ................................... SKIPPED
[INFO] Tang Test Jar B ................................... SKIPPED
[INFO] Tang Test Jar AB .................................. SKIPPED
[INFO] Tang Test Jar B conflict A ........................ SKIPPED
[INFO] REEF Tests ........................................ SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 20.789s
[INFO] Finished at: Mon Feb 02 16:21:18 KST 2015
[INFO] Final Memory: 54M/482M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project reef-bridge-clr: Could not
resolve dependencies for project
org.apache.reef:reef-bridge-clr:jar:0.11.0-incubating-SNAPSHOT: Failure to
find org.apache.reef:reef-dotnet:jar:0.11.0-incubating-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :reef-bridge-clr


I tried removing

<dependency>
>             <groupId>${project.groupId}</groupId>
>             <artifactId>reef-dotnet</artifactId>
>             <version>${project.version}</version>
> </dependency>


from reef-bridge-clr's pom.xml and the buld succeeded.

This PR <https://github.com/apache/incubator-reef/pull/60/files> looks like
the cause.

Could someone check it out please?

Thanks,

Jason

Re: Build failure regarding reef-bridge-clr and reef-dotnet

Posted by Brian Cho <ch...@gmail.com>.
Jason, can you test Julia's new PR? The committer who merges should also
test it locally as well.

Thanks,
Brian

On Mon, Feb 2, 2015 at 5:00 PM, Byung-Gon Chun <bg...@gmail.com> wrote:

> Thanks for catching, Jason.
>
> Can we make sure the changed code works before a pull request is merged?
> At minimum we have to do a clean build and run tests locally.
>
> On Mon, Feb 2, 2015 at 4:39 PM, Brian Cho <ch...@gmail.com> wrote:
>
> > The build servers also caught this for us:
> > https://builds.apache.org/job/Reef-pull-request-ubuntu/225/console
> >
> > But it looks like there's another issue there so that ALL ubuntu jobs are
> > now failing:
> >
> > Update relevant JIRA issues is waiting for a checkpoint on
> > Reef-pull-request-ubuntu #224
> > Update relevant JIRA issues is waiting for a checkpoint on
> > Reef-pull-request-ubuntu #223
> > ERROR: Publisher hudson.plugins.jira.JiraIssueUpdater aborted due to
> > exceptionjava.lang.InterruptedException
> > <
> >
> http://stacktrace.jenkins-ci.org/search?query=java.lang.InterruptedException
> >
> > at
> > java.lang.Object.wait(Native Method)
> >         at java.lang.Object.wait(Object.java:503)
> >         at
> >
> hudson.model.Run$RunExecution$CheckpointSet.waitForCheckPoint(Run.java:1557)
> >         at hudson.model.Run.waitForCheckpoint(Run.java:1511)
> >         at hudson.model.CheckPoint.block(CheckPoint.java:156)
> >         at
> > hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:41)
> >         at
> >
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
> >         at
> >
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
> >         at
> >
> hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1037)
> >         at
> >
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
> >         at hudson.model.Run.execute(Run.java:1731)
> >         at
> > hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
> >         at
> > hudson.model.ResourceController.execute(ResourceController.java:88)
> >         at hudson.model.Executor.run(Executor.java:232)
> > Putting comment on the pull request
> > Finished: FAILURE
> >
> >
> > On Mon, Feb 2, 2015 at 4:30 PM, Jason Jeong <cu...@gmail.com>
> wrote:
> >
> > > Hi,
> > >
> > > I'm getting a build failure on the latest REEF code.
> > >
> > > It seems to be due to dependency on an artifact named reef-dotnet in
> > > reef-bridge-cls's pom.xml.
> > >
> > > The error message is:
> > >
> > > [INFO] REEF .............................................. SUCCESS
> > [2.109s]
> > > [INFO] REEF Annotations .................................. SUCCESS
> > [1.168s]
> > > [INFO] REEF Utils ........................................ SUCCESS
> > [0.267s]
> > > [INFO] REEF Tang Project ................................. SUCCESS
> > [0.028s]
> > > [INFO] REEF Tang ......................................... SUCCESS
> > [5.410s]
> > > [INFO] REEF Wake Project ................................. SUCCESS
> > [0.025s]
> > > [INFO] REEF Wake ......................................... SUCCESS
> > [2.483s]
> > > [INFO] REEF Common ....................................... SUCCESS
> > [3.036s]
> > > [INFO] REEF Runtime Local ................................ SUCCESS
> > [0.318s]
> > > [INFO] REEF Utils for Hadoop ............................. SUCCESS
> > [0.620s]
> > > [INFO] REEF Runtime for YARN ............................. SUCCESS
> > [0.713s]
> > > [INFO] REEF HTTP Server .................................. SUCCESS
> > [0.560s]
> > > [INFO] REEF IO ........................................... SUCCESS
> > [1.684s]
> > > [INFO] REEF Checkpoint ................................... SUCCESS
> > [0.171s]
> > > [INFO] REEF Bridge Java .................................. SUCCESS
> > [1.405s]
> > > [INFO] REEF Bridge CLR ................................... FAILURE
> > [0.022s]
> > > [INFO] REEF Bridge ....................................... SKIPPED
> > > [INFO] REEF Runtime for Mesos ............................ SKIPPED
> > > [INFO] REEF Poison ....................................... SKIPPED
> > > [INFO] REEF Examples ..................................... SKIPPED
> > > [INFO] REEF Examples CLR ................................. SKIPPED
> > > [INFO] REEF Runtime for HDInsight ........................ SKIPPED
> > > [INFO] REEF Examples on HDInsight ........................ SKIPPED
> > > [INFO] Tang Test Jar A ................................... SKIPPED
> > > [INFO] Tang Test Jar B ................................... SKIPPED
> > > [INFO] Tang Test Jar AB .................................. SKIPPED
> > > [INFO] Tang Test Jar B conflict A ........................ SKIPPED
> > > [INFO] REEF Tests ........................................ SKIPPED
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] BUILD FAILURE
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [INFO] Total time: 20.789s
> > > [INFO] Finished at: Mon Feb 02 16:21:18 KST 2015
> > > [INFO] Final Memory: 54M/482M
> > > [INFO]
> > >
> ------------------------------------------------------------------------
> > > [ERROR] Failed to execute goal on project reef-bridge-clr: Could not
> > > resolve dependencies for project
> > > org.apache.reef:reef-bridge-clr:jar:0.11.0-incubating-SNAPSHOT: Failure
> > to
> > > find org.apache.reef:reef-dotnet:jar:0.11.0-incubating-SNAPSHOT in
> > > http://repository.apache.org/snapshots was cached in the local
> > repository,
> > > resolution will not be reattempted until the update interval of
> > > apache.snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> > > [ERROR]
> > > [ERROR] After correcting the problems, you can resume the build with
> the
> > > command
> > > [ERROR]   mvn <goals> -rf :reef-bridge-clr
> > >
> > >
> > > I tried removing
> > >
> > > <dependency>
> > > >             <groupId>${project.groupId}</groupId>
> > > >             <artifactId>reef-dotnet</artifactId>
> > > >             <version>${project.version}</version>
> > > > </dependency>
> > >
> > >
> > > from reef-bridge-clr's pom.xml and the buld succeeded.
> > >
> > > This PR <https://github.com/apache/incubator-reef/pull/60/files> looks
> > > like
> > > the cause.
> > >
> > > Could someone check it out please?
> > >
> > > Thanks,
> > >
> > > Jason
> > >
> >
>
>
>
> --
> Byung-Gon Chun
>

Re: Build failure regarding reef-bridge-clr and reef-dotnet

Posted by Jason Jeong <cu...@gmail.com>.
Hi,

I've pulled Julia's branch and successfully built it.

Thanks,
Jason

On Mon, Feb 2, 2015 at 5:35 PM, Julia Wang (QIUHE) <Qiuhe.Wang@microsoft.com
> wrote:

> Can anyone do a quick code review and merge for the fix?
>
> https://github.com/apache/incubator-reef/pull/62
>
> This should fix the first issue that Jason reported.
>
> Thanks,
> Julia
>
> -----Original Message-----
> From: Byung-Gon Chun [mailto:bgchun@gmail.com]
> Sent: Monday, February 02, 2015 12:01 AM
> To: dev@reef.incubator.apache.org
> Subject: Re: Build failure regarding reef-bridge-clr and reef-dotnet
>
> Thanks for catching, Jason.
>
> Can we make sure the changed code works before a pull request is merged?
> At minimum we have to do a clean build and run tests locally.
>
> On Mon, Feb 2, 2015 at 4:39 PM, Brian Cho <ch...@gmail.com> wrote:
>
> > The build servers also caught this for us:
> > https://builds.apache.org/job/Reef-pull-request-ubuntu/225/console
> >
> > But it looks like there's another issue there so that ALL ubuntu jobs
> > are now failing:
> >
> > Update relevant JIRA issues is waiting for a checkpoint on
> > Reef-pull-request-ubuntu #224 Update relevant JIRA issues is waiting
> > for a checkpoint on Reef-pull-request-ubuntu #223
> > ERROR: Publisher hudson.plugins.jira.JiraIssueUpdater aborted due to
> > exceptionjava.lang.InterruptedException
> > <
> > http://stacktrace.jenkins-ci.org/search?query=java.lang.InterruptedExc
> > eption>
> > at
> > java.lang.Object.wait(Native Method)
> >         at java.lang.Object.wait(Object.java:503)
> >         at
> >
> hudson.model.Run$RunExecution$CheckpointSet.waitForCheckPoint(Run.java:1557)
> >         at hudson.model.Run.waitForCheckpoint(Run.java:1511)
> >         at hudson.model.CheckPoint.block(CheckPoint.java:156)
> >         at
> > hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:41)
> >         at
> >
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
> >         at
> >
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
> >         at
> >
> hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1037)
> >         at
> >
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
> >         at hudson.model.Run.execute(Run.java:1731)
> >         at
> > hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
> >         at
> > hudson.model.ResourceController.execute(ResourceController.java:88)
> >         at hudson.model.Executor.run(Executor.java:232)
> > Putting comment on the pull request
> > Finished: FAILURE
> >
> >
> > On Mon, Feb 2, 2015 at 4:30 PM, Jason Jeong <cu...@gmail.com>
> wrote:
> >
> > > Hi,
> > >
> > > I'm getting a build failure on the latest REEF code.
> > >
> > > It seems to be due to dependency on an artifact named reef-dotnet in
> > > reef-bridge-cls's pom.xml.
> > >
> > > The error message is:
> > >
> > > [INFO] REEF .............................................. SUCCESS
> > [2.109s]
> > > [INFO] REEF Annotations .................................. SUCCESS
> > [1.168s]
> > > [INFO] REEF Utils ........................................ SUCCESS
> > [0.267s]
> > > [INFO] REEF Tang Project ................................. SUCCESS
> > [0.028s]
> > > [INFO] REEF Tang ......................................... SUCCESS
> > [5.410s]
> > > [INFO] REEF Wake Project ................................. SUCCESS
> > [0.025s]
> > > [INFO] REEF Wake ......................................... SUCCESS
> > [2.483s]
> > > [INFO] REEF Common ....................................... SUCCESS
> > [3.036s]
> > > [INFO] REEF Runtime Local ................................ SUCCESS
> > [0.318s]
> > > [INFO] REEF Utils for Hadoop ............................. SUCCESS
> > [0.620s]
> > > [INFO] REEF Runtime for YARN ............................. SUCCESS
> > [0.713s]
> > > [INFO] REEF HTTP Server .................................. SUCCESS
> > [0.560s]
> > > [INFO] REEF IO ........................................... SUCCESS
> > [1.684s]
> > > [INFO] REEF Checkpoint ................................... SUCCESS
> > [0.171s]
> > > [INFO] REEF Bridge Java .................................. SUCCESS
> > [1.405s]
> > > [INFO] REEF Bridge CLR ................................... FAILURE
> > [0.022s]
> > > [INFO] REEF Bridge ....................................... SKIPPED
> > > [INFO] REEF Runtime for Mesos ............................ SKIPPED
> > > [INFO] REEF Poison ....................................... SKIPPED
> > > [INFO] REEF Examples ..................................... SKIPPED
> > > [INFO] REEF Examples CLR ................................. SKIPPED
> > > [INFO] REEF Runtime for HDInsight ........................ SKIPPED
> > > [INFO] REEF Examples on HDInsight ........................ SKIPPED
> > > [INFO] Tang Test Jar A ................................... SKIPPED
> > > [INFO] Tang Test Jar B ................................... SKIPPED
> > > [INFO] Tang Test Jar AB .................................. SKIPPED
> > > [INFO] Tang Test Jar B conflict A ........................ SKIPPED
> > > [INFO] REEF Tests ........................................ SKIPPED
> > > [INFO]
> > > --------------------------------------------------------------------
> > > ----
> > > [INFO] BUILD FAILURE
> > > [INFO]
> > > --------------------------------------------------------------------
> > > ----
> > > [INFO] Total time: 20.789s
> > > [INFO] Finished at: Mon Feb 02 16:21:18 KST 2015 [INFO] Final
> > > Memory: 54M/482M [INFO]
> > > --------------------------------------------------------------------
> > > ---- [ERROR] Failed to execute goal on project reef-bridge-clr:
> > > Could not resolve dependencies for project
> > > org.apache.reef:reef-bridge-clr:jar:0.11.0-incubating-SNAPSHOT:
> > > Failure
> > to
> > > find org.apache.reef:reef-dotnet:jar:0.11.0-incubating-SNAPSHOT in
> > > http://repository.apache.org/snapshots was cached in the local
> > repository,
> > > resolution will not be reattempted until the update interval of
> > > apache.snapshots has elapsed or updates are forced -> [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/DependencyResolutionE
> > xception
> > > [ERROR]
> > > [ERROR] After correcting the problems, you can resume the build with
> > > the command
> > > [ERROR]   mvn <goals> -rf :reef-bridge-clr
> > >
> > >
> > > I tried removing
> > >
> > > <dependency>
> > > >             <groupId>${project.groupId}</groupId>
> > > >             <artifactId>reef-dotnet</artifactId>
> > > >             <version>${project.version}</version>
> > > > </dependency>
> > >
> > >
> > > from reef-bridge-clr's pom.xml and the buld succeeded.
> > >
> > > This PR <https://github.com/apache/incubator-reef/pull/60/files>
> > > looks like the cause.
> > >
> > > Could someone check it out please?
> > >
> > > Thanks,
> > >
> > > Jason
> > >
> >
>
>
>
> --
> Byung-Gon Chun
>

RE: Build failure regarding reef-bridge-clr and reef-dotnet

Posted by "Julia Wang (QIUHE)" <Qi...@microsoft.com>.
Can anyone do a quick code review and merge for the fix? 

https://github.com/apache/incubator-reef/pull/62

This should fix the first issue that Jason reported. 

Thanks,
Julia

-----Original Message-----
From: Byung-Gon Chun [mailto:bgchun@gmail.com] 
Sent: Monday, February 02, 2015 12:01 AM
To: dev@reef.incubator.apache.org
Subject: Re: Build failure regarding reef-bridge-clr and reef-dotnet

Thanks for catching, Jason.

Can we make sure the changed code works before a pull request is merged?
At minimum we have to do a clean build and run tests locally.

On Mon, Feb 2, 2015 at 4:39 PM, Brian Cho <ch...@gmail.com> wrote:

> The build servers also caught this for us:
> https://builds.apache.org/job/Reef-pull-request-ubuntu/225/console
>
> But it looks like there's another issue there so that ALL ubuntu jobs 
> are now failing:
>
> Update relevant JIRA issues is waiting for a checkpoint on 
> Reef-pull-request-ubuntu #224 Update relevant JIRA issues is waiting 
> for a checkpoint on Reef-pull-request-ubuntu #223
> ERROR: Publisher hudson.plugins.jira.JiraIssueUpdater aborted due to 
> exceptionjava.lang.InterruptedException
> <
> http://stacktrace.jenkins-ci.org/search?query=java.lang.InterruptedExc
> eption>
> at
> java.lang.Object.wait(Native Method)
>         at java.lang.Object.wait(Object.java:503)
>         at
> hudson.model.Run$RunExecution$CheckpointSet.waitForCheckPoint(Run.java:1557)
>         at hudson.model.Run.waitForCheckpoint(Run.java:1511)
>         at hudson.model.CheckPoint.block(CheckPoint.java:156)
>         at
> hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:41)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
>         at
> hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1037)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
>         at hudson.model.Run.execute(Run.java:1731)
>         at
> hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
>         at
> hudson.model.ResourceController.execute(ResourceController.java:88)
>         at hudson.model.Executor.run(Executor.java:232)
> Putting comment on the pull request
> Finished: FAILURE
>
>
> On Mon, Feb 2, 2015 at 4:30 PM, Jason Jeong <cu...@gmail.com> wrote:
>
> > Hi,
> >
> > I'm getting a build failure on the latest REEF code.
> >
> > It seems to be due to dependency on an artifact named reef-dotnet in 
> > reef-bridge-cls's pom.xml.
> >
> > The error message is:
> >
> > [INFO] REEF .............................................. SUCCESS
> [2.109s]
> > [INFO] REEF Annotations .................................. SUCCESS
> [1.168s]
> > [INFO] REEF Utils ........................................ SUCCESS
> [0.267s]
> > [INFO] REEF Tang Project ................................. SUCCESS
> [0.028s]
> > [INFO] REEF Tang ......................................... SUCCESS
> [5.410s]
> > [INFO] REEF Wake Project ................................. SUCCESS
> [0.025s]
> > [INFO] REEF Wake ......................................... SUCCESS
> [2.483s]
> > [INFO] REEF Common ....................................... SUCCESS
> [3.036s]
> > [INFO] REEF Runtime Local ................................ SUCCESS
> [0.318s]
> > [INFO] REEF Utils for Hadoop ............................. SUCCESS
> [0.620s]
> > [INFO] REEF Runtime for YARN ............................. SUCCESS
> [0.713s]
> > [INFO] REEF HTTP Server .................................. SUCCESS
> [0.560s]
> > [INFO] REEF IO ........................................... SUCCESS
> [1.684s]
> > [INFO] REEF Checkpoint ................................... SUCCESS
> [0.171s]
> > [INFO] REEF Bridge Java .................................. SUCCESS
> [1.405s]
> > [INFO] REEF Bridge CLR ................................... FAILURE
> [0.022s]
> > [INFO] REEF Bridge ....................................... SKIPPED 
> > [INFO] REEF Runtime for Mesos ............................ SKIPPED 
> > [INFO] REEF Poison ....................................... SKIPPED 
> > [INFO] REEF Examples ..................................... SKIPPED 
> > [INFO] REEF Examples CLR ................................. SKIPPED 
> > [INFO] REEF Runtime for HDInsight ........................ SKIPPED 
> > [INFO] REEF Examples on HDInsight ........................ SKIPPED 
> > [INFO] Tang Test Jar A ................................... SKIPPED 
> > [INFO] Tang Test Jar B ................................... SKIPPED 
> > [INFO] Tang Test Jar AB .................................. SKIPPED 
> > [INFO] Tang Test Jar B conflict A ........................ SKIPPED 
> > [INFO] REEF Tests ........................................ SKIPPED 
> > [INFO]
> > --------------------------------------------------------------------
> > ----
> > [INFO] BUILD FAILURE
> > [INFO]
> > --------------------------------------------------------------------
> > ----
> > [INFO] Total time: 20.789s
> > [INFO] Finished at: Mon Feb 02 16:21:18 KST 2015 [INFO] Final 
> > Memory: 54M/482M [INFO]
> > --------------------------------------------------------------------
> > ---- [ERROR] Failed to execute goal on project reef-bridge-clr: 
> > Could not resolve dependencies for project
> > org.apache.reef:reef-bridge-clr:jar:0.11.0-incubating-SNAPSHOT: 
> > Failure
> to
> > find org.apache.reef:reef-dotnet:jar:0.11.0-incubating-SNAPSHOT in 
> > http://repository.apache.org/snapshots was cached in the local
> repository,
> > resolution will not be reattempted until the update interval of 
> > apache.snapshots has elapsed or updates are forced -> [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/DependencyResolutionE
> xception
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with 
> > the command
> > [ERROR]   mvn <goals> -rf :reef-bridge-clr
> >
> >
> > I tried removing
> >
> > <dependency>
> > >             <groupId>${project.groupId}</groupId>
> > >             <artifactId>reef-dotnet</artifactId>
> > >             <version>${project.version}</version>
> > > </dependency>
> >
> >
> > from reef-bridge-clr's pom.xml and the buld succeeded.
> >
> > This PR <https://github.com/apache/incubator-reef/pull/60/files> 
> > looks like the cause.
> >
> > Could someone check it out please?
> >
> > Thanks,
> >
> > Jason
> >
>



--
Byung-Gon Chun

Re: Build failure regarding reef-bridge-clr and reef-dotnet

Posted by Byung-Gon Chun <bg...@gmail.com>.
Thanks for catching, Jason.

Can we make sure the changed code works before a pull request is merged?
At minimum we have to do a clean build and run tests locally.

On Mon, Feb 2, 2015 at 4:39 PM, Brian Cho <ch...@gmail.com> wrote:

> The build servers also caught this for us:
> https://builds.apache.org/job/Reef-pull-request-ubuntu/225/console
>
> But it looks like there's another issue there so that ALL ubuntu jobs are
> now failing:
>
> Update relevant JIRA issues is waiting for a checkpoint on
> Reef-pull-request-ubuntu #224
> Update relevant JIRA issues is waiting for a checkpoint on
> Reef-pull-request-ubuntu #223
> ERROR: Publisher hudson.plugins.jira.JiraIssueUpdater aborted due to
> exceptionjava.lang.InterruptedException
> <
> http://stacktrace.jenkins-ci.org/search?query=java.lang.InterruptedException>
> at
> java.lang.Object.wait(Native Method)
>         at java.lang.Object.wait(Object.java:503)
>         at
> hudson.model.Run$RunExecution$CheckpointSet.waitForCheckPoint(Run.java:1557)
>         at hudson.model.Run.waitForCheckpoint(Run.java:1511)
>         at hudson.model.CheckPoint.block(CheckPoint.java:156)
>         at
> hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:41)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
>         at
> hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1037)
>         at
> hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
>         at hudson.model.Run.execute(Run.java:1731)
>         at
> hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
>         at
> hudson.model.ResourceController.execute(ResourceController.java:88)
>         at hudson.model.Executor.run(Executor.java:232)
> Putting comment on the pull request
> Finished: FAILURE
>
>
> On Mon, Feb 2, 2015 at 4:30 PM, Jason Jeong <cu...@gmail.com> wrote:
>
> > Hi,
> >
> > I'm getting a build failure on the latest REEF code.
> >
> > It seems to be due to dependency on an artifact named reef-dotnet in
> > reef-bridge-cls's pom.xml.
> >
> > The error message is:
> >
> > [INFO] REEF .............................................. SUCCESS
> [2.109s]
> > [INFO] REEF Annotations .................................. SUCCESS
> [1.168s]
> > [INFO] REEF Utils ........................................ SUCCESS
> [0.267s]
> > [INFO] REEF Tang Project ................................. SUCCESS
> [0.028s]
> > [INFO] REEF Tang ......................................... SUCCESS
> [5.410s]
> > [INFO] REEF Wake Project ................................. SUCCESS
> [0.025s]
> > [INFO] REEF Wake ......................................... SUCCESS
> [2.483s]
> > [INFO] REEF Common ....................................... SUCCESS
> [3.036s]
> > [INFO] REEF Runtime Local ................................ SUCCESS
> [0.318s]
> > [INFO] REEF Utils for Hadoop ............................. SUCCESS
> [0.620s]
> > [INFO] REEF Runtime for YARN ............................. SUCCESS
> [0.713s]
> > [INFO] REEF HTTP Server .................................. SUCCESS
> [0.560s]
> > [INFO] REEF IO ........................................... SUCCESS
> [1.684s]
> > [INFO] REEF Checkpoint ................................... SUCCESS
> [0.171s]
> > [INFO] REEF Bridge Java .................................. SUCCESS
> [1.405s]
> > [INFO] REEF Bridge CLR ................................... FAILURE
> [0.022s]
> > [INFO] REEF Bridge ....................................... SKIPPED
> > [INFO] REEF Runtime for Mesos ............................ SKIPPED
> > [INFO] REEF Poison ....................................... SKIPPED
> > [INFO] REEF Examples ..................................... SKIPPED
> > [INFO] REEF Examples CLR ................................. SKIPPED
> > [INFO] REEF Runtime for HDInsight ........................ SKIPPED
> > [INFO] REEF Examples on HDInsight ........................ SKIPPED
> > [INFO] Tang Test Jar A ................................... SKIPPED
> > [INFO] Tang Test Jar B ................................... SKIPPED
> > [INFO] Tang Test Jar AB .................................. SKIPPED
> > [INFO] Tang Test Jar B conflict A ........................ SKIPPED
> > [INFO] REEF Tests ........................................ SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 20.789s
> > [INFO] Finished at: Mon Feb 02 16:21:18 KST 2015
> > [INFO] Final Memory: 54M/482M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal on project reef-bridge-clr: Could not
> > resolve dependencies for project
> > org.apache.reef:reef-bridge-clr:jar:0.11.0-incubating-SNAPSHOT: Failure
> to
> > find org.apache.reef:reef-dotnet:jar:0.11.0-incubating-SNAPSHOT in
> > http://repository.apache.org/snapshots was cached in the local
> repository,
> > resolution will not be reattempted until the update interval of
> > apache.snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <goals> -rf :reef-bridge-clr
> >
> >
> > I tried removing
> >
> > <dependency>
> > >             <groupId>${project.groupId}</groupId>
> > >             <artifactId>reef-dotnet</artifactId>
> > >             <version>${project.version}</version>
> > > </dependency>
> >
> >
> > from reef-bridge-clr's pom.xml and the buld succeeded.
> >
> > This PR <https://github.com/apache/incubator-reef/pull/60/files> looks
> > like
> > the cause.
> >
> > Could someone check it out please?
> >
> > Thanks,
> >
> > Jason
> >
>



-- 
Byung-Gon Chun

Re: Build failure regarding reef-bridge-clr and reef-dotnet

Posted by Brian Cho <ch...@gmail.com>.
The build servers also caught this for us:
https://builds.apache.org/job/Reef-pull-request-ubuntu/225/console

But it looks like there's another issue there so that ALL ubuntu jobs are
now failing:

Update relevant JIRA issues is waiting for a checkpoint on
Reef-pull-request-ubuntu #224
Update relevant JIRA issues is waiting for a checkpoint on
Reef-pull-request-ubuntu #223
ERROR: Publisher hudson.plugins.jira.JiraIssueUpdater aborted due to
exceptionjava.lang.InterruptedException
<http://stacktrace.jenkins-ci.org/search?query=java.lang.InterruptedException>	at
java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Object.java:503)
	at hudson.model.Run$RunExecution$CheckpointSet.waitForCheckPoint(Run.java:1557)
	at hudson.model.Run.waitForCheckpoint(Run.java:1511)
	at hudson.model.CheckPoint.block(CheckPoint.java:156)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:41)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1037)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
	at hudson.model.Run.execute(Run.java:1731)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:232)
Putting comment on the pull request
Finished: FAILURE


On Mon, Feb 2, 2015 at 4:30 PM, Jason Jeong <cu...@gmail.com> wrote:

> Hi,
>
> I'm getting a build failure on the latest REEF code.
>
> It seems to be due to dependency on an artifact named reef-dotnet in
> reef-bridge-cls's pom.xml.
>
> The error message is:
>
> [INFO] REEF .............................................. SUCCESS [2.109s]
> [INFO] REEF Annotations .................................. SUCCESS [1.168s]
> [INFO] REEF Utils ........................................ SUCCESS [0.267s]
> [INFO] REEF Tang Project ................................. SUCCESS [0.028s]
> [INFO] REEF Tang ......................................... SUCCESS [5.410s]
> [INFO] REEF Wake Project ................................. SUCCESS [0.025s]
> [INFO] REEF Wake ......................................... SUCCESS [2.483s]
> [INFO] REEF Common ....................................... SUCCESS [3.036s]
> [INFO] REEF Runtime Local ................................ SUCCESS [0.318s]
> [INFO] REEF Utils for Hadoop ............................. SUCCESS [0.620s]
> [INFO] REEF Runtime for YARN ............................. SUCCESS [0.713s]
> [INFO] REEF HTTP Server .................................. SUCCESS [0.560s]
> [INFO] REEF IO ........................................... SUCCESS [1.684s]
> [INFO] REEF Checkpoint ................................... SUCCESS [0.171s]
> [INFO] REEF Bridge Java .................................. SUCCESS [1.405s]
> [INFO] REEF Bridge CLR ................................... FAILURE [0.022s]
> [INFO] REEF Bridge ....................................... SKIPPED
> [INFO] REEF Runtime for Mesos ............................ SKIPPED
> [INFO] REEF Poison ....................................... SKIPPED
> [INFO] REEF Examples ..................................... SKIPPED
> [INFO] REEF Examples CLR ................................. SKIPPED
> [INFO] REEF Runtime for HDInsight ........................ SKIPPED
> [INFO] REEF Examples on HDInsight ........................ SKIPPED
> [INFO] Tang Test Jar A ................................... SKIPPED
> [INFO] Tang Test Jar B ................................... SKIPPED
> [INFO] Tang Test Jar AB .................................. SKIPPED
> [INFO] Tang Test Jar B conflict A ........................ SKIPPED
> [INFO] REEF Tests ........................................ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 20.789s
> [INFO] Finished at: Mon Feb 02 16:21:18 KST 2015
> [INFO] Final Memory: 54M/482M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project reef-bridge-clr: Could not
> resolve dependencies for project
> org.apache.reef:reef-bridge-clr:jar:0.11.0-incubating-SNAPSHOT: Failure to
> find org.apache.reef:reef-dotnet:jar:0.11.0-incubating-SNAPSHOT in
> http://repository.apache.org/snapshots was cached in the local repository,
> resolution will not be reattempted until the update interval of
> apache.snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :reef-bridge-clr
>
>
> I tried removing
>
> <dependency>
> >             <groupId>${project.groupId}</groupId>
> >             <artifactId>reef-dotnet</artifactId>
> >             <version>${project.version}</version>
> > </dependency>
>
>
> from reef-bridge-clr's pom.xml and the buld succeeded.
>
> This PR <https://github.com/apache/incubator-reef/pull/60/files> looks
> like
> the cause.
>
> Could someone check it out please?
>
> Thanks,
>
> Jason
>

RE: Build failure regarding reef-bridge-clr and reef-dotnet

Posted by "Julia Wang (QIUHE)" <Qi...@microsoft.com>.
I will work on it. 

-----Original Message-----
From: Jason Jeong [mailto:culex496782@gmail.com] 
Sent: Sunday, February 01, 2015 11:31 PM
To: dev@reef.incubator.apache.org
Subject: Build failure regarding reef-bridge-clr and reef-dotnet

Hi,

I'm getting a build failure on the latest REEF code.

It seems to be due to dependency on an artifact named reef-dotnet in reef-bridge-cls's pom.xml.

The error message is:

[INFO] REEF .............................................. SUCCESS [2.109s] [INFO] REEF Annotations .................................. SUCCESS [1.168s] [INFO] REEF Utils ........................................ SUCCESS [0.267s] [INFO] REEF Tang Project ................................. SUCCESS [0.028s] [INFO] REEF Tang ......................................... SUCCESS [5.410s] [INFO] REEF Wake Project ................................. SUCCESS [0.025s] [INFO] REEF Wake ......................................... SUCCESS [2.483s] [INFO] REEF Common ....................................... SUCCESS [3.036s] [INFO] REEF Runtime Local ................................ SUCCESS [0.318s] [INFO] REEF Utils for Hadoop ............................. SUCCESS [0.620s] [INFO] REEF Runtime for YARN ............................. SUCCESS [0.713s] [INFO] REEF HTTP Server .................................. SUCCESS [0.560s] [INFO] REEF IO ........................................... SUCCESS [1.684s] [INFO] REEF Checkpoint ................................... SUCCESS [0.171s] [INFO] REEF Bridge Java .................................. SUCCESS [1.405s] [INFO] REEF Bridge CLR ................................... FAILURE [0.022s] [INFO] REEF Bridge ....................................... SKIPPED [INFO] REEF Runtime for Mesos ............................ SKIPPED [INFO] REEF Poison ....................................... SKIPPED [INFO] REEF Examples ..................................... SKIPPED [INFO] REEF Examples CLR ................................. SKIPPED [INFO] REEF Runtime for HDInsight ........................ SKIPPED [INFO] REEF Examples on HDInsight ........................ SKIPPED [INFO] Tang Test Jar A ................................... SKIPPED [INFO] Tang Test Jar B ................................... SKIPPED [INFO] Tang Test Jar AB .................................. SKIPPED [INFO] Tang Test Jar B conflict A ........................ SKIPPED [INFO] REEF Tests ........................................ SKIPPED [INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 20.789s
[INFO] Finished at: Mon Feb 02 16:21:18 KST 2015 [INFO] Final Memory: 54M/482M [INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project reef-bridge-clr: Could not resolve dependencies for project
org.apache.reef:reef-bridge-clr:jar:0.11.0-incubating-SNAPSHOT: Failure to find org.apache.reef:reef-dotnet:jar:0.11.0-incubating-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :reef-bridge-clr


I tried removing

<dependency>
>             <groupId>${project.groupId}</groupId>
>             <artifactId>reef-dotnet</artifactId>
>             <version>${project.version}</version>
> </dependency>


from reef-bridge-clr's pom.xml and the buld succeeded.

This PR <https://github.com/apache/incubator-reef/pull/60/files> looks like the cause.

Could someone check it out please?

Thanks,

Jason