Re: [cross-project-issues-dev] Hudson seems to need a kick ...

2013-05-23 Thread Markus Knauer
As far as EPP is affected... it 'looks' like the last build finished somehow, but what a surprise I'm unable to access Hudson, too. From my point of view is a restart required... the sooner the better, because it's blocking us, too. Thanks, Markus On Fri, May 24, 2013 at 7:10 AM, David M William

[cross-project-issues-dev] Hudson seems to need a kick ...

2013-05-23 Thread David M Williams
I've been unable to access Hudson for past two hours. This does not impact the RC1 "common repo" ... I am not sure if EPP packages were finished building or not? But, I know it is blocking our Platform RC2 (due Friday). I've "high jacked" a similar bug open recently by Ed Willink [1] to raise

Re: [cross-project-issues-dev] SSH down on Build.eclipse.org?

2013-05-23 Thread Denis Roy
On 05/23/2013 04:57 PM, Oberhuber, Martin wrote: Note that you'll have to send your _/externally visible/_ IP address, which is sometimes nontrivial to find out. This may help: http://www.whatismyip.com/ This really old tool will also perform a few DNS lookups to see if DNS may cause SSH

Re: [cross-project-issues-dev] SSH down on Build.eclipse.org?

2013-05-23 Thread Oberhuber, Martin
Note that you'll have to send your _externally visible_ IP address, which is sometimes nontrivial to find out. This may help: http://www.whatismyip.com/ I've had that problem in the past when some colleague of mine accidentally had 3 invalid logins in a row - your whole subnet gets locked out.

Re: [cross-project-issues-dev] Status and outlook for RC1 ... its going to be a late night!

2013-05-23 Thread Greg Watson
Christian, Thanks for the info. I'll use this technique the next time we need to change the agg file (hopefully not soon). Cheers, Greg On May 23, 2013, at 9:59 AM, "Campo, Christian" wrote: > > Hi, > > maybe I can step up here, since comments from me :-) are already in this > thread. I

Re: [cross-project-issues-dev] Status and outlook for RC1 ... its going to be a late night!

2013-05-23 Thread Greg Watson
David, BTW, I do appreciate all the work you do to ensure the releases are successful. It can be a bit frustrating when things don't go quite right, so we need to all work together to ensure that everything goes as smoothly as possible. Cheers, Greg On May 23, 2013, at 7:38 AM, Greg Watson w

Re: [cross-project-issues-dev] Status and outlook for RC1 ... its going to be a late night!

2013-05-23 Thread Campo, Christian
Hi, maybe I can step up here, since comments from me :-) are already in this thread. I have to admit that Riena had problems with the aggregation too in the past. I also thought for a long time (actually years) that the only way to "try" a new contribution is to build, sign, upload, change b3a

Re: [cross-project-issues-dev] SSH down on Build.eclipse.org?

2013-05-23 Thread Webmaster(Matt Ward)
I've just checked and the service is responding. Most likely it's one of 2 things: 1) You've been blocked due to multiple 'bad' logins (from you, or someone else on your subnet) 2) If this is the first time you've connected from your current IP, a block was created and an 'unblock' email was s

Re: [cross-project-issues-dev] Status and outlook for RC1 ... its going to be a late night!

2013-05-23 Thread Sven.Rottstock
Hi Greg, [1] shows that the build was triggered by only one SCM change with the comment: "For ptp, add org.eclipse.ptp.debug.sdm feature". Before of this change the build was working. So IMO it suggests itself that this commit was breaking the build. BTW: This is exactly the way how I was chec

Re: [cross-project-issues-dev] SSH down on Build.eclipse.org?

2013-05-23 Thread Beth Tibbitts
Works for me. Are you coming in from a new IP addr where it sends you email to confirm it's really you? ...Beth Beth Tibbitts Eclipse Parallel Tools Platform http://eclipse.org/ptp IBM STG - High Performance Computing Tools Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40

Re: [cross-project-issues-dev] SSH down on Build.eclipse.org?

2013-05-23 Thread Campo, Christian
I get there with no problem Von: Mark Russell mailto:mrruss...@google.com>> Antworten an: Cross issues mailto:cross-project-issues-dev@eclipse.org>> Datum: Donnerstag, 23. Mai 2013 15:32 An: Cross issues mailto:cross-project-issues-dev@eclipse.org>> Betreff: [cross-project-issues-dev] SSH down o

Re: [cross-project-issues-dev] SSH down on Build.eclipse.org?

2013-05-23 Thread Bob Brodt
I'm able to ssh to this server - it must be you ;) Bob - Original Message - > I can't get to build.eclipse.org via ssh. But I can get there via http ( > http://build.eclipse.org ). anyone else having issues or is it just > something local? > -- > Mark R Russell > ( 724) 473-3140 > Sof

[cross-project-issues-dev] SSH down on Build.eclipse.org?

2013-05-23 Thread Mark Russell
I can't get to build.eclipse.org via ssh. But I can get there via http ( http://build.eclipse.org). anyone else having issues or is it just something local? -- Mark R Russell (724) 473-3140 Software Engineer in Test Google Shopping Express Google Pittsburgh _

Re: [cross-project-issues-dev] Status and outlook for RC1 ... its going to be a late night!

2013-05-23 Thread Greg Watson
On May 22, 2013, at 11:43 PM, David M Williams wrote: > There's no change in policy. Projects choose to be in the (our) common repo. > Part of that is to provide valid input to the build. Normally the tools work > well to send out notifications for problems. Occasionally the contributed > in

Re: [cross-project-issues-dev] Trying to aggregate source features using b3 aggregator editor

2013-05-23 Thread Sievers, Jan
opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=408786 As a workaround, you could disable binary feature inclusion using org.eclipse.tycho.extras tycho-source-feature-plugin ${tycho-version} false (since tycho 0.17.0 [1]) Regards Jan