Re: JDK 21 Is Now GA, a New VS Code Extension, and an Annotation Processing Heads-up

2023-10-27 Thread Robert Munteanu
Hi David, On Fri, 2023-10-20 at 09:36 +, David Delabassee wrote: > Needless to say, that Java 21 is an important release, so may I ask > you to send me a brief email with the Java 21 support status of your > project(s): Already supported - Plan to support short-term - Don't > plan to support

Re: Multi-arch container images on DockerHub

2022-12-07 Thread Robert Munteanu
NG_DIR}/autossh.log" > > > > > autossh -f "-L12357:/var/run/docker.sock" \ > > > > >     -N -o "IdentitiesOnly=yes" -o "StrictHostKeyChecking=no" > > > > > \ > > > > >     -i "${WORKING_DIR}/my_key&quo

Multi-arch container images on DockerHub

2022-12-06 Thread Robert Munteanu
Hi, We had a user report that our official Docker image does not support architectures other than AMD64 [1]. M1 Macs and Raspberry Pis can't run the image with our current setup. On our side, we set up automated builds on Docker Hub using automated builds. Unforunately, Docker Hub autobuilds

Re: ci-builds all 3.6TB disk is full!

2022-04-21 Thread Robert Munteanu
On Wed, 2022-04-20 at 14:24 +0200, Gavin McDonald wrote: > Hi Robert > > On Wed, Apr 20, 2022 at 2:10 PM Robert Munteanu > wrote: > > > On Wed, 2022-04-20 at 09:37 +0200, Gavin McDonald wrote: > > > On Wed, Apr 20, 2022 at 9:32 AM Robert Munteanu > &g

Re: ci-builds all 3.6TB disk is full!

2022-04-20 Thread Robert Munteanu
On Wed, 2022-04-20 at 09:37 +0200, Gavin McDonald wrote: > On Wed, Apr 20, 2022 at 9:32 AM Robert Munteanu > wrote: > > > Hi, > > > > On Wed, 2022-04-20 at 09:27 +0200, Gavin McDonald wrote: > > > 64G Sling > > > > We have large a number of

Re: ci-builds all 3.6TB disk is full!

2022-04-20 Thread Robert Munteanu
Hi, On Wed, 2022-04-20 at 09:27 +0200, Gavin McDonald wrote: > 64G Sling We have large a number of jobs at https://ci-builds.apache.org/job/Sling/job/modules/ Would it be possible to get a listing of the top jobs in terms of disk usage? Thanks, Robert

Re: Summary of builds meeting Wed 4th Nov 2020

2020-11-25 Thread Robert Munteanu
Hi, On Wed, 2020-11-25 at 20:30 +0100, Gavin McDonald wrote: > Chris Lambertus > asked > for interest in setting up a K8s cluster of nodes to add to our > Jenkins > offering, interest was positive and a couple of people put their > hands > up to

Re: [PROPOSAL] - Change the Descriptions to installed packages on Jenkins

2020-09-24 Thread Robert Munteanu
Hi Gavin, On Wed, 2020-09-23 at 19:51 +0200, Gavin McDonald wrote: > So, the proposal is, to _replace_ the above descriptions with > underscores > replacing the spaces. > At the same time, it makes sense to remove braces. I looked at some projects in the Jenkins UI and they are using the label

Re: New Credentials for Github jobs

2020-08-14 Thread Robert Munteanu
On Fri, 2020-08-14 at 14:36 +0200, Andor Molnar wrote: > Looks like that the new credentials don’t have rights to update build > status either FWIW for the Sling builds I just created a personal access token with 'repo' scope. Kind of surprising to see a personal avatar commenting left and right,

Capacity of ci-builds.apache.org

2020-08-07 Thread Robert Munteanu
Hi, For the Sling project we have completed a dry-run migration of a single module and everything seems good. It's nice to be able to just copy a couple of credentials, recreate the job, and have everything working. My question is on the capacity side - I see a build queue of ~950 builds right

Re: More "websites" executors needed?

2020-03-26 Thread Robert Munteanu
Hello Zoran, On Thu, 2020-03-26 at 16:06 +0100, Zoran Regvart wrote: > Hi builders, > Apache Camel is participating in the Outreachy program[1], and we > have > a lot of pull requests[2] for which we run builds. That's cool and a nice problem to have :-) > > I think the other projects are

