Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-9220

mapreduce and morphlines-cell contribs have failing tests after Tika upgrade to 1.13

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • None
    • None

    Description

      After the Tika 1.13 upgrade (SOLR-8981), some Morphlines contrib tests are failing:

      Checking out Revision 1f7b9555076b4a46cc44cc9d4c8619ebe340f350 (refs/remotes/origin/branch_6x)
      [...]
         [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrCellMorphlineTest -Dtests.method=testSolrCellDocumentTypes2 -Dtests.seed=9B88EA69660A1C83 -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=en -Dtests.timezone=Europe/Skopje -Dtests.asserts=true -Dtests.file.encoding=UTF-8
         [junit4] ERROR   11.2s | SolrCellMorphlineTest.testSolrCellDocumentTypes2 <<<
         [junit4]    > Throwable #1: org.kitesdk.morphline.api.MorphlineCompilationException: Cannot instantiate Tika parser: org.apache.tika.parser.crypto.Pkcs7Parser near: {
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 199
         [junit4]    >     #  rename "content" field to "text" fields
         [junit4]    >     "dateFormats" : [
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 199
         [junit4]    >         "yyyy-MM-dd'T'HH:mm:ss",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 199
         [junit4]    >         "yyyy-MM-dd"
         [junit4]    >     ],
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 198
         [junit4]    >     "fmap" : {
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 198
         [junit4]    >         "content-type" : "content_type",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 198
         [junit4]    >         "content" : "text"
         [junit4]    >     },
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 207
         [junit4]    >     #  Tika parsers to be registered. If multiple parsers support the same MIME type, 
         [junit4]    >     #  the parser is chosen that is closest to the bottom in this list:
         [junit4]    >     "parsers" : [
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 208
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 208
         [junit4]    >             "parser" : "org.apache.tika.parser.asm.ClassParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 211
         [junit4]    >         #  { parser : org.apache.tika.parser.AutoDetectParser }                      
         [junit4]    >         #  { parser : org.gagravarr.tika.OggParser, additionalSupportedMimeTypes : [audio/ogg] }
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 211
         [junit4]    >             "parser" : "org.gagravarr.tika.FlacParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 212
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 212
         [junit4]    >             "parser" : "org.apache.tika.parser.audio.AudioParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 213
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 213
         [junit4]    >             "parser" : "org.apache.tika.parser.audio.MidiParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 214
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 214
         [junit4]    >             "parser" : "org.apache.tika.parser.crypto.Pkcs7Parser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 215
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 215
         [junit4]    >             "parser" : "org.apache.tika.parser.dwg.DWGParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 216
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 216
         [junit4]    >             "parser" : "org.apache.tika.parser.epub.EpubParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 217
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 217
         [junit4]    >             "parser" : "org.apache.tika.parser.executable.ExecutableParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 218
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 218
         [junit4]    >             "parser" : "org.apache.tika.parser.feed.FeedParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 219
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 219
         [junit4]    >             "parser" : "org.apache.tika.parser.font.AdobeFontMetricParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 220
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 220
         [junit4]    >             "parser" : "org.apache.tika.parser.font.TrueTypeParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 221
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 221
         [junit4]    >             "parser" : "org.apache.tika.parser.xml.XMLParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 222
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 222
         [junit4]    >             "parser" : "org.apache.tika.parser.html.HtmlParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 223
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 223
         [junit4]    >             "parser" : "org.apache.tika.parser.image.ImageParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 224
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 224
         [junit4]    >             "parser" : "org.apache.tika.parser.image.PSDParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 225
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 225
         [junit4]    >             "parser" : "org.apache.tika.parser.image.TiffParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 226
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 226
         [junit4]    >             "parser" : "org.apache.tika.parser.iptc.IptcAnpaParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 227
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 227
         [junit4]    >             "parser" : "org.apache.tika.parser.iwork.IWorkPackageParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 228
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 228
         [junit4]    >             "parser" : "org.apache.tika.parser.jpeg.JpegParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 229
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 229
         [junit4]    >             "parser" : "org.apache.tika.parser.mail.RFC822Parser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 230
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 230
         [junit4]    >             "additionalSupportedMimeTypes" : [
         [junit4]    >                 # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 230
         [junit4]    >                 "message/x-emlx"
         [junit4]    >             ],
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 230
         [junit4]    >             "parser" : "org.apache.tika.parser.mbox.MboxParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 231
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 231
         [junit4]    >             "parser" : "org.apache.tika.parser.microsoft.OfficeParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 232
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 232
         [junit4]    >             "parser" : "org.apache.tika.parser.microsoft.TNEFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 233
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 233
         [junit4]    >             "parser" : "org.apache.tika.parser.microsoft.ooxml.OOXMLParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 234
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 234
         [junit4]    >             "parser" : "org.apache.tika.parser.mp3.Mp3Parser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 235
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 235
         [junit4]    >             "parser" : "org.apache.tika.parser.mp4.MP4Parser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 236
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 236
         [junit4]    >             "parser" : "org.apache.tika.parser.hdf.HDFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 237
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 237
         [junit4]    >             "parser" : "org.apache.tika.parser.netcdf.NetCDFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 238
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 238
         [junit4]    >             "parser" : "org.apache.tika.parser.odf.OpenDocumentParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 239
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 239
         [junit4]    >             "parser" : "org.apache.tika.parser.pdf.PDFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 240
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 240
         [junit4]    >             "parser" : "org.apache.tika.parser.pkg.CompressorParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 241
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 241
         [junit4]    >             "parser" : "org.apache.tika.parser.pkg.PackageParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 242
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 242
         [junit4]    >             "parser" : "org.apache.tika.parser.rtf.RTFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 243
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 243
         [junit4]    >             "parser" : "org.apache.tika.parser.txt.TXTParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 244
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 244
         [junit4]    >             "parser" : "org.apache.tika.parser.video.FLVParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 245
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 245
         [junit4]    >             "parser" : "org.apache.tika.parser.xml.DcXMLParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 246
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 246
         [junit4]    >             "parser" : "org.apache.tika.parser.xml.FictionBookParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 247
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 247
         [junit4]    >             "parser" : "org.apache.tika.parser.chm.ChmParser"
         [junit4]    >         }
         [junit4]    >     ],
         [junit4]    >     # String: 1
         [junit4]    >     "solrLocator" : {
         [junit4]    >         # String: 1
         [junit4]    >         "solrUrl" : "",
         [junit4]    >         # String: 1
         [junit4]    >         "collection" : "",
         [junit4]    >         # String: 1
         [junit4]    >         "zkHost" : "",
         [junit4]    >         # String: 1
         [junit4]    >         "batchSize" : "1000",
         [junit4]    >         # String: 1
         [junit4]    >         "solrHomeDir" : "/var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/contrib/morphlines-core/src/test-files/solr/collection1"
         [junit4]    >     },
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 160
         [junit4]    >     #  captureAttr : true # default is false
         [junit4]    >     "capture" : [
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 163
         [junit4]    >         #  twitter feed schema
         [junit4]    >         "user_friends_count",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 164
         [junit4]    >         "user_location",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 165
         [junit4]    >         "user_description",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 166
         [junit4]    >         "user_statuses_count",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 167
         [junit4]    >         "user_followers_count",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 168
         [junit4]    >         "user_name",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 169
         [junit4]    >         "user_screen_name",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 170
         [junit4]    >         "created_at",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 171
         [junit4]    >         "text",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 172
         [junit4]    >         "retweet_count",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 173
         [junit4]    >         "retweeted",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 174
         [junit4]    >         "in_reply_to_user_id",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 175
         [junit4]    >         "source",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 176
         [junit4]    >         "in_reply_to_status_id",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 177
         [junit4]    >         "media_url_https",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 178
         [junit4]    >         "expanded_url",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 181
         [junit4]    >         #  file metadata   
         [junit4]    >         "file_download_url",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 182
         [junit4]    >         "file_upload_url",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 183
         [junit4]    >         "file_scheme",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 184
         [junit4]    >         "file_host",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 185
         [junit4]    >         "file_port",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 186
         [junit4]    >         "file_path",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 187
         [junit4]    >         "file_name",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 188
         [junit4]    >         "file_length",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 189
         [junit4]    >         "file_last_modified",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 190
         [junit4]    >         "file_owner",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 191
         [junit4]    >         "file_group",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 192
         [junit4]    >         "file_permissions_user",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 193
         [junit4]    >         "file_permissions_group",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 194
         [junit4]    >         "file_permissions_other",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 195
         [junit4]    >         "file_permissions_stickybit"
         [junit4]    >     ],
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 201
         [junit4]    >     #  various java.text.SimpleDateFormat
         [junit4]    >     #  xpath : "/xhtml:html/xhtml:body/xhtml:div/descendant:node()"
         [junit4]    >     "uprefix" : "ignored_",
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-morphlines-cell/test/J0/temp/solr.morphlines.cell.SolrCellMorphlineTest_9B88EA69660A1C83-001/tempDir-003/test-morphlines/solrCellDocumentTypes.conf: 202
         [junit4]    >     "lowernames" : true
         [junit4]    > }
         [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9B88EA69660A1C83:1008518961FC8F7D]:0)
         [junit4]    > 	at org.apache.solr.morphlines.cell.SolrCellBuilder$SolrCell.<init>(SolrCellBuilder.java:177)
         [junit4]    > 	at org.apache.solr.morphlines.cell.SolrCellBuilder.build(SolrCellBuilder.java:88)
         [junit4]    > 	at org.kitesdk.morphline.base.AbstractCommand.buildCommand(AbstractCommand.java:302)
         [junit4]    > 	at org.kitesdk.morphline.base.AbstractCommand.buildCommandChain(AbstractCommand.java:249)
         [junit4]    > 	at org.kitesdk.morphline.stdlib.TryRulesBuilder$TryRules.<init>(TryRulesBuilder.java:83)
         [junit4]    > 	at org.kitesdk.morphline.stdlib.TryRulesBuilder.build(TryRulesBuilder.java:59)
         [junit4]    > 	at org.kitesdk.morphline.base.AbstractCommand.buildCommand(AbstractCommand.java:302)
         [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.apache.solr.morphlines.solr.AbstractSolrMorphlineTestBase.createMorphline(AbstractSolrMorphlineTestBase.java:230)
         [junit4]    > 	at org.apache.solr.morphlines.cell.SolrCellMorphlineTest.testSolrCellDocumentTypes2(SolrCellMorphlineTest.java:203)
         [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
         [junit4]    > Caused by: java.lang.NoClassDefFoundError: org/bouncycastle/operator/OperatorCreationException
         [junit4]    > 	at java.lang.Class.forName0(Native Method)
         [junit4]    > 	at java.lang.Class.forName(Class.java:264)
         [junit4]    > 	at org.apache.solr.morphlines.cell.SolrCellBuilder$SolrCell.<init>(SolrCellBuilder.java:175)
         [junit4]    > 	... 50 more
         [junit4]    > Caused by: java.lang.ClassNotFoundException: org.bouncycastle.operator.OperatorCreationException
         [junit4]    > 	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
         [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
         [junit4]    > 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
         [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
         [junit4]    > 	... 53 more
      
      Checking out Revision 1f7b9555076b4a46cc44cc9d4c8619ebe340f350 (refs/remotes/origin/branch_6x)
      [...]
         [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MorphlineMapperTest -Dtests.method=testMapper -Dtests.seed=6970D27EBC03F20D -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=de-LU -Dtests.timezone=America/Antigua -Dtests.asserts=true -Dtests.file.encoding=UTF-8
         [junit4] ERROR   13.2s J0 | MorphlineMapperTest.testMapper <<<
         [junit4]    > Throwable #1: org.kitesdk.morphline.api.MorphlineCompilationException: Cannot instantiate Tika parser: org.apache.tika.parser.crypto.Pkcs7Parser near: {
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 199
         [junit4]    >     #  rename "content" field to "text" fields
         [junit4]    >     "dateFormats" : [
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 199
         [junit4]    >         "yyyy-MM-dd'T'HH:mm:ss",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 199
         [junit4]    >         "yyyy-MM-dd"
         [junit4]    >     ],
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 198
         [junit4]    >     "fmap" : {
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 198
         [junit4]    >         "content-type" : "content_type",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 198
         [junit4]    >         "content" : "text"
         [junit4]    >     },
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 207
         [junit4]    >     #  Tika parsers to be registered. If multiple parsers support the same MIME type, 
         [junit4]    >     #  the parser is chosen that is closest to the bottom in this list:
         [junit4]    >     "parsers" : [
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 208
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 208
         [junit4]    >             "parser" : "org.apache.tika.parser.asm.ClassParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 211
         [junit4]    >         #  { parser : org.apache.tika.parser.AutoDetectParser }                      
         [junit4]    >         #  { parser : org.gagravarr.tika.OggParser, additionalSupportedMimeTypes : [audio/ogg] }
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 211
         [junit4]    >             "parser" : "org.gagravarr.tika.FlacParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 212
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 212
         [junit4]    >             "parser" : "org.apache.tika.parser.audio.AudioParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 213
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 213
         [junit4]    >             "parser" : "org.apache.tika.parser.audio.MidiParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 214
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 214
         [junit4]    >             "parser" : "org.apache.tika.parser.crypto.Pkcs7Parser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 215
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 215
         [junit4]    >             "parser" : "org.apache.tika.parser.dwg.DWGParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 216
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 216
         [junit4]    >             "parser" : "org.apache.tika.parser.epub.EpubParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 217
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 217
         [junit4]    >             "parser" : "org.apache.tika.parser.executable.ExecutableParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 218
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 218
         [junit4]    >             "parser" : "org.apache.tika.parser.feed.FeedParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 219
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 219
         [junit4]    >             "parser" : "org.apache.tika.parser.font.AdobeFontMetricParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 220
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 220
         [junit4]    >             "parser" : "org.apache.tika.parser.font.TrueTypeParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 221
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 221
         [junit4]    >             "parser" : "org.apache.tika.parser.xml.XMLParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 222
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 222
         [junit4]    >             "parser" : "org.apache.tika.parser.html.HtmlParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 223
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 223
         [junit4]    >             "parser" : "org.apache.tika.parser.image.ImageParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 224
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 224
         [junit4]    >             "parser" : "org.apache.tika.parser.image.PSDParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 225
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 225
         [junit4]    >             "parser" : "org.apache.tika.parser.image.TiffParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 226
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 226
         [junit4]    >             "parser" : "org.apache.tika.parser.iptc.IptcAnpaParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 227
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 227
         [junit4]    >             "parser" : "org.apache.tika.parser.iwork.IWorkPackageParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 228
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 228
         [junit4]    >             "parser" : "org.apache.tika.parser.jpeg.JpegParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 229
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 229
         [junit4]    >             "parser" : "org.apache.tika.parser.mail.RFC822Parser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 230
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 230
         [junit4]    >             "additionalSupportedMimeTypes" : [
         [junit4]    >                 # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 230
         [junit4]    >                 "message/x-emlx"
         [junit4]    >             ],
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 230
         [junit4]    >             "parser" : "org.apache.tika.parser.mbox.MboxParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 231
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 231
         [junit4]    >             "parser" : "org.apache.tika.parser.microsoft.OfficeParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 232
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 232
         [junit4]    >             "parser" : "org.apache.tika.parser.microsoft.TNEFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 233
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 233
         [junit4]    >             "parser" : "org.apache.tika.parser.microsoft.ooxml.OOXMLParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 234
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 234
         [junit4]    >             "parser" : "org.apache.tika.parser.mp3.Mp3Parser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 235
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 235
         [junit4]    >             "parser" : "org.apache.tika.parser.mp4.MP4Parser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 236
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 236
         [junit4]    >             "parser" : "org.apache.tika.parser.hdf.HDFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 237
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 237
         [junit4]    >             "parser" : "org.apache.tika.parser.netcdf.NetCDFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 238
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 238
         [junit4]    >             "parser" : "org.apache.tika.parser.odf.OpenDocumentParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 239
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 239
         [junit4]    >             "parser" : "org.apache.tika.parser.pdf.PDFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 240
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 240
         [junit4]    >             "parser" : "org.apache.tika.parser.pkg.CompressorParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 241
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 241
         [junit4]    >             "parser" : "org.apache.tika.parser.pkg.PackageParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 242
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 242
         [junit4]    >             "parser" : "org.apache.tika.parser.rtf.RTFParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 243
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 243
         [junit4]    >             "parser" : "org.apache.tika.parser.txt.TXTParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 244
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 244
         [junit4]    >             "parser" : "org.apache.tika.parser.video.FLVParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 245
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 245
         [junit4]    >             "parser" : "org.apache.tika.parser.xml.DcXMLParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 246
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 246
         [junit4]    >             "parser" : "org.apache.tika.parser.xml.FictionBookParser"
         [junit4]    >         },
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 247
         [junit4]    >         {
         [junit4]    >             # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 247
         [junit4]    >             "parser" : "org.apache.tika.parser.chm.ChmParser"
         [junit4]    >         }
         [junit4]    >     ],
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 158
         [junit4]    >     "solrLocator" : {
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 158
         [junit4]    >         "collection" : "collection1"
         [junit4]    >     },
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 160
         [junit4]    >     #  captureAttr : true # default is false
         [junit4]    >     "capture" : [
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 163
         [junit4]    >         #  twitter feed schema
         [junit4]    >         "user_friends_count",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 164
         [junit4]    >         "user_location",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 165
         [junit4]    >         "user_description",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 166
         [junit4]    >         "user_statuses_count",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 167
         [junit4]    >         "user_followers_count",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 168
         [junit4]    >         "user_name",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 169
         [junit4]    >         "user_screen_name",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 170
         [junit4]    >         "created_at",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 171
         [junit4]    >         "text",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 172
         [junit4]    >         "retweet_count",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 173
         [junit4]    >         "retweeted",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 174
         [junit4]    >         "in_reply_to_user_id",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 175
         [junit4]    >         "source",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 176
         [junit4]    >         "in_reply_to_status_id",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 177
         [junit4]    >         "media_url_https",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 178
         [junit4]    >         "expanded_url",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 181
         [junit4]    >         #  file metadata   
         [junit4]    >         "file_download_url",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 182
         [junit4]    >         "file_upload_url",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 183
         [junit4]    >         "file_scheme",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 184
         [junit4]    >         "file_host",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 185
         [junit4]    >         "file_port",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 186
         [junit4]    >         "file_path",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 187
         [junit4]    >         "file_name",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 188
         [junit4]    >         "file_length",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 189
         [junit4]    >         "file_last_modified",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 190
         [junit4]    >         "file_owner",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 191
         [junit4]    >         "file_group",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 192
         [junit4]    >         "file_permissions_user",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 193
         [junit4]    >         "file_permissions_group",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 194
         [junit4]    >         "file_permissions_other",
         [junit4]    >         # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 195
         [junit4]    >         "file_permissions_stickybit"
         [junit4]    >     ],
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 201
         [junit4]    >     #  various java.text.SimpleDateFormat
         [junit4]    >     #  xpath : "/xhtml:html/xhtml:body/xhtml:div/descendant:node()"
         [junit4]    >     "uprefix" : "ignored_",
         [junit4]    >     # /var/lib/jenkins/jobs/Lucene-Solr-tests-6.x/workspace/solr/build/contrib/solr-map-reduce/test/J0/temp/solr.hadoop.MorphlineMapperTest_6970D27EBC03F20D-001/tempDir-001/test-morphlines/solrCellDocumentTypes.conf: 202
         [junit4]    >     "lowernames" : true
         [junit4]    > }
         [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6970D27EBC03F20D:A304A272D73CBB7C]:0)
         [junit4]    > 	at org.apache.solr.morphlines.cell.SolrCellBuilder$SolrCell.<init>(SolrCellBuilder.java:177)
         [junit4]    > 	at org.apache.solr.morphlines.cell.SolrCellBuilder.build(SolrCellBuilder.java:88)
         [junit4]    > 	at org.kitesdk.morphline.base.AbstractCommand.buildCommand(AbstractCommand.java:302)
         [junit4]    > 	at org.kitesdk.morphline.base.AbstractCommand.buildCommandChain(AbstractCommand.java:249)
         [junit4]    > 	at org.kitesdk.morphline.stdlib.TryRulesBuilder$TryRules.<init>(TryRulesBuilder.java:83)
         [junit4]    > 	at org.kitesdk.morphline.stdlib.TryRulesBuilder.build(TryRulesBuilder.java:59)
         [junit4]    > 	at org.kitesdk.morphline.base.AbstractCommand.buildCommand(AbstractCommand.java:302)
         [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:68)
         [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
         [junit4]    > Caused by: java.lang.NoClassDefFoundError: org/bouncycastle/operator/OperatorCreationException
         [junit4]    > 	at java.lang.Class.forName0(Native Method)
         [junit4]    > 	at java.lang.Class.forName(Class.java:264)
         [junit4]    > 	at org.apache.solr.morphlines.cell.SolrCellBuilder$SolrCell.<init>(SolrCellBuilder.java:175)
         [junit4]    > 	... 55 more
         [junit4]    > Caused by: java.lang.ClassNotFoundException: org.bouncycastle.operator.OperatorCreationException
         [junit4]    > 	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
         [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
         [junit4]    > 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
         [junit4]    > 	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
         [junit4]    > 	... 58 more
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              sarowe Steven Rowe
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: