See <https://builds.apache.org/job/Geode-nightly/920/display/redirect?page=changes>
Changes: [jstewart] GEODE-3313: Test utility supports building jar files with multiple [dbarnes] GEODE-3111 GatewayReceiver - DEFAULT_MANUAL_START value is ambiguous [dbarnes] GEODE-3328 Properties to set Key/Trust Store Type for SSL configuration [huynhja] GEODE-3397: Fixed issue with Tomcat locators in cache-client.xml file [jiliao] GEODE-3328: refactor ConnectCommand [dbarnes] GEODE-3396 pub-tools support for product name & version variables, ------------------------------------------ [...truncated 1.45 MB...] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at org.apache.geode.test.dunit.rules.GfshShellConnectionRule.connectAndVerify(GfshShellConnectionRule.java:113) at org.apache.geode.management.internal.cli.commands.IndexCommandOverHttpTest.connect(IndexCommandOverHttpTest.java:28) org.apache.geode.management.internal.cli.commands.IndexCommandOverHttpTest > testCannotCreateIndexWithExistingIndexName FAILED org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at org.apache.geode.test.dunit.rules.GfshShellConnectionRule.connectAndVerify(GfshShellConnectionRule.java:113) at org.apache.geode.management.internal.cli.commands.IndexCommandOverHttpTest.connect(IndexCommandOverHttpTest.java:28) org.apache.geode.management.internal.cli.commands.IndexCommandOverHttpTest > testCannotCreateIndexWithInvalidIndexExpression FAILED org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at org.apache.geode.test.dunit.rules.GfshShellConnectionRule.connectAndVerify(GfshShellConnectionRule.java:113) at org.apache.geode.management.internal.cli.commands.IndexCommandOverHttpTest.connect(IndexCommandOverHttpTest.java:28) org.apache.geode.management.internal.cli.commands.IndexCommandOverHttpTest > testCannotDestroyIndexWithInvalidIndexName FAILED org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at org.apache.geode.test.dunit.rules.GfshShellConnectionRule.connectAndVerify(GfshShellConnectionRule.java:113) at org.apache.geode.management.internal.cli.commands.IndexCommandOverHttpTest.connect(IndexCommandOverHttpTest.java:28) org.apache.geode.management.internal.cli.commands.ExportLogsStatsOverHttpDUnitTest > classMethod 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 538 [fatal 2017/08/12 00:33:34.645 UTC <locator request thread[1]> tid=0x2847] SSL Error in connecting to peer /127.0.0.1[52,060]. javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? at sun.security.ssl.InputRecord.handleUnknownRecord(InputRecord.java:710) at sun.security.ssl.InputRecord.read(InputRecord.java:527) at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413) at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397) at org.apache.geode.internal.net.SocketCreator.configureServerSSLSocket(SocketCreator.java:1007) at org.apache.geode.distributed.internal.tcpserver.TcpServer.lambda$processRequest$0(TcpServer.java:345) 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) ----------------------------------------------------------------------- Found suspect string in log4j at line 574 [error 2017/08/12 00:33:34.651 UTC <RMI TCP Connection(91)-127.0.0.1> tid=0x14b1] Unexpected problem starting up membership services org.apache.geode.distributed.internal.tcpserver.LocatorCancelException: Unrecognisable response received: This could be the result of trying to connect a non-SSL-enabled client to an SSL-enabled locator. at org.apache.geode.distributed.internal.tcpserver.TcpClient.getServerVersion(TcpClient.java:320) at org.apache.geode.distributed.internal.tcpserver.TcpClient.requestToServer(TcpClient.java:197) at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave$TcpClientWrapper.sendCoordinatorFindRequest(GMSJoinLeave.java:1196) at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.findCoordinator(GMSJoinLeave.java:1108) at org.apache.geode.distributed.internal.membership.gms.membership.GMSJoinLeave.join(GMSJoinLeave.java:328) at org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.join(GMSMembershipManager.java:664) at org.apache.geode.distributed.internal.membership.gms.mgr.GMSMembershipManager.joinDistributedSystem(GMSMembershipManager.java:753) at org.apache.geode.distributed.internal.membership.gms.Services.start(Services.java:190) at org.apache.geode.distributed.internal.membership.gms.GMSMemberFactory.newMembershipManager(GMSMemberFactory.java:107) at org.apache.geode.distributed.internal.membership.MemberFactory.newMembershipManager(MemberFactory.java:91) at org.apache.geode.distributed.internal.DistributionManager.<init>(DistributionManager.java:1155) at org.apache.geode.distributed.internal.DistributionManager.<init>(DistributionManager.java:1204) at org.apache.geode.distributed.internal.DistributionManager.create(DistributionManager.java:573) at org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:740) at org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:350) at org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:338) at org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:330) at org.apache.geode.distributed.DistributedSystem.connect(DistributedSystem.java:205) at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:217) at org.apache.geode.test.dunit.rules.ServerStarterRule.startServer(ServerStarterRule.java:144) at org.apache.geode.test.dunit.rules.ServerStarterRule.before(ServerStarterRule.java:71) at org.apache.geode.test.dunit.rules.LocatorServerStartupRule.lambda$startServerVM$2aa1344d$1(LocatorServerStartupRule.java:175) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hydra.MethExecutor.executeObject(MethExecutor.java:245) at org.apache.geode.test.dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:70) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:357) at sun.rmi.transport.Transport$1.run(Transport.java:200) at sun.rmi.transport.Transport$1.run(Transport.java:197) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:196) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:568) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:826) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:683) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:682) 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) 123 tests completed, 13 failed, 5 skipped :geode-web:distributedTest FAILED :geode-web:integrationTest :geode-web-api:assemble :geode-web-api:compileTestJava :geode-web-api:processTestResources UP-TO-DATE :geode-web-api:testClasses :geode-web-api:checkMissedTests :geode-web-api:spotlessJavaCheck :geode-web-api:spotlessCheck :geode-web-api:test :geode-web-api:check :geode-web-api:build :geode-web-api:distributedTest :geode-web-api:integrationTest :combineReports All test reports at <https://builds.apache.org/job/Geode-nightly/ws/build/reports/combined> :extensions/geode-modules:precheckin :extensions/geode-modules-assembly:precheckin :extensions/geode-modules-session:precheckin :extensions/geode-modules-session-internal:precheckin :extensions/geode-modules-tomcat7:precheckin :extensions/geode-modules-tomcat8:precheckin :extensions/session-testing-war:precheckin :geode-benchmarks:precheckin :geode-common:precheckin :geode-json:precheckin :geode-junit:precheckin :geode-old-client-support:precheckin :geode-old-versions:precheckin :geode-protobuf:precheckin :geode-pulse:precheckin :geode-rebalancer:precheckin :geode-web-api:precheckin :compileJava UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :jar :uploadArchives :extensions/geode-modules:uploadArchives SKIPPED :extensions/geode-modules-assembly:uploadArchives :extensions/geode-modules-session:uploadArchives SKIPPED :extensions/geode-modules-session-internal:uploadArchives SKIPPED :extensions/geode-modules-tomcat7:uploadArchives SKIPPED :extensions/geode-modules-tomcat8:uploadArchives SKIPPED :extensions/session-testing-war:uploadArchives SKIPPED :geode-assembly:uploadArchives SKIPPED :geode-benchmarks:uploadArchives SKIPPED :geode-common:uploadArchives :geode-core:uploadArchives :geode-cq:uploadArchives :geode-json:uploadArchives :geode-junit:uploadArchives :geode-lucene:uploadArchives :geode-old-client-support:uploadArchives :geode-old-versions:uploadArchives SKIPPED :geode-protobuf:uploadArchives :geode-pulse:uploadArchives :geode-rebalancer:uploadArchives :geode-wan:uploadArchives :geode-web:uploadArchives :geode-web-api:uploadArchives FAILURE: Build completed with 7 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-assembly:distributedTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly/ws/geode-assembly/build/reports/distributedTest/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-core:distributedTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly/ws/geode-core/build/reports/distributedTest/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-core:integrationTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly/ws/geode-core/build/reports/integrationTest/index.html> * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 4: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-cq:distributedTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly/ws/geode-cq/build/reports/distributedTest/index.html> * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 5: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-lucene:distributedTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly/ws/geode-lucene/build/reports/distributedTest/index.html> * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 6: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-wan:distributedTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly/ws/geode-wan/build/reports/distributedTest/index.html> * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. ============================================================================== 7: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':geode-web:distributedTest'. > There were failing tests. See the report at: > file://<https://builds.apache.org/job/Geode-nightly/ws/geode-web/build/reports/distributedTest/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: 20 hrs 56 mins 9.494 secs Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure Archiving artifacts [Fast Archiver] Compressed 343.47 MB of artifacts by 36.6% relative to #914 Recording test results Not sending mail to unregistered user ukohlme...@pivotal.io Not sending mail to unregistered user gz...@pivotal.io Not sending mail to unregistered user lhughesgodf...@pivotal.io Not sending mail to unregistered user e...@pivotal.io Not sending mail to unregistered user huyn...@gmail.com Not sending mail to unregistered user hkhame...@pivotal.io Not sending mail to unregistered user jil...@pivotal.io