Re: broken builds taking up resources

2020-01-23 Thread Robert Munteanu
On Wed, 2020-01-22 at 17:53 -0800, Chris Lambertus wrote: > Additionally, orphaned docker jobs are causing major resource > contention. I will be adding a weekly job to docker system prune —all > && service docker restart. +1, it's easy to get this wrong. It would be great if you could also

Re: Github Actions

2019-08-14 Thread Robert Munteanu
Hi Karl Heinz, Do you plan on investigating s setup similar to your gitbox/Jenkins one, where you manage all your builds using a common Jenkinsfile? I was curious whether Github actions support such a pattern. Thanks, Robert On Tue, 2019-08-13 at 22:59 +0200, Karl Heinz Marbaise wrote: > Hi, >

Re: Jdk9 issues

2019-07-05 Thread Robert Munteanu
Hi Chris, On Thu, 2019-07-04 at 20:05 -0700, Chris Lambertus wrote: > All, > > We have received a number of tickets related to jdk9 and the libjli > problem. I’m not sure exactly what the issue is, and we don’t have a > solution yet, but I notice that JDK9 was EOL over a year ago. I > suppose it

Many Maven builds hanging on Jenkins

2019-06-17 Thread Robert Munteanu
Hi, I noticed today that Jenkins is taking more time to start building various jobs. Looking at the executors, I think there is a misconfiguration/problem with some Maven-related jobs - https://builds.apache.org/job/maven-box/job/maven/job/MNG-6672/6/console This was started 3d17h ago. -

Re: ACTION REQUIRED: disk space on jenkins master nearly full

2019-06-11 Thread Robert Munteanu
Hi again, On Mon, 2019-06-10 at 10:57 -0700, Chris Lambertus wrote: > 68G Sling The Sling github folder now retains only the last 10 builds for each job. This being a GH folder with ~300 jobs I did not trigger them all to get the cleanup to have effect. If you have certain jobs that stand

Re: ACTION REQUIRED: disk space on jenkins master nearly full

2019-06-11 Thread Robert Munteanu
Hi, (keeing bu...@apache.org only) On Mon, 2019-06-10 at 10:57 -0700, Chris Lambertus wrote: > 96G Jackrabbit-Oak-Windows I've enabled build timeouts and limited history to last 10 builds. I've also wiped out the workspace, for good measure. That should hopefully keep this build under

Re: [helpWanted] Example integration with SonarCloud

2019-04-22 Thread Robert Munteanu
Hi Phil, On Mon, 2019-04-22 at 21:26 +0200, P. Ottlinger wrote: > Hi guys, > > I'm trying to hook Tamaya into Sonarcloud.io via Travis . > https://github.com/apache/incubator-tamaya or > https://issues.apache.org/jira/browse/TAMAYA-277 > > At the moment the builds does not work can

Re: Accessing two JDKs in a Job DSL defined Jenkins job

2019-03-07 Thread Robert Munteanu
On Wed, 2019-03-06 at 18:48 +0100, Michał Walenia wrote: > Thanks, but that's not what I want to do. My goal is not to support > two > JDKs separately, but to test with JDK 11 sources compiled with Java > 8. I > can't do that in two separate jobs. Ah sorry, I misread your email. I have never

Re: Accessing two JDKs in a Job DSL defined Jenkins job

2019-03-06 Thread Robert Munteanu
Hi Michał, On Wed, 2019-03-06 at 15:50 +0100, Michał Walenia wrote: > I recently took up a task to test code compiled with JDK 8 using Java > 11 > runtime. In order to do that, I'm trying to use two different JDKs in > one > Jenkins job, > which is defined in Job DSL When we were defining jobs

Re: Top Level Job Views

2019-02-25 Thread Robert Munteanu
Hi Gavin, On Sun, 2019-02-24 at 12:40 +, Gavin McDonald wrote: > https://builds.apache.org/view/Sling-Monitor/ I looked around and tried to move this to the 'S-Z' view, but could not find way to do so. Any hints? Thanks, Robert

Re: Jenkins + SonarQube building on pull requests?

