See <https://builds.apache.org/job/Geode-release/16/changes>

Changes:

[boglesby] GEODE-1641: The Gateway Conflict Resolver is supported again in

[wmarkito] M3 release branch done. Bumping the release version to 1.0.0

[huynhja] GEODE-1614: CI failure:

[eshu] GOEDE-1621: Do not throw IllegalArgumentException in TXState cleanup()

[jiliao] GEODE-1571: security code tidy up.

[huynhja] GEODE-1588: AckReader and Dispatching thread are shut down before

[klund] GEODE-1452: annotate disabled tests with @Ignore and rename

[gzhou] GEODE-11: GFSH commands for Lucene

[jiliao] GEODE-1571: documentation and code cleanup

[sbawaskar] fixing the version from 1.0.0-incubating.1.0.0-SNAPSHOT to

[eshu] GEODE-1649: Fixes IllegalStateException in mock junit test.

[jiliao] GEODE-1571: fix nightly failure

[klund] GEODE-1598: fix auto-completion problems by telling jopt that all

[bschuchardt] GEODE-1642 Add conveniance method isCancelInProgress to 
CancelCriterion

[klund] GEODE-1646: repackage new Security classes in org.apache.geode.security

[jiliao] GEODE-1571: use constructor instead of static method to create

[jiliao] GEODE-1571: fix compiling error after the merge

[nnag] GEODE-1587: Replaced AtomicInteger with AtomicIntegerFieldUpdater

[nnag] GEODE-1639: Receivers selects a different port if the selected port is

[upthewaterspout] GEODE-11 Adding tests of closing a cache during index updates

[jiliao] GEODE-1571: fix permission needed for remove data command

[klund] GEODE-1656: fix compilation warnings with @SuppressWarnings annotations

[klund] GEODE-1654: Fix Javadoc warnings

[klund] GEODE-1660: fix compilation warnings

[nnag] GEODE-1600: startLocatorAndDS takes 0 as port number parameter

[gzhou] This closes #205

[huynhja] GEODE-1644: ClassCastException is thrown with in queries against a map

[gzhou] GEODE-11:Dunit test to verify stats in list lucene gfsh command

[klund] GEODE-1667: update CacheTestCase to JUnit 4 by default

[jiliao] GEODE-1571: have auth-init accept either a constructor or a static

[jiliao] GEODE-1571: simplify security check

[dschneider] GEODE-1590: add defragmentationsInProgress stat

[jiliao] GEODE-1571: revert previous two changes

[nnag] GEODE-1612: Gets a list of random ports at once

[jiliao] GEODE-1571: more revert.

[jiliao] GEODE-746: When starting a locator using --bind-address, gfsh prints

[gzhou] GEODE-11: GFSH command fixes

[jiliao] GEODE-1571: Allow AuthInit to take either a constructor or a static

[bschuchardt] Removing unreferenced ParentLocalizedStrings.  All remaining

[bschuchardt] Performance enhancements ported from GemFire 8.2.0.x

[gzhou] GEODE-11:Gfsh command for lucene query

[bschuchardt] GEODE-1655: CI Failure in

[jiliao] GEODE-1647: Add Integrated Security to Peer Authentication

[jiliao] GEODE-1647: add more unit test

[jiliao] GEODE-1680: Change "list regions" to DATA:READ permissions

[bschuchardt] GEODE-1685  Upgrade to JGroups 3.6.10.Final

[dschneider] GEODE-1420: fix 100ms delay in stopping tombstone sweeper

[boglesby] GEODE-1677: Events are now added to tmpQueuedEvents while shadow pr 
is

[agingade] GEODE-1669: Made changes to add/remove list of interested keys using

[jiliao] GEODE-17: update selenium-firefox driver to run uiTest

[jiliao] GEODE-17: fix javadoc warnings

[bschuchardt] javadoc clean-up for commmunications/membership classes

[jiliao] GEODE-1617: Regions can be created with a variety of characters that

[klund] GEODE-1673: fail start if security.json cannot be found

[bschuchardt] Marking test as flaky - see GEODE-1594

[huynhja] GEODE-1617: CreateRegionFunction was not attaching a cache listener

------------------------------------------
[...truncated 652 lines...]
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at 
com.gemstone.gemfire.distributed.internal.DistributionManager.runUntilShutdown(DistributionManager.java:611)
        at 
com.gemstone.gemfire.distributed.internal.DistributionManager$4$1.run(DistributionManager.java:885)
        at java.lang.Thread.run(Thread.java:745)
    Caused by: com.gemstone.gemfire.cache.DiskAccessException: For DiskStore: 
