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 2013/11/05 17:05:17 UTC

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

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

1 tests failed.
REGRESSION:  org.apache.solr.cloud.CustomCollectionTest.testDistribSearch

Error Message:
collection already exists: implicitcoll0

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: implicitcoll0
	at __randomizedtesting.SeedInfo.seed([96C6C49C4850D021:17204A843F0FB01D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:464)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:268)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1601)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1563)
	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:190)
	at org.apache.solr.cloud.CustomCollectionTest.doTest(CustomCollectionTest.java:133)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 9669 lines...]
   [junit4] Suite: org.apache.solr.cloud.CustomCollectionTest
   [junit4]   2> 4310 T15 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 4346 T15 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-CustomCollectionTest-1383664111263
   [junit4]   2> 4359 T15 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 4384 T16 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 4586 T15 oasc.ZkTestServer.run start zk server on port:49155
   [junit4]   2> 4865 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 4917 T17 oazs.NIOServerCnxn.doIO WARN Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 6994 T22 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fdabf42 name:ZooKeeperConnection Watcher:127.0.0.1:49155 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 6996 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7001 T15 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 7093 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 7099 T24 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ba4a77e name:ZooKeeperConnection Watcher:127.0.0.1:49155/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 7100 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 7121 T15 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 7138 T15 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 7155 T15 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 7165 T15 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 7202 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 7248 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 7266 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 7268 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 7280 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7281 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 7292 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 7293 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 7305 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 7307 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 7317 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 7318 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 7332 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7334 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 7346 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7347 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 7359 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 7360 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 7370 T15 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 7372 T15 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 8578 T15 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 8957 T15 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49159
   [junit4]   2> 9028 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 9202 T15 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 9203 T15 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.CustomCollectionTest-controljetty-1383664114301
   [junit4]   2> 9205 T15 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-controljetty-1383664114301/'
   [junit4]   2> 9807 T15 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.CustomCollectionTest-controljetty-1383664114301/solr.xml
   [junit4]   2> 10333 T15 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 10385 T15 oasc.CoreContainer.<init> New CoreContainer 586335678
   [junit4]   2> 10386 T15 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.CustomCollectionTest-controljetty-1383664114301/]
   [junit4]   2> 10553 T15 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 10554 T15 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 10555 T15 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 10556 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 10557 T15 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 10558 T15 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 10558 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 10560 T15 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 10561 T15 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 11239 T15 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 11244 T15 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 11253 T15 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49155/solr
   [junit4]   2> 11290 T15 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 11293 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 11307 T36 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a405b3a name:ZooKeeperConnection Watcher:127.0.0.1:49155 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 11308 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 11348 T38 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@602918a name:ZooKeeperConnection Watcher:127.0.0.1:49155/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 11349 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 11350 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 11364 T15 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 11390 T15 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 11422 T15 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 11430 T15 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49159_
   [junit4]   2> 11440 T15 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49159_
   [junit4]   2> 11454 T15 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 11488 T15 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 11500 T15 oasc.Overseer.start Overseer (id=90679811218538499-127.0.0.1:49159_-n_0000000000) starting
   [junit4]   2> 11539 T15 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 11567 T40 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 11571 T15 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 11600 T15 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 11612 T15 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 11648 T39 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 11937 T15 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /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.CustomCollectionTest-controljetty-1383664114301
   [junit4]   2> 12280 T15 oasc.CorePropertiesLocator.discoverUnder Found core conf in /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.CustomCollectionTest-controljetty-1383664114301/conf/
   [junit4]   2> 12290 T15 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 12298 T15 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 12299 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 12398 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 12402 T43 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a9c7dfe name:ZooKeeperConnection Watcher:127.0.0.1:49155/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 12403 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 12408 T15 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 12420 T15 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 12783 T15 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 12788 T15 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49163
   [junit4]   2> 12791 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 12792 T15 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 12792 T15 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337
   [junit4]   2> 12793 T15 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/'
   [junit4]   2> 12830 T15 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/solr.xml
   [junit4]   2> 13013 T15 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 13014 T15 oasc.CoreContainer.<init> New CoreContainer 2080103960
   [junit4]   2> 13015 T15 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/]
   [junit4]   2> 13018 T15 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 13019 T15 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 13019 T15 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 13020 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 13020 T15 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 13021 T15 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 13021 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 13022 T15 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 13024 T15 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 13028 T15 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 13028 T15 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 13029 T15 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49155/solr
   [junit4]   2> 13030 T15 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 13032 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 13037 T54 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@728e326e name:ZooKeeperConnection Watcher:127.0.0.1:49155 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13039 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 13057 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 13059 T56 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4fb22e7b name:ZooKeeperConnection Watcher:127.0.0.1:49155/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 13059 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 13073 T15 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 14086 T15 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49163_
   [junit4]   2> 14089 T15 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49163_
   [junit4]   2> 14108 T43 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 14109 T56 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 14110 T38 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 14134 T15 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337
   [junit4]   2> 14255 T15 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/conf/
   [junit4]   2> 14261 T15 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 14263 T15 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 14263 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 14595 T15 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 14600 T15 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49166
   [junit4]   2> 14606 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 14607 T15 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 14608 T15 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182
   [junit4]   2> 14611 T15 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/'
   [junit4]   2> 14655 T15 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/solr.xml
   [junit4]   2> 14811 T15 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 14813 T15 oasc.CoreContainer.<init> New CoreContainer 1285646450
   [junit4]   2> 14813 T15 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/]
   [junit4]   2> 14816 T15 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 14817 T15 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 14817 T15 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 14817 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 14818 T15 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 14818 T15 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 14819 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 14819 T15 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 14820 T15 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 14826 T15 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 14828 T15 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 14828 T15 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49155/solr
   [junit4]   2> 14829 T15 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 14831 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 14835 T68 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a632536 name:ZooKeeperConnection Watcher:127.0.0.1:49155 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 14837 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 14851 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 14856 T70 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77ffa55 name:ZooKeeperConnection Watcher:127.0.0.1:49155/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 14857 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 14878 T15 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 15891 T15 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49166_
   [junit4]   2> 15894 T15 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49166_
   [junit4]   2> 15904 T43 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 15905 T38 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 15906 T56 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 15906 T70 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 15921 T15 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182
   [junit4]   2> 16033 T15 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/conf/
   [junit4]   2> 16038 T15 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 16039 T15 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 16040 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 16368 T15 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 16372 T15 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49169
   [junit4]   2> 16374 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 16375 T15 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 16376 T15 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960
   [junit4]   2> 16376 T15 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/'
   [junit4]   2> 16432 T15 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/solr.xml
   [junit4]   2> 16564 T15 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 16565 T15 oasc.CoreContainer.<init> New CoreContainer 343308911
   [junit4]   2> 16566 T15 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/]
   [junit4]   2> 16569 T15 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 16569 T15 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 16570 T15 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 16570 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 16571 T15 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 16572 T15 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 16572 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 16573 T15 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 16574 T15 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 16579 T15 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 16580 T15 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 16581 T15 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49155/solr
   [junit4]   2> 16582 T15 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 16584 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 16589 T82 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@277f94ef name:ZooKeeperConnection Watcher:127.0.0.1:49155 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 16591 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 16604 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 16609 T84 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7660a406 name:ZooKeeperConnection Watcher:127.0.0.1:49155/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 16610 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 16628 T15 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 17641 T15 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49169_
   [junit4]   2> 17645 T15 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49169_
   [junit4]   2> 17656 T84 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 17659 T38 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 17662 T56 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 17664 T70 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 17664 T43 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 17681 T15 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960
   [junit4]   2> 17782 T15 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/conf/
   [junit4]   2> 17787 T15 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 17788 T15 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 17788 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 18125 T15 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 18130 T15 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49172
   [junit4]   2> 18132 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 18133 T15 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 18133 T15 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708
   [junit4]   2> 18134 T15 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/'
   [junit4]   2> 18168 T15 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/solr.xml
   [junit4]   2> 18290 T15 oasc.ConfigSolrXml.<init> Config-defined core root directory: 
   [junit4]   2> 18290 T15 oasc.CoreContainer.<init> New CoreContainer 524473638
   [junit4]   2> 18291 T15 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/]
   [junit4]   2> 18293 T15 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 18294 T15 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 18294 T15 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 18295 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 18295 T15 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 18296 T15 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 18296 T15 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 18297 T15 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 18298 T15 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 18302 T15 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 18302 T15 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 18303 T15 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49155/solr
   [junit4]   2> 18303 T15 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 18313 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 18320 T96 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ca530d6 name:ZooKeeperConnection Watcher:127.0.0.1:49155 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18322 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 18334 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 18339 T98 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@de1b509 name:ZooKeeperConnection Watcher:127.0.0.1:49155/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 18339 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 18356 T15 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 19370 T15 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49172_
   [junit4]   2> 19373 T15 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49172_
   [junit4]   2> 19386 T56 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 19388 T84 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 19388 T38 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 19389 T70 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 19389 T43 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 19389 T98 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 19404 T15 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708
   [junit4]   2> 19504 T15 oasc.CorePropertiesLocator.discoverUnder Found core conf in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/conf/
   [junit4]   2> 19509 T15 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 19511 T15 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 19511 T15 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 19517 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 19522 T101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e161f68 name:ZooKeeperConnection Watcher:127.0.0.1:49155/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 19523 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 19531 T15 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 19548 T15 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 19553 T103 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@726fc417 name:ZooKeeperConnection Watcher:127.0.0.1:49155/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 19554 T15 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 19560 T15 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 20728 T27 oasha.CollectionsHandler.handleCreateAction Creating Collection : shards=a,b,c&maxShardsPerNode=5&name=implicitcoll0&replicationFactor=5&action=CREATE&wt=javabin&router.name=implicit&version=2
   [junit4]   2> 20734 T38 oasc.DistributedQueue$LatchChildWatcher.process Watcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 20743 T40 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"implicitcoll0",
   [junit4]   2> 	  "replicationFactor":"5",
   [junit4]   2> 	  "maxShardsPerNode":"5",
   [junit4]   2> 	  "shards":"a,b,c",
   [junit4]   2> 	  "router.name":"implicit"}
   [junit4]   2> 20745 T40 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"implicitcoll0",
   [junit4]   2> 	  "replicationFactor":"5",
   [junit4]   2> 	  "maxShardsPerNode":"5",
   [junit4]   2> 	  "shards":"a,b,c",
   [junit4]   2> 	  "router.name":"implicit"}
   [junit4]   2> 22251 T39 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 22254 T39 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: implicitcoll0
   [junit4]   2> 22256 T39 oasc.Overseer$ClusterStateUpdater.createCollection Create collection implicitcoll0 with shards [a, b, c]
   [junit4]   2> 22322 T43 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 22324 T56 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 22323 T101 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 22327 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 22326 T38 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 22326 T98 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 22326 T70 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 22325 T103 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 22387 T40 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [a, b, c] , repFactor : 5
   [junit4]   2> 22388 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_a_replica1 as part of slice a of collection implicitcoll0 on 127.0.0.1:49159_
   [junit4]   2> 22407 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_a_replica2 as part of slice a of collection implicitcoll0 on 127.0.0.1:49163_
   [junit4]   2> 22408 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_a_replica3 as part of slice a of collection implicitcoll0 on 127.0.0.1:49166_
   [junit4]   2> 22410 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_a_replica4 as part of slice a of collection implicitcoll0 on 127.0.0.1:49169_
   [junit4]   2> 22411 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_a_replica5 as part of slice a of collection implicitcoll0 on 127.0.0.1:49172_
   [junit4]   2> 22412 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_b_replica1 as part of slice b of collection implicitcoll0 on 127.0.0.1:49159_
   [junit4]   2> 22424 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_b_replica2 as part of slice b of collection implicitcoll0 on 127.0.0.1:49163_
   [junit4]   2> 22426 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_b_replica3 as part of slice b of collection implicitcoll0 on 127.0.0.1:49166_
   [junit4]   2> 22427 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_b_replica4 as part of slice b of collection implicitcoll0 on 127.0.0.1:49169_
   [junit4]   2> 22429 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_b_replica5 as part of slice b of collection implicitcoll0 on 127.0.0.1:49172_
   [junit4]   2> 22431 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_c_replica1 as part of slice c of collection implicitcoll0 on 127.0.0.1:49159_
   [junit4]   2> 22433 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_c_replica2 as part of slice c of collection implicitcoll0 on 127.0.0.1:49163_
   [junit4]   2> 22435 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_c_replica3 as part of slice c of collection implicitcoll0 on 127.0.0.1:49166_
   [junit4]   2> 22445 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_c_replica4 as part of slice c of collection implicitcoll0 on 127.0.0.1:49169_
   [junit4]   2> 22447 T40 oasc.OverseerCollectionProcessor.createCollection Creating shard implicitcoll0_c_replica5 as part of slice c of collection implicitcoll0 on 127.0.0.1:49172_
   [junit4]   2> 22542 T46 oasc.ZkController.publish publishing core=implicitcoll0_a_replica2 state=down
   [junit4]   2> 22546 T93 oasc.ZkController.publish publishing core=implicitcoll0_a_replica5 state=down
   [junit4]   2> 22546 T78 oasc.ZkController.publish publishing core=implicitcoll0_b_replica4 state=down
   [junit4]   2> 22545 T92 oasc.ZkController.publish publishing core=implicitcoll0_c_replica5 state=down
   [junit4]   2> 22545 T32 oasc.ZkController.publish publishing core=implicitcoll0_c_replica1 state=down
   [junit4]   2> 22545 T31 oasc.ZkController.publish publishing core=implicitcoll0_b_replica1 state=down
   [junit4]   2> 22545 T79 oasc.ZkController.publish publishing core=implicitcoll0_c_replica4 state=down
   [junit4]   2> 22545 T30 oasc.ZkController.publish publishing core=implicitcoll0_a_replica1 state=down
   [junit4]   2> 22555 T93 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22544 T94 oasc.ZkController.publish publishing core=implicitcoll0_b_replica5 state=down
   [junit4]   2> 22557 T92 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22542 T63 oasc.ZkController.publish publishing core=implicitcoll0_c_replica3 state=down
   [junit4]   2> 22542 T48 oasc.ZkController.publish publishing core=implicitcoll0_c_replica2 state=down
   [junit4]   2> 22542 T62 oasc.ZkController.publish publishing core=implicitcoll0_a_replica3 state=down
   [junit4]   2> 22561 T79 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22544 T64 oasc.ZkController.publish publishing core=implicitcoll0_b_replica3 state=down
   [junit4]   2> 22563 T94 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22565 T63 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22566 T48 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22543 T47 oasc.ZkController.publish publishing core=implicitcoll0_b_replica2 state=down
   [junit4]   2> 22568 T32 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22556 T78 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22569 T31 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22570 T30 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22556 T46 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22549 T80 oasc.ZkController.publish publishing core=implicitcoll0_a_replica4 state=down
   [junit4]   2> 22573 T62 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22574 T64 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22576 T47 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 22577 T80 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 23861 T39 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 23865 T39 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:49163",
   [junit4]   2> 	  "core":"implicitcoll0_a_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49163_",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 23888 T39 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:49172",
   [junit4]   2> 	  "core":"implicitcoll0_a_replica5",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49172_",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 23906 T39 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:49169",
   [junit4]   2> 	  "core":"implicitcoll0_b_replica4",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49169_",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 23925 T39 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:49172",
   [junit4]   2> 	  "core":"implicitcoll0_c_replica5",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49172_",
   [junit4]   2> 	  "shard":"c",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 23939 T39 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:49169",
   [junit4]   2> 	  "core":"implicitcoll0_c_replica4",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49169_",
   [junit4]   2> 	  "shard":"c",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 23950 T39 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:49172",
   [junit4]   2> 	  "core":"implicitcoll0_b_replica5",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49172_",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 23962 T39 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:49159",
   [junit4]   2> 	  "core":"implicitcoll0_c_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49159_",
   [junit4]   2> 	  "shard":"c",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 23980 T39 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:49166",
   [junit4]   2> 	  "core":"implicitcoll0_c_replica3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49166_",
   [junit4]   2> 	  "shard":"c",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 23991 T39 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:49159",
   [junit4]   2> 	  "core":"implicitcoll0_b_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49159_",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 24007 T39 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:49159",
   [junit4]   2> 	  "core":"implicitcoll0_a_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49159_",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 24022 T39 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:49163",
   [junit4]   2> 	  "core":"implicitcoll0_c_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49163_",
   [junit4]   2> 	  "shard":"c",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 24033 T39 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:49166",
   [junit4]   2> 	  "core":"implicitcoll0_a_replica3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49166_",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 24049 T39 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:49166",
   [junit4]   2> 	  "core":"implicitcoll0_b_replica3",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49166_",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 24062 T39 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:49163",
   [junit4]   2> 	  "core":"implicitcoll0_b_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49163_",
   [junit4]   2> 	  "shard":"b",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 24078 T39 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:49169",
   [junit4]   2> 	  "core":"implicitcoll0_a_replica4",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49169_",
   [junit4]   2> 	  "shard":"a",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"implicitcoll0",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 24101 T43 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 24107 T103 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 24108 T56 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 24109 T70 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 24109 T98 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 24110 T84 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 24111 T101 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 24130 T38 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 24558 T93 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_a_replica5
   [junit4]   2> 24564 T92 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_c_replica5
   [junit4]   2> 24567 T79 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_c_replica4
   [junit4]   2> 24567 T94 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_b_replica5
   [junit4]   2> 24570 T48 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_c_replica2
   [junit4]   2> 24572 T94 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_b_replica5' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_b_replica5
   [junit4]   2> 24573 T94 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24567 T93 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_a_replica5' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_a_replica5
   [junit4]   2> 24574 T93 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24573 T92 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_c_replica5' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_c_replica5
   [junit4]   2> 24575 T92 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24573 T48 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_c_replica2' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/implicitcoll0_c_replica2
   [junit4]   2> 24576 T48 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24577 T93 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24576 T94 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24578 T94 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24578 T62 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_a_replica3
   [junit4]   2> 24580 T62 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_a_replica3' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/implicitcoll0_a_replica3
   [junit4]   2> 24581 T62 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24574 T46 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_a_replica2
   [junit4]   2> 24574 T30 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_a_replica1
   [junit4]   2> 24588 T46 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_a_replica2' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/implicitcoll0_a_replica2
   [junit4]   2> 24589 T46 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24574 T79 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_c_replica4' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/implicitcoll0_c_replica4
   [junit4]   2> 24591 T79 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24574 T31 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_b_replica1
   [junit4]   2> 24574 T32 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_c_replica1
   [junit4]   2> 24596 T31 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_b_replica1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-controljetty-1383664114301/implicitcoll0_b_replica1
   [junit4]   2> 24596 T31 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24597 T79 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24574 T78 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_b_replica4
   [junit4]   2> 24573 T63 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_c_replica3
   [junit4]   2> 24601 T78 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_b_replica4' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/implicitcoll0_b_replica4
   [junit4]   2> 24602 T78 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24598 T79 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24598 T32 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_c_replica1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-controljetty-1383664114301/implicitcoll0_c_replica1
   [junit4]   2> 24606 T32 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24607 T78 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24608 T78 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24592 T46 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24610 T46 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24590 T30 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_a_replica1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-controljetty-1383664114301/implicitcoll0_a_replica1
   [junit4]   2> 24612 T30 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24585 T47 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_b_replica2
   [junit4]   2> 24616 T78 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 24618 T30 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24585 T62 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24620 T62 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24585 T80 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_a_replica4
   [junit4]   2> 24585 T64 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for implicitcoll0_b_replica3
   [junit4]   2> 24580 T48 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24624 T48 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24580 T94 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 24626 T94 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24578 T92 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24629 T92 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24577 T93 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24628 T62 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 24633 T62 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24627 T64 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_b_replica3' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/implicitcoll0_b_replica3
   [junit4]   2> 24635 T64 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24624 T80 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_a_replica4' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/implicitcoll0_a_replica4
   [junit4]   2> 24641 T80 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24642 T48 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 24643 T48 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24619 T30 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24619 T46 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 24676 T46 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24618 T78 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24617 T47 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_b_replica2' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/implicitcoll0_b_replica2
   [junit4]   2> 24679 T47 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24680 T80 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 24680 T80 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24681 T64 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 24681 T64 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24614 T32 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24683 T32 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24685 T47 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 24686 T47 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24610 T79 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 24604 T31 oasc.ZkController.createCollectionZkNode Creating collection in ZooKeeper:implicitcoll0
   [junit4]   2> 24690 T31 oasc.ZkController.getConfName Looking for collection configName
   [junit4]   2> 24603 T63 oasc.CoreContainer.create Creating SolrCore 'implicitcoll0_c_replica3' using instanceDir: ./org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/implicitcoll0_c_replica3
   [junit4]   2> 24692 T63 oasc.ZkController.createCollectionZkNode Check for collection zkNode:implicitcoll0
   [junit4]   2> 24690 T79 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24686 T94 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24676 T92 oasc.ZkController.getConfName Only one config set found in zk - using it:conf1
   [junit4]   2> 24699 T92 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24700 T63 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 24700 T63 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24692 T62 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24700 T64 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/implicitcoll0_b_replica3/'
   [junit4]   2> 24706 T47 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/implicitcoll0_b_replica2/'
   [junit4]   2> 24700 T80 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/implicitcoll0_a_replica4/'
   [junit4]   2> 24700 T48 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24714 T78 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24705 T46 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24715 T93 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24726 T63 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/implicitcoll0_c_replica3/'
   [junit4]   2> 24725 T30 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24732 T94 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_b_replica5/'
   [junit4]   2> 24749 T62 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty2-1383664121182/implicitcoll0_a_replica3/'
   [junit4]   2> 24751 T32 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24757 T31 oascc.SolrZkClient.makePath makePath: /collections/implicitcoll0
   [junit4]   2> 24796 T48 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/implicitcoll0_c_replica2/'
   [junit4]   2> 24808 T46 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty1-1383664119337/implicitcoll0_a_replica2/'
   [junit4]   2> 24818 T92 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24809 T79 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24813 T78 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/implicitcoll0_b_replica4/'
   [junit4]   2> 24857 T93 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24861 T30 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24896 T79 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty3-1383664122960/implicitcoll0_c_replica4/'
   [junit4]   2> 24897 T92 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_c_replica5/'
   [junit4]   2> 24898 T32 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24898 T31 oasc.ZkController.readConfigName Load collection config from:/collections/implicitcoll0
   [junit4]   2> 24904 T93 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_a_replica5/'
   [junit4]   2> 24908 T30 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-controljetty-1383664114301/implicitcoll0_a_replica1/'
   [junit4]   2> 24913 T32 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-controljetty-1383664114301/implicitcoll0_c_replica1/'
   [junit4]   2> 24944 T31 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.CustomCollectionTest-controljetty-1383664114301/implicitcoll0_b_replica1/'
   [junit4]   2> 25936 T48 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 26011 T47 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 26176 T80 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 26481 T93 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 26540 T78 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 26653 T94 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 26741 T46 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 26841 T92 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 26969 T31 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 27050 T32 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 27202 T30 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 27287 T79 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 27452 T63 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 27537 T62 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 27606 T64 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 28185 T48 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28299 T92 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28304 T93 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28304 T46 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28327 T80 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28360 T79 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28372 T47 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28373 T30 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28382 T48 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28390 T47 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28393 T30 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28393 T46 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28394 T92 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28393 T93 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28401 T62 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28393 T80 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28393 T79 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28394 T78 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28543 T78 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28578 T62 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28614 T31 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28625 T94 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28701 T31 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28702 T94 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28882 T64 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 28903 T64 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 28933 T32 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 29001 T63 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 29062 T32 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 29173 T63 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 29724 T78 oass.IndexSchema.readSchema [implicitcoll0_b_replica4] Schema name=test
   [junit4]   2> 29764 T92 oass.IndexSchema.readSchema [implicitcoll0_c_replica5] Schema name=test
   [junit4]   2> 29771 T30 oass.IndexSchema.readSchema [implicitcoll0_a_replica1] Schema name=test
   [junit4]   2> 29822 T93 oass.IndexSchema.readSchema [implicitcoll0_a_replica5] Schema name=test
   [junit4]   2> 29857 T48 oass.IndexSchema.readSchema [implicitcoll0_c_replica2] Schema name=test
   [junit4]   2> 29960 T46 oass.IndexSchema.readSchema [implicitcoll0_a_replica2] Schema name=test
   [junit4]   2> 30090 T62 oass.IndexSchema.readSchema [implicitcoll0_a_replica3] Schema name=test
   [junit4]   2> 30098 T47 oass.IndexSchema.readSchema [implicitcoll0_b_replica2] Schema name=test
   [junit4]   2> 30235 T94 oass.IndexSchema.readSchema [implicitcoll0_b_replica5] Schema name=test
   [junit4]   2> 30256 T80 oass.IndexSchema.readSchema [implicitcoll0_a_replica4] Schema name=test
   [junit4]   2> 30418 T79 oass.IndexSchema.readSchema [implicitcoll0_c_replica4] Schema name=test
   [junit4]   2> 30422 T31 oass.IndexSchema.readSchema [implicitcoll0_b_replica1] Schema name=test
   [junit4]   2> 30496 T64 oass.IndexSchema.readSchema [implicitcoll0_b_replica3] Schema name=test
   [junit4]   2> 30540 T32 oass.IndexSchema.readSchema [implicitcoll0_c_replica1] Schema name=test
   [junit4]   2> 30718 T63 oass.IndexSchema.readSchema [implicitcoll0_c_replica3] Schema name=test
   [junit4]   2> 32297 T31 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32336 T80 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32476 T63 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32649 T80 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32654 T79 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32671 T47 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32795 T63 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32799 T31 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32828 T48 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32933 T93 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32940 T79 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 32941 T47 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33004 T94 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33060 T31 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33070 T80 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33221 T31 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33227 T93 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33225 T78 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33223 T48 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33221 T80 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33221 T47 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33259 T92 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33395 T64 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 33399 T63 oasc.SolrResourceLoader.findClass WARN Solr loaded a deprecated plugin/analysis class [solr.SortableDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 43414 T30 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43444 T79 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43513 T31 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43513 T63 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43542 T47 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43546 T93 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43551 T92 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43567 T94 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43582 T48 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43590 T46 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43611 T80 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43624 T64 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43686 T62 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 43724 T30 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43727 T30 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 43754 T80 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43757 T92 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43760 T92 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 43779 T63 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43776 T79 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43805 T62 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43774 T93 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43772 T47 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43767 T31 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 43824 T32 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 438

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

esByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 64361 T15 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 64362 T15 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 64362 T15 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 64365 T15 oasc.SolrCore.closeSearcher [implicitcoll0_a_replica5] Closing main searcher on request.
   [junit4]   2> 64366 T15 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 64366 T15 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_a_replica5/data/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_a_replica5/data/index;done=false>>]
   [junit4]   2> 64366 T15 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_a_replica5/data/index
   [junit4]   2> 64367 T15 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_a_replica5/data [CachedDir<<refCount=0;path=./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_a_replica5/data;done=false>>]
   [junit4]   2> 64367 T15 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_a_replica5/data
   [junit4]   2> 64367 T15 oasc.SolrCore.close [implicitcoll0_c_replica5]  CLOSING SolrCore org.apache.solr.core.SolrCore@b454785
   [junit4]   2> 64381 T15 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 64381 T15 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 64382 T15 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 64382 T15 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 64384 T15 oasc.SolrCore.closeSearcher [implicitcoll0_c_replica5] Closing main searcher on request.
   [junit4]   2> 64384 T15 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 64385 T15 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_c_replica5/data [CachedDir<<refCount=0;path=./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_c_replica5/data;done=false>>]
   [junit4]   2> 64385 T15 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_c_replica5/data
   [junit4]   2> 64385 T15 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_c_replica5/data/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_c_replica5/data/index;done=false>>]
   [junit4]   2> 64385 T15 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_c_replica5/data/index
   [junit4]   2> 64386 T15 oasc.SolrCore.close [implicitcoll0_b_replica5]  CLOSING SolrCore org.apache.solr.core.SolrCore@6514451b
   [junit4]   2> 64400 T15 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 64402 T15 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 64402 T15 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 64402 T15 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 64405 T15 oasc.SolrCore.closeSearcher [implicitcoll0_b_replica5] Closing main searcher on request.
   [junit4]   2> 64405 T15 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 64406 T15 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_b_replica5/data [CachedDir<<refCount=0;path=./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_b_replica5/data;done=false>>]
   [junit4]   2> 64406 T15 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_b_replica5/data
   [junit4]   2> 64407 T15 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_b_replica5/data/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_b_replica5/data/index;done=false>>]
   [junit4]   2> 64407 T15 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.CustomCollectionTest-jetty4-1383664124708/implicitcoll0_b_replica5/data/index
   [junit4]   2> 64410 T195 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90679811218538508-127.0.0.1:49172_-n_0000000004) am no longer a leader.
   [junit4]   2> 64418 T98 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 64432 T15 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 64494 T15 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 64500 T15 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49155 49155
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CustomCollectionTest -Dtests.method=testDistribSearch -Dtests.seed=96C6C49C4850D021 -Dtests.slow=true -Dtests.locale=uk -Dtests.timezone=America/Kentucky/Louisville -Dtests.file.encoding=UTF-8
   [junit4] ERROR   60.3s | CustomCollectionTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: implicitcoll0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([96C6C49C4850D021:17204A843F0FB01D]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:464)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:268)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1601)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1563)
   [junit4]    > 	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:190)
   [junit4]    > 	at org.apache.solr.cloud.CustomCollectionTest.doTest(CustomCollectionTest.java:133)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 64665 T15 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 60383 T14 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=uk, timezone=America/Kentucky/Louisville
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_45 (64-bit)/cpus=2,threads=1,free=38528304,total=78016512
   [junit4]   2> NOTE: All tests run in this JVM: [URLClassifyProcessorTest, PrimUtilsTest, CustomCollectionTest]
   [junit4] Completed in 61.13s, 1 test, 1 error <<< FAILURES!