2019-02-01 Thread Robert Munteanu
On Fri, 2019-02-01 at 16:15 +0100, Robert Munteanu wrote: > I have followed the documentation from [1] and configured our job to > use the required parameters for pull requests: > > mvn -U clean verify sonar:sonar > -Dsonar.pullrequest.branch=feature/SLING-8262 > -Dsonar.

Jenkins + SonarQube building on pull requests?

2019-02-01 Thread Robert Munteanu
Hi, In the Sling project we've set up SonarQube analysis and PR validation using Multi-branch pipeline projects. So far, this works very well. One things which I don't know how to achieve is to have Sonar build pull requests and comment in case of issues found. There are two parts of this

Re: Please pick up after yourself

2019-01-07 Thread Robert Munteanu
On Thu, 2019-01-03 at 07:10 -0800, Allen Wittenauer wrote: > > Sling has a few hundred modules, if you have more specific info on > > which are problematic please let us know so we have a better chance > > of > > fixing that. > > I gave up and wrote a (relatively simple) pre-amble for our

Re: Jenkinsfile or Gradle

2018-12-11 Thread Robert Munteanu
On Tue, 2018-12-11 at 19:22 +0100, Lukasz Lenart wrote: > Does anyone use Jenkinsfile or gradle to setup builds for a project > on Jenkins? Jenkinsfile - yes. https://github.com/apache/sling-site https://builds.apache.org/view/S-Z/view/Sling/job/sling-site/ Robert

Re: Pushing beam.apache.org updates from Jenkins

2018-09-06 Thread Robert Munteanu
+1, i'm also interested in this. Robert On Tue, 2018-09-04 at 11:01 -0700, Udi Meiri wrote: > Bumping this, in case it got lost during the Jenkins outage last > week. > +Ahmet Altay > +Mikhail Gryzykhin > +Alan Myrvold > > On Wed, Aug 29, 2018 at 2:28 PM Udi Meiri wrote: > > > Hi, > > I

Re: HBase nightly job failing forever

2018-07-25 Thread Robert Munteanu
Hi, On Wed, 2018-07-25 at 09:27 +1000, Gav wrote: > Disk space issues , yes, not on most of the Hadoop and related > projects > nodes - H0-H12 do not have disk space issues. As a Hadoop related > project > HBase should really be concentrating its builds there. A suggestion from the sidelines. We

Re: Jenkins Slave Workspace Retention

2018-07-23 Thread Robert Munteanu
On Mon, 2018-07-23 at 14:21 +0100, sebb wrote: > On 23 July 2018 at 08:45, Gavin McDonald > wrote: > > HI All, > > > > I'd like to ask a basic question. > > > > Is there any reason at all to keep the 'workspace' dirs of builds > > on the > > jenkins slaves ? > > Yes, if a test fails then the

Re: Jenkins (builds.a.o) extended downtime - 2000 UTC Saturday July 21st 8-24 hours

2018-07-23 Thread Robert Munteanu
Hi Chris, On Sat, 2018-07-21 at 20:24 -0700, Chris Lambertus wrote: > This maintenance is complete. > > Jenkins has been migrated to a brand new 48 core machine with 128GB > RAM and 3.5TB of NVMe storage. Initial testing looks good, and builds > are proceeding as expected. We hope this will

Re: Jenkins build hosts filling up...needs everyone's help!

2018-07-18 Thread Robert Munteanu
On Wed, 2018-07-18 at 13:49 +0200, Zoran Regvart wrote: > Hello, > I've been using Configuration Slicing plugin[1] for a good while now. > If we can agree on a discard policy in terms of days or number of > builds kept it's a easy way to enforce it, at least for non-pipeline > jobs. Note that

Re: Jenkins build hosts filling up...needs everyone's help!

2018-07-16 Thread Robert Munteanu
On Sat, 2018-07-14 at 12:00 +0200, Karl Heinz Marbaise wrote: > So I think it would be great to have such list of disk space usage > on > the nodes related to the projects/jobs ... +1 We in the Apache Sling project also have a large number of projects (276), but I expect the workspace to be

Re: Intermittent build failure: Plugin org.apache.felix:maven-bundle-plugin:3.3.0 or one of its dependencies could not be resolved

