Re: TeamCity having problems

2019-03-04 Thread Furkan KAMACI
That's great Clint! On Sat, Mar 2, 2019 at 5:34 AM Clint Wylie wrote: > After adding a maven clean step after the newly introduced maven install > step to clean up the 'target' directories leftover from compiling, it looks > like team city has passed for the first time in ~3 days! > > On Wed,

Re: TeamCity having problems

2019-03-01 Thread Clint Wylie
After adding a maven clean step after the newly introduced maven install step to clean up the 'target' directories leftover from compiling, it looks like team city has passed for the first time in ~3 days! On Wed, Feb 27, 2019 at 6:57 PM Gian Merlino wrote: > It seems to be broken in a

Re: TeamCity having problems

2019-02-27 Thread David Glasser
maven.twttr.com seems to be back for now. On Wed, Feb 27, 2019 at 9:05 AM David Glasser wrote: > maven.twttr.com has been down for over a day and this has been affecting > multiple projects I work on. If anyone on this list works at Twitter, it > would be great if you could figure out who is

Re: TeamCity having problems

2019-02-27 Thread Jonathan Wei
Adding the build step doesn't seem to help: https://teamcity.jetbrains.com/viewLog.html?buildId=2015537=OpenSourceProjects_Druid_InspectionsPullRequests On Wed, Feb 27, 2019 at 9:06 AM David Glasser wrote: > maven.twttr.com has been down for over a day and this has been affecting > multiple

Re: TeamCity having problems

2019-02-27 Thread David Glasser
maven.twttr.com has been down for over a day and this has been affecting multiple projects I work on. If anyone on this list works at Twitter, it would be great if you could figure out who is responsible for that server (or talk the projects published on it into moving to Maven Central)! I filed

Re: TeamCity having problems

2019-02-27 Thread Gian Merlino
I suppose it's ok to lock builds to Ubuntu agents only, since we don't officially support building or running on Windows. I just made that change. Do we need hadoop-lzo? I am guessing no - so maybe the right call is to exclude it. It seems that its purpose is to allow reading LZO-compressed

Re: TeamCity having problems

2019-02-26 Thread Jonathan Wei
The Windows agents don't work now since we have non-Windows executables in the build process: ``` Cannot run program "Z:\buildAgent\work\9f653ecb5b5406e8\web-console\script\build" (in directory "Z:\buildAgent\work\9f653ecb5b5406e8\web-console"): CreateProcess error=193, %1 is not a valid Win32

Re: TeamCity having problems

2019-02-26 Thread Roman Leventov
I've added Maven compilation build steps as per https://youtrack.jetbrains.com/issue/TW-21010#focus=streamItem-27-3304712.0-0 and disabled the Agent Requirement. If TeamCity keeps being flaky the Agent Requirement needs to be re-enabled here:

Re: TeamCity having problems

2019-02-25 Thread Gian Merlino
In the meantime, since Windows builds seem to be ok, I've pinned our TeamCity builds to Windows agents only as an effort to work around the problem. It might slow them down a bit -- there's only 4 Windows agents and 12 Ubuntu agents -- but should hopefully stem the tide of false failures. If this

Re: TeamCity having problems

2019-02-24 Thread Furkan KAMACI
Hi, I've created a PR (https://github.com/apache/incubator-druid/pull/7135) to address clarification of login step. Kind Regards, Furkan KAMACI On Sat, Feb 23, 2019 at 1:00 AM Roman Leventov wrote: > There is a file ci/README_TeamCity.md in Druid tree regarding TeamCity: > >

Re: TeamCity having problems

2019-02-22 Thread David Glasser
It would be good to document that — for my first few PRs I just assumed that I couldn't get a login as a random contributor. On Fri, Feb 22, 2019 at 12:56 PM Justin Borromeo wrote: > You can click the “Log in as Guest” button to access the results without > registering a TeamCity account. > >

Re: TeamCity having problems

2019-02-22 Thread Justin Borromeo
You can click the “Log in as Guest” button to access the results without registering a TeamCity account. Justin > On Feb 22, 2019, at 12:55 PM, Julian Hyde wrote: > > The page [1] requires a login. So, a Druid contributor has to get a TeamCity > account? > > That would be OK, if TeamCity

Re: TeamCity having problems

2019-02-22 Thread Julian Hyde
The page [1] requires a login. So, a Druid contributor has to get a TeamCity account? That would be OK, if TeamCity provides a lot of value. But it raises the bar for occasional and first-time contributors. Julian [1]

Re: TeamCity having problems

2019-02-22 Thread David Glasser
I've been seeing these issues on my PR. They tend to be declarations of 2800+ errors, which mostly seem to be "Redundant throws clause" and "Unused declaration", and mostly seem to be incorrect when I take a look. On Fri, Feb 22, 2019 at 11:00 AM Gian Merlino wrote: > It's one of the two

Re: TeamCity having problems

2019-02-22 Thread Julian Hyde
What is TeamCity? How does Druid use it? Is it accessible to all Druid contributors? Are all Druid contributors required to use it? Is its use documented somewhere? (I searched https://www.google.com/search?q=apache+druid+teamcity but

Re: TeamCity having problems

2019-02-22 Thread Furkan KAMACI
Hi Gian, There maybe a problem with permissions after upgrading Apache parent POM version to 21. This maybe a related issue: https://jira.apache.org/jira/browse/INFRA-10286 Kind Regards, Furkan KAMACI On Fri, Feb 22, 2019 at 7:13 PM Gian Merlino wrote: > It looks like TeamCity is having

TeamCity having problems

2019-02-22 Thread Gian Merlino
It looks like TeamCity is having problems since a few days ago - builds of master and PRs are flaky. Here's the link to recent builds of master: