See 
<https://builds.apache.org/job/Geode-nightly/1056/display/redirect?page=changes>

Changes:

[bschuchardt] GEODE-4163 clean up DistributionManager code

------------------------------------------
[...truncated 1.87 MB...]
        at 
org.apache.geode.distributed.internal.DistributionManager.create(DistributionManager.java:553)
        at 
org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:740)
        at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:333)
        at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:321)
        at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:313)
        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.junit.rules.ServerStarterRule.startServer(ServerStarterRule.java:146)
        at 
org.apache.geode.test.junit.rules.ServerStarterRule.before(ServerStarterRule.java:75)
        at 
org.apache.geode.test.dunit.rules.LocatorServerStartupRule.lambda$startServerVM$2aa1344d$1(LocatorServerStartupRule.java:240)
        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:244)
        at 
org.apache.geode.test.dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:70)
        at sun.reflect.GeneratedMethodAccessor48.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)

    -----------------------------------------------------------------------
    Found suspect string in log4j at line 1611

    [error 2017/12/28 23:31:07.785 CET <RMI TCP Connection(1)-127.0.0.1> 
tid=18] failed setting interface to /127.0.1.1: java.net.SocketException: bad 
argument for IP_MULTICAST_IF: address not bound to any interface
    java.net.SocketException: bad argument for IP_MULTICAST_IF: address not 
bound to any interface
        at java.net.PlainDatagramSocketImpl.socketSetOption0(Native Method)
        at 
java.net.PlainDatagramSocketImpl.socketSetOption(PlainDatagramSocketImpl.java:74)
        at 
java.net.AbstractPlainDatagramSocketImpl.setOption(AbstractPlainDatagramSocketImpl.java:309)
        at java.net.MulticastSocket.setInterface(MulticastSocket.java:471)
        at org.jgroups.protocols.UDP.setInterface(UDP.java:443)
        at org.jgroups.protocols.UDP.createMulticastSocket(UDP.java:511)
        at 
org.jgroups.protocols.UDP.createMulticastSocketWithBindPort(UDP.java:494)
        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:345)
        at 
org.apache.geode.distributed.internal.membership.gms.Services.start(Services.java:157)
        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:1007)
        at 
org.apache.geode.distributed.internal.DistributionManager.<init>(DistributionManager.java:1039)
        at 
org.apache.geode.distributed.internal.DistributionManager.create(DistributionManager.java:553)
        at 
org.apache.geode.distributed.internal.InternalDistributedSystem.initialize(InternalDistributedSystem.java:740)
        at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:333)
        at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:321)
        at 
org.apache.geode.distributed.internal.InternalDistributedSystem.newInstance(InternalDistributedSystem.java:313)
        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.junit.rules.ServerStarterRule.startServer(ServerStarterRule.java:146)
        at 
org.apache.geode.test.junit.rules.ServerStarterRule.before(ServerStarterRule.java:75)
        at 
org.apache.geode.test.dunit.rules.LocatorServerStartupRule.lambda$startServerVM$2aa1344d$1(LocatorServerStartupRule.java:240)
        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:244)
        at 
org.apache.geode.test.dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:70)
        at sun.reflect.GeneratedMethodAccessor48.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)

634 tests completed, 6 failed, 59 skipped
:geode-wan:distributedTest FAILED
:geode-wan:integrationTest
:geode-web:assemble
: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:checkMissedTests
:geode-web:spotlessJavaCheck
:geode-web:spotlessCheck
:geode-web:test
:geode-web:check
:geode-web:build
:geode-web:distributedTest
:geode-web:integrationTest
:geode-web-api:assemble
:geode-web-api:compileTestJava
:geode-web-api:processTestResources
: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>
:compileJava NO-SOURCE
:processResources NO-SOURCE
:classes UP-TO-DATE
:jar
:uploadArchives
:extensions/geode-modules:uploadArchives SKIPPED
:extensions/geode-modules-assembly:uploadArchives SKIPPED
: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
:geode-benchmarks:uploadArchives SKIPPED
:geode-client-protocol:uploadArchives
:geode-common:uploadArchives
:geode-concurrency-test:uploadArchives
:geode-connectors:uploadArchives
:geode-core:uploadArchives
:geode-cq:uploadArchives
:geode-experimental-driver:uploadArchives
:geode-json:uploadArchives
:geode-junit:uploadArchives
:geode-lucene:uploadArchives
:geode-old-client-support:uploadArchives
:geode-old-versions:uploadArchives SKIPPED
:geode-protobuf:uploadArchives
:geode-protobuf-messages: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:acceptanceTest'.
> There were failing tests. See the report at: 
> file://<https://builds.apache.org/job/Geode-nightly/ws/geode-assembly/build/reports/acceptanceTest/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-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.
==============================================================================

3: 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.
==============================================================================

4: 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.
==============================================================================

5: 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.
==============================================================================

6: 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.
==============================================================================

7: 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.
==============================================================================

BUILD FAILED

Total time: 21 hrs 19 mins 22.958 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 339.60 MB of artifacts by 26.5% relative to #1019
Recording test results
Not sending mail to unregistered user jde...@pivotal.io
Not sending mail to unregistered user jean-pierre.hu...@alcatel-lucent.com
Not sending mail to unregistered user dsm...@pivotal.io
Not sending mail to unregistered user purelyappl...@users.noreply.github.com
Not sending mail to unregistered user lhughesgodf...@pivotal.io
Not sending mail to unregistered user onich...@pivotal.io
Not sending mail to unregistered user git...@alasdairhodge.co.uk
Not sending mail to unregistered user mdo...@pivotal.io
Not sending mail to unregistered user nabarun...@users.noreply.github.com
Not sending mail to unregistered user metat...@apache.org
Not sending mail to unregistered user rhough...@pivotal.io
Not sending mail to unregistered user huyn...@gmail.com
Not sending mail to unregistered user jil...@apache.org

Reply via email to