[Geoserver-devel] Build failed in Hudson: geoserver-2.0.x #647

See <http://hudson.opengeo.org/hudson/job/geoserver-2.0.x/647/changes&gt;

Changes:

[victortey] GEOT-2843:Reprojection error in app-schema

------------------------------------------
[...truncated 23117 lines...]
  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:592)
  at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
  at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Aug 17, 2010 3:47:34 AM org.geoserver.test.SRSReprojectionTest testChainingReprojection
INFO: WFS GetFeature&typename=ex:geomContainer response:
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0" xmlns:ows="http://www.opengis.net/ows&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="http://www.opengis.net/ows http://localhost:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
    <ows:Exception exceptionCode="NoApplicableCode">
        <ows:ExceptionText>java.lang.IllegalArgumentException: ex:name is not a valid location path for type http://example.com:nestedGeometryFeatureType. ex:name ns: http://example.com, nestedGeometryFeatureType properties: http://www.opengis.net/gml#metaDataProperty, http://www.opengis.net/gml#description, http://www.opengis.net/gml#name, http://www.opengis.net/gml#boundedBy, http://www.opengis.net/gml#location, http://example.com#geom, null#FEATURE_LINK
ex:name is not a valid location path for type http://example.com:nestedGeometryFeatureType. ex:name ns: http://example.com, nestedGeometryFeatureType properties: http://www.opengis.net/gml#metaDataProperty, http://www.opengis.net/gml#description, http://www.opengis.net/gml#name, http://www.opengis.net/gml#boundedBy, http://www.opengis.net/gml#location, http://example.com#geom, null#FEATURE_LINK</ows:ExceptionText>
    </ows:Exception>
</ows:ExceptionReport>

Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.643 sec <<< FAILURE!
Running org.geoserver.test.SRSWfsTest
Aug 17, 2010 3:47:34 AM org.geoserver.test.SRSWfsTest testGetFeatureContent
INFO: WFS GetFeature&typename=ex:geomContainer response:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="2" timeStamp="2010-08-17T03:47:34.691Z" xmlns:cv="http://www.opengis.net/cv/0.2.1&quot; xmlns:ex="http://example.com" xmlns:gml="http://www.opengis.net/gml&quot;
    xmlns:gsml="urn:cgi:xmlns:CGI:GeoSciML:2.0" xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:om="http://www.opengis.net/om/1.0&quot; xmlns:ows="http://www.opengis.net/ows&quot;
    xmlns:sa="http://www.opengis.net/sampling/1.0&quot; xmlns:sml="http://www.opengis.net/sensorML/1.0.1&quot; xmlns:swe="http://www.opengis.net/swe/1.0.1&quot; xmlns:wfs="http://www.opengis.net/wfs&quot;
    xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="http://example.com <http://hudson.opengeo.org/hudson/job/geoserver-2.0.x/ws/geoserver-2.0.x/extension/app-schema/app-schema-test/target/app-schema-mock3778474227632075501data/featureTypes/ex_geomContainer/NestedGeometry.xsd&gt; http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd&quot;&gt;
    <gml:featureMember>
        <ex:geomContainer gml:id="1">
            <ex:geom>
                <gml:Polygon srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4283">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>-1.2 52.5 -1.2 52.6 -1.1 52.6 -1.1 52.5 -1.2 52.5</gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
            </ex:geom>
            <ex:nestedFeature>
                <ex:nestedGeom gml:id="nested.2">
                    <ex:geom>
                        <gml:Point srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4283">
                            <gml:pos>42.58 31.29</gml:pos>
                        </gml:Point>
                    </ex:geom>
                </ex:nestedGeom>
            </ex:nestedFeature>
        </ex:geomContainer>
    </gml:featureMember>
    <gml:featureMember>
        <ex:geomContainer gml:id="2">
            <ex:geom>
                <gml:Point srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4283">
                    <gml:pos>42.58 31.29</gml:pos>
                </gml:Point>
            </ex:geom>
            <ex:nestedFeature>
                <ex:nestedGeom gml:id="nested.1">
                    <ex:geom>
                        <gml:Polygon srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4283">
                            <gml:exterior>
                                <gml:LinearRing>
                                    <gml:posList>-1.2 52.5 -1.2 52.6 -1.1 52.6 -1.1 52.5 -1.2 52.5</gml:posList>
                                </gml:LinearRing>
                            </gml:exterior>
                        </gml:Polygon>
                    </ex:geom>
                </ex:nestedGeom>
            </ex:nestedFeature>
        </ex:geomContainer>
    </gml:featureMember>
