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

Changes:

[dschneider] GEODE-143: logging must not cause cached values to be deserialized

[dschneider] GEODE-152: fix NPE in fetchJvmThreads

[dschneider] GEODE-153: fix race in testRemoteCacheListener

[dschneider] GEODE-148: change testUpdateResetIdleTime and testEntryIdleReset 
to not run so long

[dschneider] fixed tests to work with PRs and invalidates to work with 
concurrency check regions

[dschneider] improved testEntryTtl3

[dschneider] fixed testEntryIdleTimeout3

[dschneider] optimized testCustomEntryIdleTimeout3

[dschneider] optimized testEntryIdleTtl and testRegionIdleInvalidate

[jhuynh] GEODE-100: Nested count(*) query on pr causes NullPointerException

[jhuynh] GEODE-91: Zero results when querying against a HashIndex indexed on 
PdxStrings

------------------------------------------
[...truncated 369 lines...]
                                                                     ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/src/test/java/dunit/standalone/DUnitLauncher.java>:107:
 warning: non-varargs call of varargs method with inexact argument type for 
last parameter;
      getInstance.invoke(null, null);
                               ^
  cast to Object for a varargs call
  cast to Object[] for a non-varargs call and to suppress this warning
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.
5 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
Download 
https://repo1.maven.org/maven2/org/apache/derby/derby/10.2.2.0/derby-10.2.2.0.pom
Download 
https://repo1.maven.org/maven2/org/apache/derby/derby/10.2.2.0/derby-10.2.2.0.jar
:gemfire-core:distributedTest

com.gemstone.gemfire.cache.ConnectionPoolAndLoaderDUnitTest > 
testPoolLoadAndPeer FAILED
    dunit.RMIException: While invoking 
com.gemstone.gemfire.cache.ConnectionPoolAndLoaderDUnitTest$11.call in VM 1 
running on Host asf910.gq1.ygridcore.net with 4 VMs
        at dunit.VM.invoke(VM.java:359)
        at dunit.VM.invoke(VM.java:303)
        at dunit.VM.invoke(VM.java:271)
        at 
com.gemstone.gemfire.cache.ConnectionPoolAndLoaderDUnitTest.testPoolLoadAndPeer(ConnectionPoolAndLoaderDUnitTest.java:288)

        Caused by:
        java.lang.IllegalStateException: Cannot create region 
/testPoolLoadAndPeer with DISTRIBUTED_ACK scope because another cache 
(asf910(3541)<v164>:53941) has same region with DISTRIBUTED_NO_ACK scope.

com.gemstone.gemfire.cache.hdfs.internal.RegionWithHDFSPersistenceBasicDUnitTest
 > testWOTimeForRollOverParam FAILED
    junit.framework.AssertionFailedError: there should be exactly two files, 
but there are 1

com.gemstone.gemfire.disttx.DistributedTransactionDUnitTest > 
testRemoveAllWithTransactions FAILED
    dunit.RMIException: While invoking 
com.gemstone.gemfire.disttx.DistributedTransactionDUnitTest$34.call in VM 0 
running on Host asf910.gq1.ygridcore.net with 4 VMs
        at dunit.VM.invoke(VM.java:359)
        at dunit.VM.invoke(VM.java:303)
        at dunit.VM.invoke(VM.java:271)
        at 
com.gemstone.gemfire.disttx.DistributedTransactionDUnitTest.execute(DistributedTransactionDUnitTest.java:118)
        at 
com.gemstone.gemfire.disttx.DistributedTransactionDUnitTest.testRemoveAllWithTransactions(DistributedTransactionDUnitTest.java:1086)

        Caused by:
        com.gemstone.gemfire.cache.CommitIncompleteException: Incomplete commit 
of transaction TXId: asf910(22303)<v950>:7579:1.  Caused by the following 
exceptions:  From member: asf910(22322)<v952>:56221 
com.gemstone.gemfire.distributed.internal.ReplyException: From 
asf910(22322)<v952>:56221: 
com.gemstone.gemfire.cache.UnsupportedOperationInTransactionException: Expected 
entry size of 4 for region /__PR/_B__orderPRRegion_2 during a distributed 
transaction but got 3
                at 
com.gemstone.gemfire.internal.cache.TXMessage.process(TXMessage.java:114)
                at 
com.gemstone.gemfire.distributed.internal.DistributionMessage.scheduleAction(DistributionMessage.java:371)
                at 
com.gemstone.gemfire.distributed.internal.DistributionMessage.schedule(DistributionMessage.java:434)
                at 
com.gemstone.gemfire.distributed.internal.DistributionManager.scheduleIncomingMessage(DistributionManager.java:3862)
                at 
com.gemstone.gemfire.distributed.internal.DistributionManager.handleIncomingDMsg(DistributionManager.java:3486)
                at 
com.gemstone.gemfire.distributed.internal.DistributionManager$MyListener.messageReceived(DistributionManager.java:4683)
                at 
com.gemstone.gemfire.distributed.internal.membership.jgroup.JGroupMembershipManager.processMessage(JGroupMembershipManager.java:2160)
                at 
com.gemstone.gemfire.distributed.internal.membership.jgroup.JGroupMembershipManager.handleOrDeferMessage(JGroupMembershipManager.java:2069)
                at 
com.gemstone.gemfire.distributed.internal.membership.jgroup.JGroupMembershipManager$MyDCReceiver.messageReceived(JGroupMembershipManager.java:668)
                at 
com.gemstone.gemfire.distributed.internal.direct.DirectChannel.receive(DirectChannel.java:804)
                at 
com.gemstone.gemfire.internal.tcp.TCPConduit.messageReceived(TCPConduit.java:835)
                at 