[...truncated 1028 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:421: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:401: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: 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:471: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1259: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:902: There were test failures: 333 suites, 1463 tests, 1 error, 40 ignored (5 assumptions)

Total time: 88 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
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 # 987 - Still Failing!

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
This is the same JVM bug as in SOLR-4593 (updated JVM but the problem persists).

Dawid

On Tue, Nov 5, 2013 at 11:56 PM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/987/
> Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC
>
> All tests passed
>
> Build Log:
> [...truncated 10230 lines...]
>    [junit4] JVM J0: stdout was not empty, see: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20131105_223228_067.sysout
>    [junit4] >>> JVM J0: stdout (verbatim) ----
>    [junit4] #
>    [junit4] # A fatal error has been detected by the Java Runtime Environment:
>    [junit4] #
>    [junit4] #  SIGSEGV (0xb) at pc=0x000000010d550a20, pid=187, tid=57963
>    [junit4] #
>    [junit4] # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
>    [junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode bsd-amd64 compressed oops)
>    [junit4] # Problematic frame:
>    [junit4] # C  [libjava.dylib+0x9a20]  JNU_NewStringPlatform+0x1c8
>    [junit4] #
>    [junit4] # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
>    [junit4] #
>    [junit4] # An error report file with more information is saved as:
>    [junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/hs_err_pid187.log
>    [junit4] #
>    [junit4] # If you would like to submit a bug report, please visit:
>    [junit4] #   http://bugreport.sun.com/bugreport/crash.jsp
>    [junit4] # The crash happened outside the Java Virtual Machine in native code.
>    [junit4] # See problematic frame for where to report the bug.
>    [junit4] #
>    [junit4] <<< JVM J0: EOF ----
>
> [...truncated 1 lines...]
>    [junit4] ERROR: JVM J0 ended with an exception, command line: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java -XX:+UseCompressedOops -XX:+UseSerialGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/heapdumps -Dtests.prefix=tests -Dtests.seed=5BE8F74D3D7CF604 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=5.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.slow=true -Dtests.asserts.gracious=false -Dtests.multiplier=1 -DtempDir=. -Djava.io.tmpdir=. -Djunit4.tempDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp -Dclover.db.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/clover/db -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Djava.security.policy=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/junit4/tests.policy -Dlucene.version=5.0-SNAPSHOT -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Dtests.disableHdfs=true -classpath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/classes/test:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-test-framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/test-framework/lib/junit4-ant-2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/test-framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/codecs/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/lucene-join-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-cli-1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-codec-1.7.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-configuration-1.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-fileupload-1.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-lang-2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/concurrentlinkedhashmap-lru-1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/dom4j-1.6.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/guava-14.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hadoop-annotations-2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hadoop-auth-2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hadoop-common-2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hadoop-hdfs-2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hppc-0.5.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/joda-time-2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/org.restlet-2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/protobuf-java-2.5.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/spatial4j-0.3.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/commons-io-2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/httpclient-4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/httpcore-4.2.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/httpmime-4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/jcl-over-slf4j-1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/jul-to-slf4j-1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/log4j-1.2.16.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/noggit-0.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/slf4j-api-1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/slf4j-log4j12-1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/wstx-asl-3.2.7.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/zookeeper-3.4.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-continuation-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-deploy-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-http-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-io-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-jmx-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-security-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-server-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-servlet-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-util-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-webapp-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-xml-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/servlet-api-3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/core/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/junit-4.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/randomizedtesting-runner-2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/cglib-nodep-2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/commons-collections-3.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/dom4j-1.6.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/easymock-3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/hadoop-common-2.2.0-tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/hadoop-hdfs-2.2.0-tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/hppc-0.5.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/javax.servlet-api-3.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/jersey-core-1.16.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/jetty-6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/jetty-util-6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/objenesis-1.2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-2.3.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/lib/tools.jar:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.13.jar -ea:org.apache.lucene... -ea:org.apache.solr... com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -flush -eventsfile /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20131105_223228_067.events @/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20131105_223228_067.suites
>    [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  Process output piped in logs above.
>    [junit4]     at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1373)
>    [junit4]     at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:119)
>    [junit4]     at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:911)
>    [junit4]     at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:908)
>    [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>    [junit4]     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>    [junit4]     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>    [junit4]     at java.lang.Thread.run(Thread.java:744)
>
> BUILD FAILED
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:421: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:401: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: 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:471: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1271: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:907: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  Process output piped in logs above.
>
> Total time: 55 minutes 9 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC
> 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


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

Posted by "Rory O'Donnell Oracle, Dublin Ireland" <ro...@oracle.com>.
Hi Uwe,Dawid,

Let us know when you have logged a bug report.

Rgds,Rory

On 05/11/2013 23:03, Uwe Schindler wrote:
> One more time this one.
>
>  From my analysis, this happens while creating a String for initializing an IOException from the value of errno. It looks like while running those Solr tests, some unexpected I/O error with non-standard "errno" occurs, and this MacOS "errno" cannot be converted to a String and is left in the C++ code as "NULL", causing the SEGV.
>
> I wanted to open Oracle bug report already, but was out of office. I made the Jenkins build sticky, so it does not get removed.
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
>> Sent: Tuesday, November 05, 2013 11:56 PM
>> To: dev@lucene.apache.org; erick@apache.org; dweiss@apache.org
>> Subject: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 987 -
>> Still Failing!
>>
>> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/987/
>> Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC
>>
>> All tests passed
>>
>> Build Log:
>> [...truncated 10230 lines...]
>>     [junit4] JVM J0: stdout was not empty, see:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-
>> core/test/temp/junit4-J0-20131105_223228_067.sysout
>>     [junit4] >>> JVM J0: stdout (verbatim) ----
>>     [junit4] #
>>     [junit4] # A fatal error has been detected by the Java Runtime
>> Environment:
>>     [junit4] #
>>     [junit4] #  SIGSEGV (0xb) at pc=0x000000010d550a20, pid=187, tid=57963
>>     [junit4] #
>>     [junit4] # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18)
>> (build 1.7.0_45-b18)
>>     [junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed
>> mode bsd-amd64 compressed oops)
>>     [junit4] # Problematic frame:
>>     [junit4] # C  [libjava.dylib+0x9a20]  JNU_NewStringPlatform+0x1c8
>>     [junit4] #
>>     [junit4] # Failed to write core dump. Core dumps have been disabled. To
>> enable core dumping, try "ulimit -c unlimited" before starting Java again
>>     [junit4] #
>>     [junit4] # An error report file with more information is saved as:
>>     [junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/build/solr-core/test/J0/hs_err_pid187.log
>>     [junit4] #
>>     [junit4] # If you would like to submit a bug report, please visit:
>>     [junit4] #   http://bugreport.sun.com/bugreport/crash.jsp
>>     [junit4] # The crash happened outside the Java Virtual Machine in native
>> code.
>>     [junit4] # See problematic frame for where to report the bug.
>>     [junit4] #
>>     [junit4] <<< JVM J0: EOF ----
>>
>> [...truncated 1 lines...]
>>     [junit4] ERROR: JVM J0 ended with an exception, command line:
>> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/
>> java -XX:+UseCompressedOops -XX:+UseSerialGC -
>> XX:+HeapDumpOnOutOfMemoryError -
>> XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/heapdumps -Dtests.prefix=tests -Dtests.seed=5BE8F74D3D7CF604 -
>> Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -
>> Dtests.codec=random -Dtests.postingsformat=random -
>> Dtests.docvaluesformat=random -Dtests.locale=random -
>> Dtests.timezone=random -Dtests.directory=random -
>> Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=5.0 -
>> Dtests.cleanthreads=perClass -
>> Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/tools/junit4/logging.properties -Dtests.nightly=false -
>> Dtests.weekly=false -Dtests.slow=true -Dtests.asserts.gracious=false -
>> Dtests.multiplier=1 -DtempDir=. -Djava.io.tmpdir=. -
>> Djunit4.tempDir=/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/build/solr-core/test/temp -
>> Dclover.db.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/clover/db -
>> Djava.security.manager=org.apache.lucene.util.TestSecurityManager -
>> Djava.security.policy=/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/tools/junit4/tests.policy -Dlucene.version=5.0-SNAPSHOT -
>> Djetty.testMode=1 -Djetty.insecurerandom=1 -
>> Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -
>> Djava.awt.headless=true -Dtests.disableHdfs=true -classpath
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-
>> core/classes/test:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/build/solr-test-
>> framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/test-framework/lib/junit4-ant-
>> 2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/build/solr-core/test-files:/Users/jenkins/workspace/Lucene-
>> Solr-trunk-MacOSX/lucene/build/test-
>> framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/codecs/classes/java:/Users/jenkins/workspace/Lucen
>> e-Solr-trunk-MacOSX/solr/build/solr-
>> solrj/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/build/solr-
>> core/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/analysis/common/lucene-analyzers-common-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/codecs/lucene-codecs-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/highlighter/lucene-highlighter-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/memory/lucene-memory-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/misc/lucene-misc-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/spatial/lucene-spatial-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/suggest/lucene-suggest-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/grouping/lucene-grouping-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/queries/lucene-queries-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/queryparser/lucene-queryparser-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/join/lucene-join-5.0-
>> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/commons-cli-
>> 1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/commons-codec-
>> 1.7.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/commons-configuration-
>> 1.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/commons-fileupload-
>> 1.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/commons-lang-
>> 2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/concurrentlinkedhashmap-lru-
>> 1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/dom4j-1.6.1.jar:/Users/jenkins/workspace/Lucene-
>> Solr-trunk-MacOSX/solr/core/lib/guava-
>> 14.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/hadoop-annotations-
>> 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/hadoop-auth-
>> 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/hadoop-common-
>> 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/hadoop-hdfs-
>> 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/hppc-0.5.2.jar:/Users/jenkins/workspace/Lucene-
>> Solr-trunk-MacOSX/solr/core/lib/joda-time-
>> 2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/org.restlet-
>> 2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/org.restlet.ext.servlet-
>> 2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/protobuf-java-
>> 2.5.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/lib/spatial4j-0.3.jar:/Users/jenkins/workspace/Lucene-
>> Solr-trunk-MacOSX/solr/solrj/lib/commons-io-
>> 2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/solrj/lib/httpclient-
>> 4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/solrj/lib/httpcore-4.2.5.jar:/Users/jenkins/workspace/Lucene-
>> Solr-trunk-MacOSX/solr/solrj/lib/httpmime-
>> 4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/solrj/lib/jcl-over-slf4j-
>> 1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/solrj/lib/jul-to-slf4j-
>> 1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/solrj/lib/log4j-1.2.16.jar:/Users/jenkins/workspace/Lucene-
>> Solr-trunk-MacOSX/solr/solrj/lib/noggit-
>> 0.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/solrj/lib/slf4j-api-1.6.6.jar:/Users/jenkins/workspace/Lucene-
>> Solr-trunk-MacOSX/solr/solrj/lib/slf4j-log4j12-
>> 1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/solrj/lib/wstx-asl-3.2.7.jar:/Users/jenkins/workspace/Lucene-
>> Solr-trunk-MacOSX/solr/solrj/lib/zookeeper-
>> 3.4.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-continuation-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-deploy-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-http-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-io-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-jmx-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-security-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-server-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-servlet-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-util-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-webapp-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/jetty-xml-
>> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/lib/servlet-api-
>> 3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/example-DIH/solr/db/lib/derby-
>> 10.9.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/example/example-DIH/solr/db/lib/hsqldb-
>> 1.8.0.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/lucene/build/core/classes/java:/Users/jenkins/workspace/Lucene-
>> Solr-trunk-MacOSX/lucene/test-framework/lib/junit-
>> 4.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-
>> framework/lib/randomizedtesting-runner-
>> 2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/cglib-nodep-
>> 2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/commons-collections-
>> 3.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/dom4j-
>> 1.6.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/easymock-
>> 3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/hadoop-common-2.2.0-
>> tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/hadoop-hdfs-2.2.0-
>> tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/hppc-
>> 0.5.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/javax.servlet-api-
>> 3.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/jersey-core-
>> 1.16.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/jetty-
>> 6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/jetty-util-
>> 6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/core/test-lib/objenesis-
>> 1.2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib
>> /ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-
>> 2.3.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/l
>> ib/ant-
>> antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
>> b/ant-apache-
>> bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
>> b/ant-apache-
>> bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib
>> /ant-apache-
>> log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/l
>> ib/ant-apache-
>> oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
>> b/ant-apache-
>> regexp.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
>> 2/lib/ant-apache-
>> resolver.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8
>> .2/lib/ant-apache-
>> xalan2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>> /lib/ant-commons-
>> logging.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
>> 2/lib/ant-commons-
>> net.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
>> b/ant-
>> jai.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/
>> ant-
>> javamail.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8
>> .2/lib/ant-
>> jdepend.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.
>> 8.2/lib/ant-
>> jmf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
>> b/ant-
>> jsch.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
>> b/ant-
>> junit.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
>> b/ant-
>> junit4.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>> /lib/ant-
>> netrexx.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8
>> .2/lib/ant-
>> swing.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
>> /lib/ant-
>> testutil.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
>> 2/lib/ant.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/H
>> ome/lib/tools.jar:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomizedt
>> esting/junit4-ant/jars/junit4-ant-2.0.13.jar -ea:org.apache.lucene... -
>> ea:org.apache.solr... com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -
>> flush -eventsfile /Users/jenkins/workspace/Lucene-Solr-trunk-
>> MacOSX/solr/build/solr-core/test/temp/junit4-J0-
>> 20131105_223228_067.events @/Users/jenkins/workspace/Lucene-Solr-
>> trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-
>> 20131105_223228_067.suites
>>     [junit4] ERROR: JVM J0 ended with an exception: Forked process returned
>> with error code: 134. Very likely a JVM crash.  Process output piped in logs
>> above.
>>     [junit4] 	at
>> com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1373)
>>     [junit4] 	at
>> com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:119)
>>     [junit4] 	at
>> com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:911)
>>     [junit4] 	at
>> com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:908)
>>     [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>>     [junit4] 	at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.jav
>> a:1145)
>>     [junit4] 	at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
>> va:615)
>>     [junit4] 	at java.lang.Thread.run(Thread.java:744)
>>
>> BUILD FAILED
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:421: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:401: The
>> following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: 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:471: The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-
>> build.xml:1271: The following error occurred while executing this line:
>> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-
>> build.xml:907: At least one slave process threw an exception, first: Forked
>> process returned with error code: 134. Very likely a JVM crash.  Process
>> output piped in logs above.
>>
>> Total time: 55 minutes 9 seconds
>> Build step 'Invoke Ant' marked build as failure Description set: Java:
>> 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC Archiving
>> artifacts Recording test results Email was triggered for: Failure Sending email
>> for trigger: Failure
>>
>

