Re: Trunk Broken

2010-08-18 Thread Simon Pepping
No,

[junit] Testcase: 
fox_destination_1.xml(org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1):
  Caused an ERROR
[junit] Test org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite FAILED
[junit] Testcase: 
fox_destination_1.xml(org.apache.fop.intermediate.IntermediateFormatTestSuite$1):
 Caused an ERROR
[junit] Test org.apache.fop.intermediate.IntermediateFormatTestSuite FAILED

Simon

On Wed, Aug 18, 2010 at 12:00:50PM +0100, Vincent Hennebert wrote:
 Am I the only one to have a failing test suite?
 
 junit-area-tree-xml-format:
  [echo] Running area tree XML format tests...
 [junit] Testsuite: org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite
 [junit] Tests run: 501, Failures: 0, Errors: 1, Time elapsed: 32.263 sec
 [junit]
 [junit] - Standard Error -
 [junit] 18-Aug-2010 11:57:06
 org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1 runTest
 [junit] SEVERE: Error on fox_destination_1.xml
 [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
 warnMissingGlyph
 [junit] WARNING: Glyph 8721 (0x2211, summation) not available in font
 Helvetica
 [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
 warnMissingGlyph
 [junit] WARNING: Glyph 115 (0x73, s) not available in font Symbol
 [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
 warnMissingGlyph
 [junit] WARNING: Glyph 121 (0x79, y) not available in font Symbol
 [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
 warnMissingGlyph
 [junit] WARNING: Glyph 109 (0x6d, m) not available in font Symbol
 [junit] 18-Aug-2010 11:57:22 org.apache.fop.util.ColorSpaceCache get
 [junit] WARNING: Color profile 'nonexistent.icc' not found.
 [junit] 18-Aug-2010 11:57:22 org.apache.fop.util.ColorUtil 
 parseAsFopRgbIcc
 [junit] WARNING: Color profile 'nonexistent.icc' not found. Using rgb
 replacement values.
 [junit] 18-Aug-2010 11:57:22 org.apache.fop.pdf.PDFColor init
 [junit] INFO: Adding PDFICCStream sRGB for
 ../../../src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm
 [junit] 18-Aug-2010 11:57:23 org.apache.fop.layoutmgr.table.ColumnSetup
 computeTableUnit
 [junit] WARNING: No space remaining to distribute over columns.
 [junit] -  ---
 [junit] Testcase:
 fox_destination_1.xml(org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1):
 Caused an ERROR
 [junit] Index: 27, Size: 27
 [junit] java.lang.IndexOutOfBoundsException: Index: 27, Size: 27
 [junit]   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
 [junit]   at java.util.ArrayList.set(ArrayList.java:337)
 [junit]   at
 org.apache.fop.pdf.PDFDocument.outputTrailer(PDFDocument.java:1020)
 [junit]   at
 org.apache.fop.render.pdf.PDFDocumentHandler.endDocument(PDFDocumentHandler.java:166)
 [junit]   at
 org.apache.fop.render.intermediate.IFRenderer.stopRenderer(IFRenderer.java:285)
 [junit]   at
 org.apache.fop.area.RenderPagesModel.endDocument(RenderPagesModel.java:256)
 [junit]   at
 org.apache.fop.intermediate.AreaTreeParserTestCase.parseAndRender(AreaTreeParserTestCase.java:108)
 [junit]   at
 org.apache.fop.intermediate.AbstractIntermediateTestCase.testParserToPDF(AbstractIntermediateTestCase.java:208)
 [junit]   at
 org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1.runTest(AreaTreeXMLFormatTestSuite.java:61)
 [junit]
 [junit]
 [junit] Test org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite FAILED
 
 junit-intermediate-format:
  [echo] Running intermediate format tests...
 [junit] Testsuite: org.apache.fop.intermediate.IntermediateFormatTestSuite
 [junit] Tests run: 501, Failures: 0, Errors: 1, Time elapsed: 20.518 sec
 [junit]
 [junit] - Standard Error -
 [junit] 18-Aug-2010 11:57:41
 org.apache.fop.intermediate.IntermediateFormatTestSuite$1 runTest
 [junit] SEVERE: Error on fox_destination_1.xml
 [junit] 18-Aug-2010 11:57:53 org.apache.fop.util.ColorSpaceCache get
 [junit] WARNING: Color profile 'nonexistent.icc' not found.
 [junit] 18-Aug-2010 11:57:53 org.apache.fop.util.ColorUtil 
 parseAsFopRgbIcc
 [junit] WARNING: Color profile 'nonexistent.icc' not found. Using rgb
 replacement values.
 [junit] 18-Aug-2010 11:57:53 org.apache.fop.pdf.PDFColor init
 [junit] INFO: Adding PDFICCStream sRGB for
 ../../../src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm
 [junit] 18-Aug-2010 11:57:53 org.apache.fop.layoutmgr.table.ColumnSetup
 computeTableUnit
 [junit] WARNING: No space remaining to distribute over columns.
 [junit] -  ---
 [junit] Testcase:
 fox_destination_1.xml(org.apache.fop.intermediate.IntermediateFormatTestSuite$1):
 Caused an ERROR
 [junit] Index: 27, Size: 27
 [junit] java.lang.IndexOutOfBoundsException: Index: 27, Size: 27
 [junit]   

Re: Trunk Broken

2010-08-18 Thread Jeremias Maerki
Could be some fallout from a recent change of mine with PDF Destinations.
Will look into it. Sorry for the trouble.

On 18.08.2010 13:32:02 Simon Pepping wrote:
 No,
 
 [junit] Testcase: 
 fox_destination_1.xml(org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1):
 Caused an ERROR
 [junit] Test org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite FAILED
 [junit] Testcase: 
 fox_destination_1.xml(org.apache.fop.intermediate.IntermediateFormatTestSuite$1):
Caused an ERROR
 [junit] Test org.apache.fop.intermediate.IntermediateFormatTestSuite 
 FAILED
 
 Simon
 
 On Wed, Aug 18, 2010 at 12:00:50PM +0100, Vincent Hennebert wrote:
  Am I the only one to have a failing test suite?
  
  junit-area-tree-xml-format:
   [echo] Running area tree XML format tests...
  [junit] Testsuite: 
  org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite
  [junit] Tests run: 501, Failures: 0, Errors: 1, Time elapsed: 32.263 sec
  [junit]
  [junit] - Standard Error -
  [junit] 18-Aug-2010 11:57:06
  org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1 runTest
  [junit] SEVERE: Error on fox_destination_1.xml
  [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
  warnMissingGlyph
  [junit] WARNING: Glyph 8721 (0x2211, summation) not available in font
  Helvetica
  [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
  warnMissingGlyph
  [junit] WARNING: Glyph 115 (0x73, s) not available in font Symbol
  [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
  warnMissingGlyph
  [junit] WARNING: Glyph 121 (0x79, y) not available in font Symbol
  [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
  warnMissingGlyph
  [junit] WARNING: Glyph 109 (0x6d, m) not available in font Symbol
  [junit] 18-Aug-2010 11:57:22 org.apache.fop.util.ColorSpaceCache get
  [junit] WARNING: Color profile 'nonexistent.icc' not found.
  [junit] 18-Aug-2010 11:57:22 org.apache.fop.util.ColorUtil 
  parseAsFopRgbIcc
  [junit] WARNING: Color profile 'nonexistent.icc' not found. Using rgb
  replacement values.
  [junit] 18-Aug-2010 11:57:22 org.apache.fop.pdf.PDFColor init
  [junit] INFO: Adding PDFICCStream sRGB for
  ../../../src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm
  [junit] 18-Aug-2010 11:57:23 org.apache.fop.layoutmgr.table.ColumnSetup
  computeTableUnit
  [junit] WARNING: No space remaining to distribute over columns.
  [junit] -  ---
  [junit] Testcase:
  fox_destination_1.xml(org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1):
  Caused an ERROR
  [junit] Index: 27, Size: 27
  [junit] java.lang.IndexOutOfBoundsException: Index: 27, Size: 27
  [junit] at java.util.ArrayList.RangeCheck(ArrayList.java:547)
  [junit] at java.util.ArrayList.set(ArrayList.java:337)
  [junit] at
  org.apache.fop.pdf.PDFDocument.outputTrailer(PDFDocument.java:1020)
  [junit] at
  org.apache.fop.render.pdf.PDFDocumentHandler.endDocument(PDFDocumentHandler.java:166)
  [junit] at
  org.apache.fop.render.intermediate.IFRenderer.stopRenderer(IFRenderer.java:285)
  [junit] at
  org.apache.fop.area.RenderPagesModel.endDocument(RenderPagesModel.java:256)
  [junit] at
  org.apache.fop.intermediate.AreaTreeParserTestCase.parseAndRender(AreaTreeParserTestCase.java:108)
  [junit] at
  org.apache.fop.intermediate.AbstractIntermediateTestCase.testParserToPDF(AbstractIntermediateTestCase.java:208)
  [junit] at
  org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1.runTest(AreaTreeXMLFormatTestSuite.java:61)
  [junit]
  [junit]
  [junit] Test org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite 
  FAILED
  
  junit-intermediate-format:
   [echo] Running intermediate format tests...
  [junit] Testsuite: 
  org.apache.fop.intermediate.IntermediateFormatTestSuite
  [junit] Tests run: 501, Failures: 0, Errors: 1, Time elapsed: 20.518 sec
  [junit]
  [junit] - Standard Error -
  [junit] 18-Aug-2010 11:57:41
  org.apache.fop.intermediate.IntermediateFormatTestSuite$1 runTest
  [junit] SEVERE: Error on fox_destination_1.xml
  [junit] 18-Aug-2010 11:57:53 org.apache.fop.util.ColorSpaceCache get
  [junit] WARNING: Color profile 'nonexistent.icc' not found.
  [junit] 18-Aug-2010 11:57:53 org.apache.fop.util.ColorUtil 
  parseAsFopRgbIcc
  [junit] WARNING: Color profile 'nonexistent.icc' not found. Using rgb
  replacement values.
  [junit] 18-Aug-2010 11:57:53 org.apache.fop.pdf.PDFColor init
  [junit] INFO: Adding PDFICCStream sRGB for
  ../../../src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm
  [junit] 18-Aug-2010 11:57:53 org.apache.fop.layoutmgr.table.ColumnSetup
  computeTableUnit
  [junit] WARNING: No space 

Re: Trunk Broken

2010-08-18 Thread Jeremias Maerki
Looks like this bug was there the whole time but was now triggered since
I've turned some PDF objects in indirect objects which were direct
objects before. This is fixed now:
http://svn.apache.org/viewvc?rev=986650view=rev

On 18.08.2010 14:10:03 Jeremias Maerki wrote:
 Could be some fallout from a recent change of mine with PDF Destinations.
 Will look into it. Sorry for the trouble.
 
 On 18.08.2010 13:32:02 Simon Pepping wrote:
  No,
  
  [junit] Testcase: 
  fox_destination_1.xml(org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1):
Caused an ERROR
  [junit] Test org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite 
  FAILED
  [junit] Testcase: 
  fox_destination_1.xml(org.apache.fop.intermediate.IntermediateFormatTestSuite$1):
   Caused an ERROR
  [junit] Test org.apache.fop.intermediate.IntermediateFormatTestSuite 
  FAILED
  
  Simon
  
  On Wed, Aug 18, 2010 at 12:00:50PM +0100, Vincent Hennebert wrote:
   Am I the only one to have a failing test suite?
   
   junit-area-tree-xml-format:
[echo] Running area tree XML format tests...
   [junit] Testsuite: 
   org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite
   [junit] Tests run: 501, Failures: 0, Errors: 1, Time elapsed: 32.263 
   sec
   [junit]
   [junit] - Standard Error -
   [junit] 18-Aug-2010 11:57:06
   org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1 runTest
   [junit] SEVERE: Error on fox_destination_1.xml
   [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
   warnMissingGlyph
   [junit] WARNING: Glyph 8721 (0x2211, summation) not available in font
   Helvetica
   [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
   warnMissingGlyph
   [junit] WARNING: Glyph 115 (0x73, s) not available in font Symbol
   [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
   warnMissingGlyph
   [junit] WARNING: Glyph 121 (0x79, y) not available in font Symbol
   [junit] 18-Aug-2010 11:57:17 org.apache.fop.fonts.Typeface 
   warnMissingGlyph
   [junit] WARNING: Glyph 109 (0x6d, m) not available in font Symbol
   [junit] 18-Aug-2010 11:57:22 org.apache.fop.util.ColorSpaceCache get
   [junit] WARNING: Color profile 'nonexistent.icc' not found.
   [junit] 18-Aug-2010 11:57:22 org.apache.fop.util.ColorUtil 
   parseAsFopRgbIcc
   [junit] WARNING: Color profile 'nonexistent.icc' not found. Using rgb
   replacement values.
   [junit] 18-Aug-2010 11:57:22 org.apache.fop.pdf.PDFColor init
   [junit] INFO: Adding PDFICCStream sRGB for
   ../../../src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm
   [junit] 18-Aug-2010 11:57:23 
   org.apache.fop.layoutmgr.table.ColumnSetup
   computeTableUnit
   [junit] WARNING: No space remaining to distribute over columns.
   [junit] -  ---
   [junit] Testcase:
   fox_destination_1.xml(org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1):
   Caused an ERROR
   [junit] Index: 27, Size: 27
   [junit] java.lang.IndexOutOfBoundsException: Index: 27, Size: 27
   [junit]   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   [junit]   at java.util.ArrayList.set(ArrayList.java:337)
   [junit]   at
   org.apache.fop.pdf.PDFDocument.outputTrailer(PDFDocument.java:1020)
   [junit]   at
   org.apache.fop.render.pdf.PDFDocumentHandler.endDocument(PDFDocumentHandler.java:166)
   [junit]   at
   org.apache.fop.render.intermediate.IFRenderer.stopRenderer(IFRenderer.java:285)
   [junit]   at
   org.apache.fop.area.RenderPagesModel.endDocument(RenderPagesModel.java:256)
   [junit]   at
   org.apache.fop.intermediate.AreaTreeParserTestCase.parseAndRender(AreaTreeParserTestCase.java:108)
   [junit]   at
   org.apache.fop.intermediate.AbstractIntermediateTestCase.testParserToPDF(AbstractIntermediateTestCase.java:208)
   [junit]   at
   org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite$1.runTest(AreaTreeXMLFormatTestSuite.java:61)
   [junit]
   [junit]
   [junit] Test org.apache.fop.intermediate.AreaTreeXMLFormatTestSuite 
   FAILED
   
   junit-intermediate-format:
[echo] Running intermediate format tests...
   [junit] Testsuite: 
   org.apache.fop.intermediate.IntermediateFormatTestSuite
   [junit] Tests run: 501, Failures: 0, Errors: 1, Time elapsed: 20.518 
   sec
   [junit]
   [junit] - Standard Error -
   [junit] 18-Aug-2010 11:57:41
   org.apache.fop.intermediate.IntermediateFormatTestSuite$1 runTest
   [junit] SEVERE: Error on fox_destination_1.xml
   [junit] 18-Aug-2010 11:57:53 org.apache.fop.util.ColorSpaceCache get
   [junit] WARNING: Color profile 'nonexistent.icc' not found.
   [junit] 18-Aug-2010 11:57:53 org.apache.fop.util.ColorUtil 
   parseAsFopRgbIcc
   [junit] WARNING: Color profile 'nonexistent.icc'