2018-01-16 Thread Robert Munteanu
Hi Oleg, On Tue, 2018-01-16 at 09:42 +0100, Oleg Kalnichevski wrote: > Folks > > I apologize if I am about to ask something trivial / obvious. > > All our builds have been failing intermittently due to a failure to > resolve maven-bundle-plugin 3.3.0. A long shot, but maybe it's related to

Re: New Windows Jenkins Node

2017-12-21 Thread Robert Munteanu
before. Let me > clean up the node and I'll kick off another build. > -Chris T > On Thu, 2017-12-21 at 13:24 +0200, Robert Munteanu wrote: > > Hi, > > > > On Thu, 2017-11-30 at 20:54 +, Chris Thistlethwaite wrote: > > > > > > Greetings,

Re: New Windows Jenkins Node

2017-12-21 Thread Robert Munteanu
Hi, On Thu, 2017-11-30 at 20:54 +, Chris Thistlethwaite wrote: > Greetings, > > Good news everyone! We've been working on puppetizing Windows > Jenkins > nodes and have a new build VM that could use some testing and burn- > in. > I'm looking for volunteers to point their build to

Jenkins and Github pull requests

2017-10-20 Thread Robert Munteanu
Hi, I prototyped an integration between Jenkins and GH pull requests based, see - https://builds.apache.org/view/S-Z/view/Sling/job/sling-site/ - https://github.com/apache/sling-site/pull/3 This is done using solely the Jenkins multibranch pipeline job type, which is pretty cool as it does not

Re: Proactive Jenkins slaves monitoring?

2017-10-12 Thread Robert Munteanu
On Thu, 2017-10-12 at 11:46 -0600, Daniel Pono Takamori wrote: > As Allen mentions Docker is the big offender. I've added one cleanup > `docker system prune -a -f` to run hourly. The problem nodes are the > qnodes which have much less space for docker than the other nodes. > I'm disabling them

Proactive Jenkins slaves monitoring?

2017-10-12 Thread Robert Munteanu
Hi, Jenkins slaves running out of disk space has been an issue for quite some time. Not a major deal-breaker or very frequent, but it's still annoying to chase issues, reconfigure slave labels, retrigger builds, etc. I am not at all familiar with all the work done to keep such a large Jenkins

Re: [JENKINS] - Plugins update

2017-09-17 Thread Robert Munteanu
Hi Gavin, On Sun, 2017-09-17 at 08:36 +1000, Gavin McDonald wrote: > Another update > > Some plugins have failed to load since they were upgraded, even > though marked as compartible and only minor increment 1.20 to 1.21 > etc > > I am looking into re-installing those today. > > In the

[jenkins] Post-build action of building other projects not working

2017-09-01 Thread Robert Munteanu
Hi, I have a job [1] setup to trigger builds for two other jobs [2],[3]. In the build logs for job #1 I see Warning: this build has no associated authentication, so build permissions may be lacking, and downstream projects which cannot even be seen by an anonymous user will be silently skipped

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

2016-12-17 Thread Robert Munteanu
Hi Gavin, On Sat, 2016-12-17 at 10:50 +1100, Gavin McDonald wrote: > What does that mean for you? Well, you get to configure and maintain > your own Sonar jobs using the existing Jenkins jobs  > you already have (or write new ones). You also get automatic > permissions to manage your Sonar

Re: [IMPORTANT] - A lot of jenkins jobs have been changed!

2016-11-14 Thread Robert Munteanu
On Fri, 2016-11-11 at 04:52 +0100, Hervé BOUTEMY wrote: (snip again) > > 2) I would encourage more projects to manage their Jenkins > > configurations in version control, either by using a Jenkinsfile or > > the > > Job DSL plugin, it makes it much simpler to maintain your > > configuration > >

Re: Apache Jackrabbit Oak matrix not building any more

2016-11-14 Thread Robert Munteanu
Hi Michael, On Mon, 2016-11-14 at 11:19 +0100, Michael Dürig wrote: > Hi, > > Since a couple of days the Jackrabbit Oak matrix [1] is not building > any  > more. AFAICS there is no nodes/labels configured. However I'm unable > to  > change this in the "Configuration Matrix" section under

