Re: MS-SQL, mysql, etc

2016-09-13 Thread Jake Farrell
Apache Mesos also uses Docker for its builds, they have a script [1] that creates the dockerfile and builds out the container from there. The Apache Thrift job also is an example of how you can setup to build/test using Docker with jenkins, though we have switched to Travis for our primary CI now.

Re: Self-Adding Jenkins Build Machines

2016-03-09 Thread Jake Farrell
Hey Dmitry We do not open up any cross channels like that for externally controlled machines, you would have to use jenkins polling and wait for a change to occur and then trigger the build. -Jake On Tue, Mar 8, 2016 at 4:58 PM, Dmitry Blotsky wrote: > Hi David, > > Thanks for your response! Re

Re: Request to enable new PreCommit job

2016-01-11 Thread Jake Farrell
ACCUMULO has now been added to the pre commit filter, the jenkins job will start getting kicked off when the patch-available flag is set on your tickets -Jake On Sun, Jan 10, 2016 at 1:47 PM, Josh Elser wrote: > Hiya -- > > I'm hoping that someone can make the necessary alterations to the > Pre

Re: Request to add RANGER as part of PreCommit-Admin job filter

2015-11-19 Thread Jake Farrell
RANGER project has been in both filters in use by the job admin, they are: project in (HADOOP, HDFS, ZOOKEEPER, MAPREDUCE, HBASE, SQOOP, FALCON, KNOX, TAJO, SENTRY, TEZ, RANGER, PHOENIX, LENS, YETUS) AND status = "Patch Available" ORDER BY updated DESC project in (GIRAPH, HADOOP, HDFS, HIVE, MAP

Re: Please add YETUS tracker to the PreCommit-Admin jira filter

2015-10-21 Thread Jake Farrell
done -Jake On Wed, Oct 21, 2015 at 11:43 PM, Sean Busbey wrote: > Hi folks! > > According to the docs I could find[1], if I want the precommit job for > Apache Yetus to start being fed issues, I need to have the project > added to the jira filter the PreCommit-Admin job searches. > > The docs s

[jira] [Closed] (BUILDS-105) Add PreCommit-Lens-Build to PreCommit-Admin

2015-08-18 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed BUILDS-105. --- Resolution: Fixed LENS added to precommit filter > Add PreCommit-Lens-Build to PreCommit-Ad

Re: Request to add Apache Phoenix to PreCommit-Admin rotation

2015-04-20 Thread Jake Farrell
Hey Enis Phoenix has been added to the filter as requested -Jake On Mon, Apr 20, 2015 at 5:07 PM, Enis Söztutar wrote: > Nick, this is great. We need to add PHOENIX to the jira filter. The filter > from jira is owned by Jake Farrell it seems. > > Jake, do you mind adding PHOENIX t

[jira] [Closed] (BUILDS-47) Add PreCommit-TEZ-Build to PreCommit-Admin

2015-01-13 Thread Jake Farrell (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Farrell closed BUILDS-47. -- Resolution: Fixed Assignee: Jake Farrell done > Add PreCommit-TEZ-Build to PreCommit-Ad

Re: Hama Pipes build fails - fatal error: bits/c++config.h: No such file or directory

2014-07-24 Thread Jake Farrell
I've added the necessary missing packages to the list, will get them applied to the build slaves shortly -Jake On Thu, Jul 24, 2014 at 3:28 AM, Edward J. Yoon wrote: > Yes, I already saw it. Unfortunately, I have no permission to access > to the build machines. > > @builds community, > > Hello

Re: Replacement Jenkins Slaves Online. Old Slaves going offline next week

2014-07-16 Thread Jake Farrell
faulthandler.c:7:20: fatal error: Python.h: No such file or directory > > Its coming from a big installation of packages, but at its essence, its > running > `pip install faulthandler==2.1` in a new python virtualenv. > > On 7/16/14 11:20 AM, Jake Farrell wrote: > > T

Re: Replacement Jenkins Slaves Online. Old Slaves going offline next week

2014-07-16 Thread Jake Farrell
Thanks Dave Packages added to the list -Jake On Wed, Jul 16, 2014 at 10:59 AM, Dave Brondsema wrote: > Look like python headers are missing (python-dev package) > > Also likely that libjpeg8-dev and python-svn will be needed (added > originally in > https://issues.apache.org/jira/browse/INFRA-

Re: protoc version

2014-06-02 Thread Jake Farrell
Hi Billie Can you please open an infra ticket for this -Jake On Monday, June 2, 2014, Billie Rinaldi wrote: > The podling Slider's build requires protoc 2.5.0. Would it be possible to > get the version of protoc upgraded on some (at least one) of the ubuntu > slaves? > > Billie >

Re: Edit rights for user 'rwesten' on Apache Stanbol Jenkins builds

2014-05-23 Thread Jake Farrell
done -Jake On Fri, May 23, 2014 at 5:29 AM, Rupert Westenthaler wrote: > Hi, > > Can you please give me 'rwesten' rights so that I can change the > configuration of the Apache Stanbol builds on Jenkins > > https://builds.apache.org/job/stanbol-0.12/ > https://builds.apache.org/job/stanb

Re: python pexpect required for some integration tests

2014-05-13 Thread Jake Farrell
Hi Chris Recommend using venv so you can install whatever you need for your tests and then we do not need to maintain and update the given 3rdparty dep when you decide to update your code. If you need help using or configuring venv for your tests happy to help -Jake On Tue, May 13, 2014 at 2:52

Re: Jenkins frozen on Accumulo-1.6 build?

2014-05-01 Thread Jake Farrell
Hey Martin I aborted the Accumulo-1.6 parent build that was holding that slot and things are starting to flow again. I have also restarted Windows 1 and am looking into what is going on with Ubuntu2 and Ubuntu4 -Jake On Thu, May 1, 2014 at 3:15 PM, Martin Desruisseaux wrote: > Hello all > > Je

Re: Jenkins Windows nodes are offline

2014-04-24 Thread Jake Farrell
/console > > Le jeudi 24 avril 2014 08:54:11 Jake Farrell a écrit : > > Hey Erik > > Appreciate your patience and sorry you are having so much trouble with > the > > windows builds and understand how frustrating that can be. Like Hervé, > many > > of us are volunte

Re: Jenkins Windows nodes are offline

2014-04-24 Thread Jake Farrell
way infra can provide some licenses? We need for various VS C++. > > Best regards, > Alex > On Apr 24, 2014 8:54 AM, "Jake Farrell" wrote: > > > Hey Erik > > Appreciate your patience and sorry you are having so much trouble with > the > > windows builds

Re: Jenkins Windows nodes are offline

2014-04-24 Thread Jake Farrell
Hey Erik Appreciate your patience and sorry you are having so much trouble with the windows builds and understand how frustrating that can be. Like Hervé, many of us are volunteers and spend a fair amount of our personal time helping where we can. There are discussions underway to try and make this

Re: aegis.apache.org (Jenkins) unreachable

2014-04-24 Thread Jake Farrell
Hey Erik aegis was the old jenkins server, we cut over to crius awhile ago. What is the issue you are seeing? -Jake On Thu, Apr 24, 2014 at 6:13 AM, Erik de Bruin wrote: > Hi, > > Can someone please give aegis.apache.org (Jenkins) a kick, so we can at > least view and config our builds, while

Re: problem on ubuntu3

2014-04-23 Thread Jake Farrell
checksums for that jar did not match what was on the filesystem, I removed that jar from the local repo -Jake On Wed, Apr 23, 2014 at 5:15 PM, Hervé BOUTEMY wrote: > Hi, > > ubuntu3 seems to have problems: see > https://builds.apache.org/job/maven-plugin-tools-jdk-1.7/66/console giving > > erro

Re: Pushing stable SNAPSHOT's to VM

2014-04-11 Thread Jake Farrell
Hey Lewis Instead of pushing and requiring the build slaves to have the any23-vm credentials why not pull from any23-vm when a new build artifact is available? Would be pretty easy to script to check against the jenkins api[1] for a new build then download and install any artifacts that where creat

Re: Windows slaves (1 and 2) offline

2014-04-11 Thread Jake Farrell
om Jenkins >> task >> > that we kick, or a button on the wiki that runs some script code? >> > >> > Thanks, >> > -Alex >> > >> > On 4/7/14 8:13 AM, "Erik de Bruin" wrote: >> > >> >>Good news. >> >> >>

Re: Problems logging into jenkins

2014-04-08 Thread Jake Farrell
Jenkins login is now fixed, if anyone has any issues please let us know -Jake On Mon, Apr 7, 2014 at 8:13 PM, Olivier Lamy wrote: > any certificat change in ASF ldap? > > On 8 April 2014 09:39, Olivier Lamy wrote: > > Same for me. > > Looks to fail since the ldap outage. > > What sort of chan

Re: Windows slaves (1 and 2) offline

2014-04-07 Thread Jake Farrell
You might want to seriously consider accepting the offers to help from the > friendly people in the "volunteering for ASF Jenkins farm service > maintenance" thread. > > EdB > > > > On Thu, Apr 3, 2014 at 7:22 PM, Jake Farrell wrote: > >> restarted, builds sh

Re: volunteering for ASF Jenkins farm service maintenance

2014-04-03 Thread Jake Farrell
th as much recent info as I could, like >> > crius change, but never got feed back nor found who knows more accurate >> > info (like which slave can be administered by who, since it seems that >> > Windows nodes for example are not like Ubuntu, or Hadoop or Lucen

Re: Windows slaves (1 and 2) offline

2014-04-03 Thread Jake Farrell
u please take a > look? > > EdB > > > > > On Tue, Apr 1, 2014 at 9:20 AM, Jake Farrell wrote: > >> Hey Justin >> The builds look like they are working, now sure why java is giving you >> that >> error for the latest java path since >> /f/hudso

Re: Windows slaves (1 and 2) offline

2014-04-01 Thread Jake Farrell
Hey Justin The builds look like they are working, now sure why java is giving you that error for the latest java path since /f/hudson/tools/java/latest-1.6-64/jre/bin/java.exe -version gives me a print out of 1.6.0_27. if you wouldnt mind creating a ticket for this so someone can investigate it I w

Re: volunteering for ASF Jenkins farm service maintenance

2014-04-01 Thread Jake Farrell
Please see http://wiki.apache.org/general/Jenkins for details on the process, thanks again for volunteering, appreciate the help -Jake On Tue, Apr 1, 2014 at 2:24 AM, OmPrakash Muppirala wrote: > On Mar 31, 2014 11:15 PM, "Jake Farrell" wrote: > > > > Hey Om > &g

Re: Windows slaves (1 and 2) offline

2014-03-31 Thread Jake Farrell
: > Thanks for restarting, but the flex sdk builds are still failing. Are > there folks actively trying to solve this or are you overloaded? There is > talk on our dev list about giving up and using committer owned servers. > Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. > &g

Re: volunteering for ASF Jenkins farm service maintenance

2014-03-31 Thread Jake Farrell
Hey Om You are right, talk is cheap. being an admin on any one of the systems that we run is more than maintaining your pet project and more about providing reliable systems for all of our projects to use. I'm sorry that your project is experiencing a problem with one of our systems. There is an op

Re: Windows slaves (1 and 2) offline

2014-03-31 Thread Jake Farrell
gt; Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. > > Jake Farrell wrote: > > > Hey Erik > I just restarted windows1, should be back online shortly and taking jobs > > -Jake > > > On Mon, Mar 31, 2014 at 3:26 AM, Erik de Bruin wrote: > > > H

Re: Windows slaves (1 and 2) offline

2014-03-31 Thread Jake Farrell
Hey Erik I just restarted windows1, should be back online shortly and taking jobs -Jake On Mon, Mar 31, 2014 at 3:26 AM, Erik de Bruin wrote: > Hi, > > Both Windows slaves are offline. There are jobs in the queue, so they are > not idling. The oldest Windows job in the queue is 2 days old, so

Re: Git and Jenkins (was Re: Flash Player stuck on Windows Slave?)

2014-03-21 Thread Jake Farrell
Hey Alex Can you create a ticket for this in the infra jira please -Jake On Fri, Mar 21, 2014 at 12:55 PM, Alex Harui wrote: > Actually, I was about to start a new thread on this. > > We definitely need help from Jenkins admins. I thought it was a problem > with us leaving untracked files in

Re: Flash Player stuck on Windows Slave?

2014-03-18 Thread Jake Farrell
Windows1 is back online and taking jobs -Jake On Tue, Mar 18, 2014 at 2:24 PM, Erik de Bruin wrote: > I'd like to add a third issue to the list for 'windows1': the slave appears > to be offline. > > EdB > > > > > On Mon, Mar 17, 2014 at 8:38 AM, Erik de Bruin wrote: > > > Bump... > > > > Can

Re: Jenkins-CI API error with Git plugin v2.0.3

2014-03-12 Thread Jake Farrell
Hi Martin The git-plugin version 2.0.4 is installed, Jenkins just requires a restart for it to become active -Jake On Wed, Mar 12, 2014 at 1:35 PM, Martin Brandtner wrote: > Dear Build Admins, > > the version of the Jenkins-CI git-plugin, which is currently installed on > your build servers cau

Re: no more space on ubuntu2

2014-03-12 Thread Jake Farrell
; >> thanks for looking into this. I'm afraid the issue isn't related to the >> test code, as build 880 failed with a completely different error message >> than build 881 without any changes to the code. >> >> BR >> Andraes Lehmkühler >> >> Am 12

Re: no more space on ubuntu2

2014-03-12 Thread Jake Farrell
Hi Andreas ubuntu2 has over 50% free space and its tmp has only 1G in it right now. not seeing anything out of the ordinary. will look into your tests and the test logs and see whats going on -Jake On Wed, Mar 12, 2014 at 10:03 AM, Andreas Lehmkühler wrote: > Hi, > > the recent PDFBox builds fa

Re: Continous Integration for Gora-trunk Jenkins job

2014-01-27 Thread Jake Farrell
Hey Lewis You will need to create a PreCommit-Gora job and follow the directions available here http://wiki.apache.org/general/PreCommitBuilds Once you have the job created Gora will need to switch to the Patch Available schema and get added to the jira filter for the precommit (i'm the current o

Re: test information api

2014-01-19 Thread Jake Farrell
Hi Asraful What are you looking to query in the api? Api documentation is available here: https://builds.apache.org/api/ Can you leverage the rss feeds that are publicly available without having to hit the api? https://builds.apache.org/rssAll https://builds.apache.org/rssLatest https://builds.a

Re: [JIRA filter request] Add TAJO Jira filter to the PreCommit-Admin job

2013-12-30 Thread Jake Farrell
Can you please create a ticket for this Thanks -Jake On Mon, Dec 30, 2013 at 5:06 AM, Hyunsik Choi wrote: > Hi folks, > > I would highly appreciate if you could add TAJO jira filter to the > precommit admin job. PreCommit-TAJO-Build is the prepared precommit > jenkins job for Tajo. > > Thanks!

Re: Can't access Jenkins control panel

2013-12-20 Thread Jake Farrell
Hi Yuri You are not listed as a jenkins-admin, please ask one of your mentors for this http://wiki.apache.org/general/Jenkins#How_do_I_get_an_account -Jake On Fri, Dec 20, 2013 at 3:35 PM, Yuri Z wrote: > Hi > I am committer for the Apache Wave project. We had a Jenkins integration a > whil

Re: Fw: Re: Jenkins - jtreg test suite

2013-12-17 Thread Jake Farrell
Please verify using buildslave "ubuntu1", minerva, with path $HOME/tools/jtreg/latest/linux/bin/jtreg and jtreg lib path available at $HOME/tools/jtreg/latest/lib/ -Jake On Sun, Dec 15, 2013 at 2:52 PM, Peter Firmstone < peter.firmst...@zeus.net.au> wrote: > Any chance of getting jtreg installe

Re: How to configure jenkins job against jdk-1.7u45 ?

2013-11-20 Thread Jake Farrell
Change your project label to use the ubuntu build slaves, JDK 1.7u45 is available on all of them -Jake On Wed, Nov 20, 2013 at 3:22 AM, Mck wrote: > The Tiles projects require 7u45. > > I've set the JDK field to "jdk-1.7u45" > but the build fails with > > Installing > /export/home/hudson/huds

Re: Adding some packages to freebsd slaves

2013-11-12 Thread Jake Farrell
Andrew can you please submit a ticket for this, thanks -Jake On Tue, Nov 12, 2013 at 3:50 PM, Andrew Stitcher wrote: > I would like to build the qpid C++ tree under freebsd (not least because > the freebsd slaves are much less busy than the ubuntu ones). But the > qpid C++ build has some less u

Re: I don't think builds.apache.org has git installed

2013-11-11 Thread Jake Farrell
The master has git installed on it, git version 1.7.9.5 -Jake On Mon, Nov 11, 2013 at 2:35 PM, Andrew Stitcher wrote: > On Sat, 2013-11-09 at 10:45 +1100, Gavin McDonald wrote: > > ... > > > On 11/8/13 2:34 PM, Andrew Stitcher wrote: > > > > I have a jenkins build project (Qpid-cpp-test) pollin

Re: JDK-8 developer preview for our Jenkins?

2013-11-11 Thread Jake Farrell
For openjdk we currently only have in use the default packages provided from ubuntu, I would prefer not to install preview versions on the slaves if possible. Is there an immediate need for this or can it wait till openjdk-8 is GA? -Jake On Mon, Nov 11, 2013 at 10:44 AM, Mark Struberg wrote: >

Re: Windows1 is offline

2013-11-07 Thread Jake Farrell
backup, hung jobs purged and building as expected now -Jake On Thu, Nov 7, 2013 at 2:35 PM, Erik de Bruin wrote: > Bump... > > EdB > > > > On Wed, Nov 6, 2013 at 6:42 PM, Erik de Bruin wrote: > > It shows offline again... and there are plenty eligible builds in the > > queue, so it's not 'res

Re: windows1 offline

2013-11-05 Thread Jake Farrell
restarted, its back online now -Jake On Tue, Nov 5, 2013 at 1:12 AM, Erik de Bruin wrote: > Yes, I can confirm that. No Apache Flex jobs were able to run in the > last 2 days. > > EdB > > > > On Tue, Nov 5, 2013 at 6:20 AM, Stefan Bodewig wrote: > > On

Re: Add IBM Java 7 to Apache infra-structure.

2013-10-31 Thread Jake Farrell
References 20130617_152572 (JIT enabled, AOT enabled) J9VM - R26_Java726_SR5_20130617_1436_B152572 JIT - r11.b04_20130528_38954ifx1 GC - R26_Java726_SR5_20130617_1436_B152572_CMPRSS J9CL - 20130617_152572) JCL - 20130616_01 based on Oracle 7u25-b12 On Thu, Aug 29, 2013 at 9:09 AM, Jake Farrell wrote: &

Re: windows1 offline

2013-10-28 Thread Jake Farrell
Windows1 is back and ready for builds now -Jake On Sun, Oct 27, 2013 at 1:48 AM, Erik de Bruin wrote: > Hi, > > The windows1 node has been offline for more than 2 days... > > Thanks, > > EdB > > > > -- > Ix Multimedia Software > > Jan Luykenstraat 27 > 3521 VB Utrecht > > T. 06-51952295 > I. w

Re: SVN checkout fails on ubuntu2

2013-10-17 Thread Jake Farrell
Hey Robert, looking into it -Jake On Thu, Oct 17, 2013 at 9:56 AM, Robert Munteanu wrote: > Hi, > > A recent build of the Sling project failed on ubuntu2 [1] with a > cryptic SVN-related error: > > ERROR: Failed to update http://svn.apache.org/repos/asf/sling/trunk > org.tmatesoft.svn.core.SVN

Re: Build failed in Jenkins: Hama-trunk #186

2013-09-30 Thread Jake Farrell
All three of these libraries requested have been on the jenkins slaves and are available on ubuntu6. /lib/x86_64-linux-gnu/libcrypto.so.0.9.8 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /lib/x86_64-linux-gnu/libssl.so.0.9.8 /lib/x86_64-linux-gnu/libssl.so.1.0.0 /lib/x86_64-linux-gnu/libpthread-2.15.s

Re: Window build machine out of memory

2013-09-27 Thread Jake Farrell
rebooted windows1 -Jake On Fri, Sep 27, 2013 at 6:12 PM, Justin Mclean wrote: > Hi, > > Looks like the windows slave is out of memory: > > javacc: > [java] Error occurred during initialization of VM > [java] Could not reserve enough space for object heap > > Any chanxe of a reboot? > >

Re: libsasl2

2013-09-25 Thread Jake Farrell
Hey Ben Package libsasl2-2 and libsasl2-modules are installed and available on all jenkins build slaves. let me know if you need anything else -Jake /usr/lib/x86_64-linux-gnu/libsasl2.so.2 /usr/lib/x86_64-linux-gnu/sasl2/libanonymous.so /usr/lib/x86_64-linux-gnu/sasl2/libanonymous.so.2 /usr/lib/

Re: ubuntu nodes seem to be using a windows path to git?

2013-09-17 Thread Jake Farrell
I'd > be > happy to make it > > On 9/17/13 3:26 PM, Jake Farrell wrote: > > Hey Dave > > i'll take a look into it for you. Have you created a ticket for this? > > > > -Jake > > > > > > On Tue, Sep 17, 2013 at 3:09 PM, Dave Brondsema >

Re: ubuntu nodes seem to be using a windows path to git?

2013-09-17 Thread Jake Farrell
Hey Dave i'll take a look into it for you. Have you created a ticket for this? -Jake On Tue, Sep 17, 2013 at 3:09 PM, Dave Brondsema wrote: > Today our Allura builds started failing when trying to run "git" using a > windows > path. Output: https://builds.apache.org/job/allura/329/console Re

Ubuntu arm build slaves 16 and 17 back online

2013-09-11 Thread Jake Farrell
The Ubuntu arm build slaves are now back online and taking builds again, if anyone has any issues with them please let us know -Jake

Re: Issue at Jenkins

2013-08-30 Thread Jake Farrell
artifacts Sending e-mails to: d...@jmeter.apache.org Finished: SUCCESS On Fri, Aug 30, 2013 at 11:39 PM, Jake Farrell wrote: > libXext is there, some other libraries are missing. working on adding them > now > > libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0xf75dd00

Re: Issue at Jenkins

2013-08-30 Thread Jake Farrell
rrently only builds on ubuntu1 Builds on ubuntu 2,3,5 fail with: > >> Uncaught Exception java.lang.UnsatisfiedLinkError: > >> /home/hudson/tools/java/jdk1.6.0_27-32/jre/lib/i386/xawt/libmawt.so: > >> libXext.so.6: cannot open shared object file: No such file or director

Re: Add IBM Java 7 to Apache infra-structure.

2013-08-29 Thread Jake Farrell
Paulo I have created a ticket for this issue to better track its progress, https://issues.apache.org/jira/browse/INFRA-6706 -Jake On Wed, Aug 28, 2013 at 10:03 AM, Paulo Ricardo Paz Vital < pvi...@linux.vnet.ibm.com> wrote: > Hello, > > Apache Zookeeper needs add a new Jenkins job to build trun

Re: Issue at Jenkins

2013-08-26 Thread Jake Farrell
Hi Philippe I have installed the missing packages on all the builds slaves. For requests like this in the future can you please create a ticket in jira so it can be tracked. If you have any questions please let us know -Jake On Mon, Aug 26, 2013 at 4:56 AM, Philippe Mouawad wrote: > Hello, >

Re: Add FALCON JIRA filter to the PreCommit-Admin job

2013-07-30 Thread Jake Farrell
I have added Falcon to the filter and it is now available for the precommit admin job -Jake On Tue, Jul 30, 2013 at 5:23 PM, Seetharam Venkatesh < venkat...@innerzeal.com> wrote: > Hi there, > > I trust you are doing well. I'd highly appreciate if you could add FALCON > jira filter to the preco

Re: Ubuntu2 in need of assistance

2013-06-26 Thread Jake Farrell
Hey Robbie Know what the issue is, working on getting the problem resolved so this wont occur any more -Jake Robbie Gemmell June 26, 2013 8:20 AM Ubuntu2 looks to be needing some assistance, possibly due to running out ofspace in its /tmp dir. A number of our job runs h

Re: ubuntu2 won't start - authentication error; ubuntu5 offline because slave could not be started

2013-06-05 Thread Jake Farrell
All build slaves are back online and running again -Jake Jake Farrell June 5, 2013 11:20 PM Ubuntu2 (vesta) fixed, looking at ubuntu5 now -Jake sebb June 5, 2013 6:48 PM Ubuntu2 is offline; won't start because:Caus

Re: ubuntu2 won't start - authentication error; ubuntu5 offline because slave could not be started

2013-06-05 Thread Jake Farrell
Ubuntu2 (vesta) fixed, looking at ubuntu5 now -Jake sebb June 5, 2013 6:48 PM Ubuntu2 is offline; won't start because:Caused by: java.io.IOException: Authentication method password notsupported by the server at this stage.Ubuntu5 also won't start, but different cause

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

2013-06-05 Thread Jake Farrell
d with error' in the 1663 logs.Why did your config change fix our problem?[1]: https://builds.apache.org/job/sling-trunk-1.6/1662/[2]: https://builds.apache.org/job/sling-trunk-1.6/1663/ Jake Farrell May 18, 2013 1:04 PM Builds > Disable automatic artif

Re: Switch JSPWiki from Ant to Maven on Jenkins, also @ analysis.a.o

2013-05-27 Thread Jake Farrell
Hi Juan I have added the sonar:sonar build step as requested after the clean install is run. -Jake Juan Pablo Santos Rodríguez May 27, 2013 4:13 PM Hi,apologies on asking more or less for the same thing twice, but we have onemore Jenkins job to move to Maven. Specifica

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

2013-05-18 Thread Jake Farrell
I wanted totake them one step at a time.Robert Jake Farrell May 18, 2013 12:05 PM Robert There was an issue with your build configuration, I have fixed your settings and your build is running again https://builds.apache.org/job/sling-trunk-1.6/1663 There is an problem

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

2013-05-18 Thread Jake Farrell
May 18, 2013 11:13 AM On Sat, May 18, 2013 at 5:49 PM, Jake Farrell wrote: Hi Robert Looking into your issue -Jake Hi Jake, Thanks for doing that. Let me know if I can help with any information or action. Cheers, Robert Robert Munteanu May 18, 2013 9:13 AM Hi, The sling-trunk-1.6

Re: sling-trunk-1.6 build fails due to a java.io.UTFDataFormatException

2013-05-18 Thread Jake Farrell
Hi Robert Looking into your issue -Jake Robert Munteanu May 18, 2013 9:13 AM Hi,The sling-trunk-1.6 build fails with the mentioned error at the end ofthe build . This is a maven build running on an ubuntu slave. Doesanyone have an idea where it is coming from?There are

Re: Jenkins ongoing issues

2013-05-13 Thread Jake Farrell
th of those setup once the blockers are resolved. -Jake Jake Farrell May 13, 2013 1:31 PM TammoI'll get this taken care of on the available ubuntu slaves tonight-Jake Tammo van Lessen May 13, 2013 9:57 AM Hi Gavin,after a batch of error

Re: Jenkins ongoing issues

2013-05-13 Thread Jake Farrell
Tammo I'll get this taken care of on the available ubuntu slaves tonight -Jake On Mon, May 13, 2013 at 8:57 AM, Tammo van Lessen wrote: > Hi Gavin, > > after a batch of error mails last night I'd like to come back to this > issue. Could you please install jruby with buildr or RVM on the Ubunt

Re: [jenkins] Sling jobs no longer triggered

2013-05-07 Thread Jake Farrell
Hey Robert Use the 'ubuntu' label so it will go to the first available slave -Jake On Tuesday, May 7, 2013, Robert Munteanu wrote: > Hi Gavin, > > >> You must not restrict those builds to only one node. That's the case for > > sling > >> builds they are restricted to only ubuntu6 > > > > I mig

Re: Package request for Jenkins Ubuntu slaves - cmake and swig

2013-02-19 Thread Jake Farrell
do notneed additional packages. Please go ahead and install on the otherUbuntu slaves.Thanks for your helpregards Keith. Jake Farrell February 6, 2013 8:35 PM Hi Keith I installed these packages on minerva (ubuntu1), if you can please run a test build and make sure you do no

Re: Package request for Jenkins Ubuntu slaves - cmake and swig

2013-02-06 Thread Jake Farrell
Hi Keith I installed these packages on minerva (ubuntu1), if you can please run a test build and make sure you do not need any other dependencies then i'll run through and install them on the rest of the build slaves Thanks Jake Keith W wrote: Hello I'm working of the Apache Qpid Project

Re: Fw: Too Many Open Files in Aries Build

2012-12-11 Thread Jake Farrell
ubuntu2 has the ulimit set to 4 as one of the first calls in /etc/init.d/ssh. matches all other ubuntu slaves -Jake John W Ross December 11, 2012 8:34 AM Hi,Is this an unreasonable request or is everyone just too busy? I'll be happyto investigate this myself if giv

Re: Jenkins windows slave

2012-11-08 Thread Jake Farrell
Restarted the hung thread and builds are running again -Jake Brett Porter wrote: On 07/11/2012, at 9:35 PM, Gavin McDonald wrote: -Original Message- From: Brett Porter [mailto:br...@porterclan.net] On Behalf Of Brett Porter Sent: Wednesday, 7 November 2012 1:52 AM To: builds@

Jenkins slave access request

2012-10-22 Thread Jake Farrell
Can I please get access the the Jenkins build slaves to take care of INFRA-4081 Thank you Jake

Re: checkstyle/pmd plugin in jenkins ?

2012-10-12 Thread Jake Farrell
Checkstyle and Dry plugins are now installed, PMD was all ready available -Jake On Fri, Oct 12, 2012 at 2:07 AM, Thomas Fox wrote: > > Dear build team, > > would it be possible to install the following static analysis plugins in > jenkins: > > https://wiki.jenkins-ci.org/display/JENKINS/Checks

Re: coreutils on Ubuntu slaves?

2012-01-09 Thread Jake Farrell
Roger timeout was not in the coreutils v7.4 package on ubuntu 10.4 lts, and is not in the lucid updates packages either. it looks like it was added in the coreutils v8.5 package in the maverick release. -Jake On Jan 9, 2012, at 3:56 PM, Roger Meier wrote: > Dear Build Server Admins > > It s