[Geoserver-devel] Build failed in Hudson: geoserver-trunk #4456

See <http://hudson.opengeo.org/hudson/job/geoserver-trunk/4456/changes&gt;

Changes:

[jgarnett] migrate tests over to 'gs' processes rather than 'gt'

------------------------------------------
[...truncated 50543 lines...]
<Output>
<ows:Identifier>result</ows:Identifier>
<ows:Title>result</ows:Title>
<ComplexOutput>
<Default>
<Format>
<MimeType>text/xml; subtype=gml/3.1.1</MimeType>
</Format>
</Default>
<Supported>
<Format>
<MimeType>text/xml; subtype=gml/3.1.1</MimeType>
</Format>
<Format>
<MimeType>text/xml; subtype=gml/2.1.2</MimeType>
</Format>
<Format>
<MimeType>application/wkt</MimeType>
</Format>
<Format>
<MimeType>application/gml-3.1.1</MimeType>
</Format>
<Format>
<MimeType>application/gml-2.1.2</MimeType>
</Format>
</Supported>
</ComplexOutput>
</Output>
</ProcessOutputs>
</ProcessDescription>
</wps:ProcessDescriptions>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wps:ProcessDescriptions xmlns:ows="http://www.opengis.net/ows/1.1&quot; xmlns:wps="http://www.opengis.net/wps/1.0.0&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; service="WPS" version="1.0.0" xml:lang="en" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd&quot;&gt;
<ProcessDescription statusSupported="false" storeSupported="false" wps:processVersion="1.0.0">
<ows:Identifier>JTS:buffer</ows:Identifier>
<ows:Title>Buffers a geometry using a certain distance</ows:Title>
<ows:Abstract>Buffers a geometry using a certain distance</ows:Abstract>
<DataInputs>
<Input maxOccurs="1" minOccurs="1">
<ows:Identifier>geom</ows:Identifier>
<ows:Title>geom</ows:Title>
<ows:Abstract>The geometry to be buffered</ows:Abstract>
<ComplexData>
<Default>
<Format>
<MimeType>text/xml; subtype=gml/3.1.1</MimeType>
</Format>
</Default>
<Supported>
<Format>
<MimeType>text/xml; subtype=gml/3.1.1</MimeType>
</Format>
<Format>
<MimeType>text/xml; subtype=gml/2.1.2</MimeType>
</Format>
<Format>
<MimeType>application/wkt</MimeType>
</Format>
<Format>
<MimeType>application/gml-3.1.1</MimeType>
</Format>
<Format>
<MimeType>application/gml-2.1.2</MimeType>
</Format>
</Supported>
</ComplexData>
</Input>
<Input maxOccurs="1" minOccurs="1">
<ows:Identifier>distance</ows:Identifier>
<ows:Title>distance</ows:Title>
<ows:Abstract>The distance (same unit of measure as the geometry)</ows:Abstract>
<LiteralData>
<ows:DataType>xs:double</ows:DataType>
<ows:AnyValue/>
</LiteralData>
</Input>
<Input maxOccurs="1" minOccurs="0">
<ows:Identifier>quadrantSegments</ows:Identifier>
<ows:Title>quadrantSegments</ows:Title>
<ows:Abstract>Number of quadrant segments. Use &gt; 0 for round joins, 0 for flat joins, &lt; 0 for mitred joins</ows:Abstract>
<LiteralData>
<ows:DataType>xs:int</ows:DataType>
<ows:AnyValue/>
</LiteralData>
</Input>
<Input maxOccurs="1" minOccurs="0">
<ows:Identifier>capStyle</ows:Identifier>
<ows:Title>capStyle</ows:Title>
<ows:Abstract>The buffer cap style, round, flat, square</ows:Abstract>
<LiteralData>
<ows:AllowedValues>
<ows:Value>Round</ows:Value>
<ows:Value>Flat</ows:Value>
<ows:Value>Square</ows:Value>
</ows:AllowedValues>
</LiteralData>
</Input>
</DataInputs>
<ProcessOutputs>
<Output>
<ows:Identifier>result</ows:Identifier>
<ows:Title>result</ows:Title>
<ComplexOutput>
<Default>
<Format>
<MimeType>text/xml; subtype=gml/3.1.1</MimeType>
</Format>
</Default>
<Supported>
<Format>
<MimeType>text/xml; subtype=gml/3.1.1</MimeType>
</Format>
<Format>
<MimeType>text/xml; subtype=gml/2.1.2</MimeType>
</Format>
<Format>
<MimeType>application/wkt</MimeType>
</Format>
<Format>
<MimeType>application/gml-3.1.1</MimeType>
</Format>
<Format>
<MimeType>application/gml-2.1.2</MimeType>
</Format>
</Supported>
</ComplexOutput>
</Output>
</ProcessOutputs>
</ProcessDescription>
</wps:ProcessDescriptions>
26 Aug 18:50:45 ERROR [geoserver.ows] -
org.geoserver.wps.WPSException: No such process: gs:BufferFeatureCollection
  at org.geoserver.wps.DescribeProcess.processDescription(DescribeProcess.java:109)
  at org.geoserver.wps.DescribeProcess.run(DescribeProcess.java:99)
  at org.geoserver.wps.DefaultWebProcessingService.describeProcess(DefaultWebProcessingService.java:61)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:630)
  at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:234)
  at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
  at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
  at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:790)
  at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
  at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
  at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  at org.geoserver.test.GeoServerAbstractTestSupport$3.service(GeoServerAbstractTestSupport.java:1217)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  at com.mockrunner.mock.web.MockFilterChain.doFilter(MockFilterChain.java:50)
  at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1236)
  at org.geoserver.test.GeoServerAbstractTestSupport.dispatch(GeoServerAbstractTestSupport.java:1177)
  at org.geoserver.test.GeoServerAbstractTestSupport.getAsServletResponse(GeoServerAbstractTestSupport.java:593)
  at org.geoserver.test.GeoServerAbstractTestSupport.getAsServletResponse(GeoServerAbstractTestSupport.java:576)
  at org.geoserver.test.GeoServerAbstractTestSupport.get(GeoServerAbstractTestSupport.java:561)
  at org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:846)
  at org.geoserver.test.GeoServerAbstractTestSupport.getAsDOM(GeoServerAbstractTestSupport.java:810)
  at org.geoserver.wps.DescribeProcessTest.testGetBufferFeatureCollection(DescribeProcessTest.java:34)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at junit.framework.TestCase.runTest(TestCase.java:164)
  at org.geoserver.test.GeoServerAbstractTestSupport.runTest(GeoServerAbstractTestSupport.java:145)
  at junit.framework.TestCase.runBare(TestCase.java:130)
  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:120)
  at junit.framework.TestSuite.runTest(TestSuite.java:230)
  at junit.framework.TestSuite.run(TestSuite.java:225)
  at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
  at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
  at junit.framework.TestResult.runProtected(TestResult.java:124)
  at junit.extensions.TestSetup.run(TestSetup.java:25)
  at sun.reflect.GeneratedMethodAccessor214.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
  at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
  at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
  at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
  at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.1.0" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://localhost:8080/geoserver/schemas/ows/1.1.0/owsAll.xsd&quot;&gt;
  <ows:Exception exceptionCode="NoApplicableCode">
    <ows:ExceptionText>No such process: gs:BufferFeatureCollection</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec
Running org.geoserver.wps.gs.ClipProcessTest
26 Aug 18:50:45 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/extension/wps/wps-core/./target/mock3823813082854878417data&gt;
----------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:gml="http://www.opengis.net/gml&quot; xmlns:feature="http://www.openplans.org/topp&quot; xmlns:wfs="http://www.opengis.net/wfs&quot;&gt;&lt;gml:boundedBy&gt;&lt;gml:Box&gt;&lt;gml:coord&gt;&lt;gml:X&gt;\-91\.516129&lt;/gml:X&gt;&lt;gml:Y&gt;36\.986771000000005&lt;/gml:Y&gt;&lt;/gml:coord&gt;&lt;gml:coord&gt;&lt;gml:X&gt;\-87\.507889&lt;/gml:X&gt;&lt;gml:Y&gt;42\.50936100000001&lt;/gml:Y&gt;&lt;/gml:coord&gt;&lt;/gml:Box&gt;&lt;/gml:boundedBy&gt;&lt;gml:featureMember&gt;&lt;feature:states fid="states.1"><gml:boundedBy><gml:Box srsName="http://www.opengis.net/gml/srs/epsg\.xml\#4326&quot;&gt;&lt;gml:coord&gt;&lt;gml:X&gt;\-91\.516129&lt;/gml:X&gt;&lt;gml:Y&gt;40\.0&lt;/gml:Y&gt;&lt;/gml:coord&gt;&lt;gml:coord&gt;&lt;gml:X&gt;\-90\.0&lt;/gml:X&gt;&lt;gml:Y&gt;42\.50936100000001&lt;/gml:Y&gt;&lt;/gml:coord&gt;&lt;/gml:Box&gt;&lt;/gml:boundedBy&gt;&lt;feature:the\_geom&gt;&lt;gml:MultiPolygon srsName="http://www.opengis.net/gml/srs/epsg\.xml\#4326&quot;&gt;&lt;gml:polygonMember&gt;&lt;gml:Polygon&gt;&lt;gml:outerBoundaryIs&gt;&lt;gml:LinearRing&gt;&lt;gml:coordinates&gt;\-91\.48342924966074,40\.0 -91.487289,40.005753 -91.504005,40.066711 -91.516129,40.134544000000005 -91.506546,40.200458999999995 -91.498932,40.25137699999999 -91.486694,40.309624000000014 -91.448593,40.371902000000006 -91.418816,40.386875 -91.385757,40.392360999999994 -91.372757,40.40298799999999 -91.385399,40.44725 -91.374794,40.50365400000001 -91.382103,40.52849599999999 -91.412872,40.54799299999999 -91.411118,40.572970999999995 -91.37561,40.60343900000001 -91.262062,40.639545 -91.214912,40.64381800000001 -91.162498,40.65631099999999 -91.129158,40.68214800000001 -91.119987,40.70540199999999 -91.092751,40.76154700000001 -91.088905,40.833729000000005 -91.04921,40.87958499999999 -90.983276,40.92392699999999 -90.960709,40.950503999999995 -90.954651,41.07036199999999 -90.957787,41.10435899999999 -90.990341,41.14437100000001 -91.018257,41.16582500000001 -91.05632,41.17625799999999 -91.101524,41.23152200000001 -91.102348,41.267818000000005 -91.07328,41.334895999999986 -91.055786,41.40137899999999 -91.027489,41.423508 -91.000694,41.431084 -90.949654,41.421234 -90.844139,41.44462200000001 -90.7799,41.449820999999986 -90.708214,41.450062 -90.658791,41.46231800000001 -90.6007,41.50958600000001 -90.54084,41.52597 -90.454994,41.527546 -90.434967,41.543578999999994 -90.423004,41.567272 -90.348366,41.586849 -90.339348,41.60279800000001 -90.341133,41.64909 -90.326027,41.722736 -90.304886,41.75646599999999 -90.25531,41.78173799999999 -90.195839,41.80613700000001 -90.154518,41.93077500000001 -90.14267,41.98396299999999 -90.150536,42.03342799999999 -90.168098,42.06104300000001 -90.166649,42.103745 -90.176086,42.12050199999999 -90.191574,42.12268800000001 -90.230934,42.15972099999999 -90.323601,42.19731899999999 -90.367729,42.21020899999999 -90.407173,42.24264500000001 -90.417984,42.263924 -90.427681,42.340633 -90.441597,42.360073 -90.491043,42.38878299999999 -90.563583,42.42183700000001 -90.605827,42.46055999999999 -90.648346,42.47564299999999 -90.651772,42.494698 -90.638329,42.50936100000001 -90.419975,42.508362000000005 -90.0,42.50476298296556 -90.0,40.0 -91.48342924966074,40.0</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></gml:polygonMember></gml:MultiPolygon></feature:the_geom><feature:STATE_NAME>Illinois</feature:STATE_NAME><feature:STATE_FIPS>17</feature:STATE_FIPS><feature:SUB_REGION>E N Cen</feature:SUB_REGION><feature:STATE_ABBR>IL</feature:STATE_ABBR><feature:LAND_KM>143986.61</feature:LAND_KM><feature:WATER_KM>1993.335</feature:WATER_KM><feature:PERSONS>1.1430602E7</feature:PERSONS><feature:FAMILIES>2924880.0</feature:FAMILIES><feature:HOUSHOLD>4202240.0</feature:HOUSHOLD><feature:MALE>5552233.0</feature:MALE><feature:FEMALE>5878369.0</feature:FEMALE><feature:WORKERS>4199206.0</feature:WORKERS><feature:DRVALONE>3741715.0</feature:DRVALONE><feature:CARPOOL>652603.0</feature:CARPOOL><feature:PUBTRANS>538071.0</feature:PUBTRANS><feature:EMPLOYED>5417967.0</feature:EMPLOYED><feature:UNEMPLOY>385040.0</feature:UNEMPLOY><feature:SERVICE>1360159.0</feature:SERVICE><feature:MANUAL>828906.0</feature:MANUAL><feature:P_MALE>0.486</feature:P_MALE><feature:P_FEMALE>0.514</feature:P_FEMALE><feature:SAMP_POP>1747776.0</feature:SAMP_POP></feature:states></gml:featureMember></wfs:FeatureCollection>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec
Running org.geoserver.wps.gs.RasterAsPointCollectionTest
26 Aug 18:50:46 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/extension/wps/wps-core/./target/mock7584185656547249619data&gt;
----------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 sec
Running org.geoserver.wps.gs.RasterZonalStatsTest
26 Aug 18:50:46 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/extension/wps/wps-core/./target/mock8271845371664269246data&gt;
----------------------------------
26 Aug 18:50:47 ERROR [geoserver.global] -
----------------------------------
- GEOSERVER_DATA_DIR: <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/extension/wps/wps-core/./target/mock6318015370527558192data&gt;
----------------------------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.018 sec

Results :

Failed tests:
  testFeatureCollectionInline(org.geoserver.wps.ExecuteTest)
  testFeatureCollectionInlineBoundedBy(org.geoserver.wps.ExecuteTest)
  testFeatureCollectionInlineKVP(org.geoserver.wps.ExecuteTest)
  testFeatureCollectionFileReference(org.geoserver.wps.ExecuteTest)
  testFeatureCollectionFileReferenceKVP(org.geoserver.wps.ExecuteTest)
  testInlineGeoJSON(org.geoserver.wps.ExecuteTest)
  testShapeZip(org.geoserver.wps.ExecuteTest)

Tests run: 110, Failures: 7, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to <http://hudson.opengeo.org/hudson/job/geoserver-trunk/ws/geoserver/extension/wps/wps-core/target/surefire-reports&gt; for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 minutes 12 seconds
[INFO] Finished at: Fri Aug 26 18:50:47 UTC 2011
[INFO] Final Memory: 73M/267M
[INFO] ------------------------------------------------------------------------
Failed to send e-mail to jgarnett because no e-mail address is known, and no default e-mail domain is configured

See <http://hudson.opengeo.org/hudson/job/geoserver-trunk/4457/&gt;