You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Craig R. McClanahan" <cr...@apache.org> on 2004/03/04 20:30:43 UTC

[math] nightly build failure


The first attempt at building commons-math in the nightlies failed due to the
failure to successfully execute one of the unit tests.  Here's the output from
"ant dist":

If this test really is going to fail occasionally (as the comment implies), you
might want to exclude it from the set of tests that must pass in order for the
"dist" target to succeed.

Craig

Buildfile: build.xml

init:
    [mkdir] Created dir: /home/craigmcc/Build/jakarta-commons/math/target/lib

get-deps:
      [get] Getting:
http://www.apache.org/dist/java-repository/commons-beanutils/jars/commons-beanutils-1.5.jar
      [get] Getting:
http://www.apache.org/dist/java-repository/commons-collections/jars/commons-collections-2.1.jar
      [get] Getting:
http://www.apache.org/dist/java-repository/commons-lang/jars/commons-lang-2.0.jar
      [get] Getting:
http://www.apache.org/dist/java-repository/commons-logging/jars/commons-logging-1.0.3.jar
      [get] Getting:
http://www.apache.org/dist/java-repository/commons-discovery/jars/commons-discovery-SNAPSHOT.jar
      [get] Getting: http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar
      [get] Getting:
http://www.apache.org/dist/java-repository/ant/jars/ant-1.5.jar
      [get] Getting:
http://www.apache.org/dist/java-repository/ant/jars/ant-optional-1.5.jar

compile:
    [mkdir] Created dir:
/home/craigmcc/Build/jakarta-commons/math/target/classes
    [javac] Compiling 97 source files to
/home/craigmcc/Build/jakarta-commons/math/target/classes
     [copy] Copying 10 files to
/home/craigmcc/Build/jakarta-commons/math/target/test-classes

compile-tests:
    [javac] Compiling 72 source files to
/home/craigmcc/Build/jakarta-commons/math/target/test-classes

internal-test:
    [mkdir] Created dir:
/home/craigmcc/Build/jakarta-commons/math/target/test-reports
    [junit] Running org.apache.commons.math.MathConfigurationExceptionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.742 sec
    [junit] Testsuite: org.apache.commons.math.MathConfigurationExceptionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.742 sec

    [junit] Testcase: testConstructor took 0.019 sec
    [junit] Testcase: testConstructorMessage took 0 sec
    [junit] Testcase: testConstructorMessageCause took 0 sec
    [junit] Testcase: testConstructorCause took 0 sec
    [junit] Running org.apache.commons.math.MathExceptionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
    [junit] Testsuite: org.apache.commons.math.MathExceptionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.761 sec

    [junit] Testcase: testConstructor took 0.022 sec
    [junit] Testcase: testConstructorMessage took 0.001 sec
    [junit] Testcase: testConstructorMessageCause took 0 sec
    [junit] Testcase: testConstructorCause took 0 sec
    [junit] Running org.apache.commons.math.analysis.BisectionSolverTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.821 sec
    [junit] Testsuite: org.apache.commons.math.analysis.BisectionSolverTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.821 sec

    [junit] Testcase: testSinZero took 0.047 sec
    [junit] Testcase: testQuinticZero took 0.002 sec
    [junit] Testcase: testSetFunctionValueAccuracy took 0.003 sec
    [junit] Testcase: testResetFunctionValueAccuracy took 0 sec
    [junit] Testcase: testSetAbsoluteAccuracy took 0 sec
    [junit] Testcase: testResetAbsoluteAccuracy took 0 sec
    [junit] Testcase: testSetMaximalIterationCount took 0 sec
    [junit] Testcase: testResetMaximalIterationCount took 0.006 sec
    [junit] Testcase: testSetRelativeAccuracy took 0 sec
    [junit] Testcase: testResetRelativeAccuracy took 0 sec
    [junit] Running org.apache.commons.math.analysis.ConvergenceExceptionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.764 sec
    [junit] Testsuite:
org.apache.commons.math.analysis.ConvergenceExceptionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.764 sec

    [junit] Testcase: testConstructor took 0.024 sec
    [junit] Testcase: testConstructorMessage took 0 sec
    [junit] Testcase: testConstructorMessageCause took 0.001 sec
    [junit] Testcase: testConstructorCause took 0 sec
    [junit] Running org.apache.commons.math.analysis.RealSolverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.004 sec
    [junit] Testsuite: org.apache.commons.math.analysis.RealSolverTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.004 sec

    [junit] Testcase: testSinZero took 0.021 sec
    [junit] Testcase: testQuinticZero took 0.224 sec
    [junit] Running
org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.863 sec
    [junit] Testsuite:
