Hey guys,

I'm fixing up our build box, and am seeing the trunk build failing with 
the following... any thoughts?

Thanks,
Cory.


[INFO] 
----------------------------------------------------------------------------
[INFO] Building Render
[INFO]    task-segment: [install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 53 source files to 
/usr/local/home/autorun/cvs/geotools-cruise/checkout/trunk/modules/library/render/target/classes[INFO]
 
[resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 10 source files to 
/usr/local/home/autorun/cvs/geotools-cruise/checkout/trunk/modules/library/render/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/usr/local/home/autorun/cvs/geotools-cruise/checkout/trunk/modules/library/render/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.geotools.renderer.lite.Rendering2DTest
Dec 15, 2006 11:07:11 AM org.geotools.renderer.lite.Rendering2DTest 
testScaleCalc
INFO: 109047.25511429817
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.095 sec
Running org.geotools.renderer.style.SLDStyleFactoryTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.geotools.renderer.lite.GridCoverageRendererTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.313 sec
Running org.geotools.renderer.lite.RenderUtilitiesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.933 sec
Running org.geotools.renderer.lite.RendererBaseTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.geotools.renderer.lite.LabelingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.geotools.renderer.lite.SVGGlyphRendererTest
Dec 15, 2006 11:07:18 AM org.geotools.renderer.lite.SVGGlyphRenderer render
WARNING: Unable to load external svg file
org.apache.batik.transcoder.TranscoderException: null
Enclosed Exception:

No X11 DISPLAY variable was set, but this program performed an operation 
which requires it.
        at 
org.apache.batik.transcoder.image.ImageTranscoder.transcode(Unknown Source)
        at 
org.geotools.renderer.lite.InternalTranscoder.transcode(InternalTranscoder.java:63)
        at 
org.geotools.renderer.lite.SVGGlyphRenderer.render(SVGGlyphRenderer.java:99)
        at 
org.geotools.renderer.lite.SVGGlyphRendererTest.testRenderGradient(SVGGlyphRendererTest.java:37)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
Dec 15, 2006 11:07:18 AM org.geotools.renderer.lite.SVGGlyphRenderer render
WARNING: Unable to load external svg file
org.apache.batik.transcoder.TranscoderException: null
Enclosed Exception:

No X11 DISPLAY variable was set, but this program performed an operation 
which requires it.
        at 
org.apache.batik.transcoder.image.ImageTranscoder.transcode(Unknown Source)
        at 
org.geotools.renderer.lite.InternalTranscoder.transcode(InternalTranscoder.java:63)
        at 
org.geotools.renderer.lite.SVGGlyphRenderer.render(SVGGlyphRenderer.java:99)
        at 
org.geotools.renderer.lite.SVGGlyphRendererTest.testRenderCss(SVGGlyphRendererTest.java:47)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
Dec 15, 2006 11:07:21 AM org.geotools.renderer.lite.SVGGlyphRenderer render
WARNING: Unable to load external svg file
org.apache.batik.transcoder.TranscoderException: null
Enclosed Exception:

No X11 DISPLAY variable was set, but this program performed an operation 
which requires it.
        at 
org.apache.batik.transcoder.image.ImageTranscoder.transcode(Unknown Source)
        at 
org.geotools.renderer.lite.InternalTranscoder.transcode(InternalTranscoder.java:63)
        at 
org.geotools.renderer.lite.SVGGlyphRenderer.render(SVGGlyphRenderer.java:99)
        at 
org.geotools.renderer.lite.SVGGlyphRendererTest.testRenderText(SVGGlyphRendererTest.java:60)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 4.787 
sec <<< FAILURE!
Running org.geotools.renderer.lite.BoundsExtractorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec
Running org.geotools.renderer.style.SLDStyleFactoryTest$SymbolizerKeyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.geotools.renderer.lite.LiteShapeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
Running org.geotools.renderer.lite.ReprojectionTest
84°00'00.0"N, 180°00'00.0"W - 00°00'00.0"N, 174°00'00.0"W
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec

Results :
Tests run: 57, Failures: 3, Errors: 0, Skipped: 0

[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] 
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 4 minutes 28 seconds
[INFO] Finished at: Fri Dec 15 11:07:21 PST 2006
[INFO] Final Memory: 24M/63M
[INFO] 
------------------------------------------------------------------------


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to