Re: [PROPOSAL] Switch our Python build to virtualenv+setup.py+tox

2014-10-20 Thread Bill Farner
Overall this sounds good to me. What do you propose to take over for thrift compilation? -=Bill On Fri, Oct 17, 2014 at 5:35 PM, Kevin Sweeney wrote: > Hi all, > > We've had a lot of flakiness in our Python build recently, related to our > position of being early adopters of the pants python t

Re: executor build issue

2014-10-20 Thread Joe Stein
I am running CentOS 6.5, so I don't think that egg is going to work... I tried it anyways after removing the others and same error :( How else can I build the executor and observer on CentOS 6.5? Maybe the problem is something else? Some working dir to clean up? else? /python/apache/thermos/monit

Summary of IRC Meeting in #aurora

2014-10-20 Thread ASF IRC Bot
Summary of IRC Meeting in #aurora at Mon Oct 20 18:02:38 2014: Attendees: davmclau, dnorris, teodimoff, jfarrell, jcohen, wfarner, mchucarroll, Yasumoto, kts, mkhutornenko, dlester - Preface - 0.6.0 release - Action: remove v2 client tickets from AURORA-711 blockers list - Python tooling - Doc

Build failed in Jenkins: Aurora #665

2014-10-20 Thread Apache Jenkins Server
See Changes: [wfarner] Document common problems and solutions when creating a new cluster. -- [...truncated 58 lines...] :jsHint :checkstyleMain :compileTestJava :processTestResources :testClasses :checkst

Build failed in Jenkins: Aurora #666

2014-10-20 Thread Apache Jenkins Server
See Changes: [mchucarroll] Improve error messages in client commands. -- [...truncated 87 lines...] ++ which python2.7 + PY=/usr/bin/python2.7 + echo 'Using /usr/bin/python2.7' Using /usr/bin/python2.7 +++

Re: Build failed in Jenkins: Aurora #666

2014-10-20 Thread Zameer Manji
It seems that we need to add HTTP retries to pex or use another system to resolve and download dependencies. On Mon, Oct 20, 2014 at 12:58 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See

Re: Build failed in Jenkins: Aurora #666

2014-10-20 Thread Kevin Sweeney
An alternative - we can cache our python dependencies (via pip wheel) in svn.apache.org under 3rdparty and disable PyPI lookups (as they add a flaky external dependency to our tests). On Mon, Oct 20, 2014 at 1:00 PM, Zameer Manji wrote: > It seems that we need to add HTTP retries to pex >

Build failed in Jenkins: Aurora #667

2014-10-20 Thread Apache Jenkins Server
See Changes: [kevints] Use mesos.native egg from svn.apache.org -- [...truncated 8198 lines...] SUCCESS: Eve

Re: Build failed in Jenkins: Aurora #667

2014-10-20 Thread Kevin Sweeney
Looks like checkstyle is broken - fix incoming. On Mon, Oct 20, 2014 at 4:20 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > Changes: > > [kevints] Use mesos.native egg from svn.apache.org > > -

Remember: Python checkstyle is enforced by Jenkins

2014-10-20 Thread Kevin Sweeney
Friendly reminder: Python checkstyle is now being enforced by Jenkins, so styleguide violations will break the build. If you'd like to automatically run checkstyle before you commit you can ln -s ../../build-support/hooks/pre-commit .git/hooks to avoid breaking the build. Thanks, Kevin

Jenkins build is back to normal : Aurora #668

2014-10-20 Thread Apache Jenkins Server
See

Re: executor build issue

2014-10-20 Thread Kevin Sweeney
I believe the issue is now fixed on master. Additionally I put a script to generate these eggs up for review here: https://reviews.apache.org/r/26962/. I'd appreciate any community feedback as I've only tested the Ubuntu 14.04 version (since that's what our end-to-end test uses). On Mon, Oct 20,