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

Changes:

[jdeppe] GEODE-3423: Have Gradle set LOCAL_USER_ID

[ukohlmeyer] GEODE-3386 - Make KeyedErrorResponse & ErrorResponse siblings

[ukohlmeyer] GEODE-3314 - Refactoring of DLockService to improve developer QoL. 
This

[ukohlmeyer] GEODE-3412: Add simple authentication flow to protobuf protocol. 
This

[ukohlmeyer] GEODE-3412: adding files missing from last commit. This now closes 
#714

[klund] GEODE-3328: fix testAddGemFirePropertyFileToCommandLine on Windows

[jstewart] GEODE-3383: Refactor deploy tests

[dbarnes] GEODE-3395 Variable-ize product version and name in user guide - 
Tools &

------------------------------------------
[...truncated 243.26 KB...]
        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/08/16 20:56:08.021 UTC <RMI TCP Connection(1)-67.195.81.149> 
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.GeneratedMethodAccessor9.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)
    Caused by: java.lang.Exception: failed to open a port in range 32769-32771
        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)
        ... 39 more

7006 tests completed, 1 failed, 611 skipped
:geode-core:distributedTest FAILED
:geode-core:integrationTest

org.apache.geode.internal.process.NonBlockingProcessStreamReaderIntegrationTest 
> processTerminatesWhenDestroyed FAILED
    org.awaitility.core.ConditionTimeoutException: Condition defined as a 
lambda expression in 
org.apache.geode.internal.process.AbstractProcessStreamReaderIntegrationTest 
expected:<[fals]e> but was:<[tru]e> within 20000 milliseconds.

3706 tests completed, 1 failed, 140 skipped
:geode-core:integrationTest FAILED
: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 UP-TO-DATE
:geode-json:processTestResources
:geode-json:testClasses
:geode-json:checkMissedTests UP-TO-DATE
:geode-json:spotlessJavaCheck
:geode-json:spotlessCheck
:geode-json:test UP-TO-DATE
:geode-json:check
:geode-json:build
:geode-json:distributedTest UP-TO-DATE
:geode-json:integrationTest UP-TO-DATE
: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 UP-TO-DATE
: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:javadoc UP-TO-DATE
:geode-old-versions:javadocJar
:geode-old-versions:sourcesJar
:geode-old-versions:signArchives SKIPPED
:geode-old-versions:assemble
:geode-old-versions:compileTestJava UP-TO-DATE
:geode-old-versions:processTestResources UP-TO-DATE
:geode-old-versions:testClasses UP-TO-DATE
:geode-old-versions:checkMissedTests UP-TO-DATE
:geode-old-versions:spotlessJavaCheck
:geode-old-versions:spotlessCheck
:geode-old-versions:test UP-TO-DATE
:geode-old-versions:check
:geode-old-versions:build
:geode-old-versions:distributedTest UP-TO-DATE
:geode-old-versions:integrationTest UP-TO-DATE
:geode-protobuf:assemble
:geode-protobuf:extractIncludeTestProto
:geode-protobuf:extractTestProto UP-TO-DATE
:geode-protobuf:generateTestProto UP-TO-DATE
: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 UP-TO-DATE
: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 343.97 MB of artifacts by 41.2% 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 sje...@pivotal.io
Not sending mail to unregistered user lhughesgodf...@pivotal.io
Not sending mail to unregistered user jde...@gopivotal.com
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

Reply via email to