-- 
Rgds,
Rory O'Donnell

Senior Quality Engineering Manager
Java Platform Group
Oracle EMEA, Block P5,
East Point Business Park, Dublin 3
Phone: +353 (0)1 8033887





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


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

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi Rory,

I don't need to open a new one. This one is well known:
https://bugs.openjdk.java.net/browse/JDK-8024045

Just add, that we at Lucene see this all the time on Mac OS X. It never happens with Apple's own JDK 6, only with JDK 7.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Wednesday, November 06, 2013 12:03 AM
> To: dev@lucene.apache.org
> Cc: rory.odonnell@oracle.com; 'Balchandra Vaidya'
> Subject: RE: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build #
> 987 - Still Failing!
> 
> One more time this one.
> 
> From my analysis, this happens while creating a String for initializing an
> IOException from the value of errno. It looks like while running those Solr
> tests, some unexpected I/O error with non-standard "errno" occurs, and this
> MacOS "errno" cannot be converted to a String and is left in the C++ code as
> "NULL", causing the SEGV.
> 
> I wanted to open Oracle bug report already, but was out of office. I made the
> Jenkins build sticky, so it does not get removed.
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
> 
> > -----Original Message-----
> > From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> > Sent: Tuesday, November 05, 2013 11:56 PM
> > To: dev@lucene.apache.org; erick@apache.org; dweiss@apache.org
> > Subject: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build #
> > 987 - Still Failing!
> >
> > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/987/
> > Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC
> >
> > All tests passed
> >
> > Build Log:
> > [...truncated 10230 lines...]
> >    [junit4] JVM J0: stdout was not empty, see:
> > /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-
> > core/test/temp/junit4-J0-20131105_223228_067.sysout
> >    [junit4] >>> JVM J0: stdout (verbatim) ----
> >    [junit4] #
> >    [junit4] # A fatal error has been detected by the Java Runtime
> > Environment:
> >    [junit4] #
> >    [junit4] #  SIGSEGV (0xb) at pc=0x000000010d550a20, pid=187, tid=57963
> >    [junit4] #
> >    [junit4] # JRE version: Java(TM) SE Runtime Environment
> > (7.0_45-b18) (build 1.7.0_45-b18)
> >    [junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08
> > mixed mode bsd-amd64 compressed oops)
> >    [junit4] # Problematic frame:
> >    [junit4] # C  [libjava.dylib+0x9a20]  JNU_NewStringPlatform+0x1c8
> >    [junit4] #
> >    [junit4] # Failed to write core dump. Core dumps have been
> > disabled. To enable core dumping, try "ulimit -c unlimited" before starting
> Java again
> >    [junit4] #
> >    [junit4] # An error report file with more information is saved as:
> >    [junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/build/solr-core/test/J0/hs_err_pid187.log
> >    [junit4] #
> >    [junit4] # If you would like to submit a bug report, please visit:
> >    [junit4] #   http://bugreport.sun.com/bugreport/crash.jsp
> >    [junit4] # The crash happened outside the Java Virtual Machine in
> > native code.
> >    [junit4] # See problematic frame for where to report the bug.
> >    [junit4] #
> >    [junit4] <<< JVM J0: EOF ----
> >
> > [...truncated 1 lines...]
> >    [junit4] ERROR: JVM J0 ended with an exception, command line:
> > /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bi
> > n/ java -XX:+UseCompressedOops -XX:+UseSerialGC -
> > XX:+HeapDumpOnOutOfMemoryError -
> > XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/heapdumps -Dtests.prefix=tests -
> Dtests.seed=5BE8F74D3D7CF604 -
> > Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false
> > - Dtests.codec=random -Dtests.postingsformat=random -
> > Dtests.docvaluesformat=random -Dtests.locale=random -
> > Dtests.timezone=random -Dtests.directory=random -
> > Dtests.linedocsfile=europarl.lines.txt.gz
> > -Dtests.luceneMatchVersion=5.0 - Dtests.cleanthreads=perClass -
> > Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-tr
> > unk- MacOSX/lucene/tools/junit4/logging.properties
> > -Dtests.nightly=false - Dtests.weekly=false -Dtests.slow=true
> > -Dtests.asserts.gracious=false -
> > Dtests.multiplier=1 -DtempDir=. -Djava.io.tmpdir=. -
> > Djunit4.tempDir=/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/build/solr-core/test/temp -
> > Dclover.db.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/clover/db -
> > Djava.security.manager=org.apache.lucene.util.TestSecurityManager -
> > Djava.security.policy=/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/tools/junit4/tests.policy -Dlucene.version=5.0-SNAPSHOT
> > -
> > Djetty.testMode=1 -Djetty.insecurerandom=1 -
> > Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -
> > Djava.awt.headless=true -Dtests.disableHdfs=true -classpath
> > /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-
> > core/classes/test:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/build/solr-test-
> > framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/test-framework/lib/junit4-ant-
> > 2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/build/solr-core/test-files:/Users/jenkins/workspace/Lucene
> > -
> > Solr-trunk-MacOSX/lucene/build/test-
> > framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
> >
> MacOSX/lucene/build/codecs/classes/java:/Users/jenkins/workspace/Lucen
> > e-Solr-trunk-MacOSX/solr/build/solr-
> > solrj/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/build/solr-
> > core/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/analysis/common/lucene-analyzers-common-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/codecs/lucene-codecs-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/highlighter/lucene-highlighter-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/memory/lucene-memory-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/misc/lucene-misc-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/spatial/lucene-spatial-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/suggest/lucene-suggest-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/grouping/lucene-grouping-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/queries/lucene-queries-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/queryparser/lucene-queryparser-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/lucene/build/join/lucene-join-5.0-
> > SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/commons-cli-
> > 1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/commons-codec-
> > 1.7.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/commons-configuration-
> > 1.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/commons-fileupload-
> > 1.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/commons-lang-
> > 2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/concurrentlinkedhashmap-lru-
> > 1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/dom4j-1.6.1.jar:/Users/jenkins/workspace/Lucene-
> > Solr-trunk-MacOSX/solr/core/lib/guava-
> > 14.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/hadoop-annotations-
> > 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/hadoop-auth-
> > 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/hadoop-common-
> > 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/hadoop-hdfs-
> > 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/hppc-0.5.2.jar:/Users/jenkins/workspace/Lucene-
> > Solr-trunk-MacOSX/solr/core/lib/joda-time-
> > 2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/org.restlet-
> > 2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/org.restlet.ext.servlet-
> > 2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/protobuf-java-
> > 2.5.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/lib/spatial4j-0.3.jar:/Users/jenkins/workspace/Lucene
> > -
> > Solr-trunk-MacOSX/solr/solrj/lib/commons-io-
> > 2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/solrj/lib/httpclient-
> > 4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/solrj/lib/httpcore-4.2.5.jar:/Users/jenkins/workspace/Luce
> > ne-
> > Solr-trunk-MacOSX/solr/solrj/lib/httpmime-
> > 4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/solrj/lib/jcl-over-slf4j-
> > 1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/solrj/lib/jul-to-slf4j-
> > 1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/solrj/lib/log4j-1.2.16.jar:/Users/jenkins/workspace/Lucene
> > -
> > Solr-trunk-MacOSX/solr/solrj/lib/noggit-
> > 0.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/solrj/lib/slf4j-api-1.6.6.jar:/Users/jenkins/workspace/Luc
> > ene-
> > Solr-trunk-MacOSX/solr/solrj/lib/slf4j-log4j12-
> > 1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/solrj/lib/wstx-asl-3.2.7.jar:/Users/jenkins/workspace/Luce
> > ne-
> > Solr-trunk-MacOSX/solr/solrj/lib/zookeeper-
> > 3.4.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-continuation-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-deploy-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-http-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-io-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-jmx-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-security-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-server-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-servlet-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-util-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-webapp-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/jetty-xml-
> > 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/lib/servlet-api-
> > 3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/example-DIH/solr/db/lib/derby-
> > 10.9.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/example/example-DIH/solr/db/lib/hsqldb-
> > 1.8.0.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> >
> MacOSX/lucene/build/core/classes/java:/Users/jenkins/workspace/Lucene-
> > Solr-trunk-MacOSX/lucene/test-framework/lib/junit-
> > 4.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/test
> > -
> > framework/lib/randomizedtesting-runner-
> > 2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/cglib-nodep-
> > 2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/commons-collections-
> > 3.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/dom4j-
> > 1.6.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/easymock-
> > 3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/hadoop-common-2.2.0-
> > tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/hadoop-hdfs-2.2.0-
> > tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/hppc-
> > 0.5.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/javax.servlet-api-
> > 3.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/jersey-core-
> > 1.16.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/jetty-
> > 6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/jetty-util-
> > 6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/core/test-lib/objenesis-
> > 1.2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> > 2/lib
> > /ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-
> > 2.3.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.
> > 8.2/l
> > ib/ant-
> > antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.
> > 8.2/li
> > b/ant-apache-
> > bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8
> > .2/li
> > b/ant-apache-
> > bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> > 2/lib
> > /ant-apache-
> > log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.
> > 8.2/l
> > ib/ant-apache-
> > oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> > 2/li
> > b/ant-apache-
> >
> regexp.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> > 2/lib/ant-apache-
> > resolver.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT
> > _1.8
> > .2/lib/ant-apache-
> > xalan2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1
> > .8.2
> > /lib/ant-commons-
> >
> logging.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> > 2/lib/ant-commons-
> > net.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> > 2/li
> > b/ant-
> > jai.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> > 2/lib/
> > ant-
> > javamail.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT
> > _1.8
> > .2/lib/ant-
> >
> jdepend.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.
> > 8.2/lib/ant-
> > jmf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> > 2/li
> > b/ant-
> > jsch.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8
> > .2/li
> > b/ant-
> > junit.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.
> > 8.2/li
> > b/ant-
> > junit4.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1
> > .8.2
> > /lib/ant-
> > netrexx.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_
> > 1.8
> > .2/lib/ant-
> > swing.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.
> > 8.2
> > /lib/ant-
> >
> testutil.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> > 2/lib/ant.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Conten
> > ts/H
> > ome/lib/tools.jar:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomiz
> > edt esting/junit4-ant/jars/junit4-ant-2.0.13.jar
> > -ea:org.apache.lucene... - ea:org.apache.solr...
> > com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe - flush
> > -eventsfile /Users/jenkins/workspace/Lucene-Solr-trunk-
> > MacOSX/solr/build/solr-core/test/temp/junit4-J0-
> > 20131105_223228_067.events @/Users/jenkins/workspace/Lucene-Solr-
> > trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-
> > 20131105_223228_067.suites
> >    [junit4] ERROR: JVM J0 ended with an exception: Forked process
> > returned with error code: 134. Very likely a JVM crash.  Process
> > output piped in logs above.
> >    [junit4] 	at
> > com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1373)
> >    [junit4] 	at
> > com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:119)
> >    [junit4] 	at
> > com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:911)
> >    [junit4] 	at
> > com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:908)
> >    [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> >    [junit4] 	at
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.j
> > av
> > a:1145)
> >    [junit4] 	at
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.
> > ja
> > va:615)
> >    [junit4] 	at java.lang.Thread.run(Thread.java:744)
> >
> > BUILD FAILED
> > /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:421: The
> > following error occurred while executing this line:
> > /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:401: The
> > following error occurred while executing this line:
> > /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: 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:471: The following error occurred while executing this line:
> > /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-
> > build.xml:1271: The following error occurred while executing this line:
> > /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-
> > build.xml:907: At least one slave process threw an exception, first:
> > Forked process returned with error code: 134. Very likely a JVM crash.
> > Process output piped in logs above.
> >
> > Total time: 55 minutes 9 seconds
> > Build step 'Invoke Ant' marked build as failure Description set: Java:
> > 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC 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


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