cluster_config: Could not lock 
"/x1/jenkins/jenkins-slave/workspace/Geode-release/geode-core/build/distributedTest/dunit/vm1/ConfigDiskDir_/DRLK_IFcluster_config.lk".
 Other JVMs might have created diskstore with same name using the same 
directory., caused by java.nio.channels.OverlappingFileLockException
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.createLockFile(DiskStoreImpl.java:1832)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.loadFiles(DiskStoreImpl.java:1921)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.<init>(DiskStoreImpl.java:438)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.<init>(DiskStoreImpl.java:351)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.<init>(DiskStoreImpl.java:346)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreFactoryImpl.create(DiskStoreFactoryImpl.java:139)
        at 
com.gemstone.gemfire.distributed.internal.SharedConfiguration.getConfigurationRegion(SharedConfiguration.java:708)
        ... 9 more
    Caused by: java.nio.channels.OverlappingFileLockException
        at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
        at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152)
        at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1108)
        at java.nio.channels.FileChannel.tryLock(FileChannel.java:1155)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.createLockFile(DiskStoreImpl.java:1800)
        ... 15 more

com.gemstone.gemfire.management.LocatorManagementDUnitTest > 
testWillingManagersWithPortZero FAILED
    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 896

    [error 2016/07/26 08:26:44.322 UTC <Pooled Message Processor 1> tid=0x4e9] 
Error occurred while initializing cluster configuration
    java.lang.Exception: Error occurred while initializing cluster configuration
        at 
com.gemstone.gemfire.distributed.internal.SharedConfiguration.getConfigurationRegion(SharedConfiguration.java:732)
        at 
com.gemstone.gemfire.distributed.internal.SharedConfiguration.initSharedConfiguration(SharedConfiguration.java:234)
        at 
com.gemstone.gemfire.distributed.internal.InternalLocator$SharedConfigurationRunnable.run(InternalLocator.java:687)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at 
com.gemstone.gemfire.distributed.internal.DistributionManager.runUntilShutdown(DistributionManager.java:611)
        at 
com.gemstone.gemfire.distributed.internal.DistributionManager$4$1.run(DistributionManager.java:885)
        at java.lang.Thread.run(Thread.java:745)
    Caused by: com.gemstone.gemfire.cache.DiskAccessException: For DiskStore: 
cluster_config: Could not lock 
"/x1/jenkins/jenkins-slave/workspace/Geode-release/geode-core/build/distributedTest/dunit/vm1/ConfigDiskDir_/DRLK_IFcluster_config.lk".
 Other JVMs might have created diskstore with same name using the same 
directory., caused by java.nio.channels.OverlappingFileLockException
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.createLockFile(DiskStoreImpl.java:1832)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.loadFiles(DiskStoreImpl.java:1921)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.<init>(DiskStoreImpl.java:438)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.<init>(DiskStoreImpl.java:351)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.<init>(DiskStoreImpl.java:346)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreFactoryImpl.create(DiskStoreFactoryImpl.java:139)
        at 
com.gemstone.gemfire.distributed.internal.SharedConfiguration.getConfigurationRegion(SharedConfiguration.java:708)
        ... 9 more
    Caused by: java.nio.channels.OverlappingFileLockException
        at sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
        at sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152)
        at sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1108)
        at java.nio.channels.FileChannel.tryLock(FileChannel.java:1155)
        at 
com.gemstone.gemfire.internal.cache.DiskStoreImpl.createLockFile(DiskStoreImpl.java:1800)
        ... 15 more