com.gemstone.gemfire.internal.tcp.Connection.dispatchMessage(Connection.java:3932)
                at 
com.gemstone.gemfire.internal.tcp.Connection.processNIOBuffer(Connection.java:3515)
                at 
com.gemstone.gemfire.internal.tcp.Connection.runNioReader(Connection.java:1827)
                at 
com.gemstone.gemfire.internal.tcp.Connection.run(Connection.java:1702)
                at java.lang.Thread.run(Thread.java:745).

com.gemstone.gemfire.cache30.DistributedAckPersistentRegionCCEOffHeapDUnitTest 
> testRegionIdleInvalidate FAILED
    dunit.RMIException: While invoking 
com.gemstone.gemfire.cache30.RegionTestCase$21.run in VM 0 running on Host 
asf910.gq1.ygridcore.net with 4 VMs

        Caused by:
        junit.framework.AssertionFailedError: Entry invalidated 22 ms 
prematurely (null)

7305 tests completed, 4 failed
:gemfire-core:distributedTest FAILED
:gemfire-core:integrationTest
:gemfire-core:test

com.gemstone.gemfire.distributed.LocatorLauncherJUnitTest > testBuild FAILED
    java.lang.IllegalArgumentException: The working directory for the Locator 
could not be found.
        at 
com.gemstone.gemfire.distributed.LocatorLauncher$Builder.setWorkingDirectory(LocatorLauncher.java:1656)
        at 
com.gemstone.gemfire.distributed.LocatorLauncherJUnitTest.testBuild(LocatorLauncherJUnitTest.java:360)

        Caused by:
        java.io.FileNotFoundException: /tmp/junit1625423486198578553
            at 
com.gemstone.gemfire.distributed.LocatorLauncher$Builder.setWorkingDirectory(LocatorLauncher.java:1656)
            ... 1 more

com.gemstone.gemfire.distributed.LocatorLauncherJUnitTest > 
testSetAndGetWorkingDirectory FAILED
    java.lang.IllegalArgumentException: The working directory for the Locator 
could not be found.
        at 
com.gemstone.gemfire.distributed.LocatorLauncher$Builder.setWorkingDirectory(LocatorLauncher.java:1656)
        at 
com.gemstone.gemfire.distributed.LocatorLauncherJUnitTest.testSetAndGetWorkingDirectory(LocatorLauncherJUnitTest.java:306)

        Caused by:
        java.io.FileNotFoundException
            at 
com.gemstone.gemfire.distributed.LocatorLauncher$Builder.setWorkingDirectory(LocatorLauncher.java:1656)
            ... 1 more

com.gemstone.gemfire.distributed.ServerLauncherJUnitTest > testParseArguments 
FAILED
    java.lang.RuntimeException: The working directory for the Server could not 
be found.
        at 
com.gemstone.gemfire.distributed.ServerLauncher$Builder.parseArguments(ServerLauncher.java:1582)
        at 
com.gemstone.gemfire.distributed.ServerLauncherJUnitTest.testParseArguments(ServerLauncherJUnitTest.java:114)

        Caused by:
        java.lang.IllegalArgumentException: The working directory for the 
Server could not be found.
            at 
com.gemstone.gemfire.distributed.ServerLauncher$Builder.setWorkingDirectory(ServerLauncher.java:2045)
            at 
com.gemstone.gemfire.distributed.ServerLauncher$Builder.parseArguments(ServerLauncher.java:1513)
            ... 1 more

            Caused by:
            java.io.FileNotFoundException: /tmp/junit1625423486198578553
                at 
com.gemstone.gemfire.distributed.ServerLauncher$Builder.setWorkingDirectory(ServerLauncher.java:2045)
                ... 2 more

com.gemstone.gemfire.distributed.ServerLauncherJUnitTest > 
testSetAndGetWorkingDirectory FAILED
    java.lang.IllegalArgumentException: The working directory for the Server 
could not be found.
        at 
com.gemstone.gemfire.distributed.ServerLauncher$Builder.setWorkingDirectory(ServerLauncher.java:2045)
        at 
com.gemstone.gemfire.distributed.ServerLauncherJUnitTest.testSetAndGetWorkingDirectory(ServerLauncherJUnitTest.java:356)

        Caused by:
        java.io.FileNotFoundException:   
            at 
com.gemstone.gemfire.distributed.ServerLauncher$Builder.setWorkingDirectory(ServerLauncher.java:2045)
            ... 1 more

1400 tests completed, 4 failed, 15 skipped
:gemfire-core:test FAILED
: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-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-20150725.034524-37.jar
 to repository remote at 
https://repository.apache.org/content/repositories/snapshots
Transferring 13011K from remote
Uploaded 13011K

:gemfire-assembly:generatePomFileForJgroupsJarPublication
:gemfire-assembly:publishJgroupsJarPublicationToApache.snapshots.httpsRepositoryUploading:
 
org/apache/geode/gemfire-jgroups/1.0.0-incubating-SNAPSHOT/gemfire-jgroups-1.0.0-incubating-20150725.034529-36.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-20150725.034531-36.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-20150725.034533-36.jar
 to repository remote at 
https://repository.apache.org/content/repositories/snapshots
Transferring 41K from remote
Uploaded 41K

:gemfire-assembly:publish

FAILURE: Build completed with 2 failures.

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

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':gemfire-core:test'.
> There were failing tests. See the report at: 
> file://<https://builds.apache.org/job/Geode-nightly/ws/gemfire-core/build/reports/test/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 40 mins 30.375 secs
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to Geode-nightly #127
Archived 2 artifacts
Archive block size is 32768
Received 1211 blocks and 137990766 bytes
Compression is 22.3%
Took 41 sec
Recording test results

Reply via email to