Posted by Uwe Schindler <uw...@thetaphi.de>.
One more time this one.

>From my analysis, this happens while creating a String for initializing an IOException from the value of errno. It looks like while running those Solr tests, some unexpected I/O error with non-standard "errno" occurs, and this MacOS "errno" cannot be converted to a String and is left in the C++ code as "NULL", causing the SEGV.

I wanted to open Oracle bug report already, but was out of office. I made the Jenkins build sticky, so it does not get removed.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Policeman Jenkins Server [mailto:jenkins@thetaphi.de]
> Sent: Tuesday, November 05, 2013 11:56 PM
> To: dev@lucene.apache.org; erick@apache.org; dweiss@apache.org
> Subject: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 987 -
> Still Failing!
> 
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/987/
> Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC
> 
> All tests passed
> 
> Build Log:
> [...truncated 10230 lines...]
>    [junit4] JVM J0: stdout was not empty, see:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-
> core/test/temp/junit4-J0-20131105_223228_067.sysout
>    [junit4] >>> JVM J0: stdout (verbatim) ----
>    [junit4] #
>    [junit4] # A fatal error has been detected by the Java Runtime
> Environment:
>    [junit4] #
>    [junit4] #  SIGSEGV (0xb) at pc=0x000000010d550a20, pid=187, tid=57963
>    [junit4] #
>    [junit4] # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18)
> (build 1.7.0_45-b18)
>    [junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed
> mode bsd-amd64 compressed oops)
>    [junit4] # Problematic frame:
>    [junit4] # C  [libjava.dylib+0x9a20]  JNU_NewStringPlatform+0x1c8
>    [junit4] #
>    [junit4] # Failed to write core dump. Core dumps have been disabled. To
> enable core dumping, try "ulimit -c unlimited" before starting Java again
>    [junit4] #
>    [junit4] # An error report file with more information is saved as:
>    [junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/solr-core/test/J0/hs_err_pid187.log
>    [junit4] #
>    [junit4] # If you would like to submit a bug report, please visit:
>    [junit4] #   http://bugreport.sun.com/bugreport/crash.jsp
>    [junit4] # The crash happened outside the Java Virtual Machine in native
> code.
>    [junit4] # See problematic frame for where to report the bug.
>    [junit4] #
>    [junit4] <<< JVM J0: EOF ----
> 
> [...truncated 1 lines...]
>    [junit4] ERROR: JVM J0 ended with an exception, command line:
> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/
> java -XX:+UseCompressedOops -XX:+UseSerialGC -
> XX:+HeapDumpOnOutOfMemoryError -
> XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/heapdumps -Dtests.prefix=tests -Dtests.seed=5BE8F74D3D7CF604 -
> Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -
> Dtests.codec=random -Dtests.postingsformat=random -
> Dtests.docvaluesformat=random -Dtests.locale=random -
> Dtests.timezone=random -Dtests.directory=random -
> Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=5.0 -
> Dtests.cleanthreads=perClass -
> Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/tools/junit4/logging.properties -Dtests.nightly=false -
> Dtests.weekly=false -Dtests.slow=true -Dtests.asserts.gracious=false -
> Dtests.multiplier=1 -DtempDir=. -Djava.io.tmpdir=. -
> Djunit4.tempDir=/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/solr-core/test/temp -
> Dclover.db.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/clover/db -
> Djava.security.manager=org.apache.lucene.util.TestSecurityManager -
> Djava.security.policy=/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/tools/junit4/tests.policy -Dlucene.version=5.0-SNAPSHOT -
> Djetty.testMode=1 -Djetty.insecurerandom=1 -
> Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -
> Djava.awt.headless=true -Dtests.disableHdfs=true -classpath
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-
> core/classes/test:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/solr-test-
> framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/test-framework/lib/junit4-ant-
> 2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/solr-core/test-files:/Users/jenkins/workspace/Lucene-
> Solr-trunk-MacOSX/lucene/build/test-
> framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/codecs/classes/java:/Users/jenkins/workspace/Lucen
> e-Solr-trunk-MacOSX/solr/build/solr-
> solrj/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/solr-
> core/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/analysis/common/lucene-analyzers-common-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/codecs/lucene-codecs-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/highlighter/lucene-highlighter-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/memory/lucene-memory-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/misc/lucene-misc-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/spatial/lucene-spatial-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/suggest/lucene-suggest-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/grouping/lucene-grouping-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/queries/lucene-queries-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/queryparser/lucene-queryparser-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/join/lucene-join-5.0-
> SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/commons-cli-
> 1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/commons-codec-
> 1.7.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/commons-configuration-
> 1.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/commons-fileupload-
> 1.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/commons-lang-
> 2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/concurrentlinkedhashmap-lru-
> 1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/dom4j-1.6.1.jar:/Users/jenkins/workspace/Lucene-
> Solr-trunk-MacOSX/solr/core/lib/guava-
> 14.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/hadoop-annotations-
> 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/hadoop-auth-
> 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/hadoop-common-
> 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/hadoop-hdfs-
> 2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/hppc-0.5.2.jar:/Users/jenkins/workspace/Lucene-
> Solr-trunk-MacOSX/solr/core/lib/joda-time-
> 2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/org.restlet-
> 2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/org.restlet.ext.servlet-
> 2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/protobuf-java-
> 2.5.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/lib/spatial4j-0.3.jar:/Users/jenkins/workspace/Lucene-
> Solr-trunk-MacOSX/solr/solrj/lib/commons-io-
> 2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/solrj/lib/httpclient-
> 4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/solrj/lib/httpcore-4.2.5.jar:/Users/jenkins/workspace/Lucene-
> Solr-trunk-MacOSX/solr/solrj/lib/httpmime-
> 4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/solrj/lib/jcl-over-slf4j-
> 1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/solrj/lib/jul-to-slf4j-
> 1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/solrj/lib/log4j-1.2.16.jar:/Users/jenkins/workspace/Lucene-
> Solr-trunk-MacOSX/solr/solrj/lib/noggit-
> 0.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/solrj/lib/slf4j-api-1.6.6.jar:/Users/jenkins/workspace/Lucene-
> Solr-trunk-MacOSX/solr/solrj/lib/slf4j-log4j12-
> 1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/solrj/lib/wstx-asl-3.2.7.jar:/Users/jenkins/workspace/Lucene-
> Solr-trunk-MacOSX/solr/solrj/lib/zookeeper-
> 3.4.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-continuation-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-deploy-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-http-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-io-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-jmx-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-security-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-server-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-servlet-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-util-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-webapp-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/jetty-xml-
> 8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/lib/servlet-api-
> 3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/example-DIH/solr/db/lib/derby-
> 10.9.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/example/example-DIH/solr/db/lib/hsqldb-
> 1.8.0.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/core/classes/java:/Users/jenkins/workspace/Lucene-
> Solr-trunk-MacOSX/lucene/test-framework/lib/junit-
> 4.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-
> framework/lib/randomizedtesting-runner-
> 2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/cglib-nodep-
> 2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/commons-collections-
> 3.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/dom4j-
> 1.6.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/easymock-
> 3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/hadoop-common-2.2.0-
> tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/hadoop-hdfs-2.2.0-
> tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/hppc-
> 0.5.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/javax.servlet-api-
> 3.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/jersey-core-
> 1.16.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/jetty-
> 6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/jetty-util-
> 6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/core/test-lib/objenesis-
> 1.2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib
> /ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-
> 2.3.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/l
> ib/ant-
> antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
> b/ant-apache-
> bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
> b/ant-apache-
> bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib
> /ant-apache-
> log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/l
> ib/ant-apache-
> oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
> b/ant-apache-
> regexp.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> 2/lib/ant-apache-
> resolver.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8
> .2/lib/ant-apache-
> xalan2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> /lib/ant-commons-
> logging.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> 2/lib/ant-commons-
> net.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
> b/ant-
> jai.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/
> ant-
> javamail.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8
> .2/lib/ant-
> jdepend.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.
> 8.2/lib/ant-
> jmf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
> b/ant-
> jsch.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
> b/ant-
> junit.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/li
> b/ant-
> junit4.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> /lib/ant-
> netrexx.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8
> .2/lib/ant-
> swing.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
> /lib/ant-
> testutil.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.
> 2/lib/ant.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/H
> ome/lib/tools.jar:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomizedt
> esting/junit4-ant/jars/junit4-ant-2.0.13.jar -ea:org.apache.lucene... -
> ea:org.apache.solr... com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -
> flush -eventsfile /Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/solr-core/test/temp/junit4-J0-
> 20131105_223228_067.events @/Users/jenkins/workspace/Lucene-Solr-
> trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-
> 20131105_223228_067.suites
>    [junit4] ERROR: JVM J0 ended with an exception: Forked process returned
> with error code: 134. Very likely a JVM crash.  Process output piped in logs
> above.
>    [junit4] 	at
> com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1373)
>    [junit4] 	at
> com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:119)
>    [junit4] 	at
> com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:911)
>    [junit4] 	at
> com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:908)
>    [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>    [junit4] 	at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.jav
> a:1145)
>    [junit4] 	at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
> va:615)
>    [junit4] 	at java.lang.Thread.run(Thread.java:744)
> 
> BUILD FAILED
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:421: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:401: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: 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:471: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-
> build.xml:1271: The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-
> build.xml:907: At least one slave process threw an exception, first: Forked
> process returned with error code: 134. Very likely a JVM crash.  Process
> output piped in logs above.
> 
> Total time: 55 minutes 9 seconds
> Build step 'Invoke Ant' marked build as failure Description set: Java:
> 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseSerialGC 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


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

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

All tests passed

Build Log:
[...truncated 10230 lines...]
   [junit4] JVM J0: stdout was not empty, see: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20131105_223228_067.sysout
   [junit4] >>> JVM J0: stdout (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x000000010d550a20, pid=187, tid=57963
   [junit4] #
   [junit4] # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
   [junit4] # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode bsd-amd64 compressed oops)
   [junit4] # Problematic frame:
   [junit4] # C  [libjava.dylib+0x9a20]  JNU_NewStringPlatform+0x1c8
   [junit4] #
   [junit4] # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/hs_err_pid187.log
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   http://bugreport.sun.com/bugreport/crash.jsp
   [junit4] # The crash happened outside the Java Virtual Machine in native code.
   [junit4] # See problematic frame for where to report the bug.
   [junit4] #
   [junit4] <<< JVM J0: EOF ----

[...truncated 1 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/bin/java -XX:+UseCompressedOops -XX:+UseSerialGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/heapdumps -Dtests.prefix=tests -Dtests.seed=5BE8F74D3D7CF604 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=5.0 -Dtests.cleanthreads=perClass -Djava.util.logging.config.file=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.slow=true -Dtests.asserts.gracious=false -Dtests.multiplier=1 -DtempDir=. -Djava.io.tmpdir=. -Djunit4.tempDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp -Dclover.db.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/clover/db -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Djava.security.policy=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/tools/junit4/tests.policy -Dlucene.version=5.0-SNAPSHOT -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Dtests.disableHdfs=true -classpath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/classes/test:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-test-framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/test-framework/lib/junit4-ant-2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/test-framework/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/codecs/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-solrj/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/analysis/common/lucene-analyzers-common-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/codecs/lucene-codecs-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/highlighter/lucene-highlighter-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/memory/lucene-memory-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/misc/lucene-misc-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/spatial/lucene-spatial-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/suggest/lucene-suggest-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/grouping/lucene-grouping-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/queries/lucene-queries-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/queryparser/lucene-queryparser-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/join/lucene-join-5.0-SNAPSHOT.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-cli-1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-codec-1.7.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-configuration-1.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-fileupload-1.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/commons-lang-2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/concurrentlinkedhashmap-lru-1.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/dom4j-1.6.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/guava-14.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hadoop-annotations-2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hadoop-auth-2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hadoop-common-2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hadoop-hdfs-2.2.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/hppc-0.5.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/joda-time-2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/org.restlet-2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/protobuf-java-2.5.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/lib/spatial4j-0.3.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/commons-io-2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/httpclient-4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/httpcore-4.2.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/httpmime-4.2.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/jcl-over-slf4j-1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/jul-to-slf4j-1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/log4j-1.2.16.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/noggit-0.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/slf4j-api-1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/slf4j-log4j12-1.6.6.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/wstx-asl-3.2.7.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/solrj/lib/zookeeper-3.4.5.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-continuation-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-deploy-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-http-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-io-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-jmx-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-security-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-server-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-servlet-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-util-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-webapp-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/jetty-xml-8.1.10.v20130312.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/lib/servlet-api-3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/core/classes/java:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/junit-4.10.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/test-framework/lib/randomizedtesting-runner-2.0.13.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/cglib-nodep-2.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/commons-collections-3.2.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/dom4j-1.6.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/easymock-3.0.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/hadoop-common-2.2.0-tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/hadoop-hdfs-2.2.0-tests.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/hppc-0.5.2.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/javax.servlet-api-3.0.1.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/jersey-core-1.16.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/jetty-6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/jetty-util-6.1.26.jar:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/test-lib/objenesis-1.2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/Users/jenkins/.ant/lib/ivy-2.3.0.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/lib/tools.jar:/Users/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.0.13.jar -ea:org.apache.lucene... -ea:org.apache.solr... com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -flush -eventsfile /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20131105_223228_067.events @/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/temp/junit4-J0-20131105_223228_067.suites
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  Process output piped in logs above.
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1373)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:119)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:911)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:908)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4] 	at java.lang.Thread.run(Thread.java:744)

BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:421: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:401: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: 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:471: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1271: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:907: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  Process output piped in logs above.

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