See <https://builds.apache.org/job/Geode-nightly/943/display/redirect>
------------------------------------------ [...truncated 168.35 KB...] :geode-common:check :geode-common:build :geode-common:distributedTest :geode-common:integrationTest :geode-core:assemble :geode-core:checkMissedTests :geode-core:spotlessJavaCheck :geode-core:spotlessCheck :geode-core:test :geode-core:check :geode-core:build :geode-core:distributedTest org.apache.geode.distributed.DistributedSystemDUnitTest > testConflictingUDPPort FAILED org.apache.geode.test.dunit.RMIException: While invoking org.apache.geode.distributed.DistributedSystemDUnitTest$$Lambda$46/1633474069.run in VM 1 running on Host asf912.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:302) at org.apache.geode.distributed.DistributedSystemDUnitTest.testConflictingUDPPort(DistributedSystemDUnitTest.java:297) Caused by: java.lang.AssertionError: Expecting: <org.apache.geode.SystemConnectException: unable to create jgroups channel> to be an instance of: <org.apache.geode.GemFireConfigException> but was instance of: <org.apache.geode.SystemConnectException> at org.apache.geode.distributed.DistributedSystemDUnitTest.lambda$testConflictingUDPPort$2f137518$1(DistributedSystemDUnitTest.java:303) 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 426 [fatal 2017/09/03 16:17:51.832 UTC <RMI TCP Connection(1)-67.195.81.156> tid=0x1b] Unexpected exception while booting membership services org.apache.geode.SystemConnectException: unable to create jgroups channel at org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger.start(JGroupsMessenger.java:348) at org.apache.geode.distributed.internal.membership.gms.Services.start(Services.java:156) 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:336) 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.distributed.DistributedSystemDUnitTest.lambda$null$2(DistributedSystemDUnitTest.java:302) at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:61) at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:653) at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:879) at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:851) at org.apache.geode.distributed.DistributedSystemDUnitTest.lambda$testConflictingUDPPort$2f137518$1(DistributedSystemDUnitTest.java:302) 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.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 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) Caused by: java.lang.Exception: failed to open a port in range 32772-32774 at org.jgroups.protocols.UDP.createMulticastSocketWithBindPort(UDP.java:503) at org.jgroups.protocols.UDP.createSockets(UDP.java:348) at org.jgroups.protocols.UDP.start(UDP.java:266) at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:966) at org.jgroups.JChannel.startStack(JChannel.java:889) at org.jgroups.JChannel._preConnect(JChannel.java:553) at org.jgroups.JChannel.connect(JChannel.java:288) at org.jgroups.JChannel.connect(JChannel.java:279) at org.apache.geode.distributed.internal.membership.gms.messenger.JGroupsMessenger.start(JGroupsMessenger.java:344) ... 40 more 6913 tests completed, 1 failed, 609 skipped :geode-core:distributedTest FAILED :geode-core:integrationTest :geode-cq:assemble :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:checkMissedTests :geode-cq:spotlessJavaCheck :geode-cq:spotlessCheck :geode-cq:test :geode-cq:check :geode-cq:build :geode-cq:distributedTest :geode-cq:integrationTest :geode-json:assemble :geode-json:compileTestJava NO-SOURCE :geode-json:processTestResources :geode-json:testClasses :geode-json:checkMissedTests NO-SOURCE :geode-json:spotlessJavaCheck :geode-json:spotlessCheck :geode-json:test NO-SOURCE :geode-json:check :geode-json:build :geode-json:distributedTest NO-SOURCE :geode-json:integrationTest NO-SOURCE :geode-junit:javadoc :geode-junit:javadocJar :geode-junit:sourcesJar :geode-junit:signArchives SKIPPED :geode-junit:assemble :geode-junit:compileTestJavaNote: <https://builds.apache.org/job/Geode-nightly/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/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:checkMissedTests :geode-junit:spotlessJavaCheck :geode-junit:spotlessCheck :geode-junit:test :geode-junit:check :geode-junit:build :geode-junit:distributedTest :geode-junit:integrationTest :geode-lucene:assemble :geode-lucene: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-lucene:processTestResources :geode-lucene:testClasses :geode-lucene:checkMissedTests :geode-lucene:spotlessJavaCheck :geode-lucene:spotlessCheck :geode-lucene:test :geode-lucene:check :geode-lucene:build :geode-lucene:distributedTest :geode-lucene:integrationTest :geode-old-client-support:assemble :geode-old-client-support:compileTestJavaNote: <https://builds.apache.org/job/Geode-nightly/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:checkMissedTests :geode-old-client-support:spotlessJavaCheck :geode-old-client-support:spotlessCheck :geode-old-client-support:test :geode-old-client-support:check :geode-old-client-support:build :geode-old-client-support:distributedTest :geode-old-client-support:integrationTest :geode-old-versions:distributedTest NO-SOURCE :geode-old-versions:integrationTest NO-SOURCE :geode-protobuf:assemble :geode-protobuf:extractIncludeTestProto :geode-protobuf:extractTestProto UP-TO-DATE :geode-protobuf:generateTestProto NO-SOURCE :geode-protobuf:compileTestJavaNote: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :geode-protobuf:processTestResources :geode-protobuf:testClasses :geode-protobuf:checkMissedTests :geode-protobuf:spotlessJavaCheck :geode-protobuf:spotlessCheck :geode-protobuf:test :geode-protobuf:check :geode-protobuf:build :geode-protobuf:distributedTest :geode-protobuf:integrationTest :geode-pulse:assemble :geode-pulse:compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: <https://builds.apache.org/job/Geode-nightly/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:checkMissedTests :geode-pulse:spotlessJavaCheck :geode-pulse:spotlessCheck :geode-pulse:test :geode-pulse:check :geode-pulse:build :geode-pulse:distributedTest :geode-pulse:integrationTest :geode-rebalancer:assemble :geode-rebalancer:compileTestJava :geode-rebalancer:processTestResources NO-SOURCE :geode-rebalancer:testClasses :geode-rebalancer:checkMissedTests :geode-rebalancer:spotlessJavaCheck :geode-rebalancer:spotlessCheck :geode-rebalancer:test :geode-rebalancer:check :geode-rebalancer:build :geode-rebalancer:distributedTest :geode-rebalancer:integrationTest :geode-wan:assemble :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:checkMissedTests :geode-wan:spotlessJavaCheck :geode-wan:spotlessCheck :geode-wan:test :geode-wan:check :geode-wan:build Build timed out (after 1,440 minutes). Marking the build as failed. :geode-wan:distributedTestBuild was aborted Archiving artifacts [Fast Archiver] Compressed 336.84 MB of artifacts by 35.3% relative to #914 Recording test results ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? Not sending mail to unregistered user gz...@pivotal.io Not sending mail to unregistered user huyn...@gmail.com Not sending mail to unregistered user jil...@pivotal.io Not sending mail to unregistered user e...@pivotal.io Not sending mail to unregistered user lhughesgodf...@pivotal.io Not sending mail to unregistered user ukohlme...@pivotal.io Not sending mail to unregistered user hitesh...@yahoo.com Not sending mail to unregistered user hkhame...@pivotal.io Not sending mail to unregistered user sje...@pivotal.io Not sending mail to unregistered user dcaven...@pivotal.io Not sending mail to unregistered user jde...@gopivotal.com