The performance tests fail locally when running ./gradlew build
org.gradle.performance.CleanBuildPerformanceTest > Project 'small' clean build FAILED
java.lang.RuntimeException at CleanBuildPerformanceTest.groovy:34
Caused by: java.lang.IllegalArgumentException at CleanBuildPerformanceTest.groovy:34
org.gradle.performance.CleanBuildPerformanceTest > Project 'multi' clean build FAILED
java.lang.RuntimeException at CleanBuildPerformanceTest.groovy:34
Caused by: java.lang.IllegalArgumentException at CleanBuildPerformanceTest.groovy:34
org.gradle.performance.CleanBuildPerformanceTest > Project 'lotDependencies' clean build FAILED
java.lang.RuntimeException at CleanBuildPerformanceTest.groovy:34
Caused by: java.lang.IllegalArgumentException at CleanBuildPerformanceTest.groovy:34
....
Stacktrace:
java.lang.RuntimeException: Could not process garbage collector log /Users/etiennestuder/Development/git/gradleware/gradle/subprojects/performance/build/multi/gc.txt.
at org.gradle.performance.fixture.GCLoggingCollector.collect(GCLoggingCollector.java:48)
at org.gradle.performance.fixture.CompositeDataCollector.collect(CompositeDataCollector.java:41)
at org.gradle.performance.fixture.PerformanceTestRunner.runOnce(PerformanceTestRunner.groovy:123)
at org.gradle.performance.fixture.PerformanceTestRunner.runOnce_closure6(PerformanceTestRunner.groovy:109)
at groovy.lang.Closure.call(Closure.java:423)
at groovy.lang.Closure.call(Closure.java:439)
at org.gradle.performance.fixture.PerformanceTestRunner.runOnce(PerformanceTestRunner.groovy:107)
at org.gradle.performance.fixture.PerformanceTestRunner.run_closure4(PerformanceTestRunner.groovy:94)
at groovy.lang.Closure.call(Closure.java:423)
at groovy.lang.Closure.call(Closure.java:439)
at org.gradle.performance.fixture.PerformanceTestRunner.run(PerformanceTestRunner.groovy:92)
at org.gradle.performance.CleanBuildPerformanceTest.clean build(CleanBuildPerformanceTest.groovy:34)
Caused by: java.lang.IllegalArgumentException: Unrecognized garbage collection event found in garbage collection log: 0,881: [GC [PSYoungGen: 66048K->10239K(76800K)] 66048K->10247K(251392K), 0,0094750 secs] [Times: user=0,03 sys=0,01, real=0,01 secs]
at org.gradle.performance.fixture.GCLoggingCollector.collect(GCLoggingCollector.java:74)
at org.gradle.performance.fixture.GCLoggingCollector.collect(GCLoggingCollector.java:43)
... 11 more
|