org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.863 sec

    [junit] Testcase: testSolveNull took 0.009 sec
    [junit] Testcase: testSolveSin took 0.103 sec
    [junit] Testcase: testSolveAccuracyNull took 0 sec
    [junit] Testcase: testSolveAccuracySin took 0.008 sec
    [junit] Running org.apache.commons.math.analysis.PolynomialFunctionTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
    [junit] Testsuite: org.apache.commons.math.analysis.PolynomialFunctionTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.761 sec

    [junit] Testcase: testConstants took 0.01 sec
    [junit] Testcase: testLinear took 0.006 sec
    [junit] Testcase: testQuadratic took 0 sec
    [junit] Testcase: testQuintic took 0 sec
    [junit] Testcase: testfirstDerivativeComparision took 0 sec
    [junit] Running org.apache.commons.math.analysis.InterpolatorTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.742 sec
    [junit] Testsuite: org.apache.commons.math.analysis.InterpolatorTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.742 sec

    [junit] Testcase: testInterpolateLinearDegenerateTwoSegment took 0.012 sec
    [junit] Testcase: testInterpolateLinearDegenerateThreeSegment took 0 sec
    [junit] Testcase: testInterpolateLinear took 0 sec
    [junit] Testcase: testInterpolateSin took 0.001 sec
    [junit] Testcase: testIllegalArguments took 0 sec
    [junit] Running org.apache.commons.math.complex.ComplexMathTest
    [junit] Tests run: 33, Failures: 0, Errors: 0, Time elapsed: 1.465 sec
    [junit] Testsuite: org.apache.commons.math.complex.ComplexMathTest
    [junit] Tests run: 33, Failures: 0, Errors: 0, Time elapsed: 1.465 sec

    [junit] Testcase: testAcos took 0.015 sec
    [junit] Testcase: testAcosNaN took 0 sec
    [junit] Testcase: testAsin took 0 sec
    [junit] Testcase: testAsinNaN took 0 sec
    [junit] Testcase: testAtan took 0 sec
    [junit] Testcase: testAtanNaN took 0 sec
    [junit] Testcase: testCos took 0.003 sec
    [junit] Testcase: testCosh took 0.003 sec
    [junit] Testcase: testCoshNaN took 0 sec
    [junit] Testcase: testCosNaN took 0 sec
    [junit] Testcase: testExp took 0 sec
    [junit] Testcase: testExpNaN took 0 sec
    [junit] Testcase: testLog took 0 sec
    [junit] Testcase: testLogNaN took 0.001 sec
    [junit] Testcase: testPow took 0 sec
    [junit] Testcase: testPowNaNBase took 0 sec
    [junit] Testcase: testPowNaNExponent took 0 sec
    [junit] Testcase: testSin took 0.001 sec
    [junit] Testcase: testSinh took 0 sec
    [junit] Testcase: testSinhNaN took 0 sec
    [junit] Testcase: testSinNaN took 0 sec
    [junit] Testcase: testSqrtRealPositive took 0 sec
    [junit] Testcase: testSqrtRealZero took 0.001 sec
    [junit] Testcase: testSqrtRealNegative took 0 sec
    [junit] Testcase: testSqrtImaginaryZero took 0 sec
    [junit] Testcase: testSqrtImaginaryNegative took 0 sec
    [junit] Testcase: testSqrt1z took 0.001 sec
    [junit] Testcase: testSqrt1zNaN took 0 sec
    [junit] Testcase: testSqrtNaN took 0 sec
    [junit] Testcase: testTan took 0 sec
    [junit] Testcase: testTanh took 0 sec
    [junit] Testcase: testTanhNaN took 0 sec
    [junit] Testcase: testTanNaN took 0 sec
    [junit] Running org.apache.commons.math.complex.ComplexTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.839 sec
    [junit] Testsuite: org.apache.commons.math.complex.ComplexTest
    [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.839 sec

    [junit] Testcase: testConstructor took 0.008 sec
    [junit] Testcase: testConstructorNaN took 0 sec
    [junit] Testcase: testAbs took 0 sec
    [junit] Testcase: testAbsNaN took 0 sec
    [junit] Testcase: testAdd took 0.005 sec
    [junit] Testcase: testAddNaN took 0 sec
    [junit] Testcase: testConjugate took 0 sec
    [junit] Testcase: testConjugateNaN took 0.008 sec
    [junit] Testcase: testDivide took 0 sec
    [junit] Testcase: testDivideNaN took 0 sec
    [junit] Testcase: testMultiply took 0.001 sec
    [junit] Testcase: testMultiplyNaN took 0 sec
    [junit] Testcase: testNegate took 0 sec
    [junit] Testcase: testNegateNaN took 0 sec
    [junit] Testcase: testSubtract took 0.001 sec
    [junit] Testcase: testSubtractNaN took 0 sec
    [junit] Testcase: testEqualsNull took 0 sec
    [junit] Testcase: testEqualsClass took 0 sec
    [junit] Testcase: testEqualsSame took 0.001 sec
    [junit] Testcase: testEqualsTrue took 0 sec
    [junit] Testcase: testEqualsRealDifference took 0 sec
    [junit] Testcase: testEqualsImaginaryDifference took 0 sec
    [junit] Running org.apache.commons.math.complex.ComplexFormatTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.77 sec
    [junit] Testsuite: org.apache.commons.math.complex.ComplexFormatTest
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.77 sec

    [junit] Testcase: testSimpleNoDecimals took 0.01 sec
    [junit] Testcase: testSimpleWithDecimals took 0 sec
    [junit] Testcase: testSimpleWithDecimalsTrunc took 0.001 sec
    [junit] Testcase: testNegativeReal took 0.001 sec
    [junit] Testcase: testNegativeImaginary took 0.001 sec
    [junit] Testcase: testNegativeBoth took 0 sec
    [junit] Testcase: testZeroReal took 0.001 sec
    [junit] Testcase: testZeroImaginary took 0.006 sec
    [junit] Testcase: testDifferentImaginaryChar took 0.007 sec
    [junit] Testcase: testStaticFormatComplex took 0 sec
    [junit] Running org.apache.commons.math.linear.RealMatrixImplTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
    [junit] Testsuite: org.apache.commons.math.linear.RealMatrixImplTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.761 sec

    [junit] Testcase: testDimensions took 0.008 sec
    [junit] Testcase: testCopyFunctions took 0.002 sec
    [junit] Testcase: testAdd took 0 sec
    [junit] Testcase: testAddFail took 0 sec
    [junit] Testcase: testNorm took 0.001 sec
    [junit] Testcase: testPlusMinus took 0 sec
    [junit] Testcase: testMultiply took 0 sec
    [junit] Testcase: testMultiply2 took 0.007 sec
    [junit] Testcase: testIsSingular took 0.001 sec
    [junit] Testcase: testInverse took 0.001 sec
    [junit] Testcase: testSolve took 0 sec
    [junit] Testcase: testDeterminant took 0.001 sec
    [junit] Testcase: testTrace took 0 sec
    [junit] Testcase: testScalarAdd took 0 sec
    [junit] Testcase: testOperate took 0.001 sec
    [junit] Testcase: testTranspose took 0 sec
    [junit] Testcase: testPremultiply took 0 sec
    [junit] Testcase: testGetVectors took 0.001 sec
    [junit] Testcase: testEntryMutators took 0 sec
    [junit] Running org.apache.commons.math.random.EmpiricalDistributionTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.373 sec
    [junit] Testsuite: org.apache.commons.math.random.EmpiricalDistributionTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.373 sec

    [junit] Testcase: testLoad took 0.528 sec
    [junit] Testcase: testDoubleLoad took 0.163 sec
    [junit] Testcase: testNext took 0.308 sec
    [junit] Testcase: testNexFail took 0.009 sec
    [junit] Testcase: testGridTooFine took 1.6 sec
    [junit] Testcase: testGridTooFat took 0.046 sec
    [junit] Running org.apache.commons.math.random.ValueServerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.475 sec
    [junit] Testsuite: org.apache.commons.math.random.ValueServerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.475 sec

    [junit] Testcase: testNextDigest took 1.747 sec
    [junit] Testcase: testNextDigestFail took 0 sec
    [junit] Testcase: testReplay took 0.011 sec
    [junit] Testcase: testModes took 0.003 sec
    [junit] Testcase: testFill took 0 sec
    [junit] Testcase: testProperties took 0.002 sec
    [junit] Running org.apache.commons.math.random.RandomDataTest
    [junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 1.801 sec
    [junit] Testsuite: org.apache.commons.math.random.RandomDataTest
    [junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 1.801 sec

    [junit] Testcase: testNextInt took 0.073 sec
    [junit] Testcase: testNextLong took 0.015 sec
    [junit] Testcase: testNextSecureLong took 0.272 sec
    [junit] Testcase: testNextSecureInt took 0.019 sec
    [junit] Testcase: testNextPoisson took 0.026 sec
    [junit] Testcase: testNextHex took 0.163 sec
    [junit] 	FAILED
    [junit] chi-square test -- will fail about 1 in 1000 times
    [junit] junit.framework.AssertionFailedError: chi-square test -- will fail
about 1 in 1000 times
    [junit] 	at
org.apache.commons.math.random.RandomDataTest.testNextHex(RandomDataTest.java:261)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    [junit] Testcase: testNextHexTestcase: testNextSecureHex took 0.269 sec
    [junit] Testcase: testNextUniform took 0.001 sec
    [junit] Testcase: testNextGaussian took 0.133 sec
    [junit] Testcase: testNextExponential took 0.013 sec
    [junit] Testcase: testConfig took 0.049 sec
    [junit] Testcase: testNextSample took 0.061 sec
    [junit] Testcase: testNextPermutation took 0.003 sec
    [junit] TEST org.apache.commons.math.random.RandomDataTest FAILED
    [junit] Running org.apache.commons.math.special.BetaTest
    [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.739 sec
    [junit] Testsuite: org.apache.commons.math.special.BetaTest
    [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.739 sec

    [junit] Testcase: testRegularizedBetaNanPositivePositive took 0.022 sec
    [junit] Testcase: testRegularizedBetaPositiveNanPositive took 0 sec
    [junit] Testcase: testRegularizedBetaPositivePositiveNan took 0 sec
    [junit] Testcase: testRegularizedBetaNegativePositivePositive took 0 sec
    [junit] Testcase: testRegularizedBetaPositiveNegativePositive took 0 sec
    [junit] Testcase: testRegularizedBetaPositivePositiveNegative took 0.001
sec
    [junit] Testcase: testRegularizedBetaZeroPositivePositive took 0.005 sec
    [junit] Testcase: testRegularizedBetaPositiveZeroPositive took 0.003 sec
    [junit] Testcase: testRegularizedBetaPositivePositiveZero took 0.001 sec
    [junit] Testcase: testRegularizedBetaPositivePositivePositive took 0 sec
    [junit] Testcase: testLogBetaNanPositive took 0 sec
    [junit] Testcase: testLogBetaPositiveNan took 0 sec
    [junit] Testcase: testLogBetaNegativePositive took 0 sec
    [junit] Testcase: testLogBetaPositiveNegative took 0 sec
    [junit] Testcase: testLogBetaZeroPositive took 0 sec
    [junit] Testcase: testLogBetaPositiveZero took 0 sec
    [junit] Testcase: testLogBetaPositivePositive took 0 sec
    [junit] Running org.apache.commons.math.special.GammaTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.725 sec
    [junit] Testsuite: org.apache.commons.math.special.GammaTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.725 sec

    [junit] Testcase: testRegularizedGammaNanPositive took 0.012 sec
    [junit] Testcase: testRegularizedGammaPositiveNan took 0 sec
    [junit] Testcase: testRegularizedGammaNegativePositive took 0 sec
    [junit] Testcase: testRegularizedGammaPositiveNegative took 0.001 sec
    [junit] Testcase: testRegularizedGammaZeroPositive took 0.001 sec
    [junit] Testcase: testRegularizedGammaPositiveZero took 0 sec
    [junit] Testcase: testRegularizedGammaPositivePositive took 0 sec
    [junit] Testcase: testLogGammaNan took 0.008 sec
    [junit] Testcase: testLogGammaNegative took 0 sec
    [junit] Testcase: testLogGammaZero took 0.001 sec
    [junit] Testcase: testLogGammaPositive took 0 sec
    [junit] Running org.apache.commons.math.stat.BivariateRegressionTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.883 sec
    [junit] Testsuite: org.apache.commons.math.stat.BivariateRegressionTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.883 sec

    [junit] Testcase: testNorris took 0.011 sec
    [junit] Testcase: testCorr took 0 sec
    [junit] Testcase: testNaNs took 0 sec
    [junit] Testcase: testClear took 0 sec
    [junit] Testcase: testInference took 0.153 sec
    [junit] Testcase: testPerfect took 0.005 sec
    [junit] Testcase: testPerfectNegative took 0.002 sec
    [junit] Testcase: testRandom took 0.01 sec
    [junit] Running org.apache.commons.math.stat.FrequencyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.774 sec
    [junit] Testsuite: org.apache.commons.math.stat.FrequencyTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.774 sec

    [junit] Testcase: testCounts took 0.027 sec
    [junit] Testcase: testPcts took 0.002 sec
    [junit] Testcase: testAdd took 0.006 sec
    [junit] Testcase: testToString took 0.002 sec
    [junit] Running org.apache.commons.math.stat.MixedListUnivariateImplTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.773 sec
    [junit] Testsuite: org.apache.commons.math.stat.MixedListUnivariateImplTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.773 sec

    [junit] Testcase: testStats took 0.029 sec
    [junit] Testcase: testN0andN1Conditions took 0 sec
    [junit] Testcase: testSkewAndKurtosis took 0.01 sec
    [junit] Testcase: testProductAndGeometricMean took 0.012 sec
    [junit] Running org.apache.commons.math.stat.StatUtilsTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.764 sec
    [junit] Testsuite: org.apache.commons.math.stat.StatUtilsTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.764 sec

    [junit] Testcase: testStats took 0.045 sec
    [junit] Testcase: testN0andN1Conditions took 0.001 sec
    [junit] Testcase: testSkewAndKurtosis took 0.001 sec
    [junit] Testcase: testProductAndGeometricMean took 0 sec
    [junit] Testcase: testArrayIndexConditions took 0.001 sec
    [junit] Running org.apache.commons.math.stat.univariate.InteractionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.776 sec
    [junit] Testsuite: org.apache.commons.math.stat.univariate.InteractionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.776 sec

    [junit] Testcase: testInteraction took 0.015 sec
    [junit] Running
org.apache.commons.math.stat.univariate.moment.GeometricMeanTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.82 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.moment.GeometricMeanTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.82 sec

    [junit] Testcase: testIncrementation took 0.015 sec
    [junit] Testcase: testSerialization took 0.053 sec
    [junit] Testcase: testEvaluation took 0 sec
    [junit] Running org.apache.commons.math.stat.univariate.moment.KurtosisTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.88 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.moment.KurtosisTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.88 sec

    [junit] Testcase: testIncrementation took 0.023 sec
    [junit] Testcase: testSerialization took 0.107 sec
    [junit] Testcase: testEvaluation took 0 sec
    [junit] Running org.apache.commons.math.stat.univariate.moment.MeanTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.842 sec
    [junit] Testsuite: org.apache.commons.math.stat.univariate.moment.MeanTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.842 sec

    [junit] Testcase: testIncrementation took 0.017 sec
    [junit] Testcase: testSerialization took 0.08 sec
    [junit] Testcase: testEvaluation took 0 sec
    [junit] Running org.apache.commons.math.stat.univariate.moment.SkewnessTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.229 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.moment.SkewnessTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.229 sec

    [junit] Testcase: testIncrementation took 0.027 sec
    [junit] Testcase: testSerialization took 0.079 sec
    [junit] Testcase: testEvaluation took 0 sec
    [junit] Running
org.apache.commons.math.stat.univariate.moment.StandardDeviationTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.824 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.moment.StandardDeviationTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.824 sec

    [junit] Testcase: testIncrementation took 0.023 sec
    [junit] Testcase: testSerialization took 0.088 sec
    [junit] Testcase: testEvaluation took 0.001 sec
    [junit] Running org.apache.commons.math.stat.univariate.moment.VarianceTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.852 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.moment.VarianceTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.852 sec

    [junit] Testcase: testIncrementation took 0.02 sec
    [junit] Testcase: testSerialization took 0.095 sec
    [junit] Testcase: testEvaluation took 0.001 sec
    [junit] Running org.apache.commons.math.stat.univariate.rank.MaxTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.787 sec
    [junit] Testsuite: org.apache.commons.math.stat.univariate.rank.MaxTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.787 sec

    [junit] Testcase: testIncrementation took 0.014 sec
    [junit] Testcase: testSerialization took 0.038 sec
    [junit] Testcase: testEvaluation took 0 sec
    [junit] Running org.apache.commons.math.stat.univariate.rank.MedianTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.731 sec
    [junit] Testsuite: org.apache.commons.math.stat.univariate.rank.MedianTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.731 sec

    [junit] Testcase: testEvaluation took 0.008 sec
    [junit] Running org.apache.commons.math.stat.univariate.rank.MinTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.772 sec
    [junit] Testsuite: org.apache.commons.math.stat.univariate.rank.MinTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.772 sec

    [junit] Testcase: testIncrementation took 0.013 sec
    [junit] Testcase: testSerialization took 0.035 sec
    [junit] Testcase: testEvaluation took 0 sec
    [junit] Running org.apache.commons.math.stat.univariate.rank.PercentileTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.756 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.rank.PercentileTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.756 sec

    [junit] Testcase: testHighPercentile took 0.012 sec
    [junit] Testcase: testEvaluation took 0 sec
    [junit] Running org.apache.commons.math.stat.univariate.summary.ProductTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.summary.ProductTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.761 sec

    [junit] Testcase: testIncrementation took 0.019 sec
    [junit] Testcase: testSerialization took 0.032 sec
    [junit] Testcase: testEvaluation took 0 sec
    [junit] Running org.apache.commons.math.stat.univariate.summary.SumLogTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.781 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.summary.SumLogTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.781 sec

    [junit] Testcase: testIncrementation took 0.015 sec
    [junit] Testcase: testSerialization took 0.032 sec
    [junit] Testcase: testEvaluation took 0 sec
    [junit] Running org.apache.commons.math.stat.univariate.summary.SumSqTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.776 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.summary.SumSqTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.776 sec

    [junit] Testcase: testIncrementation took 0.012 sec
    [junit] Testcase: testSerialization took 0.043 sec
    [junit] Testcase: testEvaluation took 0.002 sec
    [junit] Running org.apache.commons.math.stat.univariate.summary.SumTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.774 sec
    [junit] Testsuite: org.apache.commons.math.stat.univariate.summary.SumTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.774 sec

    [junit] Testcase: testIncrementation took 0.018 sec
    [junit] Testcase: testSerialization took 0.033 sec
    [junit] Testcase: testEvaluation took 0.001 sec
    [junit] Running org.apache.commons.math.stat.univariate.UnivariateImplTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.916 sec
    [junit] Testsuite:
org.apache.commons.math.stat.univariate.UnivariateImplTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.916 sec

    [junit] Testcase: testStats took 0.144 sec
    [junit] Testcase: testN0andN1Conditions took 0.002 sec
    [junit] Testcase: testProductAndGeometricMean took 0.001 sec
    [junit] Testcase: testNaNContracts took 0.001 sec
    [junit] Running org.apache.commons.math.stat.DescriptiveStatisticsTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 1.068 sec
    [junit] Testsuite: org.apache.commons.math.stat.DescriptiveStatisticsTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 1.068 sec

    [junit] Testcase: testStats took 0.15 sec
    [junit] Testcase: testN0andN1Conditions took 0.002 sec
    [junit] Testcase: testSkewAndKurtosis took 0.01 sec
    [junit] Testcase: testProductAndGeometricMean took 0.004 sec
    [junit] Testcase: testAddValue took 0.002 sec
    [junit] Testcase: testGetSortedValues took 0.055 sec
    [junit] Testcase: testPercentiles took 0.026 sec
    [junit] Testcase: testSerialization took 0.082 sec
    [junit] Running org.apache.commons.math.stat.BeanListUnivariateImplTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.887 sec
    [junit] Testsuite: org.apache.commons.math.stat.BeanListUnivariateImplTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.887 sec

    [junit] Testcase: testStats took 0.044 sec
    [junit] Testcase: testPropStats took 0.12 sec
    [junit] Testcase: testSetPropertyName took 0 sec
    [junit] Running org.apache.commons.math.stat.CertifiedDataTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.006 sec
    [junit] Testsuite: org.apache.commons.math.stat.CertifiedDataTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.006 sec

    [junit] Testcase: testUnivariateImpl took 0.168 sec
    [junit] Testcase: testStoredUnivariateImpl took 0.133 sec
    [junit] Running org.apache.commons.math.stat.ListUnivariateImplTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.891 sec
    [junit] Testsuite: org.apache.commons.math.stat.ListUnivariateImplTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.891 sec

    [junit] Testcase: testStats took 0.035 sec
    [junit] Testcase: testN0andN1Conditions took 0.001 sec
    [junit] Testcase: testSkewAndKurtosis took 0.102 sec
    [junit] Testcase: testProductAndGeometricMean took 0.003 sec
    [junit] Running org.apache.commons.math.stat.StoreUnivariateImplTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.985 sec
    [junit] Testsuite: org.apache.commons.math.stat.StoreUnivariateImplTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.985 sec

    [junit] Testcase: testStats took 0.146 sec
    [junit] Testcase: testN0andN1Conditions took 0.002 sec
    [junit] Testcase: testSkewAndKurtosis took 0.01 sec
    [junit] Testcase: testProductAndGeometricMean took 0.004 sec
    [junit] Testcase: testGetSortedValues took 0.063 sec
    [junit] Testcase: testPercentiles took 0.017 sec
    [junit] Running org.apache.commons.math.stat.TestStatisticTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.984 sec
    [junit] Testsuite: org.apache.commons.math.stat.TestStatisticTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.984 sec

    [junit] Testcase: testChiSquare took 0.179 sec
    [junit] Testcase: testT took 0.06 sec
    [junit] Running org.apache.commons.math.util.ContinuedFractionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.726 sec
    [junit] Testsuite: org.apache.commons.math.util.ContinuedFractionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.726 sec

    [junit] Testcase: testGoldenRation took 0.01 sec
    [junit] Running org.apache.commons.math.util.ContractableDoubleArrayTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.917 sec
    [junit] Testsuite: org.apache.commons.math.util.ContractableDoubleArrayTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.917 sec

    [junit] Testcase: testSetElementArbitraryExpansion took 0.012 sec
    [junit] Testcase: testAdd1000 took 0.002 sec
    [junit] Testcase: testAddElementRolling took 0.038 sec
    [junit] Testcase: testSetNumberOfElements took 0.001 sec
    [junit] Testcase: testWithInitialCapacity took 0.065 sec
    [junit] Testcase: testWithInitialCapacityAndExpansionFactor took 0.001 sec
    [junit] Testcase: testDiscard took 0 sec
    [junit] Testcase: testIllegalInitialCapacity took 0.011 sec
    [junit] Testcase: testIllegalExpansionFactor took 0.001 sec
    [junit] Testcase: testSetOutOfBounds took 0 sec
    [junit] Testcase: testGetOutOfBounds took 0 sec
    [junit] Testcase: testGetValues took 0.001 sec
    [junit] Testcase: testMinMax took 0 sec
    [junit] Running org.apache.commons.math.util.ExpandableDoubleArrayTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.851 sec
    [junit] Testsuite: org.apache.commons.math.util.ExpandableDoubleArrayTest
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.851 sec

    [junit] Testcase: testSetElementArbitraryExpansion took 0.005 sec
    [junit] Testcase: testAdd1000 took 0.005 sec
    [junit] Testcase: testAddElementRolling took 0.038 sec
    [junit] Testcase: testSetNumberOfElements took 0.001 sec
    [junit] Testcase: testWithInitialCapacity took 0.074 sec
    [junit] Testcase: testWithInitialCapacityAndExpansionFactor took 0 sec
    [junit] Testcase: testDiscard took 0 sec
    [junit] Testcase: testIllegalInitialCapacity took 0.006 sec
    [junit] Testcase: testIllegalExpansionFactor took 0 sec
    [junit] Testcase: testSetOutOfBounds took 0 sec
    [junit] Testcase: testGetOutOfBounds took 0.001 sec
    [junit] Testcase: testGetValues took 0 sec
    [junit] Testcase: testMinMax took 0 sec
    [junit] Running org.apache.commons.math.util.FixedDoubleArrayTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.818 sec
    [junit] Testsuite: org.apache.commons.math.util.FixedDoubleArrayTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.818 sec

    [junit] Testcase: testAddElementRolling took 0.052 sec
    [junit] Testcase: testExceedingElements took 0.007 sec
    [junit] Testcase: testGetExceeding took 0 sec
    [junit] Testcase: testSetElement took 0.001 sec
    [junit] Testcase: testOnlyRolling took 0.003 sec
    [junit] Testcase: testClear took 0.001 sec
    [junit] Testcase: testAdd1000 took 0 sec
    [junit] Testcase: testGetValues took 0.01 sec
    [junit] Testcase: testMinMax took 0 sec
    [junit] Running org.apache.commons.math.util.MathUtilsTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.795 sec
    [junit] Testsuite: org.apache.commons.math.util.MathUtilsTest
    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.795 sec

    [junit] Testcase: testBinomialCoefficient took 0.012 sec
    [junit] Testcase: testBinomialCoefficientFail took 0.002 sec
    [junit] Testcase: testFactorial took 0 sec
    [junit] Testcase: testFactorialFail took 0 sec
    [junit] Testcase: testSignDouble took 0.001 sec
    [junit] Testcase: testSignFloat took 0 sec
    [junit] Testcase: testSignByte took 0 sec
    [junit] Testcase: testSignShort took 0.007 sec
    [junit] Testcase: testSignInt took 0 sec
    [junit] Testcase: testSignLong took 0 sec
    [junit] Testcase: testCosh took 0.001 sec
    [junit] Testcase: testSinh took 0.009 sec
    [junit] Testcase: testCoshNaN took 0 sec
    [junit] Testcase: testSinhNaN took 0 sec
    [junit] Running org.apache.commons.math.util.TransformerMapTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.777 sec
    [junit] Testsuite: org.apache.commons.math.util.TransformerMapTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.777 sec

    [junit] Testcase: testPutTransformer took 0.018 sec
    [junit] Testcase: testContainsClass took 0 sec
    [junit] Testcase: testContainsTransformer took 0 sec
    [junit] Testcase: testRemoveTransformer took 0 sec
    [junit] Testcase: testClear took 0.001 sec
    [junit] Testcase: testClasses took 0 sec
    [junit] Testcase: testTransformers took 0.001 sec
    [junit] Running org.apache.commons.math.util.BeanTransformerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.861 sec
    [junit] Testsuite: org.apache.commons.math.util.BeanTransformerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.861 sec

    [junit] Testcase: testConstructor took 0.01 sec
    [junit] Testcase: testConstructorString took 0 sec
    [junit] Testcase: testSetPropertyName took 0 sec
    [junit] Testcase: testTransformNoSuchMethod took 0.101 sec
    [junit] Testcase: testTransform took 0.007 sec
    [junit] Testcase: testTransformInvalidType took 0.001 sec
    [junit] Running org.apache.commons.math.util.DefaultTransformerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.757 sec
    [junit] Testsuite: org.apache.commons.math.util.DefaultTransformerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.757 sec

    [junit] Testcase: testTransformDouble took 0.011 sec
    [junit] Testcase: testTransformNull took 0.005 sec
    [junit] Testcase: testTransformInteger took 0 sec
    [junit] Testcase: testTransformBigDecimal took 0.005 sec
    [junit] Testcase: testTransformString took 0 sec
    [junit] Testcase: testTransformObject took 0.001 sec
    [junit] Running
org.apache.commons.math.distribution.BinomialDistributionTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.931 sec
    [junit] Testsuite:
org.apache.commons.math.distribution.BinomialDistributionTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.931 sec

    [junit] Testcase: testInverseCumulativeProbability001 took 0.142 sec
    [junit] Testcase: testInverseCumulativeProbability010 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability025 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability050 took 0.004 sec
    [junit] Testcase: testInverseCumulativeProbability100 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability999 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability990 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability975 took 0.004 sec
    [junit] Testcase: testInverseCumulativeProbability950 took 0.006 sec
    [junit] Testcase: testInverseCumulativeProbability900 took 0.002 sec
    [junit] Testcase: testCumulativeProbability1 took 0.001 sec
    [junit] Testcase: testCumulativeProbability2 took 0.003 sec
    [junit] Testcase: testCumulativeProbability3 took 0.002 sec
    [junit] Testcase: testCumulativeProbability4 took 0.001 sec
    [junit] Testcase: testCumulativeProbability9 took 0.001 sec
    [junit] Testcase: testcumulativeProbability8 took 0.008 sec
    [junit] Running
org.apache.commons.math.distribution.ChiSquareDistributionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.913 sec
    [junit] Testsuite:
org.apache.commons.math.distribution.ChiSquareDistributionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.913 sec

    [junit] Testcase: testLowerTailProbability took 0.135 sec
    [junit] Testcase: testUpperTailProbability took 0.003 sec
    [junit] Testcase: testLowerTailValues took 0.025 sec
    [junit] Testcase: testUpperTailValues took 0.025 sec
    [junit] Running
org.apache.commons.math.distribution.DistributionFactoryImplTest
    [junit] Tests run: 32, Failures: 0, Errors: 0, Time elapsed: 0.869 sec
    [junit] Testsuite:
org.apache.commons.math.distribution.DistributionFactoryImplTest
    [junit] Tests run: 32, Failures: 0, Errors: 0, Time elapsed: 0.869 sec

    [junit] Testcase: testCreateChiSquareDistributionNegative took 0.109 sec
    [junit] Testcase: testCreateChiSquareDistributionZero took 0.004 sec
    [junit] Testcase: testCreateChiSquareDistributionPositive took 0.002 sec
    [junit] Testcase: testCreateFDistributionNegativePositive took 0.002 sec
    [junit] Testcase: testCreateFDistributionZeroPositive took 0 sec
    [junit] Testcase: testCreateFDistributionPositiveNegative took 0 sec
    [junit] Testcase: testCreateFDistributionPositiveZero took 0 sec
    [junit] Testcase: testCreateFDistributionPositivePositive took 0.006 sec
    [junit] Testcase: testCreateExponentialDistributionNegative took 0.002 sec
    [junit] Testcase: testCreateExponentialDistributionZero took 0 sec
    [junit] Testcase: testCreateExponentialDistributionPositive took 0.001 sec
    [junit] Testcase: testCreateGammaDistributionNegativePositive took 0 sec
    [junit] Testcase: testCreateGammaDistributionZeroPositive took 0 sec
    [junit] Testcase: testCreateGammaDistributionPositiveNegative took 0 sec
    [junit] Testcase: testCreateGammaDistributionPositiveZero took 0 sec
    [junit] Testcase: testCreateGammaDistributionPositivePositive took 0.001
sec
    [junit] Testcase: testCreateTDistributionNegative took 0.002 sec
    [junit] Testcase: testCreateTDistributionZero took 0 sec
    [junit] Testcase: testCreateTDistributionPositive took 0 sec
    [junit] Testcase: testBinomialDistributionNegativePositive took 0.004 sec
    [junit] Testcase: testBinomialDistributionZeroPositive took 0 sec
    [junit] Testcase: testBinomialDistributionPositivePositive took 0 sec
    [junit] Testcase: testBinomialDistributionPositiveNegative took 0.001 sec
    [junit] Testcase: testBinomialDistributionPositiveZero took 0 sec
    [junit] Testcase: testBinomialDistributionPositiveOne took 0 sec
    [junit] Testcase: testBinomialDistributionPositiveTwo took 0 sec
    [junit] Testcase: testHypergeometricDistributionNegativePositivePositive
took 0.003 sec
    [junit] Testcase: testHypergeometricDistributionZeroPositivePositive took 0
sec
    [junit] Testcase: testHypergeometricDistributionPositiveNegativePositive
took 0 sec
    [junit] Testcase: testHypergeometricDistributionPositiveZeroPositive took 0
sec
    [junit] Testcase: testHypergeometricDistributionPositivePositiveNegative
took 0 sec
    [junit] Testcase: testHypergeometricDistributionPositivePositiveZero took 0
sec
    [junit] Running org.apache.commons.math.distribution.FDistributionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.927 sec
    [junit] Testsuite: org.apache.commons.math.distribution.FDistributionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.927 sec

    [junit] Testcase: testLowerTailProbability took 0.139 sec
    [junit] Testcase: testUpperTailProbability took 0.002 sec
    [junit] Testcase: testLowerTailValues took 0.027 sec
    [junit] Testcase: testUpperTailValues took 0.01 sec
    [junit] Running org.apache.commons.math.distribution.GammaDistributionTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.949 sec
    [junit] Testsuite:
org.apache.commons.math.distribution.GammaDistributionTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.949 sec

    [junit] Testcase: testProbabilities took 0.173 sec
    [junit] Testcase: testValues took 0.036 sec
    [junit] Running
org.apache.commons.math.distribution.HypergeometricDistributionTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.938 sec
    [junit] Testsuite:
org.apache.commons.math.distribution.HypergeometricDistributionTest
    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.938 sec

    [junit] Testcase: testInverseCumulativeProbability001 took 0.134 sec
    [junit] Testcase: testInverseCumulativeProbability010 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability025 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability050 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability100 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability999 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability990 took 0.012 sec
    [junit] Testcase: testInverseCumulativeProbability975 took 0.006 sec
    [junit] Testcase: testInverseCumulativeProbability950 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability900 took 0.001 sec
    [junit] Testcase: testCumulativeProbability0 took 0.005 sec
    [junit] Testcase: testCumulativeProbability1 took 0.002 sec
    [junit] Testcase: testCumulativeProbability2 took 0.001 sec
    [junit] Testcase: testCumulativeProbability3 took 0.002 sec
    [junit] Testcase: testCumulativeProbability4 took 0.006 sec
    [junit] Testcase: testCumulativeProbability5 took 0.019 sec
    [junit] Running
org.apache.commons.math.distribution.ExponentialDistributionTest
    [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 1.021 sec
    [junit] Testsuite:
org.apache.commons.math.distribution.ExponentialDistributionTest
    [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 1.021 sec

    [junit] Testcase: testInverseCumulativeProbability001 took 0.136 sec
    [junit] Testcase: testInverseCumulativeProbability010 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability025 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability050 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability100 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability999 took 0.003 sec
    [junit] Testcase: testInverseCumulativeProbability990 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability975 took 0.011 sec
    [junit] Testcase: testInverseCumulativeProbability950 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability900 took 0.001 sec
    [junit] Testcase: testCumulativeProbability001 took 0.005 sec
    [junit] Testcase: testCumulativeProbability010 took 0.001 sec
    [junit] Testcase: testCumulativeProbability025 took 0.001 sec
    [junit] Testcase: testCumulativeProbability050 took 0.006 sec
    [junit] Testcase: testCumulativeProbability100 took 0.001 sec
    [junit] Testcase: testCumulativeProbability999 took 0.008 sec
    [junit] Testcase: testCumulativeProbability990 took 0.002 sec
    [junit] Testcase: testCumulativeProbability975 took 0.001 sec
    [junit] Testcase: testCumulativeProbability950 took 0.002 sec
    [junit] Testcase: testCumulativeProbability900 took 0.001 sec
    [junit] Testcase: testCumulativeProbabilityNegative took 0.001 sec
    [junit] Testcase: testCumulativeProbabilityZero took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbabilityNegative took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbabilityZero took 0.004 sec
    [junit] Testcase: testInverseCumulativeProbabilityOne took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbabilityPositive took 0.004 sec
    [junit] Testcase: testCumulativeProbability2 took 0.002 sec
    [junit] Running org.apache.commons.math.distribution.TDistributionTest
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.978 sec
    [junit] Testsuite: org.apache.commons.math.distribution.TDistributionTest
    [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.978 sec

    [junit] Testcase: testInverseCumulativeProbability001 took 0.145 sec
    [junit] Testcase: testInverseCumulativeProbability010 took 0.013 sec
    [junit] Testcase: testInverseCumulativeProbability025 took 0.007 sec
    [junit] Testcase: testInverseCumulativeProbability050 took 0.01 sec
    [junit] Testcase: testInverseCumulativeProbability100 took 0.004 sec
    [junit] Testcase: testInverseCumulativeProbability999 took 0.009 sec
    [junit] Testcase: testInverseCumulativeProbability990 took 0.008 sec
    [junit] Testcase: testInverseCumulativeProbability975 took 0.015 sec
    [junit] Testcase: testInverseCumulativeProbability950 took 0.009 sec
    [junit] Testcase: testInverseCumulativeProbability900 took 0.005 sec
    [junit] Testcase: testCumulativeProbability001 took 0.002 sec
    [junit] Testcase: testCumulativeProbability010 took 0.002 sec
    [junit] Testcase: testCumulativeProbability025 took 0.001 sec
    [junit] Testcase: testCumulativeProbability050 took 0.003 sec
    [junit] Testcase: testCumulativeProbability100 took 0.001 sec
    [junit] Testcase: testCumulativeProbability999 took 0.016 sec
    [junit] Testcase: testCumulativeProbability990 took 0.005 sec
    [junit] Testcase: testCumulativeProbability975 took 0.001 sec
    [junit] Testcase: testCumulativeProbability950 took 0.001 sec
    [junit] Testcase: testCumulativeProbability900 took 0.001 sec
    [junit] Testcase: testCumulativeProbabilityAgaintStackOverflow took 0.001
sec
    [junit] Running org.apache.commons.math.distribution.NormalDistributionTest
    [junit] Tests run: 26, Failures: 0, Errors: 0, Time elapsed: 0.958 sec
    [junit] Testsuite:
org.apache.commons.math.distribution.NormalDistributionTest
    [junit] Tests run: 26, Failures: 0, Errors: 0, Time elapsed: 0.958 sec

    [junit] Testcase: testCumulativeProbabilitydoubleM_MINUS_2SD took 0.132 sec
    [junit] Testcase: testCumulativeProbabilitydoubleM_MINUS_SD took 0.002 sec
    [junit] Testcase: testCumulativeProbabilitydoubleM took 0.002 sec
    [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_SD took 0.002 sec
    [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_2SD took 0.001 sec
    [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_3SD took 0.001 sec
    [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_4SD took 0.001 sec
    [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_5SD took 0.01 sec
    [junit] Testcase: testInverseCumulativeProbability0 took 0.005 sec
    [junit] Testcase: testInverseCumulativeProbability001 took 0.002 sec
    [junit] Testcase: testInverseCumulativeProbability010 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability025 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability050 took 0.006 sec
    [junit] Testcase: testInverseCumulativeProbability100 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability900 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability950 took 0.012 sec
    [junit] Testcase: testInverseCumulativeProbability975 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability990 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability999 took 0.001 sec
    [junit] Testcase: testInverseCumulativeProbability1 took 0.001 sec
    [junit] Testcase: testGetMean took 0.001 sec
    [junit] Testcase: testSetMean took 0.009 sec
    [junit] Testcase: testGetStandardDeviation took 0.001 sec
    [junit] Testcase: testSetStandardDeviation took 0.009 sec
    [junit] Testcase: testGetCdfAlgorithm took 0.002 sec
    [junit] Testcase: testSetCdfAlgorithm took 0.002 sec

test:

BUILD FAILED
file:/home/craigmcc/Build/jakarta-commons/math/build.xml:78: There were test
failures.

Total time: 2 minutes 4 seconds


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [math] nightly build failure

Posted by Phil Steitz <st...@yahoo.com>.
--- Phil Steitz <ph...@steitz.com> wrote:
> Mark R. Diggory wrote:
> > Yes, unfortunately, this is a poor test which can fail randomly, it 
> > think it needs some more work so that it doesn't cause building to fail
> 
> > when it does fail.
> 
> As the output says, the test will fail with probability 1 in 1000, even
> if 
> there code is working properly.  What is being tested is the stochastic 
> independence of randomly generated hex strings, using a statistical test 
> (chi-square). I could
> 
> (a) modify the test to just log / systout the anomoly instead of failing
> (b) remove this and other similar tests (bad idea, IMHO)
> (c) omit all of the tests from the build target used by the nightly build
> 
> (what I was planning to do for gump eventually)
> (d) reduce the sensitivity of the test (so that is is, say 1 in 1000000 
> failure -- also a bad idea, IMHO)
> (e) don't worry, be happy, the build will succeed tomorrow :-)
> 
> I guess that I favor (a) for the nightlies, but (c) for gump.
> 
> Phil
> 

Just had a better idea:

(f) repeat the test if it fails and "really" fail only if two consecutive
failures occur.  This will reduce the probability of a false failure to
miniscule without trashing sensitivity.  I will do this.

Phil
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you�re looking for faster
http://search.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [math] nightly build failure

Posted by Phil Steitz <ph...@steitz.com>.
Mark R. Diggory wrote:
> Yes, unfortunately, this is a poor test which can fail randomly, it 
> think it needs some more work so that it doesn't cause building to fail 
> when it does fail.

As the output says, the test will fail with probability 1 in 1000, even if 
there code is working properly.  What is being tested is the stochastic 
independence of randomly generated hex strings, using a statistical test 
(chi-square). I could

(a) modify the test to just log / systout the anomoly instead of failing
(b) remove this and other similar tests (bad idea, IMHO)
(c) omit all of the tests from the build target used by the nightly build 
(what I was planning to do for gump eventually)
(d) reduce the sensitivity of the test (so that is is, say 1 in 1000000 
failure -- also a bad idea, IMHO)
(e) don't worry, be happy, the build will succeed tomorrow :-)

I guess that I favor (a) for the nightlies, but (c) for gump.

Phil




---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [math] nightly build failure

Posted by "Mark R. Diggory" <md...@latte.harvard.edu>.
Yes, unfortunately, this is a poor test which can fail randomly, it 
think it needs some more work so that it doesn't cause building to fail 
when it does fail.

 >     [junit] Running org.apache.commons.math.random.RandomDataTest
 >     [junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 
1.801 sec
 >     [junit] Testsuite: org.apache.commons.math.random.RandomDataTest
 >     [junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 
1.801 sec
 >
 >     [junit] Testcase: testNextInt took 0.073 sec
 >     [junit] Testcase: testNextLong took 0.015 sec
 >     [junit] Testcase: testNextSecureLong took 0.272 sec
 >     [junit] Testcase: testNextSecureInt took 0.019 sec
 >     [junit] Testcase: testNextPoisson took 0.026 sec
 >     [junit] Testcase: testNextHex took 0.163 sec
 >     [junit] 	FAILED
 >     [junit] chi-square test -- will fail about 1 in 1000 times
 >     [junit] junit.framework.AssertionFailedError: chi-square test -- 
will fail
 > about 1 in 1000 times
 >     [junit] 	at
 > 
org.apache.commons.math.random.RandomDataTest.testNextHex(RandomDataTest.java:261)
 >     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
 >     [junit] 	at
 > 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 >     [junit] 	at
 > 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 >
 >     [junit] Testcase: testNextHexTestcase: testNextSecureHex took 
0.269 sec
 >     [junit] Testcase: testNextUniform took 0.001 sec
 >     [junit] Testcase: testNextGaussian took 0.133 sec
 >     [junit] Testcase: testNextExponential took 0.013 sec
 >     [junit] Testcase: testConfig took 0.049 sec
 >     [junit] Testcase: testNextSample took 0.061 sec
 >     [junit] Testcase: testNextPermutation took 0.003 sec
 >     [junit] TEST org.apache.commons.math.random.RandomDataTest FAILED

-Mark

Craig R. McClanahan wrote:

> 
> The first attempt at building commons-math in the nightlies failed due to the
> failure to successfully execute one of the unit tests.  Here's the output from
> "ant dist":
> 
> If this test really is going to fail occasionally (as the comment implies), you
> might want to exclude it from the set of tests that must pass in order for the
> "dist" target to succeed.
> 
> Craig
> 
> Buildfile: build.xml
> 
> init:
>     [mkdir] Created dir: /home/craigmcc/Build/jakarta-commons/math/target/lib
> 
> get-deps:
>       [get] Getting:
> http://www.apache.org/dist/java-repository/commons-beanutils/jars/commons-beanutils-1.5.jar
>       [get] Getting:
> http://www.apache.org/dist/java-repository/commons-collections/jars/commons-collections-2.1.jar
>       [get] Getting:
> http://www.apache.org/dist/java-repository/commons-lang/jars/commons-lang-2.0.jar
>       [get] Getting:
> http://www.apache.org/dist/java-repository/commons-logging/jars/commons-logging-1.0.3.jar
>       [get] Getting:
> http://www.apache.org/dist/java-repository/commons-discovery/jars/commons-discovery-SNAPSHOT.jar
>       [get] Getting: http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar
>       [get] Getting:
> http://www.apache.org/dist/java-repository/ant/jars/ant-1.5.jar
>       [get] Getting:
> http://www.apache.org/dist/java-repository/ant/jars/ant-optional-1.5.jar
> 
> compile:
>     [mkdir] Created dir:
> /home/craigmcc/Build/jakarta-commons/math/target/classes
>     [javac] Compiling 97 source files to
> /home/craigmcc/Build/jakarta-commons/math/target/classes
>      [copy] Copying 10 files to
> /home/craigmcc/Build/jakarta-commons/math/target/test-classes
> 
> compile-tests:
>     [javac] Compiling 72 source files to
> /home/craigmcc/Build/jakarta-commons/math/target/test-classes
> 
> internal-test:
>     [mkdir] Created dir:
> /home/craigmcc/Build/jakarta-commons/math/target/test-reports
>     [junit] Running org.apache.commons.math.MathConfigurationExceptionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.742 sec
>     [junit] Testsuite: org.apache.commons.math.MathConfigurationExceptionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.742 sec
> 
>     [junit] Testcase: testConstructor took 0.019 sec
>     [junit] Testcase: testConstructorMessage took 0 sec
>     [junit] Testcase: testConstructorMessageCause took 0 sec
>     [junit] Testcase: testConstructorCause took 0 sec
>     [junit] Running org.apache.commons.math.MathExceptionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
>     [junit] Testsuite: org.apache.commons.math.MathExceptionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
> 
>     [junit] Testcase: testConstructor took 0.022 sec
>     [junit] Testcase: testConstructorMessage took 0.001 sec
>     [junit] Testcase: testConstructorMessageCause took 0 sec
>     [junit] Testcase: testConstructorCause took 0 sec
>     [junit] Running org.apache.commons.math.analysis.BisectionSolverTest
>     [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.821 sec
>     [junit] Testsuite: org.apache.commons.math.analysis.BisectionSolverTest
>     [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.821 sec
> 
>     [junit] Testcase: testSinZero took 0.047 sec
>     [junit] Testcase: testQuinticZero took 0.002 sec
>     [junit] Testcase: testSetFunctionValueAccuracy took 0.003 sec
>     [junit] Testcase: testResetFunctionValueAccuracy took 0 sec
>     [junit] Testcase: testSetAbsoluteAccuracy took 0 sec
>     [junit] Testcase: testResetAbsoluteAccuracy took 0 sec
>     [junit] Testcase: testSetMaximalIterationCount took 0 sec
>     [junit] Testcase: testResetMaximalIterationCount took 0.006 sec
>     [junit] Testcase: testSetRelativeAccuracy took 0 sec
>     [junit] Testcase: testResetRelativeAccuracy took 0 sec
>     [junit] Running org.apache.commons.math.analysis.ConvergenceExceptionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.764 sec
>     [junit] Testsuite:
> org.apache.commons.math.analysis.ConvergenceExceptionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.764 sec
> 
>     [junit] Testcase: testConstructor took 0.024 sec
>     [junit] Testcase: testConstructorMessage took 0 sec
>     [junit] Testcase: testConstructorMessageCause took 0.001 sec
>     [junit] Testcase: testConstructorCause took 0 sec
>     [junit] Running org.apache.commons.math.analysis.RealSolverTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.004 sec
>     [junit] Testsuite: org.apache.commons.math.analysis.RealSolverTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.004 sec
> 
>     [junit] Testcase: testSinZero took 0.021 sec
>     [junit] Testcase: testQuinticZero took 0.224 sec
>     [junit] Running
> org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.863 sec
>     [junit] Testsuite:
> org.apache.commons.math.analysis.UnivariateRealSolverUtilsTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.863 sec
> 
>     [junit] Testcase: testSolveNull took 0.009 sec
>     [junit] Testcase: testSolveSin took 0.103 sec
>     [junit] Testcase: testSolveAccuracyNull took 0 sec
>     [junit] Testcase: testSolveAccuracySin took 0.008 sec
>     [junit] Running org.apache.commons.math.analysis.PolynomialFunctionTest
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
>     [junit] Testsuite: org.apache.commons.math.analysis.PolynomialFunctionTest
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
> 
>     [junit] Testcase: testConstants took 0.01 sec
>     [junit] Testcase: testLinear took 0.006 sec
>     [junit] Testcase: testQuadratic took 0 sec
>     [junit] Testcase: testQuintic took 0 sec
>     [junit] Testcase: testfirstDerivativeComparision took 0 sec
>     [junit] Running org.apache.commons.math.analysis.InterpolatorTest
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.742 sec
>     [junit] Testsuite: org.apache.commons.math.analysis.InterpolatorTest
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.742 sec
> 
>     [junit] Testcase: testInterpolateLinearDegenerateTwoSegment took 0.012 sec
>     [junit] Testcase: testInterpolateLinearDegenerateThreeSegment took 0 sec
>     [junit] Testcase: testInterpolateLinear took 0 sec
>     [junit] Testcase: testInterpolateSin took 0.001 sec
>     [junit] Testcase: testIllegalArguments took 0 sec
>     [junit] Running org.apache.commons.math.complex.ComplexMathTest
>     [junit] Tests run: 33, Failures: 0, Errors: 0, Time elapsed: 1.465 sec
>     [junit] Testsuite: org.apache.commons.math.complex.ComplexMathTest
>     [junit] Tests run: 33, Failures: 0, Errors: 0, Time elapsed: 1.465 sec
> 
>     [junit] Testcase: testAcos took 0.015 sec
>     [junit] Testcase: testAcosNaN took 0 sec
>     [junit] Testcase: testAsin took 0 sec
>     [junit] Testcase: testAsinNaN took 0 sec
>     [junit] Testcase: testAtan took 0 sec
>     [junit] Testcase: testAtanNaN took 0 sec
>     [junit] Testcase: testCos took 0.003 sec
>     [junit] Testcase: testCosh took 0.003 sec
>     [junit] Testcase: testCoshNaN took 0 sec
>     [junit] Testcase: testCosNaN took 0 sec
>     [junit] Testcase: testExp took 0 sec
>     [junit] Testcase: testExpNaN took 0 sec
>     [junit] Testcase: testLog took 0 sec
>     [junit] Testcase: testLogNaN took 0.001 sec
>     [junit] Testcase: testPow took 0 sec
>     [junit] Testcase: testPowNaNBase took 0 sec
>     [junit] Testcase: testPowNaNExponent took 0 sec
>     [junit] Testcase: testSin took 0.001 sec
>     [junit] Testcase: testSinh took 0 sec
>     [junit] Testcase: testSinhNaN took 0 sec
>     [junit] Testcase: testSinNaN took 0 sec
>     [junit] Testcase: testSqrtRealPositive took 0 sec
>     [junit] Testcase: testSqrtRealZero took 0.001 sec
>     [junit] Testcase: testSqrtRealNegative took 0 sec
>     [junit] Testcase: testSqrtImaginaryZero took 0 sec
>     [junit] Testcase: testSqrtImaginaryNegative took 0 sec
>     [junit] Testcase: testSqrt1z took 0.001 sec
>     [junit] Testcase: testSqrt1zNaN took 0 sec
>     [junit] Testcase: testSqrtNaN took 0 sec
>     [junit] Testcase: testTan took 0 sec
>     [junit] Testcase: testTanh took 0 sec
>     [junit] Testcase: testTanhNaN took 0 sec
>     [junit] Testcase: testTanNaN took 0 sec
>     [junit] Running org.apache.commons.math.complex.ComplexTest
>     [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.839 sec
>     [junit] Testsuite: org.apache.commons.math.complex.ComplexTest
>     [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.839 sec
> 
>     [junit] Testcase: testConstructor took 0.008 sec
>     [junit] Testcase: testConstructorNaN took 0 sec
>     [junit] Testcase: testAbs took 0 sec
>     [junit] Testcase: testAbsNaN took 0 sec
>     [junit] Testcase: testAdd took 0.005 sec
>     [junit] Testcase: testAddNaN took 0 sec
>     [junit] Testcase: testConjugate took 0 sec
>     [junit] Testcase: testConjugateNaN took 0.008 sec
>     [junit] Testcase: testDivide took 0 sec
>     [junit] Testcase: testDivideNaN took 0 sec
>     [junit] Testcase: testMultiply took 0.001 sec
>     [junit] Testcase: testMultiplyNaN took 0 sec
>     [junit] Testcase: testNegate took 0 sec
>     [junit] Testcase: testNegateNaN took 0 sec
>     [junit] Testcase: testSubtract took 0.001 sec
>     [junit] Testcase: testSubtractNaN took 0 sec
>     [junit] Testcase: testEqualsNull took 0 sec
>     [junit] Testcase: testEqualsClass took 0 sec
>     [junit] Testcase: testEqualsSame took 0.001 sec
>     [junit] Testcase: testEqualsTrue took 0 sec
>     [junit] Testcase: testEqualsRealDifference took 0 sec
>     [junit] Testcase: testEqualsImaginaryDifference took 0 sec
>     [junit] Running org.apache.commons.math.complex.ComplexFormatTest
>     [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.77 sec
>     [junit] Testsuite: org.apache.commons.math.complex.ComplexFormatTest
>     [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.77 sec
> 
>     [junit] Testcase: testSimpleNoDecimals took 0.01 sec
>     [junit] Testcase: testSimpleWithDecimals took 0 sec
>     [junit] Testcase: testSimpleWithDecimalsTrunc took 0.001 sec
>     [junit] Testcase: testNegativeReal took 0.001 sec
>     [junit] Testcase: testNegativeImaginary took 0.001 sec
>     [junit] Testcase: testNegativeBoth took 0 sec
>     [junit] Testcase: testZeroReal took 0.001 sec
>     [junit] Testcase: testZeroImaginary took 0.006 sec
>     [junit] Testcase: testDifferentImaginaryChar took 0.007 sec
>     [junit] Testcase: testStaticFormatComplex took 0 sec
>     [junit] Running org.apache.commons.math.linear.RealMatrixImplTest
>     [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
>     [junit] Testsuite: org.apache.commons.math.linear.RealMatrixImplTest
>     [junit] Tests run: 19, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
> 
>     [junit] Testcase: testDimensions took 0.008 sec
>     [junit] Testcase: testCopyFunctions took 0.002 sec
>     [junit] Testcase: testAdd took 0 sec
>     [junit] Testcase: testAddFail took 0 sec
>     [junit] Testcase: testNorm took 0.001 sec
>     [junit] Testcase: testPlusMinus took 0 sec
>     [junit] Testcase: testMultiply took 0 sec
>     [junit] Testcase: testMultiply2 took 0.007 sec
>     [junit] Testcase: testIsSingular took 0.001 sec
>     [junit] Testcase: testInverse took 0.001 sec
>     [junit] Testcase: testSolve took 0 sec
>     [junit] Testcase: testDeterminant took 0.001 sec
>     [junit] Testcase: testTrace took 0 sec
>     [junit] Testcase: testScalarAdd took 0 sec
>     [junit] Testcase: testOperate took 0.001 sec
>     [junit] Testcase: testTranspose took 0 sec
>     [junit] Testcase: testPremultiply took 0 sec
>     [junit] Testcase: testGetVectors took 0.001 sec
>     [junit] Testcase: testEntryMutators took 0 sec
>     [junit] Running org.apache.commons.math.random.EmpiricalDistributionTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.373 sec
>     [junit] Testsuite: org.apache.commons.math.random.EmpiricalDistributionTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 3.373 sec
> 
>     [junit] Testcase: testLoad took 0.528 sec
>     [junit] Testcase: testDoubleLoad took 0.163 sec
>     [junit] Testcase: testNext took 0.308 sec
>     [junit] Testcase: testNexFail took 0.009 sec
>     [junit] Testcase: testGridTooFine took 1.6 sec
>     [junit] Testcase: testGridTooFat took 0.046 sec
>     [junit] Running org.apache.commons.math.random.ValueServerTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.475 sec
>     [junit] Testsuite: org.apache.commons.math.random.ValueServerTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 2.475 sec
> 
>     [junit] Testcase: testNextDigest took 1.747 sec
>     [junit] Testcase: testNextDigestFail took 0 sec
>     [junit] Testcase: testReplay took 0.011 sec
>     [junit] Testcase: testModes took 0.003 sec
>     [junit] Testcase: testFill took 0 sec
>     [junit] Testcase: testProperties took 0.002 sec
>     [junit] Running org.apache.commons.math.random.RandomDataTest
>     [junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 1.801 sec
>     [junit] Testsuite: org.apache.commons.math.random.RandomDataTest
>     [junit] Tests run: 13, Failures: 1, Errors: 0, Time elapsed: 1.801 sec
> 
>     [junit] Testcase: testNextInt took 0.073 sec
>     [junit] Testcase: testNextLong took 0.015 sec
>     [junit] Testcase: testNextSecureLong took 0.272 sec
>     [junit] Testcase: testNextSecureInt took 0.019 sec
>     [junit] Testcase: testNextPoisson took 0.026 sec
>     [junit] Testcase: testNextHex took 0.163 sec
>     [junit] 	FAILED
>     [junit] chi-square test -- will fail about 1 in 1000 times
>     [junit] junit.framework.AssertionFailedError: chi-square test -- will fail
> about 1 in 1000 times
>     [junit] 	at
> org.apache.commons.math.random.RandomDataTest.testNextHex(RandomDataTest.java:261)
>     [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     [junit] 	at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     [junit] 	at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 
>     [junit] Testcase: testNextHexTestcase: testNextSecureHex took 0.269 sec
>     [junit] Testcase: testNextUniform took 0.001 sec
>     [junit] Testcase: testNextGaussian took 0.133 sec
>     [junit] Testcase: testNextExponential took 0.013 sec
>     [junit] Testcase: testConfig took 0.049 sec
>     [junit] Testcase: testNextSample took 0.061 sec
>     [junit] Testcase: testNextPermutation took 0.003 sec
>     [junit] TEST org.apache.commons.math.random.RandomDataTest FAILED
>     [junit] Running org.apache.commons.math.special.BetaTest
>     [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.739 sec
>     [junit] Testsuite: org.apache.commons.math.special.BetaTest
>     [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.739 sec
> 
>     [junit] Testcase: testRegularizedBetaNanPositivePositive took 0.022 sec
>     [junit] Testcase: testRegularizedBetaPositiveNanPositive took 0 sec
>     [junit] Testcase: testRegularizedBetaPositivePositiveNan took 0 sec
>     [junit] Testcase: testRegularizedBetaNegativePositivePositive took 0 sec
>     [junit] Testcase: testRegularizedBetaPositiveNegativePositive took 0 sec
>     [junit] Testcase: testRegularizedBetaPositivePositiveNegative took 0.001
> sec
>     [junit] Testcase: testRegularizedBetaZeroPositivePositive took 0.005 sec
>     [junit] Testcase: testRegularizedBetaPositiveZeroPositive took 0.003 sec
>     [junit] Testcase: testRegularizedBetaPositivePositiveZero took 0.001 sec
>     [junit] Testcase: testRegularizedBetaPositivePositivePositive took 0 sec
>     [junit] Testcase: testLogBetaNanPositive took 0 sec
>     [junit] Testcase: testLogBetaPositiveNan took 0 sec
>     [junit] Testcase: testLogBetaNegativePositive took 0 sec
>     [junit] Testcase: testLogBetaPositiveNegative took 0 sec
>     [junit] Testcase: testLogBetaZeroPositive took 0 sec
>     [junit] Testcase: testLogBetaPositiveZero took 0 sec
>     [junit] Testcase: testLogBetaPositivePositive took 0 sec
>     [junit] Running org.apache.commons.math.special.GammaTest
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.725 sec
>     [junit] Testsuite: org.apache.commons.math.special.GammaTest
>     [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.725 sec
> 
>     [junit] Testcase: testRegularizedGammaNanPositive took 0.012 sec
>     [junit] Testcase: testRegularizedGammaPositiveNan took 0 sec
>     [junit] Testcase: testRegularizedGammaNegativePositive took 0 sec
>     [junit] Testcase: testRegularizedGammaPositiveNegative took 0.001 sec
>     [junit] Testcase: testRegularizedGammaZeroPositive took 0.001 sec
>     [junit] Testcase: testRegularizedGammaPositiveZero took 0 sec
>     [junit] Testcase: testRegularizedGammaPositivePositive took 0 sec
>     [junit] Testcase: testLogGammaNan took 0.008 sec
>     [junit] Testcase: testLogGammaNegative took 0 sec
>     [junit] Testcase: testLogGammaZero took 0.001 sec
>     [junit] Testcase: testLogGammaPositive took 0 sec
>     [junit] Running org.apache.commons.math.stat.BivariateRegressionTest
>     [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.883 sec
>     [junit] Testsuite: org.apache.commons.math.stat.BivariateRegressionTest
>     [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.883 sec
> 
>     [junit] Testcase: testNorris took 0.011 sec
>     [junit] Testcase: testCorr took 0 sec
>     [junit] Testcase: testNaNs took 0 sec
>     [junit] Testcase: testClear took 0 sec
>     [junit] Testcase: testInference took 0.153 sec
>     [junit] Testcase: testPerfect took 0.005 sec
>     [junit] Testcase: testPerfectNegative took 0.002 sec
>     [junit] Testcase: testRandom took 0.01 sec
>     [junit] Running org.apache.commons.math.stat.FrequencyTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.774 sec
>     [junit] Testsuite: org.apache.commons.math.stat.FrequencyTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.774 sec
> 
>     [junit] Testcase: testCounts took 0.027 sec
>     [junit] Testcase: testPcts took 0.002 sec
>     [junit] Testcase: testAdd took 0.006 sec
>     [junit] Testcase: testToString took 0.002 sec
>     [junit] Running org.apache.commons.math.stat.MixedListUnivariateImplTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.773 sec
>     [junit] Testsuite: org.apache.commons.math.stat.MixedListUnivariateImplTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.773 sec
> 
>     [junit] Testcase: testStats took 0.029 sec
>     [junit] Testcase: testN0andN1Conditions took 0 sec
>     [junit] Testcase: testSkewAndKurtosis took 0.01 sec
>     [junit] Testcase: testProductAndGeometricMean took 0.012 sec
>     [junit] Running org.apache.commons.math.stat.StatUtilsTest
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.764 sec
>     [junit] Testsuite: org.apache.commons.math.stat.StatUtilsTest
>     [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.764 sec
> 
>     [junit] Testcase: testStats took 0.045 sec
>     [junit] Testcase: testN0andN1Conditions took 0.001 sec
>     [junit] Testcase: testSkewAndKurtosis took 0.001 sec
>     [junit] Testcase: testProductAndGeometricMean took 0 sec
>     [junit] Testcase: testArrayIndexConditions took 0.001 sec
>     [junit] Running org.apache.commons.math.stat.univariate.InteractionTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.776 sec
>     [junit] Testsuite: org.apache.commons.math.stat.univariate.InteractionTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.776 sec
> 
>     [junit] Testcase: testInteraction took 0.015 sec
>     [junit] Running
> org.apache.commons.math.stat.univariate.moment.GeometricMeanTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.82 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.moment.GeometricMeanTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.82 sec
> 
>     [junit] Testcase: testIncrementation took 0.015 sec
>     [junit] Testcase: testSerialization took 0.053 sec
>     [junit] Testcase: testEvaluation took 0 sec
>     [junit] Running org.apache.commons.math.stat.univariate.moment.KurtosisTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.88 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.moment.KurtosisTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.88 sec
> 
>     [junit] Testcase: testIncrementation took 0.023 sec
>     [junit] Testcase: testSerialization took 0.107 sec
>     [junit] Testcase: testEvaluation took 0 sec
>     [junit] Running org.apache.commons.math.stat.univariate.moment.MeanTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.842 sec
>     [junit] Testsuite: org.apache.commons.math.stat.univariate.moment.MeanTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.842 sec
> 
>     [junit] Testcase: testIncrementation took 0.017 sec
>     [junit] Testcase: testSerialization took 0.08 sec
>     [junit] Testcase: testEvaluation took 0 sec
>     [junit] Running org.apache.commons.math.stat.univariate.moment.SkewnessTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.229 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.moment.SkewnessTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.229 sec
> 
>     [junit] Testcase: testIncrementation took 0.027 sec
>     [junit] Testcase: testSerialization took 0.079 sec
>     [junit] Testcase: testEvaluation took 0 sec
>     [junit] Running
> org.apache.commons.math.stat.univariate.moment.StandardDeviationTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.824 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.moment.StandardDeviationTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.824 sec
> 
>     [junit] Testcase: testIncrementation took 0.023 sec
>     [junit] Testcase: testSerialization took 0.088 sec
>     [junit] Testcase: testEvaluation took 0.001 sec
>     [junit] Running org.apache.commons.math.stat.univariate.moment.VarianceTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.852 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.moment.VarianceTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.852 sec
> 
>     [junit] Testcase: testIncrementation took 0.02 sec
>     [junit] Testcase: testSerialization took 0.095 sec
>     [junit] Testcase: testEvaluation took 0.001 sec
>     [junit] Running org.apache.commons.math.stat.univariate.rank.MaxTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.787 sec
>     [junit] Testsuite: org.apache.commons.math.stat.univariate.rank.MaxTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.787 sec
> 
>     [junit] Testcase: testIncrementation took 0.014 sec
>     [junit] Testcase: testSerialization took 0.038 sec
>     [junit] Testcase: testEvaluation took 0 sec
>     [junit] Running org.apache.commons.math.stat.univariate.rank.MedianTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.731 sec
>     [junit] Testsuite: org.apache.commons.math.stat.univariate.rank.MedianTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.731 sec
> 
>     [junit] Testcase: testEvaluation took 0.008 sec
>     [junit] Running org.apache.commons.math.stat.univariate.rank.MinTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.772 sec
>     [junit] Testsuite: org.apache.commons.math.stat.univariate.rank.MinTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.772 sec
> 
>     [junit] Testcase: testIncrementation took 0.013 sec
>     [junit] Testcase: testSerialization took 0.035 sec
>     [junit] Testcase: testEvaluation took 0 sec
>     [junit] Running org.apache.commons.math.stat.univariate.rank.PercentileTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.756 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.rank.PercentileTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.756 sec
> 
>     [junit] Testcase: testHighPercentile took 0.012 sec
>     [junit] Testcase: testEvaluation took 0 sec
>     [junit] Running org.apache.commons.math.stat.univariate.summary.ProductTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.summary.ProductTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.761 sec
> 
>     [junit] Testcase: testIncrementation took 0.019 sec
>     [junit] Testcase: testSerialization took 0.032 sec
>     [junit] Testcase: testEvaluation took 0 sec
>     [junit] Running org.apache.commons.math.stat.univariate.summary.SumLogTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.781 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.summary.SumLogTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.781 sec
> 
>     [junit] Testcase: testIncrementation took 0.015 sec
>     [junit] Testcase: testSerialization took 0.032 sec
>     [junit] Testcase: testEvaluation took 0 sec
>     [junit] Running org.apache.commons.math.stat.univariate.summary.SumSqTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.776 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.summary.SumSqTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.776 sec
> 
>     [junit] Testcase: testIncrementation took 0.012 sec
>     [junit] Testcase: testSerialization took 0.043 sec
>     [junit] Testcase: testEvaluation took 0.002 sec
>     [junit] Running org.apache.commons.math.stat.univariate.summary.SumTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.774 sec
>     [junit] Testsuite: org.apache.commons.math.stat.univariate.summary.SumTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.774 sec
> 
>     [junit] Testcase: testIncrementation took 0.018 sec
>     [junit] Testcase: testSerialization took 0.033 sec
>     [junit] Testcase: testEvaluation took 0.001 sec
>     [junit] Running org.apache.commons.math.stat.univariate.UnivariateImplTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.916 sec
>     [junit] Testsuite:
> org.apache.commons.math.stat.univariate.UnivariateImplTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.916 sec
> 
>     [junit] Testcase: testStats took 0.144 sec
>     [junit] Testcase: testN0andN1Conditions took 0.002 sec
>     [junit] Testcase: testProductAndGeometricMean took 0.001 sec
>     [junit] Testcase: testNaNContracts took 0.001 sec
>     [junit] Running org.apache.commons.math.stat.DescriptiveStatisticsTest
>     [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 1.068 sec
>     [junit] Testsuite: org.apache.commons.math.stat.DescriptiveStatisticsTest
>     [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 1.068 sec
> 
>     [junit] Testcase: testStats took 0.15 sec
>     [junit] Testcase: testN0andN1Conditions took 0.002 sec
>     [junit] Testcase: testSkewAndKurtosis took 0.01 sec
>     [junit] Testcase: testProductAndGeometricMean took 0.004 sec
>     [junit] Testcase: testAddValue took 0.002 sec
>     [junit] Testcase: testGetSortedValues took 0.055 sec
>     [junit] Testcase: testPercentiles took 0.026 sec
>     [junit] Testcase: testSerialization took 0.082 sec
>     [junit] Running org.apache.commons.math.stat.BeanListUnivariateImplTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.887 sec
>     [junit] Testsuite: org.apache.commons.math.stat.BeanListUnivariateImplTest
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.887 sec
> 
>     [junit] Testcase: testStats took 0.044 sec
>     [junit] Testcase: testPropStats took 0.12 sec
>     [junit] Testcase: testSetPropertyName took 0 sec
>     [junit] Running org.apache.commons.math.stat.CertifiedDataTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.006 sec
>     [junit] Testsuite: org.apache.commons.math.stat.CertifiedDataTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.006 sec
> 
>     [junit] Testcase: testUnivariateImpl took 0.168 sec
>     [junit] Testcase: testStoredUnivariateImpl took 0.133 sec
>     [junit] Running org.apache.commons.math.stat.ListUnivariateImplTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.891 sec
>     [junit] Testsuite: org.apache.commons.math.stat.ListUnivariateImplTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.891 sec
> 
>     [junit] Testcase: testStats took 0.035 sec
>     [junit] Testcase: testN0andN1Conditions took 0.001 sec
>     [junit] Testcase: testSkewAndKurtosis took 0.102 sec
>     [junit] Testcase: testProductAndGeometricMean took 0.003 sec
>     [junit] Running org.apache.commons.math.stat.StoreUnivariateImplTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.985 sec
>     [junit] Testsuite: org.apache.commons.math.stat.StoreUnivariateImplTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.985 sec
> 
>     [junit] Testcase: testStats took 0.146 sec
>     [junit] Testcase: testN0andN1Conditions took 0.002 sec
>     [junit] Testcase: testSkewAndKurtosis took 0.01 sec
>     [junit] Testcase: testProductAndGeometricMean took 0.004 sec
>     [junit] Testcase: testGetSortedValues took 0.063 sec
>     [junit] Testcase: testPercentiles took 0.017 sec
>     [junit] Running org.apache.commons.math.stat.TestStatisticTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.984 sec
>     [junit] Testsuite: org.apache.commons.math.stat.TestStatisticTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.984 sec
> 
>     [junit] Testcase: testChiSquare took 0.179 sec
>     [junit] Testcase: testT took 0.06 sec
>     [junit] Running org.apache.commons.math.util.ContinuedFractionTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.726 sec
>     [junit] Testsuite: org.apache.commons.math.util.ContinuedFractionTest
>     [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.726 sec
> 
>     [junit] Testcase: testGoldenRation took 0.01 sec
>     [junit] Running org.apache.commons.math.util.ContractableDoubleArrayTest
>     [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.917 sec
>     [junit] Testsuite: org.apache.commons.math.util.ContractableDoubleArrayTest
>     [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.917 sec
> 
>     [junit] Testcase: testSetElementArbitraryExpansion took 0.012 sec
>     [junit] Testcase: testAdd1000 took 0.002 sec
>     [junit] Testcase: testAddElementRolling took 0.038 sec
>     [junit] Testcase: testSetNumberOfElements took 0.001 sec
>     [junit] Testcase: testWithInitialCapacity took 0.065 sec
>     [junit] Testcase: testWithInitialCapacityAndExpansionFactor took 0.001 sec
>     [junit] Testcase: testDiscard took 0 sec
>     [junit] Testcase: testIllegalInitialCapacity took 0.011 sec
>     [junit] Testcase: testIllegalExpansionFactor took 0.001 sec
>     [junit] Testcase: testSetOutOfBounds took 0 sec
>     [junit] Testcase: testGetOutOfBounds took 0 sec
>     [junit] Testcase: testGetValues took 0.001 sec
>     [junit] Testcase: testMinMax took 0 sec
>     [junit] Running org.apache.commons.math.util.ExpandableDoubleArrayTest
>     [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.851 sec
>     [junit] Testsuite: org.apache.commons.math.util.ExpandableDoubleArrayTest
>     [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.851 sec
> 
>     [junit] Testcase: testSetElementArbitraryExpansion took 0.005 sec
>     [junit] Testcase: testAdd1000 took 0.005 sec
>     [junit] Testcase: testAddElementRolling took 0.038 sec
>     [junit] Testcase: testSetNumberOfElements took 0.001 sec
>     [junit] Testcase: testWithInitialCapacity took 0.074 sec
>     [junit] Testcase: testWithInitialCapacityAndExpansionFactor took 0 sec
>     [junit] Testcase: testDiscard took 0 sec
>     [junit] Testcase: testIllegalInitialCapacity took 0.006 sec
>     [junit] Testcase: testIllegalExpansionFactor took 0 sec
>     [junit] Testcase: testSetOutOfBounds took 0 sec
>     [junit] Testcase: testGetOutOfBounds took 0.001 sec
>     [junit] Testcase: testGetValues took 0 sec
>     [junit] Testcase: testMinMax took 0 sec
>     [junit] Running org.apache.commons.math.util.FixedDoubleArrayTest
>     [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.818 sec
>     [junit] Testsuite: org.apache.commons.math.util.FixedDoubleArrayTest
>     [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.818 sec
> 
>     [junit] Testcase: testAddElementRolling took 0.052 sec
>     [junit] Testcase: testExceedingElements took 0.007 sec
>     [junit] Testcase: testGetExceeding took 0 sec
>     [junit] Testcase: testSetElement took 0.001 sec
>     [junit] Testcase: testOnlyRolling took 0.003 sec
>     [junit] Testcase: testClear took 0.001 sec
>     [junit] Testcase: testAdd1000 took 0 sec
>     [junit] Testcase: testGetValues took 0.01 sec
>     [junit] Testcase: testMinMax took 0 sec
>     [junit] Running org.apache.commons.math.util.MathUtilsTest
>     [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.795 sec
>     [junit] Testsuite: org.apache.commons.math.util.MathUtilsTest
>     [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.795 sec
> 
>     [junit] Testcase: testBinomialCoefficient took 0.012 sec
>     [junit] Testcase: testBinomialCoefficientFail took 0.002 sec
>     [junit] Testcase: testFactorial took 0 sec
>     [junit] Testcase: testFactorialFail took 0 sec
>     [junit] Testcase: testSignDouble took 0.001 sec
>     [junit] Testcase: testSignFloat took 0 sec
>     [junit] Testcase: testSignByte took 0 sec
>     [junit] Testcase: testSignShort took 0.007 sec
>     [junit] Testcase: testSignInt took 0 sec
>     [junit] Testcase: testSignLong took 0 sec
>     [junit] Testcase: testCosh took 0.001 sec
>     [junit] Testcase: testSinh took 0.009 sec
>     [junit] Testcase: testCoshNaN took 0 sec
>     [junit] Testcase: testSinhNaN took 0 sec
>     [junit] Running org.apache.commons.math.util.TransformerMapTest
>     [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.777 sec
>     [junit] Testsuite: org.apache.commons.math.util.TransformerMapTest
>     [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.777 sec
> 
>     [junit] Testcase: testPutTransformer took 0.018 sec
>     [junit] Testcase: testContainsClass took 0 sec
>     [junit] Testcase: testContainsTransformer took 0 sec
>     [junit] Testcase: testRemoveTransformer took 0 sec
>     [junit] Testcase: testClear took 0.001 sec
>     [junit] Testcase: testClasses took 0 sec
>     [junit] Testcase: testTransformers took 0.001 sec
>     [junit] Running org.apache.commons.math.util.BeanTransformerTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.861 sec
>     [junit] Testsuite: org.apache.commons.math.util.BeanTransformerTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.861 sec
> 
>     [junit] Testcase: testConstructor took 0.01 sec
>     [junit] Testcase: testConstructorString took 0 sec
>     [junit] Testcase: testSetPropertyName took 0 sec
>     [junit] Testcase: testTransformNoSuchMethod took 0.101 sec
>     [junit] Testcase: testTransform took 0.007 sec
>     [junit] Testcase: testTransformInvalidType took 0.001 sec
>     [junit] Running org.apache.commons.math.util.DefaultTransformerTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.757 sec
>     [junit] Testsuite: org.apache.commons.math.util.DefaultTransformerTest
>     [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.757 sec
> 
>     [junit] Testcase: testTransformDouble took 0.011 sec
>     [junit] Testcase: testTransformNull took 0.005 sec
>     [junit] Testcase: testTransformInteger took 0 sec
>     [junit] Testcase: testTransformBigDecimal took 0.005 sec
>     [junit] Testcase: testTransformString took 0 sec
>     [junit] Testcase: testTransformObject took 0.001 sec
>     [junit] Running
> org.apache.commons.math.distribution.BinomialDistributionTest
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.931 sec
>     [junit] Testsuite:
> org.apache.commons.math.distribution.BinomialDistributionTest
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.931 sec
> 
>     [junit] Testcase: testInverseCumulativeProbability001 took 0.142 sec
>     [junit] Testcase: testInverseCumulativeProbability010 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability025 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability050 took 0.004 sec
>     [junit] Testcase: testInverseCumulativeProbability100 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability999 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability990 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability975 took 0.004 sec
>     [junit] Testcase: testInverseCumulativeProbability950 took 0.006 sec
>     [junit] Testcase: testInverseCumulativeProbability900 took 0.002 sec
>     [junit] Testcase: testCumulativeProbability1 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability2 took 0.003 sec
>     [junit] Testcase: testCumulativeProbability3 took 0.002 sec
>     [junit] Testcase: testCumulativeProbability4 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability9 took 0.001 sec
>     [junit] Testcase: testcumulativeProbability8 took 0.008 sec
>     [junit] Running
> org.apache.commons.math.distribution.ChiSquareDistributionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.913 sec
>     [junit] Testsuite:
> org.apache.commons.math.distribution.ChiSquareDistributionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.913 sec
> 
>     [junit] Testcase: testLowerTailProbability took 0.135 sec
>     [junit] Testcase: testUpperTailProbability took 0.003 sec
>     [junit] Testcase: testLowerTailValues took 0.025 sec
>     [junit] Testcase: testUpperTailValues took 0.025 sec
>     [junit] Running
> org.apache.commons.math.distribution.DistributionFactoryImplTest
>     [junit] Tests run: 32, Failures: 0, Errors: 0, Time elapsed: 0.869 sec
>     [junit] Testsuite:
> org.apache.commons.math.distribution.DistributionFactoryImplTest
>     [junit] Tests run: 32, Failures: 0, Errors: 0, Time elapsed: 0.869 sec
> 
>     [junit] Testcase: testCreateChiSquareDistributionNegative took 0.109 sec
>     [junit] Testcase: testCreateChiSquareDistributionZero took 0.004 sec
>     [junit] Testcase: testCreateChiSquareDistributionPositive took 0.002 sec
>     [junit] Testcase: testCreateFDistributionNegativePositive took 0.002 sec
>     [junit] Testcase: testCreateFDistributionZeroPositive took 0 sec
>     [junit] Testcase: testCreateFDistributionPositiveNegative took 0 sec
>     [junit] Testcase: testCreateFDistributionPositiveZero took 0 sec
>     [junit] Testcase: testCreateFDistributionPositivePositive took 0.006 sec
>     [junit] Testcase: testCreateExponentialDistributionNegative took 0.002 sec
>     [junit] Testcase: testCreateExponentialDistributionZero took 0 sec
>     [junit] Testcase: testCreateExponentialDistributionPositive took 0.001 sec
>     [junit] Testcase: testCreateGammaDistributionNegativePositive took 0 sec
>     [junit] Testcase: testCreateGammaDistributionZeroPositive took 0 sec
>     [junit] Testcase: testCreateGammaDistributionPositiveNegative took 0 sec
>     [junit] Testcase: testCreateGammaDistributionPositiveZero took 0 sec
>     [junit] Testcase: testCreateGammaDistributionPositivePositive took 0.001
> sec
>     [junit] Testcase: testCreateTDistributionNegative took 0.002 sec
>     [junit] Testcase: testCreateTDistributionZero took 0 sec
>     [junit] Testcase: testCreateTDistributionPositive took 0 sec
>     [junit] Testcase: testBinomialDistributionNegativePositive took 0.004 sec
>     [junit] Testcase: testBinomialDistributionZeroPositive took 0 sec
>     [junit] Testcase: testBinomialDistributionPositivePositive took 0 sec
>     [junit] Testcase: testBinomialDistributionPositiveNegative took 0.001 sec
>     [junit] Testcase: testBinomialDistributionPositiveZero took 0 sec
>     [junit] Testcase: testBinomialDistributionPositiveOne took 0 sec
>     [junit] Testcase: testBinomialDistributionPositiveTwo took 0 sec
>     [junit] Testcase: testHypergeometricDistributionNegativePositivePositive
> took 0.003 sec
>     [junit] Testcase: testHypergeometricDistributionZeroPositivePositive took 0
> sec
>     [junit] Testcase: testHypergeometricDistributionPositiveNegativePositive
> took 0 sec
>     [junit] Testcase: testHypergeometricDistributionPositiveZeroPositive took 0
> sec
>     [junit] Testcase: testHypergeometricDistributionPositivePositiveNegative
> took 0 sec
>     [junit] Testcase: testHypergeometricDistributionPositivePositiveZero took 0
> sec
>     [junit] Running org.apache.commons.math.distribution.FDistributionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.927 sec
>     [junit] Testsuite: org.apache.commons.math.distribution.FDistributionTest
>     [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.927 sec
> 
>     [junit] Testcase: testLowerTailProbability took 0.139 sec
>     [junit] Testcase: testUpperTailProbability took 0.002 sec
>     [junit] Testcase: testLowerTailValues took 0.027 sec
>     [junit] Testcase: testUpperTailValues took 0.01 sec
>     [junit] Running org.apache.commons.math.distribution.GammaDistributionTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.949 sec
>     [junit] Testsuite:
> org.apache.commons.math.distribution.GammaDistributionTest
>     [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.949 sec
> 
>     [junit] Testcase: testProbabilities took 0.173 sec
>     [junit] Testcase: testValues took 0.036 sec
>     [junit] Running
> org.apache.commons.math.distribution.HypergeometricDistributionTest
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.938 sec
>     [junit] Testsuite:
> org.apache.commons.math.distribution.HypergeometricDistributionTest
>     [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.938 sec
> 
>     [junit] Testcase: testInverseCumulativeProbability001 took 0.134 sec
>     [junit] Testcase: testInverseCumulativeProbability010 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability025 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability050 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability100 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability999 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability990 took 0.012 sec
>     [junit] Testcase: testInverseCumulativeProbability975 took 0.006 sec
>     [junit] Testcase: testInverseCumulativeProbability950 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability900 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability0 took 0.005 sec
>     [junit] Testcase: testCumulativeProbability1 took 0.002 sec
>     [junit] Testcase: testCumulativeProbability2 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability3 took 0.002 sec
>     [junit] Testcase: testCumulativeProbability4 took 0.006 sec
>     [junit] Testcase: testCumulativeProbability5 took 0.019 sec
>     [junit] Running
> org.apache.commons.math.distribution.ExponentialDistributionTest
>     [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 1.021 sec
>     [junit] Testsuite:
> org.apache.commons.math.distribution.ExponentialDistributionTest
>     [junit] Tests run: 27, Failures: 0, Errors: 0, Time elapsed: 1.021 sec
> 
>     [junit] Testcase: testInverseCumulativeProbability001 took 0.136 sec
>     [junit] Testcase: testInverseCumulativeProbability010 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability025 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability050 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability100 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability999 took 0.003 sec
>     [junit] Testcase: testInverseCumulativeProbability990 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability975 took 0.011 sec
>     [junit] Testcase: testInverseCumulativeProbability950 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability900 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability001 took 0.005 sec
>     [junit] Testcase: testCumulativeProbability010 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability025 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability050 took 0.006 sec
>     [junit] Testcase: testCumulativeProbability100 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability999 took 0.008 sec
>     [junit] Testcase: testCumulativeProbability990 took 0.002 sec
>     [junit] Testcase: testCumulativeProbability975 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability950 took 0.002 sec
>     [junit] Testcase: testCumulativeProbability900 took 0.001 sec
>     [junit] Testcase: testCumulativeProbabilityNegative took 0.001 sec
>     [junit] Testcase: testCumulativeProbabilityZero took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbabilityNegative took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbabilityZero took 0.004 sec
>     [junit] Testcase: testInverseCumulativeProbabilityOne took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbabilityPositive took 0.004 sec
>     [junit] Testcase: testCumulativeProbability2 took 0.002 sec
>     [junit] Running org.apache.commons.math.distribution.TDistributionTest
>     [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.978 sec
>     [junit] Testsuite: org.apache.commons.math.distribution.TDistributionTest
>     [junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 0.978 sec
> 
>     [junit] Testcase: testInverseCumulativeProbability001 took 0.145 sec
>     [junit] Testcase: testInverseCumulativeProbability010 took 0.013 sec
>     [junit] Testcase: testInverseCumulativeProbability025 took 0.007 sec
>     [junit] Testcase: testInverseCumulativeProbability050 took 0.01 sec
>     [junit] Testcase: testInverseCumulativeProbability100 took 0.004 sec
>     [junit] Testcase: testInverseCumulativeProbability999 took 0.009 sec
>     [junit] Testcase: testInverseCumulativeProbability990 took 0.008 sec
>     [junit] Testcase: testInverseCumulativeProbability975 took 0.015 sec
>     [junit] Testcase: testInverseCumulativeProbability950 took 0.009 sec
>     [junit] Testcase: testInverseCumulativeProbability900 took 0.005 sec
>     [junit] Testcase: testCumulativeProbability001 took 0.002 sec
>     [junit] Testcase: testCumulativeProbability010 took 0.002 sec
>     [junit] Testcase: testCumulativeProbability025 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability050 took 0.003 sec
>     [junit] Testcase: testCumulativeProbability100 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability999 took 0.016 sec
>     [junit] Testcase: testCumulativeProbability990 took 0.005 sec
>     [junit] Testcase: testCumulativeProbability975 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability950 took 0.001 sec
>     [junit] Testcase: testCumulativeProbability900 took 0.001 sec
>     [junit] Testcase: testCumulativeProbabilityAgaintStackOverflow took 0.001
> sec
>     [junit] Running org.apache.commons.math.distribution.NormalDistributionTest
>     [junit] Tests run: 26, Failures: 0, Errors: 0, Time elapsed: 0.958 sec
>     [junit] Testsuite:
> org.apache.commons.math.distribution.NormalDistributionTest
>     [junit] Tests run: 26, Failures: 0, Errors: 0, Time elapsed: 0.958 sec
> 
>     [junit] Testcase: testCumulativeProbabilitydoubleM_MINUS_2SD took 0.132 sec
>     [junit] Testcase: testCumulativeProbabilitydoubleM_MINUS_SD took 0.002 sec
>     [junit] Testcase: testCumulativeProbabilitydoubleM took 0.002 sec
>     [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_SD took 0.002 sec
>     [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_2SD took 0.001 sec
>     [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_3SD took 0.001 sec
>     [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_4SD took 0.001 sec
>     [junit] Testcase: testCumulativeProbabilitydoubleM_PLUS_5SD took 0.01 sec
>     [junit] Testcase: testInverseCumulativeProbability0 took 0.005 sec
>     [junit] Testcase: testInverseCumulativeProbability001 took 0.002 sec
>     [junit] Testcase: testInverseCumulativeProbability010 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability025 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability050 took 0.006 sec
>     [junit] Testcase: testInverseCumulativeProbability100 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability900 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability950 took 0.012 sec
>     [junit] Testcase: testInverseCumulativeProbability975 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability990 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability999 took 0.001 sec
>     [junit] Testcase: testInverseCumulativeProbability1 took 0.001 sec
>     [junit] Testcase: testGetMean took 0.001 sec
>     [junit] Testcase: testSetMean took 0.009 sec
>     [junit] Testcase: testGetStandardDeviation took 0.001 sec
>     [junit] Testcase: testSetStandardDeviation took 0.009 sec
>     [junit] Testcase: testGetCdfAlgorithm took 0.002 sec
>     [junit] Testcase: testSetCdfAlgorithm took 0.002 sec
> 
> test:
> 
> BUILD FAILED
> file:/home/craigmcc/Build/jakarta-commons/math/build.xml:78: There were test
> failures.
> 
> Total time: 2 minutes 4 seconds
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 

-- 
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org