Re: [IMPORTANT] - A lot of jenkins jobs have been changed!

2016-11-10 Thread Robert Munteanu
Hi Gavin, On Thu, 2016-11-10 at 20:22 +1100, Gavin McDonald wrote: > Hi All, > > Yesterday whilst adding some new modes and re-configuring jobs & > nodes for removal of some Labels - as notified some weeks ago, I > noticed some  > unusual configurations that could affect the overall performance

Status of ubuntu-eu3?

2016-09-28 Thread Robert Munteanu
Hi, I noticed that we have a new ubuntu-eu3 slave. However, it's not tied to any labels and not mentioned at [1]. Is this slave OK to use? Does it match the configuration of the slaves labeled 'Ubuntu'? Thanks, Robert [1]: https://cwiki.apache.org/confluence/display/INFRA/Jenkins+node+lab

Splitting a large build into _many_ smaller builds

2016-09-02 Thread Robert Munteanu
Hi, In the Apache Sling project we have 4 big jobs which contains a large number of Maven modules ( I counted ~350 pom.xml files ) . These jobs aren't terribly stable since if one module fails the whole build is marked as failed ( or unstable ) and the build is stopped without building any

Re: Jenkins Maven Matrix - and consolidating of versions.

2016-08-05 Thread Robert Munteanu
Hi John, On Fri, 2016-08-05 at 11:06 +, John D. Ament wrote: > I would recommend also keeping 3.3.3 in parallel to 3.3.9.  3.3.9 > supposedly has some issues with the apache-rat-plugin, as a result > many > people stay on 3.3.3 (IIRC there is no 3.3.4 -> 3.3.8) Do you have a reference for

[jira] [Created] (BUILDS-68) Please install nokogiri ruby gem on Jenkins slaves

2015-03-27 Thread Robert Munteanu (JIRA)
Robert Munteanu created BUILDS-68: - Summary: Please install nokogiri ruby gem on Jenkins slaves Key: BUILDS-68 URL: https://issues.apache.org/jira/browse/BUILDS-68 Project: Infra Build Platform

[jira] [Commented] (BUILDS-49) Surefire runner JVMs are being killed for HBase 0.98 Jenkins jobs

2015-01-20 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14283721#comment-14283721 ] Robert Munteanu commented on BUILDS-49: --- We see this as well from time to time

[jira] [Commented] (BUILDS-31) Jenkins builds fail on H10: java.lang.OutOfMemoryError: GC overhead limit exceeded

2015-01-12 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14273496#comment-14273496 ] Robert Munteanu commented on BUILDS-31: --- FTR, this still happens, most recent

[jira] [Commented] (BUILDS-31) Jenkins builds fail on H10: java.lang.OutOfMemoryError: GC overhead limit exceeded

2014-12-11 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14243261#comment-14243261 ] Robert Munteanu commented on BUILDS-31: --- Ping! Can someone at least remove the slave

[jira] [Comment Edited] (BUILDS-31) Jenkins builds fail on H10: java.lang.OutOfMemoryError: GC overhead limit exceeded

2014-12-11 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14243276#comment-14243276 ] Robert Munteanu edited comment on BUILDS-31 at 12/11/14 10:34 PM

[jira] [Commented] (BUILDS-31) Jenkins builds fail on H10: java.lang.OutOfMemoryError: GC overhead limit exceeded

2014-12-11 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14243276#comment-14243276 ] Robert Munteanu commented on BUILDS-31: --- Yes, it is happening but on H10 only, see

Re: Deploying Maven artifacts from Jenkins to Nexus fails every time

2014-08-25 Thread Robert Munteanu
Hi Uwe, See https://issues.apache.org/jira/browse/INFRA-7984 Robert On Mon, Aug 25, 2014 at 1:05 PM, Uwe Schindler uschind...@apache.org wrote: Hi, since a few days we get the following error when deploying snapshot artifacts to Jenkins: Build Log: [...truncated 25266 lines...] BUILD

[jira] [Commented] (BUILDS-10) SVN Options failure on Jenkins - Timeout during checkout

2014-08-20 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/BUILDS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14103552#comment-14103552 ] Robert Munteanu commented on BUILDS-10: --- This also affects the Sling builds - https

