See <https://builds.apache.org/job/Geode-nightly-flaky/132/display/redirect>
------------------------------------------ [...truncated 131.50 KB...] org.apache.geode.management.internal.cli.commands.FunctionCommandsDUnitTest > testExecuteFunctionOnRegionWithCustomResultCollector FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.geode.management.internal.cli.commands.FunctionCommandsDUnitTest.testExecuteFunctionOnRegionWithCustomResultCollector(FunctionCommandsDUnitTest.java:200) org.apache.geode.management.internal.cli.commands.FunctionCommandsDUnitTest > testExecuteFunctionOnMembersWithArgsAndCustomResultCollector FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.geode.management.internal.cli.commands.FunctionCommandsDUnitTest.testExecuteFunctionOnMembersWithArgsAndCustomResultCollector(FunctionCommandsDUnitTest.java:423) org.apache.geode.management.internal.cli.commands.FunctionCommandsDUnitTest > testExecuteFunctionOnMembersWithArgs FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.geode.management.internal.cli.commands.FunctionCommandsDUnitTest.testExecuteFunctionOnMembersWithArgs(FunctionCommandsDUnitTest.java:385) org.apache.geode.management.internal.cli.commands.DiskStoreCommandsDUnitTest > testBackupDiskStoreBackup FAILED java.lang.AssertionError: Suspicious strings were written to the log during this run. Fix the strings or use IgnoredException.addIgnoredException to ignore. ----------------------------------------------------------------------- Found suspect string in log4j at line 943 [fatal 2017/09/25 14:32:35.222 UTC <Idle OplogCompactor> tid=0x141] Uncaught exception in thread Thread[Idle OplogCompactor,5,Oplog Compactor Thread Group] java.lang.IllegalStateException: could not create krf <https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-core/build/flakyTest/vm1DiskDir/BACKUPdiskStore_2.krf> at org.apache.geode.internal.cache.Oplog.createKrf(Oplog.java:4204) at org.apache.geode.internal.cache.Oplog$2.run(Oplog.java:3865) at org.apache.geode.internal.cache.DiskStoreImpl$5.run(DiskStoreImpl.java:4384) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: <https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-core/build/flakyTest/vm1DiskDir/BACKUPdiskStore_2.krf> (No such file or directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.<init>(FileOutputStream.java:213) at java.io.FileOutputStream.<init>(FileOutputStream.java:162) at org.apache.geode.internal.cache.Oplog.krfFileCreate(Oplog.java:4001) at org.apache.geode.internal.cache.Oplog.createKrf(Oplog.java:4186) ... 5 more ----------------------------------------------------------------------- Found suspect string in log4j at line 962 [fatal 2017/09/25 14:32:35.252 UTC <Idle OplogCompactor> tid=0x127] Uncaught exception in thread Thread[Idle OplogCompactor,5,Oplog Compactor Thread Group] java.lang.IllegalStateException: could not create krf <https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-core/build/flakyTest/controllerDiskDir/BACKUPdiskStore_2.krf> at org.apache.geode.internal.cache.Oplog.createKrf(Oplog.java:4204) at org.apache.geode.internal.cache.Oplog$2.run(Oplog.java:3865) at org.apache.geode.internal.cache.DiskStoreImpl$5.run(DiskStoreImpl.java:4384) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.FileNotFoundException: <https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-core/build/flakyTest/controllerDiskDir/BACKUPdiskStore_2.krf> (No such file or directory) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.<init>(FileOutputStream.java:213) at java.io.FileOutputStream.<init>(FileOutputStream.java:162) at org.apache.geode.internal.cache.Oplog.krfFileCreate(Oplog.java:4001) at org.apache.geode.internal.cache.Oplog.createKrf(Oplog.java:4186) ... 5 more 336 tests completed, 4 failed, 9 skipped :geode-core:flakyTest FAILED :geode-cq:compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :geode-cq:processTestResources :geode-cq:testClasses :geode-cq:flakyTest org.apache.geode.security.ClientPostAuthorizationDUnitTest > testAllOpsNotifications FAILED org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.test.dunit.NamedRunnable.run in VM 3 running on Host asf921.gq1.ygridcore.net with 4 VMs at org.apache.geode.test.dunit.VM.invoke(VM.java:387) at org.apache.geode.test.dunit.VM.invoke(VM.java:357) at org.apache.geode.test.dunit.VM.invoke(VM.java:290) at org.apache.geode.security.ClientAuthorizationTestCase.executeOpBlock(ClientAuthorizationTestCase.java:803) at org.apache.geode.security.ClientPostAuthorizationDUnitTest.testAllOpsNotifications(ClientPostAuthorizationDUnitTest.java:169) Caused by: java.lang.AssertionError: Unexpected exception Caused by: org.apache.geode.cache.EntryDestroyedException: key1 22 tests completed, 1 failed, 2 skipped :geode-cq:flakyTest FAILED :geode-json:compileTestJava NO-SOURCE :geode-json:processTestResources :geode-json:testClasses :geode-json:flakyTest NO-SOURCE :geode-junit:compileTestJavaNote: <https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-junit/src/test/java/org/apache/geode/test/compiler/JarBuilderTest.java> uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: <https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-junit/src/test/java/org/apache/geode/test/compiler/ClassNameExtractorTest.java> uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :geode-junit:processTestResources :geode-junit:testClasses :geode-junit:flakyTest :geode-lucene:compileTestJava Download https://repo1.maven.org/maven2/org/apache/lucene/lucene-test-framework/6.4.1/lucene-test-framework-6.4.1.pom Download https://repo1.maven.org/maven2/org/apache/lucene/lucene-codecs/6.4.1/lucene-codecs-6.4.1.pom Download https://repo1.maven.org/maven2/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.4.0/randomizedtesting-runner-2.4.0.pom Download https://repo1.maven.org/maven2/com/carrotsearch/randomizedtesting/randomizedtesting-parent/2.4.0/randomizedtesting-parent-2.4.0.pom Download https://repo1.maven.org/maven2/org/apache/lucene/lucene-test-framework/6.4.1/lucene-test-framework-6.4.1.jar Download https://repo1.maven.org/maven2/org/apache/lucene/lucene-codecs/6.4.1/lucene-codecs-6.4.1.jar Download https://repo1.maven.org/maven2/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.4.0/randomizedtesting-runner-2.4.0.jar Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :geode-lucene:processTestResources :geode-lucene:testClasses :geode-lucene:flakyTest :geode-old-client-support:compileTestJavaNote: <https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-old-client-support/src/test/java/com/gemstone/gemfire/cache/execute/FunctionExceptionTest.java> uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. :geode-old-client-support:processTestResources NO-SOURCE :geode-old-client-support:testClasses :geode-old-client-support:flakyTest :geode-old-versions:compileTestJava NO-SOURCE :geode-old-versions:processTestResources NO-SOURCE :geode-old-versions:testClasses UP-TO-DATE :geode-old-versions:flakyTest NO-SOURCE :geode-protobuf:extractIncludeTestProto Download https://repo1.maven.org/maven2/org/powermock/powermock-api-mockito/1.7.1/powermock-api-mockito-1.7.1.pom Download https://repo1.maven.org/maven2/org/powermock/powermock-api-mockito/1.7.1/powermock-api-mockito-1.7.1.jar :geode-protobuf:extractTestProto :geode-protobuf:generateTestProto NO-SOURCE :geode-protobuf:compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :geode-protobuf:processTestResources :geode-protobuf:testClasses :geode-protobuf:flakyTest :geode-pulse:compileTestJava Download https://repo1.maven.org/maven2/com/codeborne/phantomjsdriver/1.3.0/phantomjsdriver-1.3.0.pom Download https://repo1.maven.org/maven2/com/codeborne/phantomjsdriver/1.3.0/phantomjsdriver-1.3.0.jar Download https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-api/3.0.1/selenium-api-3.0.1.jar Download https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/3.0.1/selenium-remote-driver-3.0.1.jar Download https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-support/3.0.1/selenium-support-3.0.1.jar Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: <https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-pulse/src/test/java/org/apache/geode/tools/pulse/controllers/PulseControllerJUnitTest.java> uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :geode-pulse:processTestResources :geode-pulse:testClasses :geode-pulse:flakyTest :geode-rebalancer:compileTestJava :geode-rebalancer:processTestResources NO-SOURCE :geode-rebalancer:testClasses :geode-rebalancer:flakyTest :geode-wan:compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :geode-wan:processTestResources :geode-wan:testClasses :geode-wan:flakyTest :geode-web:compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. :geode-web:processTestResources NO-SOURCE :geode-web:testClasses :geode-web:flakyTest org.apache.geode.management.internal.cli.commands.CommandOverHttpDUnitTest > org.apache.geode.management.internal.cli.commands.functioncommandsdunittest.testexecutefunctiononregionwithcustomresultcollec...@org.apache.geode.management.internal.cli.commands.CommandOverHttpDUnitTest FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.geode.management.internal.cli.commands.FunctionCommandsDUnitTest.testExecuteFunctionOnRegionWithCustomResultCollector(FunctionCommandsDUnitTest.java:200) org.apache.geode.management.internal.cli.commands.CommandOverHttpDUnitTest > org.apache.geode.management.internal.cli.commands.functioncommandsdunittest.testexecutefunctiononmemberswithargsandcustomresultcollec...@org.apache.geode.management.internal.cli.commands.CommandOverHttpDUnitTest FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.geode.management.internal.cli.commands.FunctionCommandsDUnitTest.testExecuteFunctionOnMembersWithArgsAndCustomResultCollector(FunctionCommandsDUnitTest.java:423) org.apache.geode.management.internal.cli.commands.CommandOverHttpDUnitTest > org.apache.geode.management.internal.cli.commands.functioncommandsdunittest.testexecutefunctiononmemberswitha...@org.apache.geode.management.internal.cli.commands.CommandOverHttpDUnitTest FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.apache.geode.management.internal.cli.commands.FunctionCommandsDUnitTest.testExecuteFunctionOnMembersWithArgs(FunctionCommandsDUnitTest.java:385) org.apache.geode.management.internal.cli.commands.CommandOverHttpDUnitTest > org.apache.geode.management.internal.cli.commands.miscellaneouscommandsdunittest.testshutdownwithouttime...@org.apache.geode.management.internal.cli.commands.CommandOverHttpDUnitTest FAILED java.lang.AssertionError: Event never occurred after 1000 ms: Waits for the shell to disconnect! at org.junit.Assert.fail(Assert.java:88) at org.apache.geode.test.dunit.Wait.waitForCriterion(Wait.java:190) at org.apache.geode.management.internal.cli.commands.MiscellaneousCommandsDUnitTest.testShutDownWithoutTimeout(MiscellaneousCommandsDUnitTest.java:254) 91 tests completed, 4 failed, 1 skipped :geode-web:flakyTest FAILED :geode-web-api:compileTestJava :geode-web-api:processTestResources NO-SOURCE :geode-web-api:testClasses :geode-web-api:flakyTest :combineReports All test reports at <https://builds.apache.org/job/Geode-nightly-flaky/ws/build/reports/combined> FAILURE: Build completed with 3 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-core:flakyTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-core/build/reports/flakyTest/index.html> * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 2: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-cq:flakyTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-cq/build/reports/flakyTest/index.html> * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 3: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-web:flakyTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly-flaky/ws/geode-web/build/reports/flakyTest/index.html> * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== BUILD FAILED Total time: 1 hrs 58 mins 58.424 secs Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Archiving artifacts Recording test results