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

Changes:

[klund] GEODE-108: Fix up HAInterestPart*DUnitTests

[klund] GEODE-123: Increase maximum line width from 80 to 160.

------------------------------------------
[...truncated 546 lines...]
        at 
com.gemstone.gemfire.internal.tcp.MsgStreamer.writeAsSerializedByteArray(MsgStreamer.java:967)
        at 
com.gemstone.gemfire.DataSerializer.writeObjectAsByteArray(DataSerializer.java:1492)
        at 
com.gemstone.gemfire.internal.cache.DistributedPutAllOperation$PutAllEntryData.toData(DistributedPutAllOperation.java:424)
        at 
com.gemstone.gemfire.internal.cache.DistributedPutAllOperation$PutAllMessage.toData(DistributedPutAllOperation.java:1288)
        at 
com.gemstone.gemfire.internal.InternalDataSerializer.invokeToData(InternalDataSerializer.java:2483)
        at 
com.gemstone.gemfire.internal.InternalDataSerializer.writeDSFID(InternalDataSerializer.java:1397)
        at 
com.gemstone.gemfire.internal.tcp.MsgStreamer.writeMessage(MsgStreamer.java:247)
        at 
com.gemstone.gemfire.internal.tcp.MsgStreamerList.writeMessage(MsgStreamerList.java:74)
        at 
com.gemstone.gemfire.distributed.internal.direct.DirectChannel.sendToMany(DirectChannel.java:458)
        at 
com.gemstone.gemfire.distributed.internal.direct.DirectChannel.send(DirectChannel.java:698)
        at 
com.gemstone.gemfire.distributed.internal.membership.jgroup.JGroupMembershipManager.directChannelSend(JGroupMembershipManager.java:2878)
        at 
com.gemstone.gemfire.distributed.internal.membership.jgroup.JGroupMembershipManager.send(JGroupMembershipManager.java:3112)
        at 
com.gemstone.gemfire.distributed.internal.DistributionChannel.send(DistributionChannel.java:79)
        at 
com.gemstone.gemfire.distributed.internal.DistributionManager.sendOutgoing(DistributionManager.java:3770)
        at 
com.gemstone.gemfire.distributed.internal.DistributionManager.sendMessage(DistributionManager.java:3811)
        at 
com.gemstone.gemfire.distributed.internal.DistributionManager.putOutgoing(DistributionManager.java:1957)
        at 
com.gemstone.gemfire.internal.cache.DistributedCacheOperation.distribute(DistributedCacheOperation.java:521)
        at 
com.gemstone.gemfire.internal.cache.AbstractUpdateOperation.distribute(AbstractUpdateOperation.java:65)
        at 
com.gemstone.gemfire.internal.cache.DistributedRegion.postPutAllSend(DistributedRegion.java:3606)
        at 
com.gemstone.gemfire.internal.cache.LocalRegionDataView.postPutAll(LocalRegionDataView.java:247)
        at 
com.gemstone.gemfire.internal.cache.LocalRegion.basicPutAll(LocalRegion.java:10500)
        at 
com.gemstone.gemfire.internal.cache.DistributedRegion.basicPutAll(DistributedRegion.java:3627)
        at 
com.gemstone.gemfire.internal.cache.LocalRegion.putAll(LocalRegion.java:10260)
        at 
com.gemstone.gemfire.internal.cache.LocalRegion.putAll(LocalRegion.java:10272)
        at 
com.gemstone.gemfire.cache.snapshot.SnapshotPerformanceDUnitTest.loadData(SnapshotPerformanceDUnitTest.java:148)
        at 
com.gemstone.gemfire.cache.snapshot.SnapshotPerformanceDUnitTest.execute(SnapshotPerformanceDUnitTest.java:49)
        at 
com.gemstone.gemfire.cache.snapshot.SnapshotPerformanceDUnitTest.testPerformance(SnapshotPerformanceDUnitTest.java:37)

        Caused by:
        com.gemstone.gemfire.pdx.PdxSerializationException: Serialization error 
on field enumVal for class com.examples.snapshot.MyObjectPdx
            at 
com.gemstone.gemfire.pdx.internal.AutoSerializableManager.handleException(AutoSerializableManager.java:1857)
            at 
com.gemstone.gemfire.pdx.internal.AutoSerializableManager.access$100(AutoSerializableManager.java:61)
            at 
com.gemstone.gemfire.pdx.internal.AutoSerializableManager$PdxFieldWrapper.handleException(AutoSerializableManager.java:711)
            at 
com.gemstone.gemfire.pdx.internal.AutoSerializableManager$ObjectField.serialize(AutoSerializableManager.java:1226)
            at 
com.gemstone.gemfire.pdx.internal.AutoSerializableManager.writeData(AutoSerializableManager.java:1895)
            at 
