You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/03/11 07:09:35 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1400 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1400/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC -XX:-UseSuperWord

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.FullSolrCloudDistribCmdsTest

Error Message:
Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5525, name=qtp762374701-5525, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest], registration stack trace below.

Stack Trace:
com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5525, name=qtp762374701-5525, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest], registration stack trace below.
	at __randomizedtesting.SeedInfo.seed([9E09B4F8249913BB]:0)
	at java.lang.Thread.getStackTrace(Thread.java:1588)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:554)
	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1044)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:936)
	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:928)
	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:350)
	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:257)
	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:471)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:762)
	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:631)
	at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:224)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:595)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:518)
	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:153)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:732)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:268)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:217)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:134)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:368)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1cb3bfa4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58cf9449; maxCacheMB=0.509765625 maxMergeSizeMB=0.7392578125))
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:602)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2$1.apply(RandomizedRunner.java:599)
	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.afterAlways(RandomizedRunner.java:615)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	... 1 more




Build Log:
[...truncated 10498 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 1778330 T5395 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /zp/ze
   [junit4]   2> 1778338 T5395 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-FullSolrCloudDistribCmdsTest-1394514655023
   [junit4]   2> 1778340 T5395 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1778341 T5396 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1778442 T5395 oasc.ZkTestServer.run start zk server on port:51073
   [junit4]   2> 1778444 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1778454 T5402 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b6791f0 name:ZooKeeperConnection Watcher:127.0.0.1:51073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1778454 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1778454 T5395 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1778468 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1778472 T5404 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@42568ceb name:ZooKeeperConnection Watcher:127.0.0.1:51073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1778472 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1778473 T5395 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1778480 T5395 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1778487 T5395 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1778492 T5395 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1778498 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1778498 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1778507 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1778507 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1778515 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1778516 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1778523 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1778524 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1778530 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1778530 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1778537 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1778537 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1778544 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1778545 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1778554 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1778555 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1778563 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1778564 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1778571 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1778572 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1778578 T5395 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1778579 T5395 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1779709 T5395 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1779720 T5395 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51076
   [junit4]   2> 1779720 T5395 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1779721 T5395 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1779721 T5395 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273
   [junit4]   2> 1779722 T5395 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273/'
   [junit4]   2> 1779750 T5395 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273/solr.xml
   [junit4]   2> 1779825 T5395 oasc.CoreContainer.<init> New CoreContainer 1507897540
   [junit4]   2> 1779826 T5395 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273/]
   [junit4]   2> 1779828 T5395 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1779828 T5395 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1779828 T5395 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1779828 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1779829 T5395 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1779829 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1779830 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1779830 T5395 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1779830 T5395 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1779841 T5395 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1779842 T5395 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1779842 T5395 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1779842 T5395 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51073/solr
   [junit4]   2> 1779843 T5395 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1779844 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1779849 T5415 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2e7541f5 name:ZooKeeperConnection Watcher:127.0.0.1:51073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1779850 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1779854 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1779857 T5417 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1dad35cf name:ZooKeeperConnection Watcher:127.0.0.1:51073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1779857 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1779862 T5395 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1779869 T5395 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1779877 T5395 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1779881 T5395 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51076_zp%2Fze
   [junit4]   2> 1779883 T5395 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51076_zp%2Fze
   [junit4]   2> 1779890 T5395 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1779898 T5395 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1779909 T5395 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:51076_zp%2Fze
   [junit4]   2> 1779909 T5395 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1779916 T5395 oasc.Overseer.start Overseer (id=91390912431849475-127.0.0.1:51076_zp%2Fze-n_0000000000) starting
   [junit4]   2> 1779928 T5395 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1779940 T5419 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1779941 T5395 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1779942 T5419 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1779946 T5395 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1779952 T5395 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1779959 T5418 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1779967 T5420 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1779967 T5420 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1779968 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1779969 T5420 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1779971 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1779973 T5418 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51076/zp/ze",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51076_zp%2Fze",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1779973 T5418 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1779973 T5418 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1779978 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1779980 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1780970 T5420 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1780970 T5420 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273/collection1
   [junit4]   2> 1780971 T5420 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1780973 T5420 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1780973 T5420 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1780977 T5420 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1780977 T5420 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273/collection1/'
   [junit4]   2> 1780978 T5420 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273/collection1/lib/.svn/' to classloader
   [junit4]   2> 1780978 T5420 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273/collection1/lib/classes/' to classloader
   [junit4]   2> 1780979 T5420 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273/collection1/lib/README' to classloader
   [junit4]   2> 1781046 T5420 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1781110 T5420 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1781113 T5420 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1781121 T5420 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1781736 T5420 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1781741 T5420 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1781744 T5420 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1781751 T5420 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1781806 T5420 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1781806 T5420 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1394514655273/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/control/data/
   [junit4]   2> 1781807 T5420 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5242dc6a
   [junit4]   2> 1781807 T5420 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/control/data
   [junit4]   2> 1781807 T5420 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/control/data/index/
   [junit4]   2> 1781808 T5420 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1781808 T5420 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/control/data/index
   [junit4]   2> 1781808 T5420 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2866304201896487]
   [junit4]   2> 1781809 T5420 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@73003b09 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d304888),segFN=segments_1,generation=1}
   [junit4]   2> 1781809 T5420 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1781812 T5420 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1781813 T5420 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1781814 T5420 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1781814 T5420 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1781814 T5420 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1781815 T5420 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1781816 T5420 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1781816 T5420 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1781816 T5420 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1781817 T5420 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1781817 T5420 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1781818 T5420 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1781818 T5420 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1781818 T5420 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1781818 T5420 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1781819 T5420 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1781820 T5420 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1781831 T5420 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1781836 T5420 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1781836 T5420 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1781837 T5420 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=50.515625, floorSegmentMB=2.0810546875, forceMergeDeletesPctAllowed=6.356166506542137, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21327692200979637
   [junit4]   2> 1781837 T5420 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@73003b09 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d304888),segFN=segments_1,generation=1}
   [junit4]   2> 1781838 T5420 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1781838 T5420 oass.SolrIndexSearcher.<init> Opening Searcher@2c8119b9[collection1] main
   [junit4]   2> 1781841 T5421 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2c8119b9[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1781842 T5420 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1781844 T5395 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1781844 T5424 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51076/zp/ze collection:control_collection shard:shard1
   [junit4]   2> 1781844 T5395 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1781847 T5424 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1781848 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1781851 T5426 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19958b9 name:ZooKeeperConnection Watcher:127.0.0.1:51073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1781852 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1781855 T5395 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1781862 T5395 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1781864 T5424 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1781869 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1781869 T5424 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1781870 T5424 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1663 name=collection1 org.apache.solr.core.SolrCore@688c0cfb url=http://127.0.0.1:51076/zp/ze/collection1 node=127.0.0.1:51076_zp%2Fze C1663_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:51076/zp/ze, core=collection1, node_name=127.0.0.1:51076_zp%2Fze}
   [junit4]   2> 1781870 T5424 C1663 P51076 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51076/zp/ze/collection1/
   [junit4]   2> 1781870 T5424 C1663 P51076 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1781871 T5424 C1663 P51076 oasc.SyncStrategy.syncToMe http://127.0.0.1:51076/zp/ze/collection1/ has no replicas
   [junit4]   2> 1781871 T5424 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51076/zp/ze/collection1/ shard1
   [junit4]   2> 1781872 T5424 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1781881 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1781891 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1781893 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1781894 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1781906 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1781913 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1782018 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1782019 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1782051 T5424 oasc.ZkController.register We are http://127.0.0.1:51076/zp/ze/collection1/ and leader is http://127.0.0.1:51076/zp/ze/collection1/
   [junit4]   2> 1782051 T5424 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51076/zp/ze
   [junit4]   2> 1782052 T5424 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1782052 T5424 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1782053 T5424 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1782056 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1782057 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1782057 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1782059 T5424 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1782063 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1782065 T5418 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51076/zp/ze",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51076_zp%2Fze",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1782072 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1782176 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1782177 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1783013 T5395 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1783014 T5395 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1783018 T5395 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51080
   [junit4]   2> 1783019 T5395 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1783019 T5395 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1783019 T5395 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545
   [junit4]   2> 1783020 T5395 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545/'
   [junit4]   2> 1783046 T5395 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545/solr.xml
   [junit4]   2> 1783124 T5395 oasc.CoreContainer.<init> New CoreContainer 394007351
   [junit4]   2> 1783124 T5395 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545/]
   [junit4]   2> 1783126 T5395 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1783126 T5395 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1783126 T5395 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1783127 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1783127 T5395 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1783127 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1783128 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1783128 T5395 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1783128 T5395 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1783141 T5395 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1783141 T5395 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1783142 T5395 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1783143 T5395 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51073/solr
   [junit4]   2> 1783143 T5395 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1783144 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1783149 T5437 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52d18bec name:ZooKeeperConnection Watcher:127.0.0.1:51073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1783150 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1783156 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1783160 T5439 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53cfb555 name:ZooKeeperConnection Watcher:127.0.0.1:51073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1783160 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1783171 T5395 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1784180 T5395 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51080_zp%2Fze
   [junit4]   2> 1784182 T5395 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51080_zp%2Fze
   [junit4]   2> 1784191 T5417 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1784192 T5439 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1784191 T5426 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1784207 T5440 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1784207 T5440 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1784209 T5440 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1784209 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1784210 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1784210 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1784213 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1784214 T5418 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51080/zp/ze",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51080_zp%2Fze",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1784214 T5418 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 1784214 T5418 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1784218 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1784220 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1784221 T5439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1784222 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1785212 T5440 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1785212 T5440 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545/collection1
   [junit4]   2> 1785212 T5440 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1785214 T5440 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1785214 T5440 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1785218 T5440 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1785219 T5440 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545/collection1/'
   [junit4]   2> 1785221 T5440 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545/collection1/lib/.svn/' to classloader
   [junit4]   2> 1785221 T5440 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545/collection1/lib/classes/' to classloader
   [junit4]   2> 1785222 T5440 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545/collection1/lib/README' to classloader
   [junit4]   2> 1785295 T5440 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1785379 T5440 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1785381 T5440 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1785389 T5440 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1785938 T5440 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1785940 T5440 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1785942 T5440 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1785951 T5440 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1786018 T5440 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1786018 T5440 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1394514658545/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty1/
   [junit4]   2> 1786019 T5440 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5242dc6a
   [junit4]   2> 1786019 T5440 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty1
   [junit4]   2> 1786019 T5440 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty1/index/
   [junit4]   2> 1786020 T5440 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1786021 T5440 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty1/index
   [junit4]   2> 1786022 T5440 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2866304201896487]
   [junit4]   2> 1786023 T5440 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@3e1ff2a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3b75244),segFN=segments_1,generation=1}
   [junit4]   2> 1786023 T5440 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1786027 T5440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1786028 T5440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1786028 T5440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1786028 T5440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1786029 T5440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1786029 T5440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1786030 T5440 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1786031 T5440 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1786031 T5440 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1786033 T5440 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1786033 T5440 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1786034 T5440 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1786034 T5440 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1786035 T5440 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1786035 T5440 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1786036 T5440 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1786037 T5440 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1786047 T5440 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1786052 T5440 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1786052 T5440 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1786053 T5440 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=50.515625, floorSegmentMB=2.0810546875, forceMergeDeletesPctAllowed=6.356166506542137, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21327692200979637
   [junit4]   2> 1786054 T5440 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@3e1ff2a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3b75244),segFN=segments_1,generation=1}
   [junit4]   2> 1786054 T5440 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1786054 T5440 oass.SolrIndexSearcher.<init> Opening Searcher@6007afa9[collection1] main
   [junit4]   2> 1786064 T5441 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6007afa9[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1786068 T5440 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1786070 T5395 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1786106 T5444 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51080/zp/ze collection:collection1 shard:shard3
   [junit4]   2> 1786070 T5395 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1786108 T5444 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 1786120 T5444 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 1786125 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1786126 T5444 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1786126 T5444 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1664 name=collection1 org.apache.solr.core.SolrCore@7aa40392 url=http://127.0.0.1:51080/zp/ze/collection1 node=127.0.0.1:51080_zp%2Fze C1664_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:51080/zp/ze, core=collection1, node_name=127.0.0.1:51080_zp%2Fze}
   [junit4]   2> 1786126 T5444 C1664 P51080 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51080/zp/ze/collection1/
   [junit4]   2> 1786127 T5444 C1664 P51080 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1786127 T5444 C1664 P51080 oasc.SyncStrategy.syncToMe http://127.0.0.1:51080/zp/ze/collection1/ has no replicas
   [junit4]   2> 1786127 T5444 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51080/zp/ze/collection1/ shard3
   [junit4]   2> 1786127 T5444 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 1786133 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1786147 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1786150 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1786150 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1786155 T5439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1786163 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1786172 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1786278 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1786279 T5439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1786279 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1786309 T5444 oasc.ZkController.register We are http://127.0.0.1:51080/zp/ze/collection1/ and leader is http://127.0.0.1:51080/zp/ze/collection1/
   [junit4]   2> 1786310 T5444 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51080/zp/ze
   [junit4]   2> 1786310 T5444 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1786310 T5444 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1786310 T5444 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1786313 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1786313 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1786314 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1786316 T5444 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1786319 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1786320 T5418 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51080/zp/ze",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51080_zp%2Fze",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1786326 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1786431 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1786431 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1786431 T5439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1787326 T5395 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1787327 T5395 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1787331 T5395 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51083
   [junit4]   2> 1787333 T5395 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1787334 T5395 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1787334 T5395 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790
   [junit4]   2> 1787334 T5395 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790/'
   [junit4]   2> 1787369 T5395 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790/solr.xml
   [junit4]   2> 1787457 T5395 oasc.CoreContainer.<init> New CoreContainer 850562865
   [junit4]   2> 1787458 T5395 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790/]
   [junit4]   2> 1787459 T5395 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1787459 T5395 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1787459 T5395 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1787460 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1787460 T5395 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1787460 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1787460 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1787461 T5395 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1787461 T5395 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1787473 T5395 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1787473 T5395 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1787473 T5395 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1787474 T5395 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51073/solr
   [junit4]   2> 1787475 T5395 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1787476 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1787480 T5455 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@68d6f3f7 name:ZooKeeperConnection Watcher:127.0.0.1:51073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1787481 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1787489 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1787493 T5457 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61b16b09 name:ZooKeeperConnection Watcher:127.0.0.1:51073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1787493 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1787507 T5395 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1788516 T5395 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51083_zp%2Fze
   [junit4]   2> 1788519 T5395 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51083_zp%2Fze
   [junit4]   2> 1788528 T5417 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1788529 T5457 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1788528 T5439 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1788529 T5426 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1788543 T5458 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1788544 T5458 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1788546 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1788546 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1788547 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1788547 T5458 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1788550 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1788552 T5418 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51083/zp/ze",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51083_zp%2Fze",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1788552 T5418 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1788552 T5418 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1788558 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1788560 T5439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1788560 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1788561 T5457 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1788561 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1789549 T5458 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1789549 T5458 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790/collection1
   [junit4]   2> 1789549 T5458 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1789552 T5458 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1789552 T5458 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1789557 T5458 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1789557 T5458 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790/collection1/'
   [junit4]   2> 1789561 T5458 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790/collection1/lib/.svn/' to classloader
   [junit4]   2> 1789564 T5458 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790/collection1/lib/classes/' to classloader
   [junit4]   2> 1789565 T5458 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790/collection1/lib/README' to classloader
   [junit4]   2> 1789637 T5458 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1789700 T5458 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1789703 T5458 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1789712 T5458 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1790223 T5458 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1790225 T5458 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1790228 T5458 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1790235 T5458 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1790293 T5458 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1790294 T5458 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1394514662790/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty2/
   [junit4]   2> 1790294 T5458 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5242dc6a
   [junit4]   2> 1790297 T5458 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty2
   [junit4]   2> 1790297 T5458 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty2/index/
   [junit4]   2> 1790298 T5458 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1790299 T5458 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1394514655022/jetty2/index
   [junit4]   2> 1790300 T5458 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=7, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2866304201896487]
   [junit4]   2> 1790300 T5458 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@7a53985e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62db8aa8),segFN=segments_1,generation=1}
   [junit4]   2> 1790300 T5458 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1790311 T5458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1790314 T5458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1790315 T5458 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1790315 T5458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1790315 T5458 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1790316 T5458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1790317 T5458 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1790318 T5458 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1790319 T5458 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1790322 T5458 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1790323 T5458 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1790323 T5458 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1790324 T5458 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1790324 T5458 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1790325 T5458 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1790325 T5458 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1790326 T5458 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1790348 T5458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1790354 T5458 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1790355 T5458 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1790356 T5458 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=50.515625, floorSegmentMB=2.0810546875, forceMergeDeletesPctAllowed=6.356166506542137, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21327692200979637
   [junit4]   2> 1790356 T5458 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@7a53985e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62db8aa8),segFN=segments_1,generation=1}
   [junit4]   2> 1790356 T5458 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1790358 T5458 oass.SolrIndexSearcher.<init> Opening Searcher@37b90fb4[collection1] main
   [junit4]   2> 1790368 T5458 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1790369 T5459 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@37b90fb4[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1790370 T5395 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 1790370 T5395 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1790374 T5462 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51083/zp/ze collection:collection1 shard:shard1
   [junit4]   2> 1790376 T5462 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1790423 T5462 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1790427 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1790429 T5462 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1790430 T5462 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1665 name=collection1 org.apache.solr.core.SolrCore@be442be url=http://127.0.0.1:51083/zp/ze/collection1 node=127.0.0.1:51083_zp%2Fze C1665_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:51083/zp/ze, core=collection1, node_name=127.0.0.1:51083_zp%2Fze}
   [junit4]   2> 1790430 T5462 C1665 P51083 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51083/zp/ze/collection1/
   [junit4]   2> 1790430 T5462 C1665 P51083 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1790430 T5462 C1665 P51083 oasc.SyncStrategy.syncToMe http://127.0.0.1:51083/zp/ze/collection1/ has no replicas
   [junit4]   2> 1790431 T5462 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51083/zp/ze/collection1/ shard1
   [junit4]   2> 1790431 T5462 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1790432 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1790444 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1790447 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790447 T5457 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790448 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790449 T5439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790470 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1790477 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1790582 T5457 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790583 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790583 T5439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790584 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790615 T5462 oasc.ZkController.register We are http://127.0.0.1:51083/zp/ze/collection1/ and leader is http://127.0.0.1:51083/zp/ze/collection1/
   [junit4]   2> 1790615 T5462 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51083/zp/ze
   [junit4]   2> 1790616 T5462 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1790616 T5462 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1790616 T5462 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1790618 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1790618 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1790618 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1790619 T5462 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1790622 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1790623 T5418 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51083/zp/ze",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51083_zp%2Fze",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1790629 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1790737 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790737 T5439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790737 T5457 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1790737 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1791643 T5395 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1791646 T5395 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1791651 T5395 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51086
   [junit4]   2> 1791653 T5395 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1791654 T5395 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1791654 T5395 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1394514667053
   [junit4]   2> 1791655 T5395 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1394514667053/'
   [junit4]   2> 1791689 T5395 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1394514667053/solr.xml
   [junit4]   2> 1791823 T5395 oasc.CoreContainer.<init> New CoreContainer 1238550034
   [junit4]   2> 1791823 T5395 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1394514667053/]
   [junit4]   2> 1791824 T5395 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1791825 T5395 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1791825 T5395 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1791825 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1791826 T5395 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1791826 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1791827 T5395 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1791827 T5395 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1791828 T5395 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1791843 T5395 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1791844 T5395 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1791845 T5395 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1791845 T5395 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51073/solr
   [junit4]   2> 1791845 T5395 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1791847 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1791854 T5473 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2cc9ed9b name:ZooKeeperConnection Watcher:127.0.0.1:51073 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1791855 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1791861 T5395 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1791865 T5475 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e9c02bf name:ZooKeeperConnection Watcher:127.0.0.1:51073/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1791865 T5395 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1791879 T5395 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1792890 T5395 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51086_zp%2Fze
   [junit4]   2> 1792893 T5395 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51086_zp%2Fze
   [junit4]   2> 1792901 T5457 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1792902 T5475 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1792902 T5417 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1792903 T5426 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1792903 T5439 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1792918 T5476 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1792919 T5476 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1792921 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1792921 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1792921 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1792921 T5476 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1792925 T5418 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1792926 T5418 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:51086/zp/ze",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51086_zp%2Fze",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1792926 T5418 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1792926 T5418 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1792933 T5417 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1792934 T5475 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1792934 T5439 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1792934 T5426 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1792934 T5417 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1792934 T5457 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1793923 T5476 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1793924 T5476 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1394514667053/collection1
   [junit4]   2> 1793924 T5476 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1793925 T5476 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1793925 T5476 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1793928 T5476 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1793928 T5476 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1394514667053/collection1/'
   [junit4]   2> 1793929 T5476 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1394514667053/collection1/lib/.svn/' to classloader
   [junit4]   2> 1793930 T5476 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1394514667053/collection1/lib/classes/' to classloader
   [junit4]   2> 1793930 T5476 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1394514667053/collection1/lib/README' to classloader
   [junit4]   2> 1793999 T5476 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1794064 T5476 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1794070 T5476 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1794083 T5476 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1794604 T5476 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1794608 T5476 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 179