</wfs:FeatureCollection>

Aug 17, 2010 3:47:34 AM org.geoserver.test.SRSWfsTest testReproject
INFO: WFS GetFeature&typename=ex:geomContainer&srsname=urn:x-ogc:def:crs:EPSG::4326 response:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="2" timeStamp="2010-08-17T03:47:34.786Z" xmlns:cv="http://www.opengis.net/cv/0.2.1&quot; xmlns:ex="http://example.com" xmlns:gml="http://www.opengis.net/gml&quot;
    xmlns:gsml="urn:cgi:xmlns:CGI:GeoSciML:2.0" xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:om="http://www.opengis.net/om/1.0&quot; xmlns:ows="http://www.opengis.net/ows&quot;
    xmlns:sa="http://www.opengis.net/sampling/1.0&quot; xmlns:sml="http://www.opengis.net/sensorML/1.0.1&quot; xmlns:swe="http://www.opengis.net/swe/1.0.1&quot; xmlns:wfs="http://www.opengis.net/wfs&quot;
    xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="http://example.com <http://hudson.opengeo.org/hudson/job/geoserver-2.0.x/ws/geoserver-2.0.x/extension/app-schema/app-schema-test/target/app-schema-mock3778474227632075501data/featureTypes/ex_geomContainer/NestedGeometry.xsd&gt; http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd&quot;&gt;
    <gml:featureMember>
        <ex:geomContainer gml:id="1">
            <ex:geom>
                <gml:Polygon srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>-1.1999999999634965 52.5 -1.1999999999634965 52.6 -1.099999999966089 52.59999999999999 -1.099999999966089 52.5 -1.1999999999634965 52.5</gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
            </ex:geom>
            <ex:nestedFeature>
                <ex:nestedGeom gml:id="nested.2">
                    <ex:geom>
                        <gml:Point srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
                            <gml:pos>42.58000004047607 31.29</gml:pos>
                        </gml:Point>
                    </ex:geom>
                </ex:nestedGeom>
            </ex:nestedFeature>
        </ex:geomContainer>
    </gml:featureMember>
    <gml:featureMember>
        <ex:geomContainer gml:id="2">
            <ex:geom>
                <gml:Point srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
                    <gml:pos>42.58000004047607 31.29</gml:pos>
                </gml:Point>
            </ex:geom>
            <ex:nestedFeature>
                <ex:nestedGeom gml:id="nested.1">
                    <ex:geom>
                        <gml:Polygon srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
                            <gml:exterior>
                                <gml:LinearRing>
                                    <gml:posList>-1.1999999999634965 52.5 -1.1999999999634965 52.6 -1.099999999966089 52.59999999999999 -1.099999999966089 52.5 -1.1999999999634965 52.5</gml:posList>
                                </gml:LinearRing>
                            </gml:exterior>
                        </gml:Polygon>
                    </ex:geom>
                </ex:nestedGeom>
            </ex:nestedFeature>
        </ex:geomContainer>
    </gml:featureMember>
</wfs:FeatureCollection>

