Build #134

Build: #134 failed

Job: JDK 11 J9 failed

Stages & jobs

  1. Compile and test

  2. Package

Test results

  • 1,643 tests in total
  • 13 tests failed
  • 9 failures are new
  • 3 tests were fixed
  • 30 seconds taken in total.

Build 134 has the following 13 errors: 9 new failure(s) occurred since the previous build.

New test failures 9
Status Test Duration
Collapse Failed Test013ThreadLeaksScopeNone testAfter History
< 1 sec
java.lang.AssertionError: 
Expecting empty but was:<"Run started.
Started : testMethod
Finished: testMethod
Run finished: run=1, ignored=0, failures=0

">
	at com.carrotsearch.randomizedtesting.timeouts.Test013ThreadLeaksScopeNone.testLeak(Test013ThreadLeaksScopeNone.java:38)
(1 more lines...)
Collapse Failed Test013ThreadLeaksScopeNone testAfterClass History
< 1 sec
java.lang.AssertionError: 
Expecting empty but was:<"Run started.
Started : testMethod
Finished: testMethod
Run finished: run=1, ignored=0, failures=0

">
	at com.carrotsearch.randomizedtesting.timeouts.Test013ThreadLeaksScopeNone.testLeak(Test013ThreadLeaksScopeNone.java:38)
(1 more lines...)
Collapse Failed Test013ThreadLeaksScopeNone testBefore History
< 1 sec
java.lang.AssertionError: 
Expecting empty but was:<"Run started.
Started : testMethod
Finished: testMethod
Run finished: run=1, ignored=0, failures=0

">
	at com.carrotsearch.randomizedtesting.timeouts.Test013ThreadLeaksScopeNone.testLeak(Test013ThreadLeaksScopeNone.java:38)
(1 more lines...)
Collapse Failed Test013ThreadLeaksScopeNone testBeforeClass History
< 1 sec
java.lang.AssertionError: 
Expecting empty but was:<"Run started.
Started : testMethod
Finished: testMethod
Run finished: run=1, ignored=0, failures=0

">
	at com.carrotsearch.randomizedtesting.timeouts.Test013ThreadLeaksScopeNone.testLeak(Test013ThreadLeaksScopeNone.java:38)
(1 more lines...)
Collapse Failed Test013ThreadLeaksScopeNone testClassRule History
< 1 sec
java.lang.AssertionError: 
Expecting empty but was:<"Run started.
Started : testMethod
Finished: testMethod
Run finished: run=1, ignored=0, failures=0

">
	at com.carrotsearch.randomizedtesting.timeouts.Test013ThreadLeaksScopeNone.testLeak(Test013ThreadLeaksScopeNone.java:38)
(1 more lines...)
Collapse Failed Test013ThreadLeaksScopeNone testConstructor History
< 1 sec
java.lang.AssertionError: 
Expecting empty but was:<"Run started.
Started : testMethod
Finished: testMethod
Run finished: run=1, ignored=0, failures=0

">
	at com.carrotsearch.randomizedtesting.timeouts.Test013ThreadLeaksScopeNone.testLeak(Test013ThreadLeaksScopeNone.java:38)
(1 more lines...)
Collapse Failed Test013ThreadLeaksScopeNone testTest History
< 1 sec
java.lang.AssertionError: 
Expecting empty but was:<"Run started.
Started : testMethod
Finished: testMethod
Run finished: run=1, ignored=0, failures=0

">
	at com.carrotsearch.randomizedtesting.timeouts.Test013ThreadLeaksScopeNone.testLeak(Test013ThreadLeaksScopeNone.java:38)
(1 more lines...)
Collapse Failed Test013ThreadLeaksScopeNone testTestRule History
< 1 sec
java.lang.AssertionError: 
Expecting empty but was:<"Run started.
Started : testMethod
Finished: testMethod
Run finished: run=1, ignored=0, failures=0

">
	at com.carrotsearch.randomizedtesting.timeouts.Test013ThreadLeaksScopeNone.testLeak(Test013ThreadLeaksScopeNone.java:38)
(1 more lines...)
Collapse Failed Test016ThreadLeaksCustomFilters testFilteredOnly History
< 1 sec
java.lang.AssertionError: 
Expecting empty but was:<"Run started.
Started : testFooBars
Finished: testFooBars
Run finished: run=1, ignored=0, failures=0

">
	at com.carrotsearch.randomizedtesting.timeouts.Test016ThreadLeaksCustomFilters.testFilteredOnly(Test016ThreadLeaksCustomFilters.java:45)
Existing test failures 4
Status Test Failing since Duration
java.lang.AssertionError: expected:<2> but was:<1>
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at com.carrotsearch.randomizedtesting.TestNightlyMode.dailyDefault(TestNightlyMode.java:51)
java.lang.AssertionError: Different result. [run,ign,fail] Expected: 2,1,0, Actual: 1,0,0
	at com.carrotsearch.randomizedtesting.WithNestedTestClass.checkResult(WithNestedTestClass.java:316)
	at com.carrotsearch.randomizedtesting.TestTestGroups.groupsOnASubsetOfMethods(TestTestGroups.java:128)
java.lang.AssertionError: Different result. [run,ign,fail] Expected: 1,1,0, Actual: 0,0,0
	at com.carrotsearch.randomizedtesting.WithNestedTestClass.checkResult(WithNestedTestClass.java:316)
	at com.carrotsearch.randomizedtesting.TestTestGroups.groupsOnClass(TestTestGroups.java:161)
java.lang.AssertionError: Different result. [run,ign,fail] Expected: 1,1,0, Actual: 0,0,0
	at com.carrotsearch.randomizedtesting.WithNestedTestClass.checkResult(WithNestedTestClass.java:316)
	at com.carrotsearch.randomizedtesting.TestTestGroups.groupsOnMethods(TestTestGroups.java:95)