See <https://builds.apache.org/job/Geode-nightly/196/changes>

Changes:

[dschneider] GEODE-275: fix race in testRegionExpirationAfterMutate

[dschneider] GEODE-279: fix hang caused by unhandled exception

------------------------------------------
[...truncated 168 lines...]
  private final Map<Signal, SignalHandler> originalSignalHandlers = 
Collections.synchronizedMap(
                            ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:35:
 warning: SignalHandler is internal proprietary API and may be removed in a 
future release
    new Hashtable<Signal, SignalHandler>(Signal.values().length));
                          ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:45:
 warning: Signal is internal proprietary API and may be removed in a future 
release
        originalSignalHandlers.put(signal, sun.misc.Signal.handle(new 
sun.misc.Signal(signal.getName()), this));
                                                                              ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:45:
 warning: Signal is internal proprietary API and may be removed in a future 
release
        originalSignalHandlers.put(signal, sun.misc.Signal.handle(new 
sun.misc.Signal(signal.getName()), this));
                                                   ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:51:
 warning: Signal is internal proprietary API and may be removed in a future 
release
  public void handle(final sun.misc.Signal sig) {
                                   ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:58:
 warning: Signal is internal proprietary API and may be removed in a future 
release
  protected void handleDefault(final sun.misc.Signal sig) {
                                             ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:64:
 warning: SignalHandler is internal proprietary API and may be removed in a 
future release
        final SignalHandler handler = getOriginalSignalHandler(signal);
              ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:71:
 warning: SignalHandler is internal proprietary API and may be removed in a 
future release
  protected SignalHandler getOriginalSignalHandler(final Signal signal) {
            ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:72:
 warning: SignalHandler is internal proprietary API and may be removed in a 
future release
    final SignalHandler handler = originalSignalHandlers.get(signal);
          ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:73:
 warning: SignalHandler is internal proprietary API and may be removed in a 
future release
    return (handler == SignalHandler.SIG_DFL || handler == 
SignalHandler.SIG_IGN ? null : handler);
                       ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/unsafe/GfshSignalHandler.java>:73:
 warning: SignalHandler is internal proprietary API and may be removed in a 
future release
    return (handler == SignalHandler.SIG_DFL || handler == 
SignalHandler.SIG_IGN ? null : handler);
                                                           ^
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.
38 warnings

:gemfire-core:createVersionPropertiesFile
:gemfire-core:processResources
:gemfire-core:classes
:gemfire-assembly:depsJar
:gemfire-core:compileJcaJava
:gemfire-core:processJcaResources UP-TO-DATE
:gemfire-core:jcaClasses
:gemfire-core:jar
:gemfire-assembly:compileJava UP-TO-DATE
:gemfire-assembly:processResources UP-TO-DATE
:gemfire-assembly:classes UP-TO-DATE
:gemfire-assembly:defaultCacheConfig
:gemfire-assembly:defaultDistributionConfig
:gemfire-assembly:gfshDepsJar
:gemfire-core:raJar
:gemfire-core:jcaJar
:gemfire-core:webJar
:gemfire-web:compileJava UP-TO-DATE
:gemfire-web:processResources UP-TO-DATE
:gemfire-web:classes UP-TO-DATE
:gemfire-web:jar
:gemfire-web:war
:gemfire-web-api:compileJavaNote: Some input files use unchecked or unsafe 
operations.
Note: Recompile with -Xlint:unchecked for details.

:gemfire-web-api:processResources UP-TO-DATE
:gemfire-web-api:classes
:gemfire-web-api:jar
:gemfire-web-api:war
:gemfire-assembly:distTar
:gemfire-assembly:distZip
:gemfire-assembly:jar SKIPPED
:gemfire-assembly:assemble
:gemfire-core:compileTestJava<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MemLRUEvictionControllerDUnitTest.java>:13:
 warning: Unsafe is internal proprietary API and may be removed in a future 
release
import sun.misc.Unsafe;
               ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MemLRUEvictionControllerDUnitTest.java>:13:
 warning: Unsafe is internal proprietary API and may be removed in a future 
release
import sun.misc.Unsafe;
               ^
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/test/java/com/gemstone/gemfire/cache30/MemLRUEvictionControllerDUnitTest.java>:13:
 warning: Unsafe is internal proprietary API and may be removed in a future 
release
import sun.misc.Unsafe;
               ^
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.
3 warnings

:gemfire-core:processTestResources
:gemfire-core:testClasses
:gemfire-core:jarTest
:gemfire-assembly:compileTestJava
:gemfire-assembly:processTestResources UP-TO-DATE
:gemfire-assembly:testClasses
:gemfire-assembly:checkMissedTests
:gemfire-assembly:distributedTest UP-TO-DATE
:gemfire-assembly:integrationTest
:gemfire-assembly:installDist
:gemfire-assembly:test
:gemfire-assembly:check
:gemfire-assembly:build
:gemfire-core:assemble
:gemfire-core:checkMissedTests
:gemfire-core:distributedTest

com.gemstone.gemfire.internal.cache.tier.sockets.HAInterestPart2DUnitTest > 
testBug35945 FAILED
    com.gemstone.gemfire.cache.EntryDestroyedException: k1
        at 
com.gemstone.gemfire.internal.cache.LocalRegion$NonTXEntry.basicGetEntry(LocalRegion.java:9492)
        at 
com.gemstone.gemfire.internal.cache.LocalRegion$NonTXEntry.getValue(LocalRegion.java:9522)
        at 
com.gemstone.gemfire.internal.cache.LocalRegion$NonTXEntry.getValue(LocalRegion.java:9517)
        at 
com.gemstone.gemfire.internal.cache.tier.sockets.HAInterestPart2DUnitTest$2.done(HAInterestPart2DUnitTest.java:266)
        at 
dunit.DistributedTestCase.waitForCriterion(DistributedTestCase.java:1085)
        at 
com.gemstone.gemfire.internal.cache.tier.sockets.HAInterestPart2DUnitTest.testBug35945(HAInterestPart2DUnitTest.java:282)

com.gemstone.gemfire.cache30.BridgeMembershipDUnitTest > 
testBridgeMembershipEventsInClient FAILED
    java.lang.AssertionError: Suspicious strings were written to the log during 
this run.
    Fix the strings or use DistributedTestCase.addExpectedException to ignore.
    -----------------------------------------------------------------------
    Found suspect string in log4j at line 1104

    java.io.IOException: Socket input is shutdown

7312 tests completed, 2 failed
:gemfire-core:distributedTest FAILED
:gemfire-core:integrationTestjava.lang.Throwable
        at 
com.gemstone.gemfire.test.process.ProcessStreamReader.start(ProcessStreamReader.java:46)
        at 
com.gemstone.gemfire.test.process.ProcessOutputReader.waitFor(ProcessOutputReader.java:31)
        at 
com.gemstone.gemfire.test.process.ProcessWrapper.start(ProcessWrapper.java:314)
        at 
com.gemstone.gemfire.test.process.ProcessWrapper.access$000(ProcessWrapper.java:31)
        at 
com.gemstone.gemfire.test.process.ProcessWrapper$1.run(ProcessWrapper.java:244)

:gemfire-core:test
:gemfire-jgroups:assemble
:gemfire-jgroups:compileTestJava
:gemfire-jgroups:processTestResources UP-TO-DATE
:gemfire-jgroups:testClasses
:gemfire-jgroups:checkMissedTests
:gemfire-jgroups:distributedTest UP-TO-DATE
:gemfire-jgroups:integrationTest
:gemfire-jgroups:test
:gemfire-jgroups:check
:gemfire-jgroups:build
:gemfire-joptsimple:assemble
:gemfire-joptsimple:compileTestJava UP-TO-DATE
:gemfire-joptsimple:processTestResources UP-TO-DATE
:gemfire-joptsimple:testClasses UP-TO-DATE
:gemfire-joptsimple:checkMissedTests UP-TO-DATE
:gemfire-joptsimple:distributedTest UP-TO-DATE
:gemfire-joptsimple:integrationTest UP-TO-DATE
:gemfire-joptsimple:test UP-TO-DATE
:gemfire-joptsimple:check UP-TO-DATE
:gemfire-joptsimple:build
:gemfire-json:assemble
:gemfire-json:compileTestJava UP-TO-DATE
:gemfire-json:processTestResources UP-TO-DATE
:gemfire-json:testClasses UP-TO-DATE
:gemfire-json:checkMissedTests UP-TO-DATE
:gemfire-json:distributedTest UP-TO-DATE
:gemfire-json:integrationTest UP-TO-DATE
:gemfire-json:test UP-TO-DATE
:gemfire-json:check UP-TO-DATE
:gemfire-json:build
:gemfire-junit:jar
:gemfire-junit:assemble
:gemfire-junit:checkMissedTests
:gemfire-junit:distributedTest UP-TO-DATE
:gemfire-junit:integrationTest
:gemfire-junit:test
:gemfire-junit:check
:gemfire-junit:build
:gemfire-rebalancer:compileJava
:gemfire-rebalancer:processResources UP-TO-DATE
:gemfire-rebalancer:classes
:gemfire-rebalancer:jar
:gemfire-rebalancer:assemble
:gemfire-rebalancer:compileTestJava
:gemfire-rebalancer:processTestResources UP-TO-DATE
:gemfire-rebalancer:testClasses
:gemfire-rebalancer:checkMissedTests
:gemfire-rebalancer:distributedTest UP-TO-DATE
:gemfire-rebalancer:integrationTest
:gemfire-rebalancer:test
:gemfire-rebalancer:check
:gemfire-rebalancer:build
:gemfire-web:assemble
:gemfire-web:compileTestJavaNote: 
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-web/src/test/java/com/gemstone/gemfire/management/internal/web/AbstractWebTestCase.java>
 uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:gemfire-web:processTestResources UP-TO-DATE
:gemfire-web:testClasses
:gemfire-web:checkMissedTests
:gemfire-web:distributedTest UP-TO-DATE
:gemfire-web:integrationTest
:gemfire-web:test
:gemfire-web:check
:gemfire-web:build
:gemfire-web-api:assemble
:gemfire-web-api:compileTestJava UP-TO-DATE
:gemfire-web-api:processTestResources UP-TO-DATE
:gemfire-web-api:testClasses UP-TO-DATE
:gemfire-web-api:checkMissedTests UP-TO-DATE
:gemfire-web-api:distributedTest UP-TO-DATE
:gemfire-web-api:integrationTest UP-TO-DATE
:gemfire-web-api:test UP-TO-DATE
:gemfire-web-api:check UP-TO-DATE
:gemfire-web-api:build
:combineReports
All test reports at 
<https://builds.apache.org/job/Geode-nightly/ws/build/reports/combined>
:gemfire-assembly:generatePomFileForCoreJarPublication
:gemfire-assembly:publishCoreJarPublicationToApache.snapshots.httpsRepositoryUploading:
 
org/apache/geode/gemfire-core/1.0.0-incubating-SNAPSHOT/gemfire-core-1.0.0-incubating-20150826.100316-62.jar
 to repository remote at 
https://repository.apache.org/content/repositories/snapshots
Transferring 13019K from remote
Uploaded 13019K

:gemfire-assembly:generatePomFileForJgroupsJarPublication
:gemfire-assembly:publishJgroupsJarPublicationToApache.snapshots.httpsRepositoryUploading:
 
org/apache/geode/gemfire-jgroups/1.0.0-incubating-SNAPSHOT/gemfire-jgroups-1.0.0-incubating-20150826.100323-61.jar
 to repository remote at 
https://repository.apache.org/content/repositories/snapshots
Transferring 1301K from remote
Uploaded 1301K

:gemfire-assembly:generatePomFileForJoptsimpleJarPublication
:gemfire-assembly:publishJoptsimpleJarPublicationToApache.snapshots.httpsRepositoryUploading:
 
org/apache/geode/gemfire-joptsimple/1.0.0-incubating-SNAPSHOT/gemfire-joptsimple-1.0.0-incubating-20150826.100328-61.jar
 to repository remote at 
https://repository.apache.org/content/repositories/snapshots
Transferring 54K from remote
Uploaded 54K

:gemfire-assembly:generatePomFileForJsonJarPublication
:gemfire-assembly:publishJsonJarPublicationToApache.snapshots.httpsRepositoryUploading:
 
org/apache/geode/gemfire-json/1.0.0-incubating-SNAPSHOT/gemfire-json-1.0.0-incubating-20150826.100331-61.jar
 to repository remote at 
https://repository.apache.org/content/repositories/snapshots
Transferring 41K from remote
Uploaded 41K

:gemfire-assembly:publish

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':gemfire-core:distributedTest'.
> There were failing tests. See the report at: 
> file://<https://builds.apache.org/job/Geode-nightly/ws/gemfire-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.

BUILD FAILED

Total time: 6 hrs 20 mins 18.645 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to Geode-nightly #195
Archived 2 artifacts
Archive block size is 32768
Received 1213 blocks and 137943832 bytes
Compression is 22.4%
Took 38 sec
Recording test results

Reply via email to