Aug 17, 2010 3:47:34 AM org.geoserver.test.SRSWfsTest testFilters
INFO: WFS GetFeature&typename=ex:geomContainer&srsname=urn:x-ogc:def:crs:EPSG::4326&featureid=1response:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="1" timeStamp="2010-08-17T03:47:34.826Z" xmlns:cv="http://www.opengis.net/cv/0.2.1&quot; xmlns:ex="http://example.com" xmlns:gml="http://www.opengis.net/gml&quot;
    xmlns:gsml="urn:cgi:xmlns:CGI:GeoSciML:2.0" xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:om="http://www.opengis.net/om/1.0&quot; xmlns:ows="http://www.opengis.net/ows&quot;
    xmlns:sa="http://www.opengis.net/sampling/1.0&quot; xmlns:sml="http://www.opengis.net/sensorML/1.0.1&quot; xmlns:swe="http://www.opengis.net/swe/1.0.1&quot; xmlns:wfs="http://www.opengis.net/wfs&quot;
    xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="http://example.com <http://hudson.opengeo.org/hudson/job/geoserver-2.0.x/ws/geoserver-2.0.x/extension/app-schema/app-schema-test/target/app-schema-mock3778474227632075501data/featureTypes/ex_geomContainer/NestedGeometry.xsd&gt; http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd&quot;&gt;
    <gml:featureMember>
        <ex:geomContainer gml:id="1">
            <ex:geom>
                <gml:Polygon srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:posList>-1.1999999999634965 52.5 -1.1999999999634965 52.6 -1.099999999966089 52.59999999999999 -1.099999999966089 52.5 -1.1999999999634965 52.5</gml:posList>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
            </ex:geom>
            <ex:nestedFeature>
                <ex:nestedGeom gml:id="nested.2">
                    <ex:geom>
                        <gml:Point srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
                            <gml:pos>42.58000004047607 31.29</gml:pos>
                        </gml:Point>
                    </ex:geom>
                </ex:nestedGeom>
            </ex:nestedFeature>
        </ex:geomContainer>
    </gml:featureMember>
</wfs:FeatureCollection>

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec
Running org.geoserver.test.PropertyEncodingOrderTest
Aug 17, 2010 3:47:39 AM org.geoserver.test.PropertyEncodingOrderTest testPropertyEncodingOrder_PlanarOrientation
INFO: WFS GetFeature&er:MineralOccurrence:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="1" timeStamp="2010-08-17T03:47:39.575Z" xmlns:cv="http://www.opengis.net/cv/0.2.1&quot; xmlns:er="urn:cgi:xmlns:GGIC:EarthResource:1.1"
    xmlns:gml="http://www.opengis.net/gml&quot; xmlns:gsml="urn:cgi:xmlns:CGI:GeoSciML:2.0" xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:om="http://www.opengis.net/om/1.0&quot;
    xmlns:ows="http://www.opengis.net/ows&quot; xmlns:sa="http://www.opengis.net/sampling/1.0&quot; xmlns:sml="http://www.opengis.net/sensorML/1.0.1&quot; xmlns:swe="http://www.opengis.net/swe/1.0.1&quot;
    xmlns:wfs="http://www.opengis.net/wfs&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="urn:cgi:xmlns:GGIC:EarthResource:1.1 http://www.earthresourceml.org/earthresourceml/1.1/xsd/earthResource.xsd http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd&quot;&gt;
    <gml:featureMember>
        <er:MineralOccurrence gml:id="er.mineraloccurrence.S0032895">
            <gml:name>Robinson Range - Deposit D</gml:name>
            <er:planarOrientation>
                <gsml:CGI_PlanarOrientation>
                    <gsml:convention>strike dip right hand rule</gsml:convention>
                    <gsml:azimuth>
                        <gsml:CGI_NumericValue>
                            <gsml:principalValue uom="urn:ogc:def:uom:UCUM::deg">50.0</gsml:principalValue>
                        </gsml:CGI_NumericValue>
                    </gsml:azimuth>
                    <gsml:dip>
                        <gsml:CGI_TermValue>
                            <gsml:value codeSpace="http://www.dmp.wa.gov.au/371.aspx&quot;&gt;60\-80&lt;/gsml:value&gt;
                        </gsml:CGI_TermValue>
                    </gsml:dip>
                    <gsml:polarity>not applicable</gsml:polarity>
                </gsml:CGI_PlanarOrientation>
            </er:planarOrientation>
        </er:MineralOccurrence>
    </gml:featureMember>