[...truncated too long message...]

erter, TestCloudManagedSchema, BinaryUpdateRequestHandlerTest, TestSchemaSimilarityResource, TestCustomSort, JSONWriterTest, SolrInfoMBeanTest, HdfsCollectionsAPIDistributedZkTest, BasicFunctionalityTest, BadComponentTest, DeleteReplicaTest, TestUtils, AssignTest, TestImplicitCoreProperties, TriLevelCompositeIdRoutingTest, LegacyHTMLStripCharFilterTest, DocValuesTest, TestManagedSchemaFieldResource, SolrCmdDistributorTest, StressHdfsTest, PluginInfoTest, CoreAdminHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestReversedWildcardFilterFactory, TestSolrJ, CircularListTest, TestModifyConfFiles, DistribCursorPagingTest, IndexSchemaTest, TestDocumentBuilder, SolrIndexConfigTest, ConnectionManagerTest, TestSolrXml, AbstractAnalyticsFacetTest, FileUtilsTest, QueryFacetTest, TestFunctionQuery, LoggingHandlerTest, SimpleFacetsTest, TestCursorMarkWithoutUniqueKey, TestCollationFieldDocValues, CollectionsAPIDistributedZkTest, ReturnFieldsTest, TestDistribDocBasedVersion, MultiTermTest, PreAnalyzedFieldTest, TestDFRSimilarityFactory, TestRemoteStreaming, TermsComponentTest, TestNonNRTOpen, TestFastLRUCache, ShardSplitTest, TestLFUCache, TestFoldingMultitermQuery, TestSchemaNameResource, ZkNodePropsTest, DateMathParserTest, DistributedQueryComponentOptimizationTest, TestInfoStreamLogging, ChaosMonkeyNothingIsSafeTest, QueryParsingTest, TestCollapseQParserPlugin, TestLMJelinekMercerSimilarityFactory, RecoveryZkTest, TestCoreContainer, TestRandomDVFaceting, DeleteShardTest, TestSolrXmlPersistence, HdfsLockFactoryTest, HdfsBasicDistributedZkTest, CoreMergeIndexesAdminHandlerTest, HdfsWriteToMultipleCollectionsTest, TestFileDictionaryLookup, TestDefaultSimilarityFactory, TestRandomMergePolicy, TestOmitPositions, TestFreeTextSuggestions, OutputWriterTest, PathHierarchyTokenizerFactoryTest, TestWordDelimiterFilterFactory, ModifyConfFileTest, FastVectorHighlighterTest, TestTrie, RangeFacetTest, TestLuceneMatchVersion, NumericFieldsTest, TestCopyFieldCollectionResource, RemoteQueryErrorTest, CSVRequestHandlerTest, TestStressUserVersions, CacheHeaderTest, TestSystemIdResolver, HardAutoCommitTest, NotRequiredUniqueKeyTest, CachingDirectoryFactoryTest, CoreAdminCreateDiscoverTest, TestOverriddenPrefixQueryForCustomFieldType, ZkSolrClientTest, SystemInfoHandlerTest, TestPHPSerializedResponseWriter, UpdateParamsTest, XmlUpdateRequestHandlerTest, TestInitQParser, TestAtomicUpdateErrorCases, CurrencyFieldXmlFileTest, TestExceedMaxTermLength, EchoParamsTest, OpenCloseCoreStressTest, TestDocBasedVersionConstraints, TestPseudoReturnFields, SliceStateUpdateTest, TestFieldCollectionResource, InfoHandlerTest, CoreContainerCoreInitFailuresTest, TestStandardQParsers, TestRangeQuery, BasicZkTest, EnumFieldTest, FileBasedSpellCheckerTest, ResourceLoaderTest, SuggesterFSTTest, SuggesterTSTTest, MigrateRouteKeyTest, JsonLoaderTest, AliasIntegrationTest, TestJmxMonitoredMap, FullSolrCloudDistribCmdsTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudDistribCmdsTest -Dtests.seed=9E09B4F8249913BB -Dtests.slow=true -Dtests.locale=ar_IQ -Dtests.timezone=Europe/Bratislava -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | FullSolrCloudDistribCmdsTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ResourceDisposalError: Resource in scope SUITE failed to close. Resource was registered from thread Thread[id=5525, name=qtp762374701-5525, state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest], registration stack trace below.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9E09B4F8249913BB]:0)
   [junit4]    > 	at java.lang.Thread.getStackTrace(Thread.java:1588)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeAtEnd(RandomizedContext.java:150)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.closeAfterSuite(LuceneTestCase.java:554)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.wrapDirectory(LuceneTestCase.java:1044)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:936)
   [junit4]    > 	at org.apache.lucene.util.LuceneTestCase.newDirectory(LuceneTestCase.java:928)
   [junit4]    > 	at org.apache.solr.core.MockDirectoryFactory.create(MockDirectoryFactory.java:37)
   [junit4]    > 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:350)
   [junit4]    > 	at org.apache.solr.core.SolrCore.getNewIndexDir(SolrCore.java:257)
   [junit4]    > 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:471)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:762)
   [junit4]    > 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:631)
   [junit4]    > 	at org.apache.solr.core.ZkContainer.createFromZk(ZkContainer.java:224)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:595)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:518)
   [junit4]    > 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:153)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.handleAdminRequest(SolrDispatchFilter.java:732)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:268)
   [junit4]    > 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:217)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:134)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:229)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
   [junit4]    > 	at org.eclipse.jetty.server.handler.GzipHandler.handle(GzipHandler.java:301)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1077)
   [junit4]    > 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384)
   [junit4]    > 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009)
   [junit4]    > 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
   [junit4]    > 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
   [junit4]    > 	at org.eclipse.jetty.server.Server.handle(Server.java:368)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
   [junit4]    > 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
   [junit4]    > 	at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
   [junit4]    > 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]    > 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.lang.AssertionError: Directory not closed: MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1cb3bfa4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58cf9449; maxCacheMB=0.509765625 maxMergeSizeMB=0.7392578125))
   [junit4]    > 	at org.apache.lucene.util.CloseableDirectory.close(CloseableDirectory.java:47)
   [junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedContext.closeResources(RandomizedContext.java:167)
   [junit4]    > 	... 1 more
   [junit4] Completed in 69.12s, 1 test, 1 error <<< FAILURES!

[...truncated 736 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:447: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:45: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:490: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1274: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:907: There were test failures: 379 suites, 1622 tests, 1 suite-level error, 54 ignored (19 assumptions)

Total time: 87 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseParallelGC -XX:-UseSuperWord
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1401 - Still Failing!

Posted by Robert Muir <rc...@gmail.com>.
i committed a fix

On Tue, Mar 11, 2014 at 11:05 AM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1401/
> Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC -XX:-UseSuperWord
>
> All tests passed
>
> Build Log:
> [...truncated 16966 lines...]
>    [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-map-reduce/test/temp/junit4-J0-20140311_142241_030.syserr
>    [junit4] >>> JVM J0: stderr (verbatim) ----
>    [junit4] 2014-03-11 14:22:51.433 java[249:6403] Unable to load realm info from SCDynamicStore
>    [junit4] <<< JVM J0: EOF ----
>
> [...truncated 11173 lines...]
> check-licenses:
>      [echo] License check under: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr
>  [licenses] MISSING sha1 checksum file for: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/test-framework/lib/junit4-ant-2.1.1.jar
>  [licenses] EXPECTED sha1 checksum file : /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/licenses/junit4-ant-2.1.1.jar.sha1
>
> [...truncated 3 lines...]
> BUILD FAILED
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:70: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:254: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/custom-tasks.xml:62: License check failed. Check the logs.
>
> Total time: 102 minutes 30 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC -XX:-UseSuperWord
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1401 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1401/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC -XX:-UseSuperWord

All tests passed

Build Log:
[...truncated 16966 lines...]
   [junit4] JVM J0: stderr was not empty, see: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/contrib/solr-map-reduce/test/temp/junit4-J0-20140311_142241_030.syserr
   [junit4] >>> JVM J0: stderr (verbatim) ----
   [junit4] 2014-03-11 14:22:51.433 java[249:6403] Unable to load realm info from SCDynamicStore
   [junit4] <<< JVM J0: EOF ----

[...truncated 11173 lines...]
check-licenses:
     [echo] License check under: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr
 [licenses] MISSING sha1 checksum file for: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/test-framework/lib/junit4-ant-2.1.1.jar
 [licenses] EXPECTED sha1 checksum file : /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/licenses/junit4-ant-2.1.1.jar.sha1

[...truncated 3 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:70: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:254: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/custom-tasks.xml:62: License check failed. Check the logs.

Total time: 102 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC -XX:-UseSuperWord
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure