Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16271/
Java: 64bit/jdk-9-jigsaw-ea+110 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 
-XX:-CompactStrings

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.hadoop.MorphlineMapperTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.hadoop.MorphlineMapperTest: 
    1) Thread[id=21, name=Thread-2, state=TIMED_WAITING, 
group=TGRP-MorphlineMapperTest]         at 
jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(java.base@9-ea/LockSupport.java:230)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1063)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
         at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
         at org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.hadoop.MorphlineMapperTest: 
   1) Thread[id=21, name=Thread-2, state=TIMED_WAITING, 
group=TGRP-MorphlineMapperTest]
        at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(java.base@9-ea/LockSupport.java:230)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1063)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
        at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
        at org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
        at __randomizedtesting.SeedInfo.seed([40242F81C1442895]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.hadoop.MorphlineMapperTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=21, 
name=Thread-2, state=TIMED_WAITING, group=TGRP-MorphlineMapperTest]         at 
jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)         at 
java.util.concurrent.locks.LockSupport.parkNanos(java.base@9-ea/LockSupport.java:230)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1063)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
         at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
         at org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=21, name=Thread-2, state=TIMED_WAITING, 
group=TGRP-MorphlineMapperTest]
        at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
        at 
java.util.concurrent.locks.LockSupport.parkNanos(java.base@9-ea/LockSupport.java:230)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1063)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
        at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
        at org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
        at __randomizedtesting.SeedInfo.seed([40242F81C1442895]:0)


FAILED:  org.apache.solr.hadoop.MorphlineMapperTest.testMapper

Error Message:
No command builder registered for name: separateAttachments near: {     # 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_40242F81C1442895-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf:
 28     "separateAttachments" : {} }

Stack Trace:
org.kitesdk.morphline.api.MorphlineCompilationException: No command builder 
registered for name: separateAttachments near: {
    # 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_40242F81C1442895-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf:
 28
    "separateAttachments" : {}
}
        at 
__randomizedtesting.SeedInfo.seed([40242F81C1442895:8A505F8DAA7B61E4]:0)
        at 
org.kitesdk.morphline.base.AbstractCommand.buildCommand(AbstractCommand.java:281)
        at 
org.kitesdk.morphline.base.AbstractCommand.buildCommandChain(AbstractCommand.java:249)
        at org.kitesdk.morphline.stdlib.Pipe.<init>(Pipe.java:46)
        at org.kitesdk.morphline.stdlib.PipeBuilder.build(PipeBuilder.java:40)
        at org.kitesdk.morphline.base.Compiler.compile(Compiler.java:126)
        at org.kitesdk.morphline.base.Compiler.compile(Compiler.java:55)
        at 
org.apache.solr.hadoop.morphline.MorphlineMapRunner.<init>(MorphlineMapRunner.java:158)
        at 
org.apache.solr.hadoop.morphline.MorphlineMapper.setup(MorphlineMapper.java:77)
        at org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:142)
        at org.apache.hadoop.mrunit.mapreduce.MapDriver.run(MapDriver.java:137)
        at 
org.apache.solr.hadoop.MorphlineMapperTest.testMapper(MorphlineMapperTest.java:69)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)




Build Log:
[...truncated 19584 lines...]
   [junit4] Suite: org.apache.solr.hadoop.MorphlineMapperTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_40242F81C1442895-001/init-core-data-001
   [junit4]   2> 0    INFO  
(SUITE-MorphlineMapperTest-seed#[40242F81C1442895]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 75   INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMapper
   [junit4]   2> 736  INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.h.c.C.deprecation mapred.cache.localArchives is deprecated. Instead, use 
mapreduce.job.cache.local.archives
   [junit4]   2> 1206 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.h.SolrRecordWriter Using this unpacked directory as solr home: 
temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip
   [junit4]   2> 1207 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.h.HeartBeater Heart beat reporting class is 
org.apache.hadoop.mapreduce.Mapper$Context$$EnhancerByMockitoWithCGLIB$$8cc81b0
   [junit4]   2> 1208 INFO  (Thread-2) [    ] o.a.s.h.HeartBeater HeartBeat 
thread running
   [junit4]   2> 1208 INFO  (Thread-2) [    ] o.a.s.h.HeartBeater heartbeat 
skipped count 0
   [junit4]   2> 1236 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip'
   [junit4]   2> 1243 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1243 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1744 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1761 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Adding specified lib dirs to ClassLoader
   [junit4]   2> 1763 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../contrib/extraction/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../contrib/extraction/lib
   [junit4]   2> 1764 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../dist
 filtered by solr-cell-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../dist
   [junit4]   2> 1764 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../contrib/clustering/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../contrib/clustering/lib
   [junit4]   2> 1764 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../dist
 filtered by solr-clustering-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../dist
   [junit4]   2> 1765 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../contrib/langid/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../contrib/langid/lib
   [junit4]   2> 1765 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../dist
 filtered by solr-langid-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../dist
   [junit4]   2> 1765 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../contrib/velocity/lib
 filtered by .*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../contrib/velocity/lib
   [junit4]   2> 1766 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../dist
 filtered by solr-velocity-\d.*\.jar to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/mrunit-514b2f94-acdf-4e50-a304-e2525e019d12/solr7252548986092885943.zip/../../../dist
   [junit4]   2> 1768 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Couldn't add files from /non/existent/dir/yields/warning 
filtered by null to classpath: /non/existent/dir/yields/warning
   [junit4]   2> 1813 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1926 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2000 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 2460 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2567 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2573 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2740 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.k.m.a.MorphlineContext Importing commands
   [junit4]   2> 2783 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.k.m.a.MorphlineContext Done importing commands
   [junit4]   2> 2904 WARN  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your 
platform... using builtin-java classes where applicable
   [junit4]   2> 2979 INFO  
(TEST-MorphlineMapperTest.testMapper-seed#[40242F81C1442895]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMapper
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MorphlineMapperTest 
-Dtests.method=testMapper -Dtests.seed=40242F81C1442895 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=mn -Dtests.timezone=SystemV/EST5 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   2.93s J0 | MorphlineMapperTest.testMapper <<<
   [junit4]    > Throwable #1: 
org.kitesdk.morphline.api.MorphlineCompilationException: No command builder 
registered for name: separateAttachments near: {
   [junit4]    >     # 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_40242F81C1442895-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf:
 28
   [junit4]    >     "separateAttachments" : {}
   [junit4]    > }
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([40242F81C1442895:8A505F8DAA7B61E4]:0)
   [junit4]    >        at 
org.kitesdk.morphline.base.AbstractCommand.buildCommand(AbstractCommand.java:281)
   [junit4]    >        at 
org.kitesdk.morphline.base.AbstractCommand.buildCommandChain(AbstractCommand.java:249)
   [junit4]    >        at 
org.kitesdk.morphline.stdlib.Pipe.<init>(Pipe.java:46)
   [junit4]    >        at 
org.kitesdk.morphline.stdlib.PipeBuilder.build(PipeBuilder.java:40)
   [junit4]    >        at 
org.kitesdk.morphline.base.Compiler.compile(Compiler.java:126)
   [junit4]    >        at 
org.kitesdk.morphline.base.Compiler.compile(Compiler.java:55)
   [junit4]    >        at 
org.apache.solr.hadoop.morphline.MorphlineMapRunner.<init>(MorphlineMapRunner.java:158)
   [junit4]    >        at 
org.apache.solr.hadoop.morphline.MorphlineMapper.setup(MorphlineMapper.java:77)
   [junit4]    >        at 
org.apache.hadoop.mapreduce.Mapper.run(Mapper.java:142)
   [junit4]    >        at 
org.apache.hadoop.mrunit.mapreduce.MapDriver.run(MapDriver.java:137)
   [junit4]    >        at 
org.apache.solr.hadoop.MorphlineMapperTest.testMapper(MorphlineMapperTest.java:69)
   [junit4]    >        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 2993 INFO  
(SUITE-MorphlineMapperTest-seed#[40242F81C1442895]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_40242F81C1442895-001
   [junit4]   2> Mar 20, 2016 12:49:06 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Mar 20, 2016 12:49:26 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.hadoop.MorphlineMapperTest: 
   [junit4]   2>    1) Thread[id=21, name=Thread-2, state=TIMED_WAITING, 
group=TGRP-MorphlineMapperTest]
   [junit4]   2>         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native 
Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(java.base@9-ea/LockSupport.java:230)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1063)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]   2>         at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]   2>         at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]   2> Mar 20, 2016 12:49:26 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=21, name=Thread-2, state=TIMED_WAITING, 
group=TGRP-MorphlineMapperTest]
   [junit4]   2> 23061 ERROR (Thread-2) [    ] o.a.s.h.HeartBeater HeartBeat 
throwable
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1065)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]   2>        at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]   2> 23063 INFO  (Thread-2) [    ] o.a.s.h.HeartBeater heartbeat 
skipped count 0
   [junit4]   2> 23560 ERROR (Thread-2) [    ] o.a.s.h.HeartBeater HeartBeat 
throwable
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1065)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]   2>        at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]   2> 23560 INFO  (Thread-2) [    ] o.a.s.h.HeartBeater heartbeat 
skipped count 0
   [junit4]   2> 24060 ERROR (Thread-2) [    ] o.a.s.h.HeartBeater HeartBeat 
throwable
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1065)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]   2>        at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]   2> 24060 INFO  (Thread-2) [    ] o.a.s.h.HeartBeater heartbeat 
skipped count 0
   [junit4]   2> 24560 ERROR (Thread-2) [    ] o.a.s.h.HeartBeater HeartBeat 
throwable
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1065)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]   2>        at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]   2> 24560 INFO  (Thread-2) [    ] o.a.s.h.HeartBeater heartbeat 
skipped count 0
   [junit4]   2> 25060 ERROR (Thread-2) [    ] o.a.s.h.HeartBeater HeartBeat 
throwable
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1065)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]   2>        at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]   2> 25060 INFO  (Thread-2) [    ] o.a.s.h.HeartBeater heartbeat 
skipped count 0
   [junit4]   2> 25560 ERROR (Thread-2) [    ] o.a.s.h.HeartBeater HeartBeat 
throwable
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1065)
   [junit4]   2>        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]   2>        at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]   2>        at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]   2> 25560 INFO  (Thread-2) [    ] o.a.s.h.HeartBeater heartbeat 
skipped count 0
   [junit4]   2> Mar 20, 2016 12:49:29 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=21, name=Thread-2, state=TIMED_WAITING, 
group=TGRP-MorphlineMapperTest]
   [junit4]   2>         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native 
Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.parkNanos(java.base@9-ea/LockSupport.java:230)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1063)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]   2>         at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]   2>         at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, maxPointsInLeafNode=36, maxMBSortInHeap=6.277672661098204, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=mn, 
timezone=SystemV/EST5
   [junit4]   2> NOTE: Linux 4.2.0-34-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=2,free=402865952,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [MorphlineBasicMiniMRTest, 
MorphlineGoLiveMiniMRTest, MorphlineMapperTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MorphlineMapperTest 
-Dtests.seed=40242F81C1442895 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=mn -Dtests.timezone=SystemV/EST5 -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | MorphlineMapperTest (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.hadoop.MorphlineMapperTest: 
   [junit4]    >    1) Thread[id=21, name=Thread-2, state=TIMED_WAITING, 
group=TGRP-MorphlineMapperTest]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native 
Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(java.base@9-ea/LockSupport.java:230)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1063)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]    >         at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]    >         at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([40242F81C1442895]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=21, name=Thread-2, state=TIMED_WAITING, 
group=TGRP-MorphlineMapperTest]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native 
Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.parkNanos(java.base@9-ea/LockSupport.java:230)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1063)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(java.base@9-ea/AbstractQueuedSynchronizer.java:1356)
   [junit4]    >         at 
java.util.concurrent.CountDownLatch.await(java.base@9-ea/CountDownLatch.java:278)
   [junit4]    >         at 
org.apache.solr.hadoop.HeartBeater.run(HeartBeater.java:109)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([40242F81C1442895]:0)
   [junit4] Completed [7/7 (1!)] on J0 in 26.49s, 1 test, 3 errors <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:253: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:464: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: 
There were test failures: 7 suites, 35 tests, 2 suite-level errors, 1 error, 5 
ignored (4 assumptions) [seed: 40242F81C1442895]

Total time: 59 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to