7433 tests completed, 2 failed, 587 skipped
:geode-core:distributedTest FAILED
:geode-core:flakyTest
:geode-core:integrationTest
: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:test
:geode-cq:check
:geode-cq:build
:geode-cq:distributedTest
:geode-cq:flakyTest
:geode-cq:integrationTest
:geode-json:assemble
:geode-json:compileTestJava UP-TO-DATE
:geode-json:processTestResources UP-TO-DATE
:geode-json:testClasses UP-TO-DATE
:geode-json:checkMissedTests UP-TO-DATE
:geode-json:test UP-TO-DATE
:geode-json:check
:geode-json:build
:geode-json:distributedTest UP-TO-DATE
:geode-json:flakyTest 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:compileTestJava
:geode-junit:processTestResources UP-TO-DATE
:geode-junit:testClasses
:geode-junit:checkMissedTests
:geode-junit:test
:geode-junit:check
:geode-junit:build
:geode-junit:distributedTest
:geode-junit:flakyTest
: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:test
:geode-lucene:check
:geode-lucene:build
:geode-lucene:distributedTest
:geode-lucene:flakyTest
:geode-lucene:integrationTest
:geode-pulse:assemble
:geode-pulse:compileTestJava
Download 
https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.53.1/selenium-firefox-driver-2.53.1.pom
Download 
https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-parent/2.53.1/selenium-parent-2.53.1.pom
Download 
https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-api/2.53.1/selenium-api-2.53.1.pom
Download 
https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.53.1/selenium-remote-driver-2.53.1.pom
Download 
https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-support/2.53.1/selenium-support-2.53.1.pom
Download 
https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-firefox-driver/2.53.1/selenium-firefox-driver-2.53.1.jar
Download 
https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-api/2.53.1/selenium-api-2.53.1.jar
Download 
https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-remote-driver/2.53.1/selenium-remote-driver-2.53.1.jar
Download 
https://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-support/2.53.1/selenium-support-2.53.1.jar
Note: 
/x1/jenkins/jenkins-slave/workspace/Geode-release/geode-pulse/src/test/java/com/vmware/gemfire/tools/pulse/tests/PulseAbstractTest.java
 uses or overrides 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-pulse:processTestResources
:geode-pulse:testClasses
:geode-pulse:checkMissedTests
:geode-pulse:test
:geode-pulse:check
:geode-pulse:build
:geode-pulse:distributedTest
:geode-pulse:flakyTest
:geode-pulse:integrationTest
:geode-rebalancer:jar
:geode-rebalancer:javadoc
:geode-rebalancer:javadocJar
:geode-rebalancer:sourcesJar
:geode-rebalancer:signArchives SKIPPED
:geode-rebalancer:assemble
:geode-rebalancer:compileTestJava
:geode-rebalancer:processTestResources UP-TO-DATE
:geode-rebalancer:testClasses
:geode-rebalancer:checkMissedTests
:geode-rebalancer:test
:geode-rebalancer:check
:geode-rebalancer:build
:geode-rebalancer:distributedTest
:geode-rebalancer:flakyTest
: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:test
:geode-wan:check
:geode-wan:build
:geode-wan:distributedTest
:geode-wan:flakyTest
:geode-wan:integrationTest
:geode-web:assemble
:geode-web:compileTestJavaNote: 
/x1/jenkins/jenkins-slave/workspace/Geode-release/geode-web/src/test/java/com/gemstone/gemfire/management/internal/cli/commands/DataCommandsOverHttpDistributedTest.java
 uses or overrides 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-web:processTestResources UP-TO-DATE
:geode-web:testClasses
:geode-web:checkMissedTests
:geode-web:test
:geode-web:check
:geode-web:build
:geode-web:distributedTest
:geode-web:flakyTest
:geode-web:integrationTest
:geode-web-api:assemble
:geode-web-api:compileTestJava UP-TO-DATE
:geode-web-api:processTestResources UP-TO-DATE
:geode-web-api:testClasses UP-TO-DATE
:geode-web-api:checkMissedTests UP-TO-DATE
:geode-web-api:test UP-TO-DATE
:geode-web-api:check
:geode-web-api:build
:geode-web-api:distributedTest UP-TO-DATE
:geode-web-api:flakyTest UP-TO-DATE
:geode-web-api:integrationTest UP-TO-DATE
:combineReports
All test reports at 
/x1/jenkins/jenkins-slave/workspace/Geode-release/build/reports/combined
:extensions/geode-modules:precheckin
:extensions/geode-modules-assembly:precheckin
:extensions/geode-modules-hibernate:precheckin
:extensions/geode-modules-session:precheckin
:extensions/geode-modules-session-internal:precheckin
:extensions/geode-modules-tomcat7:precheckin
:geode-common:precheckin
:geode-cq:precheckin
:geode-json:precheckin
:geode-junit:precheckin
:geode-lucene:precheckin
:geode-pulse:precheckin
:geode-rebalancer:precheckin
:geode-wan:precheckin
:geode-web:precheckin
:geode-web-api:precheckin

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':geode-assembly:flakyTest'.
> There were failing tests. See the report at: 
> file:///x1/jenkins/jenkins-slave/workspace/Geode-release/geode-assembly/build/reports/flakyTest/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-core:distributedTest'.
> There were failing tests. See the report at: 
> file:///x1/jenkins/jenkins-slave/workspace/Geode-release/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.
==============================================================================

BUILD FAILED

Total time: 11 hrs 46 mins 47.833 secs
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Compressed 250.94 MB of artifacts by 12.4% relative to #7
Recording test results

Reply via email to