Compress Buids Failing in Jenkins - Java5?

2016-03-24 Thread Stefan Bodewig
Hi for a bit more than a week the Commons Compress builds have been failing. The build process uses Maven and requires Java5 (likely to be replaced with a not-quite-as-old-version, but for now that's the requirement). Most of the failing builds have been executed on mac-mini-1 and the log just en

Re: Fwd: Build failed in Jenkins: Struts-JDK6-support-2.3 #1021

2016-05-05 Thread Stefan Bodewig
On 2016-05-05, Lukasz Lenart wrote: > Any idea what can be wrong? This build used to work :( > See Most likely there is no Java6 on the node. I've already blacklisted a bunch of nodes for the Commons Compress builds that requir

Re: Jenkins JDK Matrix - and consolidating of versions.

2016-07-29 Thread Stefan Bodewig
On 2016-07-29, Gav wrote: > I went through all the JDK drop down options available in the Jenkins UI > when > creating a build.The Confluence wiki page at :- > https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix > lists all them all. When choosing a version to use I hope tha

Re: Jenkins Ant Matrix - and consolidating of versions.

2016-08-01 Thread Stefan Bodewig
On 2016-08-02, Gav wrote: > You will see we have one drop down item labelled 'Ant (latest)' - > currently symlinked to the very latest 1.9.7 release. We also have > versions 1.9.4 and 1.8.4 installed and managed via puppet. Please take a look at https://builds.apache.org/view/A/view/Ant/job/AntLi

JDK 1.8 Problem on Jenkins Windows Nodes

2016-08-07 Thread Stefan Bodewig
Hi I've split the Ant build matrix jobs so I could use "Ant (latest)" and "Ant (latest Windows)" as build options. For Windows I'm using the "unlimited security" JDK options as the Wiki JDK installation matrix says these are the only options available to Windows slaves. When trying to use "JDK 1.

Re: JDK 1.8 Problem on Jenkins Windows Nodes

2016-08-08 Thread Stefan Bodewig
On 2016-08-08, Gav wrote: > Thanks, I missed unpacking the jars. > https://builds.apache.org/job/Ant-Build-Matrix-master-Windows/2/ > All better :) Great, thanks. Could you please also double check the JDK 1.5 installation is OK? We are seeing problems that we don't see with any of the other J

Re: New Windows Slaves Online - Old slaves will ge going Offline

2016-10-17 Thread Stefan Bodewig
On 2016-10-18, Gavin McDonald wrote: > We are pleased to announce that windows-2012-1 and windows-2012-2 are > online and operational. Great, many thanks! It looks as if Nant was missing, though: https://builds.apache.org/job/log4net-trunk-tests/11/console Cheers Stefan

Jenkins "Execute SonarQube Scanner" Seems to Ignore JDK

2016-12-18 Thread Stefan Bodewig
Hi I'm trying to set up SonarQube for the Ant project using the "Execute SonarQube Scanner" but it always fails because of an UnsupportedClassVersion exception - so it must be using Java7 or earlier and not the Java8 I've configured explicitly.

Re: [NOTICE] - analysis.apache.org closing down 14th January

2016-12-21 Thread Stefan Bodewig
On 2016-12-21, Gilles wrote: > I've added "sonar:sonar" at the end of the maven command line for > this job: > https://builds.apache.org/view/Apache Commons/job/Commons_RNG__Java8 > The build fails with this error: > ---CUT--- > [ERROR] Failed to execute goal > org.sonarsource.scanner.maven:son

Re: New Ant versions added to Jenkins and Buildbot nodes

2017-02-13 Thread Stefan Bodewig
On 2017-02-13, Gavin McDonald wrote: > Ant 1.9.9 and Ant 1.10.1 were released 7th Feb, with 1.10.1 being > linked to ‘latest’ Thanks! 1.10.x requires Java8 at runtime, so selecting 'latest' would be a bad idea for projects that build with Java7. Maybe you could add latest-1.9.x or something simi

Disk full on windows-2012-3

2018-05-06 Thread Stefan Bodewig
Hi all the latest Commons Compress build failed with the unit tests erroring out because "There is not enough space on the disk". https://builds.apache.org/view/A-D/view/Commons/job/Commons-Compress-Windows/536/console UI says the node has been windows-2012-3 Cheers Stefan

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

2020-07-17 Thread Stefan Bodewig
Hi Gavin please add a folder for Ant - access for all committers. Right now there seem to be no executors running Windows or am I overlooking something? I assume they will be added later. Stefan

Timezone of Windows Jenkins Nodes

2020-08-12 Thread Stefan Bodewig
Hi it seems the Linux nodes are all running in UTC but the Windows nodes (or at least one of them) seem to be running in what Java calls "America/Los_Angeles". Is this difference intentional? I believe this has been the same before migrating to ci-builds but the migration triggered me to look int

Re: Older OpenJDK versions

2021-07-17 Thread Stefan Bodewig
On 2021-07-17, Gavin McDonald wrote: > Does any project still use any of > OpenJDK 10,12,13,14,15 ? Ant does, basically to assert compatibility. But that shouldn't stop you, we can just remove them from the Matrix - or rather I assume they will simply no longer be available as Matrix choices onc

Re: Gump MVN builds - do they need or as well?

2009-12-10 Thread Stefan Bodewig
On 2009-12-10, sebb wrote: > As the subject says - do GUMP M2 builds really need dependencies to be > specified? It depends. > Surely the M2 POM provides all the information required? It does. and in Gump descriptors fill more than one purpose, though. One is building up CLASSPATHs for Ant

Re: Gump MVN builds - do they need or as well?

2009-12-10 Thread Stefan Bodewig
On 2009-12-10, sebb wrote: > Maybe I should put this info in a readme file in the metadata/project > directory? If you think it will be read there ... , | Technically it is not necessary to declare the dependencies of a mvn | built project

Re: [Gump] Update JTidy to more recent version

2010-02-07 Thread Stefan Bodewig
On 2010-02-08, sebb wrote: > The version of JTidy on Gump seems to be quite old, > i.e. jtidy-04aug2000r7-dev Well, Gump would prefer to build JTidy itself but this has failed for years now - I see that Gump is using a stale CVS repository instead of svn, I'll see whether we can use that. > Wou

Re: [Gump] Update JTidy to more recent version

2010-02-08 Thread Stefan Bodewig
> On 08/02/2010, Stefan Bodewig wrote: >> On 2010-02-08, sebb wrote: >>> Would it be possible to update the packaged JTidy to the current >>> release please? >> Done. It has already broken httpunit, we'll see whether this is good or bad. Stefan

Gump Description on ci.apache.org

2010-06-04 Thread Stefan Bodewig
Hi, we'd like to get a blurb on Gump added to ci.apache.org. Stefan This is what we came up with: Apache Gump is a cross-project continuous integration server. It is different from "usual" CI servers in that it expects the individual project builds to succeed; its purpose is to check the integr

Re: Gump Description on ci.apache.org

2010-06-10 Thread Stefan Bodewig
On 2010-06-10, Gav... wrote: > Thanks Stefan, applied. Thanks Gav One more thing - and sorry I didn't think of that from the start - could you please turn "Apache Gump" in the first paragraph into a hyperlink pointing to http://gump.apache.org/ ? Cheers Stefan

Source to ci.apache.org start page?

2011-08-16 Thread Stefan Bodewig
Hi all, http://ci.apache.org/ still lists Hudson and the old zones URL. I volunteer to provide a patch if anybody could tell me where to find the thing that needs to be patched (or is this just static HTML?). Cheers Stefan

Re: Source to ci.apache.org start page?

2011-08-16 Thread Stefan Bodewig
On 2011-08-16, Gavin McDonald wrote: >> -Original Message- >> From: Stefan Bodewig [mailto:bode...@apache.org] >> http://ci.apache.org/ still lists Hudson and the old zones URL. >> I volunteer to provide a patch if anybody could tell me where to find the &

Re: Continuum - Commons Pool unit test is stuck (again)

2011-09-13 Thread Stefan Bodewig
On 2011-09-13, sebb wrote: > In case it helps anyone else, I updated the pom as follows: > maven-surefire-plugin > > > > 1800 > This kills the test; however the output only reports the test class, > not the individual method, and the surefire r

Re: Continuum - Commons Pool unit test is stuck (again)

2011-09-13 Thread Stefan Bodewig
On 2011-09-13, sebb wrote: > On 13 September 2011 10:18, Stefan Bodewig wrote: >> On 2011-09-13, sebb wrote: >>> In case it helps anyone else, I updated the pom as follows: >>>           maven-surefire-plugin >>>             >>>               &g

Is NAnt Available on the Windows Slaves?

2013-07-21 Thread Stefan Bodewig
Hi the log4net project would like to start using Jenkins for CI. log4net builds using NAnt and in general NAnt is supported by Jenkins[1]. The .NET builds I have found so far all utilize MSBuild and the wiki doesn't list NAnt as an installed software either. Is NAnt installed and if not, could

Re: Is NAnt Available on the Windows Slaves?

2013-07-25 Thread Stefan Bodewig
On 2013-07-24, Gavin McDonald wrote: > I'll sort this tomorrow, that's great, thanks. > do you have a build ready to test with? I have created a disabled job log4net-trunk-build that doesn't have any build steps. The logical build step would be to run NAnt against the log4net.build in the work

Re: Is NAnt Available on the Windows Slaves?

2013-08-01 Thread Stefan Bodewig
Hi Gav, [sorry for the delay, I'm on vacation and granted myself a few days without net access.] On 2013-07-27, Gavin McDonald wrote: > Ok, Nant 0.9.2 installed into F:\hudson\tools\Nant-0.9.2 > Jenkins Nant Plugin Installed > Default Nant 0.9.2 configured and points to insall location. > Bui

Re: Is NAnt Available on the Windows Slaves?

2013-08-03 Thread Stefan Bodewig
On 2013-08-03, Gavin McDonald wrote: > Excellent, that worked, and build passed. :) Great, thanks a lot! Stefan

Re: windows1 offline

2013-11-04 Thread Stefan Bodewig
On 2013-10-28, Jake Farrell wrote: > Windows1 is back and ready for builds now Seems to be offline again since last Sunday. At least I see log4net's trunk build stuck in the queue for two days right now. Stefan

No NAnt on the Windows Slave(s)?

2013-11-21 Thread Stefan Bodewig
Hi I vaguely recall seeing a message about reinstalling the Windows slave. It seems NAnt is no longer there, at least the log4net trunk build says it cannot find it. Stefan

Re: No NAnt on the Windows Slave(s)?

2013-11-21 Thread Stefan Bodewig
On 2013-11-21, Gavin McDonald wrote: >> I vaguely recall seeing a message about reinstalling the Windows slave. >> It seems NAnt is no longer there, at least the log4net trunk build says it >> cannot find it. > You be too quick Ah sorry. > I'm 7/8 the way through building a 2nd windows slave, N

Is Continuum Alive?

2013-12-18 Thread Stefan Bodewig
Hi, is there any known problem with the Continuum instance? Right now I get a 503 response when I access the service. Usually I never look at the web interface but wanted to figure out why we didn't get a notification when the Commons Compress build must have been broken a few days ago. Stefan

Re: Is Continuum Alive?

2013-12-18 Thread Stefan Bodewig
On 2013-12-18, Joseph Schaefer wrote: > It currently possesses an unresolved security issue > that is awaiting a fix from the Continuum project. > Something struts-related IIRC, but it’s been down > for a month or two now. Ah, yes, I vaguely recall seeing it mentioned but forgot about it by now.