com.gemstone.gemfire.pdx.internal.AutoSerializableManager.writeData(AutoSerializableManager.java:1844)
            at 
com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer.toData(ReflectionBasedAutoSerializer.java:309)
            at 
com.examples.snapshot.MyPdxSerializer.toData(MyPdxSerializer.java:32)
            at 
com.gemstone.gemfire.internal.InternalDataSerializer.writePdx(InternalDataSerializer.java:3164)
            ... 31 more

            Caused by:
            com.gemstone.gemfire.pdx.PdxInitializationException: Bad PDX 
configuration on member asf903(16704)<v613>:5919: The PDX metadata must be 
persistent in a member that has persistent data. See 
CacheFactory.setPdxPersistent.
                at 
com.gemstone.gemfire.pdx.internal.CheckTypeRegistryState.send(CheckTypeRegistryState.java:49)
                at 
com.gemstone.gemfire.pdx.internal.PeerTypeRegistration.checkDistributedTypeRegistryState(PeerTypeRegistration.java:401)
                at 
com.gemstone.gemfire.pdx.internal.PeerTypeRegistration.updateRegion(PeerTypeRegistration.java:366)
                at 
com.gemstone.gemfire.pdx.internal.PeerTypeRegistration.updateIdToEnumRegion(PeerTypeRegistration.java:360)
                at 
com.gemstone.gemfire.pdx.internal.PeerTypeRegistration.getEnumId(PeerTypeRegistration.java:589)
                at 
com.gemstone.gemfire.pdx.internal.TypeRegistry.getEnumId(TypeRegistry.java:345)
                at 
com.gemstone.gemfire.internal.InternalDataSerializer.writePdxEnum(InternalDataSerializer.java:2308)
                at 
com.gemstone.gemfire.internal.InternalDataSerializer.writeUserObject(InternalDataSerializer.java:1590)
                at 
com.gemstone.gemfire.internal.InternalDataSerializer.writeWellKnownObject(InternalDataSerializer.java:1496)
                at 
com.gemstone.gemfire.internal.InternalDataSerializer.basicWriteObject(InternalDataSerializer.java:2269)
                at 
com.gemstone.gemfire.pdx.internal.PdxOutputStream.writeObject(PdxOutputStream.java:75)
                at 
com.gemstone.gemfire.pdx.internal.PdxWriterImpl.writeObject(PdxWriterImpl.java:305)
                at 
com.gemstone.gemfire.pdx.internal.AutoSerializableManager$ObjectField.serializeValue(AutoSerializableManager.java:1234)
                at 
com.gemstone.gemfire.pdx.internal.AutoSerializableManager$ObjectField.serialize(AutoSerializableManager.java:1224)
                ... 36 more

                Caused by:
                com.gemstone.gemfire.pdx.PdxInitializationException: The PDX 
metadata must be persistent in a member that has persistent data. See 
CacheFactory.setPdxPersistent.

com.gemstone.gemfire.cache.query.partitioned.PRQueryRegionDestroyedDUnitTest > 
testPRWithRegionDestroyInOneDatastoreWithDelay FAILED
    junit.framework.AssertionFailedError: Unexpected exception during query: 
util.TestException: 
PRQueryDUnitHelper#getCacheSerializableRunnableForPRQueryAndCompareResults: 
Caught unexpected query exception
        at 
com.gemstone.gemfire.cache.query.partitioned.PRQueryDUnitHelper$13.run2(PRQueryDUnitHelper.java:750)
        at 
com.gemstone.gemfire.cache30.CacheSerializableRunnable.run(CacheSerializableRunnable.java:46)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at hydra.MethExecutor.executeObject(MethExecutor.java:258)
        at 
dunit.standalone.RemoteDUnitVM.executeMethodOnObject(RemoteDUnitVM.java:67)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
        at sun.rmi.transport.Transport$1.run(Transport.java:177)
        at sun.rmi.transport.Transport$1.run(Transport.java:174)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
        at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:556)
        at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:811)
        at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:670)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
    Caused by: com.gemstone.gemfire.cache.query.RegionNotFoundException: Region 
not found:  /Portfolios
        at 
com.gemstone.gemfire.cache.query.internal.CompiledRegion.evaluate(CompiledRegion.java:80)
        at 
com.gemstone.gemfire.cache.query.internal.CompiledIteratorDef.evaluateCollection(CompiledIteratorDef.java:155)
        at 
com.gemstone.gemfire.cache.query.internal.RuntimeIterator.evaluateCollection(RuntimeIterator.java:103)
        at 
com.gemstone.gemfire.cache.query.internal.CompiledIteratorDef.getRuntimeIterator(CompiledIteratorDef.java:99)
        at 
com.gemstone.gemfire.cache.query.internal.CompiledSelect.computeDependencies(CompiledSelect.java:185)
        at 
com.gemstone.gemfire.cache.query.internal.DefaultQuery.executeUsingContext(DefaultQuery.java:560)
        at 
