-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ant test randomly fails/passes on Mac OSX #36
Comments
I was on OS X 10.10.4 and as of late last week am now on 10.11.1. I'm currently using Ant 1.9.2 installed via MacPorts (installed at least a year ago) and Oracle JDK Java 1.8.0_45 with the following specifics:
I've never seen the error you've come across. A few sites suggest that maybe it's related to constrained memory. Do you have |
I don't have Here is my full output using |
@granjef3, I've installed JDK 1.8.0_66 (same version you're using), and I'm not seeing the error. I wonder if this is a problem with your version of Ant (1.9.5). I downloaded Ant 1.9.5 from the Apache archive, installed it in a temp directory, and added it to my path:
I then tried Ant 1.9.6 and got the same result. BTW, I did not remove line 38 as mentioned above, and my code is exactly what's currently in I'm not sure what to suggest. The fact that you had similar problems last year before you tried using Strongback suggests something is wrong with your local system? Perhaps check or re-install the latest WPILib version from 2015? Or perhaps consider downloading and installing Ant 1.9.6 (at least in a temporary area)? |
Yeah, the build fixes don't change the error... Hmm. I'll try messing with my local configuration to see what that does. Tried so far (and failed): deleting ~/wpilib/ and reinstalling WPI plugin |
@granjef3, any luck so far? Does this work in Eclipse, or do you get the same error there, too? |
Sorry for the lack of updates, been very busy with school. I'll try installing macports version of ant and see what that does, hopefully it fixes it. If I can't get that working, I'll try running ant in vagrant to get around my local environment being so borked. Sent from my iPhone
|
Nope, ant from macports doesn't change anything :/ will try reinstalling jdk next. |
@granjef3 Any progress on figuring this out? I still haven't ever seen this on my MBP. |
Edited LogDygraph.java so charts begin at time = 0 every time.
Ant has been very buggy for me, it usually takes ~7 executions of
ant test
for it to actually succeed.I'm on Mac OSX 10.10.3, Java version 1.8.0_66, ant version 1.9.5. Build will either fail at
compile-tests
orcompile
. Ant was installed with homebrew.No idea if this is a configuration problem, or an problem with strongback. I dealt with a similar issue on java 1.8.0_60 during our offseason where code deployment would only succeed 1/5th of the time
Error output below:
The text was updated successfully, but these errors were encountered: