Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/3515/
Java: 32bit/jdk1.6.0_37 -server -XX:+UseParallelGC

1 tests failed.
REGRESSION:  
org.apache.solr.handler.dataimport.TestSimplePropertiesWriter.testSimplePropertiesWriter

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([11DAB83E0E826724:951FF40661C10D91]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:518)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:485)
        at 
org.apache.solr.handler.dataimport.TestSimplePropertiesWriter.testSimplePropertiesWriter(TestSimplePropertiesWriter.java:104)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        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:662)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc/str[@name="ayear_s"]="2012"
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int><lst name="params"><str name="start">0</str><str 
name="q">*:*</str><str name="qt">standard</str><str name="rows">20</str><str 
name="version">2.2</str></lst></lst><result name="response" numFound="1" 
start="0"><doc><str name="ayear_s">2013</str><str name="id">1</str><date 
name="timestamp">2012-12-31T18:41:54.077Z</date></doc></result>
</response>

        request was:start=0&q=*:*&qt=standard&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:511)
        ... 42 more




Build Log:
[...truncated 11553 lines...]
[junit4:junit4] Suite: 
org.apache.solr.handler.dataimport.TestSimplePropertiesWriter
[junit4:junit4]   2> 4 T196 oas.SolrTestCaseJ4.initCore ####initCore
[junit4:junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766
[junit4:junit4]   2> 5 T196 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test-files/dih/solr/collection1/'
[junit4:junit4]   2> 34 T196 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_41
[junit4:junit4]   2> 80 T196 oasc.SolrConfig.<init> Loaded SolrConfig: 
dataimport-solrconfig.xml
[junit4:junit4]   2> 81 T196 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 84 T196 oass.IndexSchema.readSchema Schema name=dih_test
[junit4:junit4]   2> 131 T196 oass.IndexSchema.readSchema default search field 
in schema is desc
[junit4:junit4]   2> 132 T196 oass.IndexSchema.readSchema query parser default 
operator is OR
[junit4:junit4]   2> 133 T196 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 135 T196 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 135 T196 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test-files/dih/solr
[junit4:junit4]   2> 135 T196 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test-files/dih/solr/'
[junit4:junit4]   2> 141 T196 oasc.CoreContainer.<init> New CoreContainer 
23615203
[junit4:junit4]   2> 142 T196 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test-files/dih/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/
[junit4:junit4]   2> 142 T196 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
[junit4:junit4]   2> 142 T196 oasc.SolrCore.initListeners [collection1] Added 
SolrEventListener for newSearcher: 
org.apache.solr.core.QuerySenderListener{queries=[{q=solr,start=0,rows=10}, 
{q=rocks,start=0,rows=10}, {q=static newSearcher warming query from 
solrconfig.xml}]}
[junit4:junit4]   2> 142 T196 oasc.SolrCore.initListeners [collection1] Added 
SolrEventListener for firstSearcher: 
org.apache.solr.core.QuerySenderListener{queries=[]}
[junit4:junit4]   2> 143 T196 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
[junit4:junit4]   2> 143 T196 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766
 forceNew:false
[junit4:junit4]   2> 144 T196 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766
[junit4:junit4]   2> 144 T196 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index/
[junit4:junit4]   2> 144 T196 oasc.SolrCore.initIndex WARNING [collection1] 
Solr index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index'
 doesn't exist. Creating new index...
[junit4:junit4]   2> 145 T196 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index
 forceNew:false
[junit4:junit4]   2> 146 T196 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2>            
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9235c2 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f84d8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 146 T196 oasc.SolrDeletionPolicy.updateCommits newest 
commit = 1[segments_1]
[junit4:junit4]   2> 146 T196 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index
[junit4:junit4]   2> 147 T196 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "" (default)
[junit4:junit4]   2> 147 T196 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 148 T196 oasc.RequestHandlers.initHandlersFromConfig 
created /dataimport: org.apache.solr.handler.dataimport.DataImportHandler
[junit4:junit4]   2> 148 T196 oasc.RequestHandlers.initHandlersFromConfig 
created /search: org.apache.solr.handler.component.SearchHandler
[junit4:junit4]   2> 148 T196 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 150 T196 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 153 T196 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766
[junit4:junit4]   2> 153 T196 oass.SolrIndexSearcher.<init> Opening 
Searcher@6ad18a main
[junit4:junit4]   2> 154 T196 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
[junit4:junit4]   2> 154 T196 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
[junit4:junit4]   2> 155 T198 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@6ad18a 
main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 154 T196 oasc.CoreContainer.registerCore registering core: 
collection1
[junit4:junit4]   2> 155 T198 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
[junit4:junit4]   2> 155 T198 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6ad18a 
main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 156 T196 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4:junit4]   2> 158 T196 oas.SolrTestCaseJ4.setUp ###Starting 
testSimplePropertiesWriter
[junit4:junit4]   2> ASYNC  NEW_CORE C23 name=collection1 
org.apache.solr.core.SolrCore@1ab6087
[junit4:junit4]   2> 161 T196 C23 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 162 T196 C23 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766
[junit4:junit4]   2> 163 T196 C23 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2>            
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9235c2 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f84d8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 163 T196 C23 oasc.SolrDeletionPolicy.updateCommits newest 
commit = 1[segments_1]
[junit4:junit4]   2> 163 T196 C23 UPDATE [collection1] webapp=null path=null 
params={} {deleteByQuery=*:*} 0 2
[junit4:junit4]   2> 169 T196 C23 oasu.DirectUpdateHandler2.commit start 
commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 170 T196 C23 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2>            
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9235c2 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f84d8),segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2>            
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9235c2 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f84d8),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 170 T196 C23 oasc.SolrDeletionPolicy.updateCommits newest 
commit = 2[segments_2]
[junit4:junit4]   2> 171 T196 C23 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766
[junit4:junit4]   2> 171 T196 C23 oass.SolrIndexSearcher.<init> Opening 
Searcher@635f9e main
[junit4:junit4]   2> 172 T198 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@635f9e 
main{StandardDirectoryReader(segments_2:2)}
[junit4:junit4]   2> 172 T196 C23 oasu.DirectUpdateHandler2.commit 
end_commit_flush
[junit4:junit4]   2> 175 T198 C23 REQ [collection1] webapp=null path=null 
params={start=0&event=newSearcher&q=solr&distrib=false&rows=10} hits=0 status=0 
QTime=3 
[junit4:junit4]   2> 176 T198 C23 REQ [collection1] webapp=null path=null 
params={start=0&event=newSearcher&q=rocks&distrib=false&rows=10} hits=0 
status=0 QTime=1 
[junit4:junit4]   2> 176 T198 C23 REQ [collection1] webapp=null path=null 
params={event=newSearcher&q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false}
 hits=0 status=0 QTime=0 
[junit4:junit4]   2> 177 T198 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
[junit4:junit4]   2> 177 T198 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@635f9e 
main{StandardDirectoryReader(segments_2:2)}
[junit4:junit4]   2> 177 T198 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index
[junit4:junit4]   2> 178 T196 C23 UPDATE [collection1] webapp=null path=null 
params={} {commit=} 0 9
[junit4:junit4]   2> 314 T196 
oashd.SimplePropertiesWriter.readIndexerProperties WARNING Unable to read: 
the.properties
[junit4:junit4]   2> 315 T196 oashd.SimplePropertiesWriter.persist Wrote last 
indexed time to the.properties
[junit4:junit4]   2> 317 T196 C23 oashdc.ConfigParseUtil.verifyWithSchema id is 
a required field in SolrSchema . But not found in DataConfig
[junit4:junit4]   2> 317 T196 C23 oashd.DataImporter.loadDataConfig Data 
Configuration loaded successfully
[junit4:junit4]   2> 318 T196 C23 oashd.DataImporter.doFullImport Starting Full 
Import
[junit4:junit4]   2> 318 T196 C23 
oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
[junit4:junit4]   2> 319 T196 C23 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4:junit4]   2> 319 T196 C23 oashd.JdbcDataSource$1.call Creating a 
connection for entity SomeDates with URL: jdbc:derby:memory:derbyDB;
[junit4:junit4]   2> 320 T196 C23 oashd.JdbcDataSource$1.call Time taken for 
getConnection(): 0
[junit4:junit4]   2> 326 T196 C23 oashd.DocBuilder.finish Import completed 
successfully
[junit4:junit4]   2> 327 T196 C23 oasu.DirectUpdateHandler2.commit start 
commit{flags=0,_version_=0,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false}
[junit4:junit4]   2> 329 T196 C23 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2>            
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9235c2 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f84d8),segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2>            
commit{dir=MockDirWrapper(org.apache.lucene.store.RAMDirectory@9235c2 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@16f84d8),segFN=segments_3,generation=3,filenames=[_0.fnm,
 _0_MockVariableIntBlock_0.doc, _0_Memory_0.ram, _0_MockVariableIntBlock_0.skp, 
_0_Lucene41_0.doc, _0_MockVariableIntBlock_0.tib, _0.fdx, _0.si, 
_0_Lucene41_0.tim, segments_3, _0_Lucene41_0.tip, 
_0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 329 T196 C23 oasc.SolrDeletionPolicy.updateCommits newest 
commit = 3[_0.fnm, _0_MockVariableIntBlock_0.doc, _0_Memory_0.ram, 
_0_MockVariableIntBlock_0.skp, _0_Lucene41_0.doc, 
_0_MockVariableIntBlock_0.tib, _0.fdx, _0.si, _0_Lucene41_0.tim, segments_3, 
_0_Lucene41_0.tip, _0_MockVariableIntBlock_0.tii, _0.fdt]
[junit4:junit4]   2> 330 T196 C23 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766
[junit4:junit4]   2> 331 T196 C23 oass.SolrIndexSearcher.<init> Opening 
Searcher@1962cfa main
[junit4:junit4]   2> 332 T196 C23 oasu.DirectUpdateHandler2.commit 
end_commit_flush
[junit4:junit4]   2> 332 T198 oasc.QuerySenderListener.newSearcher 
QuerySenderListener sending requests to Searcher@1962cfa 
main{StandardDirectoryReader(segments_3:5 _0(4.1):C1)}
[junit4:junit4]   2> 332 T198 C23 REQ [collection1] webapp=null path=null 
params={start=0&event=newSearcher&q=solr&distrib=false&rows=10} hits=0 status=0 
QTime=0 
[junit4:junit4]   2> 333 T198 C23 REQ [collection1] webapp=null path=null 
params={start=0&event=newSearcher&q=rocks&distrib=false&rows=10} hits=0 
status=0 QTime=0 
[junit4:junit4]   2> 333 T198 C23 REQ [collection1] webapp=null path=null 
params={event=newSearcher&q=static+newSearcher+warming+query+from+solrconfig.xml&distrib=false}
 hits=0 status=0 QTime=0 
[junit4:junit4]   2> 333 T198 oasc.QuerySenderListener.newSearcher 
QuerySenderListener done.
[junit4:junit4]   2> 333 T198 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1962cfa 
main{StandardDirectoryReader(segments_3:5 _0(4.1):C1)}
[junit4:junit4]   2> 334 T198 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index
[junit4:junit4]   2> 334 T196 C23 
oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
[junit4:junit4]   2> 335 T196 C23 oashd.SimplePropertiesWriter.persist Wrote 
last indexed time to the.properties
[junit4:junit4]   2> 335 T196 C23 oashd.DocBuilder.execute Time taken = 0:0:0.17
[junit4:junit4]   2> 335 T196 C23 UPDATE [collection1] webapp=null path=null 
params={indent=true&clean=true&commit=true&dataConfig=<dataConfig>+%0a<propertyWriter+dateFormat%3D"{'ts'+''yyyy-MM-dd+HH:mm:ss.SSSSSS''}"+type%3D"SimplePropertiesWriter"+directory%3D"./test9140722903693497107tmp"+filename%3D"the.properties"+/>%0a<dataSource+name%3D"derby"+driver%3D"org.apache.derby.jdbc.EmbeddedDriver"+url%3D"jdbc:derby:memory:derbyDB;"+/>+%0a<document+name%3D"TestSimplePropertiesWriter">+%0a<entity+name%3D"SomeDates"+processor%3D"SqlEntityProcessor"+dataSource%3D"derby"+query%3D"select+1+as+id,+YEAR(${dih.last_index_time})+as+AYEAR_S+from+sysibm.sysdummy1+"+>%0a<field+column%3D"AYEAR_S"+name%3D"ayear_s"+/>+%0a</entity>%0a</document>+%0a</dataConfig>+%0a&command=full-import&synchronous=true}
 {deleteByQuery=*:*,add=[1],commit=} 0 20
[junit4:junit4]   2> 336 T196 
oashd.SimplePropertiesWriter.readIndexerProperties Read the.properties
[junit4:junit4]   2> 337 T196 C23 REQ [collection1] webapp=null path=null 
params={start=0&q=*:*&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
[junit4:junit4]   2> 340 T196 oas.SolrTestCaseJ4.assertQ SEVERE REQUEST FAILED: 
xpath=//doc/str[@name="ayear_s"]="2012"
[junit4:junit4]   2>            xml response was: <?xml version="1.0" 
encoding="UTF-8"?>
[junit4:junit4]   2>    <response>
[junit4:junit4]   2>    <lst name="responseHeader"><int 
name="status">0</int><int name="QTime">0</int><lst name="params"><str 
name="start">0</str><str name="q">*:*</str><str name="qt">standard</str><str 
name="rows">20</str><str name="version">2.2</str></lst></lst><result 
name="response" numFound="1" start="0"><doc><str name="ayear_s">2013</str><str 
name="id">1</str><date 
name="timestamp">2012-12-31T18:41:54.077Z</date></doc></result>
[junit4:junit4]   2>    </response>
[junit4:junit4]   2>    
[junit4:junit4]   2>            request 
was:start=0&q=*:*&qt=standard&rows=20&version=2.2
[junit4:junit4]   2> 341 T196 oasc.SolrException.log SEVERE REQUEST FAILED: 
start=0&q=*:*&qt=standard&rows=20&version=2.2:java.lang.RuntimeException: 
REQUEST FAILED: xpath=//doc/str[@name="ayear_s"]="2012"
[junit4:junit4]   2>            xml response was: <?xml version="1.0" 
encoding="UTF-8"?>
[junit4:junit4]   2>    <response>
[junit4:junit4]   2>    <lst name="responseHeader"><int 
name="status">0</int><int name="QTime">0</int><lst name="params"><str 
name="start">0</str><str name="q">*:*</str><str name="qt">standard</str><str 
name="rows">20</str><str name="version">2.2</str></lst></lst><result 
name="response" numFound="1" start="0"><doc><str name="ayear_s">2013</str><str 
name="id">1</str><date 
name="timestamp">2012-12-31T18:41:54.077Z</date></doc></result>
[junit4:junit4]   2>    </response>
[junit4:junit4]   2>    
[junit4:junit4]   2>            request 
was:start=0&q=*:*&qt=standard&rows=20&version=2.2
[junit4:junit4]   2>            at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:511)
[junit4:junit4]   2>            at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:485)
[junit4:junit4]   2>            at 
org.apache.solr.handler.dataimport.TestSimplePropertiesWriter.testSimplePropertiesWriter(TestSimplePropertiesWriter.java:104)
[junit4:junit4]   2>            at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]   2>            at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]   2>            at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]   2>            at 
java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]   2>            at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]   2>            at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]   2>            at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]   2>            at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]   2>            at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]   2>    
[junit4:junit4]   2> 1218 T196 oashd.AbstractDataImportHandlerTestCase.tearDown 
Looking for dataimport.properties at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/solr/collection1/conf/dataimport.properties
[junit4:junit4]   2> 1218 T196 oas.SolrTestCaseJ4.tearDown ###Ending 
testSimplePropertiesWriter
[junit4:junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimplePropertiesWriter -Dtests.method=testSimplePropertiesWriter 
-Dtests.seed=11DAB83E0E826724 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en_IE -Dtests.timezone=Asia/Choibalsan 
-Dtests.file.encoding=ISO-8859-1
[junit4:junit4] ERROR   1.10s | 
TestSimplePropertiesWriter.testSimplePropertiesWriter <<<
[junit4:junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
[junit4:junit4]    >    at 
__randomizedtesting.SeedInfo.seed([11DAB83E0E826724:951FF40661C10D91]:0)
[junit4:junit4]    >    at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:518)
[junit4:junit4]    >    at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:485)
[junit4:junit4]    >    at 
org.apache.solr.handler.dataimport.TestSimplePropertiesWriter.testSimplePropertiesWriter(TestSimplePropertiesWriter.java:104)
[junit4:junit4]    >    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
[junit4:junit4]    >    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit4:junit4]    >    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[junit4:junit4]    >    at java.lang.reflect.Method.invoke(Method.java:597)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
[junit4:junit4]    >    at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    >    at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    >    at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    >    at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    >    at java.lang.Thread.run(Thread.java:662)
[junit4:junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//doc/str[@name="ayear_s"]="2012"
[junit4:junit4]    >    xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4:junit4]    > <response>
[junit4:junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int><lst name="params"><str name="start">0</str><str 
name="q">*:*</str><str name="qt">standard</str><str name="rows">20</str><str 
name="version">2.2</str></lst></lst><result name="response" numFound="1" 
start="0"><doc><str name="ayear_s">2013</str><str name="id">1</str><date 
name="timestamp">2012-12-31T18:41:54.077Z</date></doc></result>
[junit4:junit4]    > </response>
[junit4:junit4]    > 
[junit4:junit4]    >    request 
was:start=0&q=*:*&qt=standard&rows=20&version=2.2
[junit4:junit4]    >    at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:511)
[junit4:junit4]    >    ... 42 more
[junit4:junit4]   2> 1258 T196 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4:junit4]   2> 1258 T196 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=23615203
[junit4:junit4]   2> 1258 T196 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@1ab6087
[junit4:junit4]   2> 1258 T196 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=2,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=2,cumulative_errors=0}
[junit4:junit4]   2> 1259 T196 oasc.SolrCore.decrefSolrCoreState Closing 
SolrCoreState
[junit4:junit4]   2> 1259 T196 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4:junit4]   2> 1259 T196 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
[junit4:junit4]   2> 1260 T196 C23 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index
[junit4:junit4]   2> 1260 T196 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
[junit4:junit4]   2> 1260 T196 oasc.CachingDirectoryFactory.close Releasing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index
[junit4:junit4]   2> 1261 T196 oasc.CachingDirectoryFactory.close Closing 
directory when closing 
factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index
[junit4:junit4]   2> 1261 T196 oasc.CachingDirectoryFactory.closeDirectory 
Closing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766/index
[junit4:junit4]   2> 1261 T196 oasc.CachingDirectoryFactory.close Closing 
directory when closing 
factory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766
[junit4:junit4]   2> 1261 T196 oasc.CachingDirectoryFactory.closeDirectory 
Closing 
directory:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/contrib/solr-dataimporthandler/test/J0/./solrtest-TestSimplePropertiesWriter-1356979313766
[junit4:junit4]   2> NOTE: test params are: codec=Lucene41: 
{timestamp=Lucene41(blocksize=128), id=MockVariableIntBlock(baseBlockSize=36), 
ayear_s=PostingsFormat(name=Memory doPackFST= false)}, 
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=en_IE, 
timezone=Asia/Choibalsan
[junit4:junit4]   2> NOTE: Linux 3.2.0-35-generic i386/Sun Microsystems Inc. 
1.6.0_37 (32-bit)/cpus=8,threads=1,free=53245728,total=111804416
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestVariableResolver, 
TestPlainTextEntityProcessor, TestBuiltInEvaluators, 
TestContentStreamDataSource, TestContextImpl, TestLineEntityProcessor, 
TestSqlEntityProcessorDelta, TestScriptTransformer, TestDocBuilder2, 
TestRegexTransformer, TestSolrEntityProcessorUnit, TestJdbcDataSource, 
TestEphemeralCache, TestNumberFormatTransformer, TestVariableResolverEndToEnd, 
TestSolrEntityProcessorEndToEnd, TestXPathRecordReader, TestErrorHandling, 
TestXPathEntityProcessor, TestDocBuilder, TestDataConfig, 
TestSqlEntityProcessor, TestFileListEntityProcessor, TestDateFormatTransformer, 
TestFieldReader, TestEntityProcessorBase, TestClobTransformer, 
TestURLDataSource, TestTemplateTransformer, 
TestFileListWithLineEntityProcessor, TestNestedChildren, 
TestNonWritablePersistFile, TestSimplePropertiesWriter]
[junit4:junit4] Completed in 1.27s, 1 test, 1 error <<< FAILURES!

[...truncated 9 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:353: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:192: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:410: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:438: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1176: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:841: 
There were test failures: 34 suites, 140 tests, 1 error, 3 ignored

Total time: 30 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.6.0_37 -server -XX:+UseParallelGC
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to