com.gemstone.gemfire.internal.cache.PRQueryProcessor.executeQueryOnBuckets(PRQueryProcessor.java:390)
        at 
com.gemstone.gemfire.internal.cache.PRQueryProcessor.executeSequentially(PRQueryProcessor.java:353)
        at 
com.gemstone.gemfire.internal.cache.PRQueryProcessor.executeQuery(PRQueryProcessor.java:139)
        at 
com.gemstone.gemfire.internal.cache.partitioned.QueryMessage.operateOnPartitionedRegion(QueryMessage.java:190)
        at 
com.gemstone.gemfire.internal.cache.partitioned.PartitionMessage.process(PartitionMessage.java:314)
        at 
com.gemstone.gemfire.distributed.internal.DistributionMessage.scheduleAction(DistributionMessage.java:371)
        at 
com.gemstone.gemfire.distributed.internal.DistributionMessage$1.run(DistributionMessage.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at 
com.gemstone.gemfire.distributed.internal.DistributionManager.runUntilShutdown(DistributionManager.java:692)
        at 
com.gemstone.gemfire.distributed.internal.DistributionManager$8$1.run(DistributionManager.java:1106)
        ... 1 more
        at junit.framework.Assert.fail(Assert.java:57)
        at junit.framework.TestCase.fail(TestCase.java:227)
        at dunit.DistributedTestCase.fail(DistributedTestCase.java:938)
        at 
com.gemstone.gemfire.cache.query.partitioned.PRQueryRegionDestroyedDUnitTest.testPRWithRegionDestroyInOneDatastoreWithDelay(PRQueryRegionDestroyedDUnitTest.java:205)

7217 tests completed, 13 failed
:gemfire-core:distributedTest FAILED
:gemfire-core:integrationTest

com.gemstone.gemfire.codeAnalysis.AnalyzeSerializablesJUnitTest > 
testSerializables FAILED
    java.lang.AssertionError: Modified 
classes--------------------------------------------
    
com/gemstone/gemfire/cache/hdfs/internal/HDFSStoreConfigHolder,false,autoMajorCompact:boolean,batchIntervalMillis:int,batchSize:int,blockCacheSize:float,clientConfigFile:java/lang/String,diskStoreName:java/lang/String,diskSynchronous:boolean,dispatcherThreads:int,fileRolloverInterval:int,homeDir:java/lang/String,isAutoCompact:boolean,isPersistenceEnabled:boolean,logPrefix:java/lang/String,majorCompactionConcurrency:int,majorCompactionIntervalMins:int,maxConcurrency:int,maxFileSize:int,maxInputFileCount:int,maxInputFileSizeMB:int,maximumQueueMemory:int,minInputFileCount:int,name:java/lang/String,namenodeURL:java/lang/String,oldFileCleanupIntervalMins:int
                 added fields: [isPersistenceEnabled, diskSynchronous, 
majorCompactionIntervalMins, maxInputFileCount, autoMajorCompact, 
minInputFileCount, diskStoreName, batchIntervalMillis, batchSize, 
majorCompactionConcurrency, oldFileCleanupIntervalMins, dispatcherThreads, 
maximumQueueMemory, maxInputFileSizeMB, maxConcurrency]


    If the class is not persisted or sent over the wire add it to the 
excludedClasses.txt file in the 
    /com/gemstone/gemfire/codeAnalysis/ directory.  Otherwise if this doesn't 
    break backward compatibility move the file actualSerializables.dat to the 
    codeAnalysis test directory and rename to sanctionedSerializables.txt
        at org.junit.Assert.fail(Assert.java:88)
        at 
com.gemstone.gemfire.codeAnalysis.AnalyzeSerializablesJUnitTest.testSerializables(AnalyzeSerializablesJUnitTest.java:268)

2727 tests completed, 1 failed, 33 skipped
:gemfire-core:integrationTest FAILED
: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-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-20150718.011323-32.jar
 to repository remote at 
https://repository.apache.org/content/repositories/snapshots
Transferring 13008K from remote
Uploaded 13008K

:gemfire-assembly:generatePomFileForJgroupsJarPublication
:gemfire-assembly:publishJgroupsJarPublicationToApache.snapshots.httpsRepositoryUploading:
 
org/apache/geode/gemfire-jgroups/1.0.0-incubating-SNAPSHOT/gemfire-jgroups-1.0.0-incubating-20150718.011329-31.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-20150718.011331-31.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-20150718.011332-31.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:integrationTest'.
> There were failing tests. See the report at: 
> file://<https://builds.apache.org/job/Geode-nightly/ws/gemfire-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.
==============================================================================

BUILD FAILED

Total time: 6 hrs 45 mins 46.968 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 944 blocks and 146738707 bytes
Compression is 17.4%
Took 53 sec
Recording test results

Reply via email to