Re: Help needed to use GitHub Jacoco action for Apache Gravitino incubator

2024-07-13 Thread Justin Mclean
Hi, It looks like the images got dropped, perhaps you can explain the issue or link to the images? Kind Regards, Justin > On 12 Jul 2024, at 1:04 pm, Qi Yu wrote: > > Hi, We (Apache Gravitino incubator) are trying to use GitHub Jacoco action in > the GitHub CI, however we ran into the follow

Re: Nexus' Apache-rules fail on missing md5/sha1

2021-11-15 Thread Justin Mclean
Hi, The policy [1] applies to the offical channel for releases (i.e. downloads.apache.org) , nexus is not the official channel for releases. Kind Regards, Justin 1. https://infra.apache.org/release-distribution

Re: Jenkins Build for Heron

2019-05-02 Thread Justin Mclean
Hi, > You need to be added to the hudson-jobadmin LDAP group. Only PMC Chairs can > do this. I would help but have no idea how, there is no interface in whimsey that I can see for doing this, and the infra documentation is lacking. I’ll ask them how to do it. Thanks, Justin

Re: Can we package release artifacts on builds.a.o?

2019-01-09 Thread Justin Mclean
Hi, The risk of a number of things happening may be minimal, however the damage that they could cause could be large, traditionally risk management considers both the the chance of the risk occurring and what the outcome would be if it did. Just because it’s unlikely to occur doesn’t mean it’s

Re: web site building with gitpubsub

2018-02-03 Thread Justin Mclean
Hi, PLC4X have gone down slight different path (asciidoc and maven to compile) but it uses gitpubsub and is documented here. [1] The jenkins job is here [2]. Thanks, Justin 1. http://plc4x.incubator.apache.org/developers/website.html 2. https://builds.apache.org/view/M-R/job/PLC4X/job/PLC4X%20S

Re: Is Jekyll available from Jenkins?

