Re: old docker-compose on some builds hosts

2023-08-17 Thread Dave Brondsema
On 8/14/23 3:14 PM, Dave Brondsema wrote: Some hosts (at least builds56, builds58, builds60) have an old docker-compose which gives weird permission errors.  Could these be updated? docker-compose version 1.26.2, build unknown docker-py version: 4.4.4 CPython version: 2.7.17 OpenSSL version

old docker-compose on some builds hosts

2023-08-14 Thread Dave Brondsema
#x27;/usr/local/lib/python3.10/dist-packages/docker/version.py'> CPython version: 3.10.12 OpenSSL version: OpenSSL 3.0.2 15 Mar 2022 Thanks -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

Re: Who has not migrated yet?

2020-08-14 Thread Dave Brondsema
ting for? > > Are there outstanding tasks that Infra needs to do that might have been > missed? > > Lets see if we can get off by end of day tomorrow > > [1] - > https://cwiki.apache.org/confluence/display/INFRA/Migrating+Jenkins+jobs+from+Jenkins+to+Cloudbees > >

Re: [IMPORTANT] - Migration to ci-builds.a.o

2020-08-12 Thread Dave Brondsema
sure we are all > completed before the final cutoff date of 15th August 2020. > > Any questions - I expect a few (dozen :) ) - ask away and/or file INFRA > tickets. > > Hadoop and related projects have their own migration path to follow, same > cut off date, Cassandra, Bea

disk space or git issues on H30 & H32

2018-10-04 Thread Dave Brondsema
ut on H20 worked (after excluding H30 and H32 from the job config). You can see the git checkout error at https://builds.apache.org/job/Allura/1352/consoleText -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

Re: Empire-db build problems

2018-09-20 Thread Dave Brondsema
outStrategy.java:86) > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) > at hudson.model.Run.execute(Run.java:1794) > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) > at hudson.model.ResourceController.execute(ResourceController.java:97) > at hudson.model.Executor.run(Executor.java:429) > > > Can you help? > > Regards, > Rainer > -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

[jira] [Comment Edited] (BUILDS-113) Install Python dependencies on Jenkins machines

2015-08-24 Thread Dave Brondsema (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710412#comment-14710412 ] Dave Brondsema edited comment on BUILDS-113 at 8/25/15 1:2

[jira] [Commented] (BUILDS-113) Install Python dependencies on Jenkins machines

2015-08-24 Thread Dave Brondsema (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710412#comment-14710412 ] Dave Brondsema commented on BUILDS-113: --- I should clarify that's fo

[jira] [Comment Edited] (BUILDS-113) Install Python dependencies on Jenkins machines

2015-08-24 Thread Dave Brondsema (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710410#comment-14710410 ] Dave Brondsema edited comment on BUILDS-113 at 8/25/15 1:2

[jira] [Commented] (BUILDS-113) Install Python dependencies on Jenkins machines

2015-08-24 Thread Dave Brondsema (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14710410#comment-14710410 ] Dave Brondsema commented on BUILDS-113: --- You can use a python virtualenv in

Re: Installing virtualenv to build slaves

2015-01-26 Thread Dave Brondsema
lenv-1.9.1.tar.gz || exit tar xvfz virtualenv-*.tar.gz fi python virtualenv-*/virtualenv.py .allura-venv . .allura-venv/bin/activate And after that, the `pip` inside of the virtualenv is available to install further packages as needed. -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

erroneous Mesos build results being sent to me?

2014-10-27 Thread Dave Brondsema
to normal : Mesos-Trunk-Ubuntu-Build-Out-Of-Src-Disable-Java-Disable-Python-Disable-Webui #2490 The "To:" line consists of d...@mesos.apache.org, d...@brondsema.net, and several other individuals who have committed to the mesos git repo recently. What's going on? -- Dave Brond

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

2014-07-16 Thread Dave Brondsema
ython virtualenv. On 7/16/14 11:20 AM, Jake Farrell wrote: > 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

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

2014-07-16 Thread Dave Brondsema
se do > email the builds@ list to help sort > through them, such as adding software etc to the new slaves. > > (Buildbot Slaves will be handled soon in the same way.) > > Thanks > > Gav… > -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

getting failures from ubuntu slaves

2014-03-13 Thread Dave Brondsema
Getting this error from the Allura jenkins job: https://paste.apache.org/66jj I've tweaked the config to skip various ubuntu slaves but it seems to be happening with all of them. -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

Re: [Jenkins] [Apache Stratos] Git Version Check Error

2013-12-11 Thread Dave Brondsema
ncher$LocalLauncher.launch(Launcher.java:773) > at hudson.Launcher$ProcStarter.start(Launcher.java:353) > at > org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:977) > ... 14 more > Caused by: java.io.IOException: CreateProcess error=2, The system > cannot find the file specified > at java.lang.ProcessImpl.create(Native Method) > at java.lang.ProcessImpl.(Unknown Source) > at java.lang.ProcessImpl.start(Unknown Source) > ... 20 more > > > > Many Thanks > > Imesh > -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

Re: Timeout limit doesn't work

2013-12-06 Thread Dave Brondsema
first I found. -Dave On 11/18/13 6:48 PM, Gavin McDonald wrote: > Olivier Lamy upgraded the Jenkins instance, he seemed to recall a fix for > this. > > Let's see how it runs now. > > Thanks > > Gav... > >> -Original Message- >> From: D

Re: Timeout limit doesn't work

2013-11-18 Thread Dave Brondsema
https://builds.apache.org/job/river-qa-refactor-jdk7/113/ 1.5hr (previous took 16hr), timeout is 2253 min -- really? https://builds.apache.org/job/Camel.2.12.x.fulltest/102/ 11hr, but timeout is 365 min This ends up backlogging other jobs: https://builds.apache.org/label/ubuntu/load-statistics?ty

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

2013-11-08 Thread Dave Brondsema
On 11/8/13 6:45 PM, Gavin McDonald wrote: > > >> -Original Message----- >> From: Dave Brondsema [mailto:d...@brondsema.net] >> Sent: Saturday, 9 November 2013 8:37 AM >> To: builds@apache.org >> Subject: Re: I don't think builds.apache.org has g

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

2013-11-08 Thread Dave Brondsema
tory > at java.lang.UNIXProcess.forkAndExec(Native Method) > at java.lang.UNIXProcess.(UNIXProcess.java:135) > at java.lang.ProcessImpl.start(ProcessImpl.java:130) > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022) > ... 22 more > Done. Took 17 ms > No changes > Page generated: 08-Nov-2013 19:22:33Jenkins ver. 1.537 > -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

git can't fetch on some ubuntu hosts

2013-11-06 Thread Dave Brondsema
the error -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

hung git polling for Allura job

2013-10-30 Thread Dave Brondsema
NKINS-11286 is a relevant bug. -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><

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

2013-09-17 Thread Dave Brondsema
gt; On Tue, Sep 17, 2013 at 3:27 PM, Dave Brondsema wrote: > >> Thanks. I have not created a ticket. Let me know if you need one and I'd >> be >> happy to make it >> >> On 9/17/13 3:26 PM, Jake Farrell wrote: >>> Hey Dave >>> i&#

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

2013-09-17 Thread Dave Brondsema
Thanks. I have not created a ticket. Let me know if you need one and 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

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

2013-09-17 Thread Dave Brondsema
ra"): java.io.IOException: error=2, No such file or directory This has occurred on the ubuntu3 and ubuntu5 hosts so far. We haven't changed our job configuration lately. Any ideas how to fix? Thanks -- Dave Brondsema : d...@brondsema.net http://www.brondsema.net : personal http://www.splike.com : programming <><