</wfs:FeatureCollection>

Aug 17, 2010 3:47:43 AM org.geoserver.test.PropertyEncodingOrderTest testPropertyEncodingOrder_GeologicUnit
INFO: WFS GetFeature&typename=gsml:GeologicUnit&featureid=gu.25699:
<?xml version="1.0" encoding="UTF-8"?>
<wfs:FeatureCollection numberOfFeatures="1" timeStamp="2010-08-17T03:47:43.942Z" xmlns:cv="http://www.opengis.net/cv/0.2.1&quot; xmlns:er="urn:cgi:xmlns:GGIC:EarthResource:1.1"
    xmlns:gml="http://www.opengis.net/gml&quot; xmlns:gsml="urn:cgi:xmlns:CGI:GeoSciML:2.0" xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:om="http://www.opengis.net/om/1.0&quot;
    xmlns:ows="http://www.opengis.net/ows&quot; xmlns:sa="http://www.opengis.net/sampling/1.0&quot; xmlns:sml="http://www.opengis.net/sensorML/1.0.1&quot; xmlns:swe="http://www.opengis.net/swe/1.0.1&quot;
    xmlns:wfs="http://www.opengis.net/wfs&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="urn:cgi:xmlns:CGI:GeoSciML:2.0 http://www.geosciml.org/geosciml/2.0/xsd/geosciml.xsd http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd&quot;&gt;
    <gml:featureMember>
        <gsml:GeologicUnit gml:id="gu.25699">
            <gml:description>Olivine basalt, tuff, microgabbro, minor sedimentary rocks</gml:description>
            <gml:name codeSpace="urn:ietf:rfc:2141">Yaugher Volcanic Group</gml:name>
            <gml:name>-Py</gml:name>
            <gsml:occurrence xlink:href="urn:cgi:feature:MappedFeature:mf1"/>
            <gsml:exposureColor>
                <gsml:CGI_TermValue>
                    <gsml:value codeSpace="some:uri">Blue</gsml:value>
                </gsml:CGI_TermValue>
            </gsml:exposureColor>
            <gsml:outcropCharacter>
                <gsml:CGI_TermValue>
                    <gsml:value codeSpace="some:uri">x</gsml:value>
                </gsml:CGI_TermValue>
            </gsml:outcropCharacter>
            <gsml:composition>
                <gsml:CompositionPart>
                    <gsml:role>interbedded component</gsml:role>
                    <gsml:proportion>
                        <gsml:CGI_TermValue>
                            <gsml:value codeSpace="some:uri">significant</gsml:value>
                        </gsml:CGI_TermValue>
                    </gsml:proportion>
                </gsml:CompositionPart>
            </gsml:composition>
        </gsml:GeologicUnit>
    </gml:featureMember>
</wfs:FeatureCollection>

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.16 sec

Results :

Failed tests:
  testNonFeatureTypeProxy(org.geoserver.test.SRSReprojectionTest)
  testChainingReprojection(org.geoserver.test.SRSReprojectionTest)

Tests run: 47, Failures: 2, Errors: 0, Skipped: 0

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

Please refer to <http://hudson.opengeo.org/hudson/job/geoserver-2.0.x/ws/geoserver-2.0.x/extension/app-schema/app-schema-test/target/surefire-reports&gt; for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes
[INFO] Finished at: Tue Aug 17 03:47:44 UTC 2010
[INFO] Final Memory: 62M/244M
[INFO] ------------------------------------------------------------------------
Failed to send e-mail to victortey because no e-mail address is known, and no default e-mail domain is configured

See <http://hudson.opengeo.org/hudson/job/geoserver-2.0.x/648/changes&gt;