2018-01-24 Thread Justin Mclean
Hi, > I was wondering how you authorize the jenkins user to push to your > asf-site branch. > > IIUC the trick is to restrict the build job to only run on nodes > having the git-websites label? That is the case see the bottom of the page I posted. (Although Chris set this up and more importantl

Re: Is Jekyll available from Jenkins?

2018-01-23 Thread Justin Mclean
Hi, As an alternative you can do what incubating PLC4X project has done. [1] It use asciidoc and maven for building the site and uses an ALv2 theme based on bootstrap. This way you can build locally and test and would be very easy to to set up a staging server. It’s using gitpubsub and we hav

Re: Windows slaves (1 and 2) offline

2014-04-01 Thread Justin Mclean
Hi, > Flex-sdk_1 and flex-sdk_release fixed and started, looking through the > other flex builds now > > https://builds.apache.org/view/E-G/view/Flex/job/flex-sdk_1/60/ > https://builds.apache.org/view/E-G/view/Flex/job/flex-sdk_release/539/ While it looks like they are compiling I noticed this:

Re: [windows1] Pixelbender installation

2013-12-09 Thread Justin Mclean
Hi, > All I'm trying to get across is that NOTHING HAS CHANGED on the Windows > slave, so is it very slightly possible that the > build is failing due to a coding error? There not been any recent change to the build scripts or config that I can see that could cause this error. The current code i

Apache Flex build failing

2013-12-09 Thread Justin Mclean
Hi, Currently our builds are failing and it looks like that Pixel Bender (required to compile the SDK) may be missing on the build machine. I know this was installed way back in June 2012 [1] so not 100% sure what the issue is here. Can anyone confirm that Pixel Bender is still in this locat

Window build machine out of memory

2013-09-27 Thread Justin Mclean
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? Thanks, Justin

Re: Windows1 slave - out of disk space

2013-03-26 Thread Justin Mclean
Hi, > I prefer to encourage projects to clean up their build space, and/or do > monthly forced clean-ups, than keep extending the space to suit. Mind giving the projects I mentioned a friendly prod as I'm not sure they realise how much space they are taking up. Issue is basically that they are

Re: Windows1 slave - out of disk space

2013-03-25 Thread Justin Mclean
Hi, > Note that the C:/ drive is the one being reported as low disk space, > whereas the builds are occurring on the F:/ drive which has 30GB+ free. Thanks for clearing that up. At the rate the total build size is climbing that 30Gb may not be much space for long? Justin

Re: Windows1 slave - out of disk space

2013-03-25 Thread Justin Mclean
Hi, > https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-proton-j-windows/8/console. > I've noticed the same disk space issue has re-occured a couple of > times in the last few weeks. Is there a long term solution here than > doesn't required builds@ to get involved manually? I pointed out a

Windows slave is still out of disk space

2013-02-06 Thread Justin Mclean
Hi, Hate to sound like a broken record here but this is still causing Apache Flex issues. We currently can only run our tests on the window Jenkins slave and it now been out of operation for a week. The exact error message if it helps is: BUILD FAILED f:\hudson\hudson-slave\workspace\Flex_SDK

Trinidad build

2013-02-04 Thread Justin Mclean
Hi, Trinidad job is taking up 30Gb of disk space and the last build was roughly a year ago - is it still needed? Can this job or at least the workspace be deleted? Thanks, Justin

window1 slave machine out of disk space.

2013-02-04 Thread Justin Mclean
Hi, Can anyone help out or take a look at this? Or should I just look at the jobs taking up the most disk space and see if I can remove an old build or two? https://builds.apache.org/plugin/disk-usage/ Worse "offender" seems to be HBase taking up 150Gb or so over several jobs. It's two biggest

Jenkins windows slave is out of disk space

2013-02-01 Thread Justin Mclean
Hi, Apache flex build are ailing on the windows slave with the error saying the windows slave is out of disk space. Looks like the build disk space has increased significantly over the last few weeks (100Gb or so): https://builds.apache.org/plugin/disk-usage/ What the best way to make more spac

Windows1 Jenkins slave offline

2013-01-16 Thread Justin Mclean
Hi, Looks like the windows1 slave has been offline line for 5 days - any chance of getting it back? Thanks, Justin

Apache Flex test job failing/timeout on windows slave

2012-12-11 Thread Justin Mclean
Hi, Anyone have any idea why the Flex_SDK_checkin_test job freezes? Here's the console output: https://builds.apache.org/job/Flex_SDK_checkin_tests/16/console This should take a few minutes to run so I assume the job is just freezing and then being timed out. I asked a while back but got no re

Windows Jenkins slave offline

2012-09-13 Thread Justin Mclean
Hi, The windows slave been down for a more than a week now - any reason? If possible could someone restart it. Thanks, Justin

Re: Wiping out the workspace does not work

2012-08-03 Thread Justin Mclean
Hi, JFYI - Apache Flex project build are having the same issue, so I assume it may be for all projects on that box. Justin On 03/08/2012, at 6:31 PM, Martin Veith wrote: > Hi all, > > I'm trying to wipe the workspace of the the job > https://builds.apache.org/job/etch-trunk-windows-x86 > in

Windows Jenkins slave offline

2012-07-03 Thread Justin Mclean
Hi, Sure you aware of it/are on to it but the windows1 Jenkins slave is offline again. Thanks, Justin

Jenkins windows slave offline

2012-06-26 Thread Justin Mclean
Hi, Windows slave is offline again - can someone please fix/reboot it. Can anything we done to improve the uptime off this machine? Justin

Windows Jenkins hung job

2012-06-13 Thread Justin Mclean
Hi, Just noticed that this job: https://builds.apache.org/job/directmemory-windows/41/console Has hung and has the following errors: java.lang.OutOfMemoryError: GC overhead limit exceeded java.lang.OutOfMemoryError: Java heap space Could this possible cause issues with other running jobs (other

Jenkins windows slave SVN issues

2012-06-12 Thread Justin Mclean
Hi, The windows slave is back up. Many thanks to whoever did that. However Jenkins is now having issues checking out from Apache SVN. Caused by: org.tmatesoft.svn.core.SVNErrorMessage: svn: Cannot rename file 'F:\hudson\hudson-slave\workspace\Flex_SDK_build\.svn\tmp\entries' to 'F:\hudson\huds

Jenkins windows slave offline again

2012-06-12 Thread Justin Mclean
Hi, Probably aware of this but the windows slave is offline again. Do we have any idea why it seems to go offline on a fairly regular basis? Believe it's been 3 or 4 times in the last few weeks. Thanks, Justin

Jenkins windows slave offline

2012-06-09 Thread Justin Mclean
Hi, The windows slave is offline (again) - any chance that someone can take a look at it? Thanks, Justin

Re: Jenkins Slave - Flash Player content debugger

2012-06-08 Thread Justin Mclean
Hi I'm still having an issue with the Apache Flash SDK check in test and the windows slave. https://builds.apache.org/job/Flex_SDK_checkin_tests/ The tests run the flash content debugger with a swf file and should go through a series screen clicking on basic UI components. Any change that some

Re: Jenkins Slave - Flash Player content debugger

2012-06-07 Thread Justin Mclean
Hi, > It had the downloaded-from-the-web-thus-evil flag set. Please try again. :-) Just tried again and looks like the same result (been running for 5 minutes). The console output (obviously) gives no clues. Justin

Re: Jenkins Slave - Flash Player content debugger

2012-06-07 Thread Justin Mclean
Hi, > Since Flash is intended for systems with a GUI, could this be an issue with > I/O? > It may not be sufficient for the host to support command-line I/O only. Yes the tests are GUI tests, they run swfs and simulate mouse clicks and key presses and compare screen shots. Can we turn the "in

Re: Jenkins Slave - Flash Player content debugger

2012-06-07 Thread Justin Mclean
Hi, > I stuck it in C:\Program Files (x86)\Adobe, hopefully that works for you. Thanks for being so prompt. In the Flex_SDK_checkin_tests job I updated the Jenkins script environment variable like so: FLASHPLAYER_DEBUGGER=C\:/Program\ Files\ (x86)/Adobe/flashplayer_11_sa_debug_32bit.exe It st

