This warning in the build is probably not desirable. I haven't checked whether it is benign. Has this come up already? Officially myrmecophobe again.
test.junit:
[echo] Note: details of failed tests will be output to /localhome/jenkins/c/workspace/pr-scala-test/scala/build/junit
[junit] WARNING: multiple versions of ant detected in path for junit
[junit] jar:file:/home/jenkins/apps/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
[junit] and jar:file:/localhome/jenkins/c/workspace/pr-scala-test/m2repo/org/apache/ant/ant/1.8.4/ant-1.8.4.jar!/org/apache/tools/ant/Project.class
[junit] Running scala.StringContextTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.114 sec
I have a test failure to run down, with strange output where one result is double-output.
test.junit:
[echo] Note: details of failed tests will be output to /home/apm/projects/snytt/build/junit
[junit] WARNING: multiple versions of ant detected in path for junit
[junit] jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
[junit] and jar:file:/home/apm/.m2/repository/org/apache/ant/ant/1.8.4/ant-1.8.4.jar!/org/apache/tools/ant/Project.class
[junit] Running NumericTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.171 sec
[junit] Running scala.StringContextTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.201 sec
[junit] Running scala.collection.IndexedSeqOptimizedTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.202 sec
[junit] Running scala.collection.IteratorTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.213 sec
[junit] Running scala.collection.SetMapConsistencyTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 6.347 sec
[junit] Running scala.collection.TraversableOnceTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.228 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.228 sec
[junit] Running scala.collection.convert.MapWrapperTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.191 sec
[junit] Running scala.collection.immutable.PagedSeqTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.229 sec
[junit] Running scala.collection.immutable.QueueTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.191 sec
[junit] Running scala.collection.immutable.RangeConsistencyTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.407 sec
[junit] Running scala.collection.immutable.StreamTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.197 sec
[junit] Running scala.collection.mutable.ArraySortingTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.212 sec
[junit] Running scala.collection.mutable.PriorityQueueTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.343 sec
[junit] Running scala.collection.mutable.VectorTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.266 sec
[junit] Running scala.concurrent.impl.DefaultPromiseTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.051 sec
[junit] Running scala.math.BigDecimalTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 1.407 sec
[junit] Running scala.reflect.QTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.908 sec
[junit] Running scala.reflect.internal.MirrorsTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.932 sec
[junit] Running scala.reflect.internal.NamesTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.919 sec
[junit] Running scala.reflect.internal.PrintersTest
[junit] Tests run: 180, Failures: 0, Errors: 155, Time elapsed: 3.997 sec