Re: volunteering for ASF Jenkins farm service maintenance

2014-04-05 Thread Robert Munteanu
On Thu, Apr 3, 2014 at 11:38 PM, Jake Farrell jfarr...@apache.org wrote: Om, Herve What action are you specifically trying to achieve with the role you are referring to as 'maintainer' ? I know very little about how you manage the infrastructure, so this might be very much off the mark, but

Re: Cannot build Struts

2013-11-09 Thread Robert Munteanu
Hi Lukasz, On Sat, Nov 9, 2013 at 12:51 PM, Lukasz Lenart lukaszlen...@apache.org wrote: Hi, For the last few days, Jenkins cannot properly build Struts 2 project. I've got the same exception again, see below. What's wrong? This looks similar to

SVN checkout fails on ubuntu2

2013-10-17 Thread Robert Munteanu
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.SVNException: svn: E175002: REPORT /repos/asf/!svn/vcc/default failed with the root cause being Caused by:

Re: What to do about failing builds due to not enough space

2013-08-01 Thread Robert Munteanu
On Thu, Aug 1, 2013 at 4:31 AM, Marshall Schor m...@schor.com wrote: Hi, It seems that frequently, our builds are failing during the checkout phase with out-of-space errors, see below for an example. I have seen these errors before, and the fix was to move away from the solaris slaves. Not

[jenkins] Console output full of unexpected statements: org.apache.maven.cli.event.ExecutionEventLogger mojoStarted

2013-07-24 Thread Robert Munteanu
Hi, I noticed that the build output is now full of debugging (?) statements , such as Jul 24, 2013 11:54:09 AM org.apache.maven.cli.event.ExecutionEventLogger projectStarted Jul 24, 2013 11:54:10 AM org.apache.maven.cli.event.ExecutionEventLogger mojoStarted See the sling-trunk-1.7 job [1] for

Re: Fwd: Reviewboard to Jenkins integration

2013-06-13 Thread Robert Munteanu
I would like to setup a Jenkins job to trigger on a review submission/update to reviewboard. Is there already tooling available for this? If any projects have implemented this, can I have some pointers? The reviewboard plugin git repo is empty for now [1] . I know there is another plugin

Maven build on solaris1 failed: java.io.IOException: error=12, Not enough space

2013-06-07 Thread Robert Munteanu
Hi, Sling build #1696 just failed. I've pasted the final stack trace below. Is there anything we can do or is this a slave problem? Robert Waiting for Jenkins to finish collecting data mavenExecutionResult exceptions not empty message : Failed to execute goal

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

2013-06-05 Thread Robert Munteanu
On Sat, May 18, 2013 at 9:33 PM, Robert Munteanu rob...@lmn.ro wrote: That was done intentionally since we don't need them and increases the build time + space usage. Build 1662 [1] ( no archiving ) took 38 minutes, while build 1663 [2] ( with archiving ) took 59 minutes. And I still see

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

2013-05-18 Thread Robert Munteanu
Hi, The sling-trunk-1.6 build fails with the mentioned error at the end of the build . This is a maven build running on an ubuntu slave. Does anyone have an idea where it is coming from? There are more details about a failing build at [1]. Thanks, Robert [1]:

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

2013-05-18 Thread Robert Munteanu
tests: testRunScripts(org.apache.sling.launchpad.webapp.integrationtest.ServerSideScriptsTest): POST request to http://localhost:46012/apps: expecting status 302 expected:302 but was:503 If you have any questions let me know -Jake Robert Munteanu romb...@apache.org May 18, 2013 11:13

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

2013-05-18 Thread Robert Munteanu
problem? [1]: https://builds.apache.org/job/sling-trunk-1.6/1662/ [2]: https://builds.apache.org/job/sling-trunk-1.6/1663/ On Sat, May 18, 2013 at 8:04 PM, Jake Farrell jfarr...@apache.org wrote: Builds Disable automatic artifact archiving was selected -Jake Robert Munteanu rob...@lmn.ro

Re: [jenkins] Sling jobs no longer triggered

2013-05-07 Thread Robert Munteanu
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 might have done that, any builds tied to ubuntu1 and 4 I had to move to replacement slaves. This issue is however not related to a particular slave.