Jenkins Slave - Flash Player content debugger

2012-06-06 Thread Justin Mclean
Hi, The Apache SDK uses the mustella testing framework. In order to run tests mustella needs to have the Flash Player content debugger installed. Links to all flash players here: http://www.adobe.com/support/flashplayer/downloads.html Link to download content debug player for windows (3rd link

Re: Apache Flex build script installing extra software

2012-06-06 Thread Justin Mclean
Hi, Think I answered my own question: PIXELBENDER_HOME=C\:/Program\ Files\ (x86)/Adobe/Adobe Utilities\ -\ CS5/Pixel\ Bender\ Toolkit\ 2 Works fine. :-) Thanks, Justin

Re: Apache Flex build script installing extra software

2012-06-06 Thread Justin Mclean
Hi, Might be slightly off topic but I having an issue with windows paths and the Jenkins build and hopefully someone can help out. (I'm more an OSX/Linux guy.) (If I've emailed it to the wrong apache list, many apologies and I'd appreciate it if someone point point me towards the right one. )

Re: Apache Flex build script installing extra software

2012-06-06 Thread Justin Mclean
Hi, > The installed wouldn't let me change install dir which is a pain. I think it hidden in the interface (or rather is on the OSX version of the installer). If you click on the file path in the UI you can change the location but there's no browse button. Thanks and very much appreciated - ma

Jenkins Windows Slave is offline

2012-06-04 Thread Justin Mclean
Hi, Just noticed that the windows slave is offline. https://builds.apache.org/computer/windows1/ Any reason for this (I may of missed an email to this list?) or dose it have issues? Do I have more access to the machine than just the Jenkins interface? Is there anyway (as a Jenkin admin) that I

Re: Builds failing on windows slave

2012-06-01 Thread Justin Mclean
Hi, > Fixed symlinking issues. Thanks, > You have a different failure now, let me know how I can help. > > https://builds.apache.org/job/Flex_SDK_build/13/console Looks like that a build script issue I'll look into it. > Also, I note that the workspace for this build uses up 1GB but is not > cl

Builds failing on windows slave

2012-06-01 Thread Justin Mclean
Hi, The Apache Flex build which is using Java 1.6 is failing on the Jenkins windows slave. The error is: Total time: 0 seconds [Flex_SDK_build] $ cmd.exe /C '"f:\hudson\tools\ant\apache-ant-1.7.0\bin\ant.bat -file build.xml -Dbuild.number=1345276 main && exit %%ERRORLEVEL%%"' Unable to locate

Re: [Jenkins] commons-vfs-trunk killed and temporarily reconfigured

2012-06-01 Thread Justin Mclean
Hi, > Windows slave is back up. Great and much appreciated. Do we have any more disk space to play with? Thanks, Justin

Status of Jenkins OSX1 slave

2012-05-30 Thread Justin Mclean
Hi, From what I can see the OSX box has been off the air for 8 months. Is there a reason for this and is it likely to be back up any time soon? Thanks, Justin

windows1 jenkins slave box offline

2012-05-23 Thread Justin Mclean
Hi, The windows1 Jenkins slave box is offline - any chance it can be restarted? https://builds.apache.org/computer/windows1/ (Think it's been offline since it run out of disk space.) Is there any way I can restart it myself? Thanks, Justin

Re: disk space on windows box

2012-05-22 Thread Justin Mclean
Hi, > I'm looking into adding more space (need to add a disk etc.) Much appreciated. > Also, there are numerous different java versions taking up ~3GB of space. Sorry can't help there. We just need the standard 1.6 for the Flex SDK and 1.7 at some future point. Thanks, Justin

Re: disk space on windows box

2012-05-21 Thread Justin Mclean
Hi, > I've clean out the Flex builds for now. But, we're limited by the > current disk size on the Windows node Looks likes the windows build box has run out of disk space again but due to other jobs. > so please add a JIRA issue requesting additional space before adding back the > jobs :) Will

disk space on windows box

2012-05-20 Thread Justin Mclean
Hi, The windows1 build machine just run out of disk space due to a new new job I added. I've deleted the job so hopefully that's freed up the disk space and it's not caused too many issues. The Flex SDK is on the large size (2Gb all up) and I had created a second job in order to run some check

project disk space

2012-05-20 Thread Justin Mclean
Hi, Looks like there's a fair number of projects that use more disk space that the Flex job I was running [1] although I don't know if there are on the windows build machine or not. eg oodt-trunk 166Gb lucene trunk 56Gb trinidad core 29GB Do we need to clean this up a bit? Thanks, Justin [

River-QA-windows hanging?

2012-05-18 Thread Justin Mclean
Hi there, I'm new around here and I'm just setting up the Jenkins project for the Apache Flex SDK project. I noticed that "River-QA-windows" has been running for more than 13 hours on "windows1" and there's a bit of a queue forming - is this normal? Thanks, Justin