See <http://ares.opengeo.org/jenkins/job/geoserver-master/253/changes>
Changes:
[rini.angreani] GEOS-6216: app-schema axis order is wrong if bbox property is specified in POST request.
------------------------------------------
[...truncated 47226 lines...]
<fes:Argument name="expr">
<fes:Type>xs:string</fes:Type>
</fes:Argument>
<fes:Argument name="vocab">
<fes:Type>xs:string</fes:Type>
</fes:Argument>
</fes:Arguments>
</fes:Function>
<fes:Function name="within">
<fes:Returns>xs:boolean</fes:Returns>
<fes:Arguments>
<fes:Argument name="geometry">
<fes:Type>gml:AbstractGeometryType</fes:Type>
</fes:Argument>
<fes:Argument name="geometry">
<fes:Type>gml:AbstractGeometryType</fes:Type>
</fes:Argument>
</fes:Arguments>
</fes:Function>
</fes:Functions>
</fes:Filter_Capabilities>
</wfs:WFS_Capabilities>
Jan 28, 2014 3:03:34 AM org.geoserver.test.XlinkWfsTest testGetFeatureContent
INFO: WFS testGetFeatureContent response:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs" xmlns:cv="http://www.opengis.net/cv/0.2.1" xmlns:gml="http://www.opengis.net/gml" xmlns:gsml="urn:cgi:xmlns:CGI:GeoSciML:2.0" xmlns:ogc="http://www.opengis.net/ogc" xmlns:om="http://www.opengis.net/om/1.0" xmlns:ows="http://www.opengis.net/ows" xmlns:sa="http://www.opengis.net/sampling/1.0" xmlns:sml="http://www.opengis.net/sensorML/1.0.1" xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" numberOfFeatures="4" timeStamp="2014-01-28T03:03:33.895Z" 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">
<gml:featureMember>
<gsml:MappedFeature gml:id="mf1">
<gml:name>GUNTHORPE FORMATION</gml:name>
<gsml:specification xlink:href="urn:x-test:GeologicUnit:gu.25699"/>
<gsml:shape>
<gml:Polygon srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
<gml:exterior>
<gml:LinearRing srsDimension="2">
<gml:posList>52.5 -1.2 52.6 -1.2 52.6 -1.1 52.5 -1.1 52.5 -1.2</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gsml:shape>
</gsml:MappedFeature>
</gml:featureMember>
<gml:featureMember>
<gsml:MappedFeature gml:id="mf2">
<gml:name>MERCIA MUDSTONE GROUP</gml:name>
<gsml:specification xlink:href="urn:x-test:GeologicUnit:gu.25678"/>
<gsml:shape>
<gml:Polygon srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
<gml:exterior>
<gml:LinearRing srsDimension="2">
<gml:posList>52.5 -1.3 52.6 -1.3 52.6 -1.2 52.5 -1.2 52.5 -1.3</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gsml:shape>
</gsml:MappedFeature>
</gml:featureMember>
<gml:featureMember>
<gsml:MappedFeature gml:id="mf3">
<gml:name>CLIFTON FORMATION</gml:name>
<gsml:specification xlink:href="urn:x-test:GeologicUnit:gu.25678"/>
<gsml:shape>
<gml:Polygon srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
<gml:exterior>
<gml:LinearRing srsDimension="2">
<gml:posList>52.5 -1.2 52.6 -1.2 52.6 -1.1 52.5 -1.1 52.5 -1.2</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gsml:shape>
</gsml:MappedFeature>
</gml:featureMember>
<gml:featureMember>
<gsml:MappedFeature gml:id="mf4">
<gml:name>MURRADUC BASALT</gml:name>
<gsml:specification xlink:href="urn:x-test:GeologicUnit:gu.25682"/>
<gsml:shape>
<gml:Polygon srsDimension="2" srsName="urn:x-ogc:def:crs:EPSG:4326">
<gml:exterior>
<gml:LinearRing srsDimension="2">
<gml:posList>52.5 -1.3 52.6 -1.3 52.6 -1.2 52.5 -1.2 52.5 -1.3</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Polygon>
</gsml:shape>
</gsml:MappedFeature>
</gml:featureMember>
</wfs:FeatureCollection>
Jan 28, 2014 3:03:34 AM org.geoserver.test.XlinkWfsTest testDescribeFeatureType
INFO: WFS DescribeFeatureType response:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cv="http://www.opengis.net/cv/0.2.1" xmlns:gml="http://www.opengis.net/gml" xmlns:gsml="urn:cgi:xmlns:CGI:GeoSciML:2.0" xmlns:om="http://www.opengis.net/om/1.0" xmlns:sa="http://www.opengis.net/sampling/1.0" xmlns:sml="http://www.opengis.net/sensorML/1.0.1" xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified" targetNamespace="urn:cgi:xmlns:CGI:GeoSciML:2.0">
<xsd:import namespace="http://www.opengis.net/wfs/2.0" schemaLocation="jar:file:/var/lib/jenkins/.m2/repository/org/geotools/xsd/gt-xsd-wfs/11-SNAPSHOT/gt-xsd-wfs-11-SNAPSHOT.jar!/org/geotools/wfs/v2_0/wfs.xsd"/>
<xsd:include schemaLocation="http://www.geosciml.org/geosciml/2.0/xsd/geosciml.xsd"/>
</xsd:schema>
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.378 sec
Results :
Failed tests: testQueryBboxLatLongPost(org.geoserver.test.BBoxFilterTest): expected:<[2]> but was:<[0]>
Tests run: 151, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Security UI LDAP Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping GeoServer Security Extension Modules
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Monitor Hibernate Extension
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping CSW UI Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Importer REST Api Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Importer Berkley DB Persistence Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Importer Web UI Module
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GeoServer ......................................... SUCCESS [8.512s]
[INFO] Core Platform Module .............................. SUCCESS [8.045s]
[INFO] Open Web Service Module ........................... SUCCESS [12.185s]
[INFO] Main Module ....................................... SUCCESS [2:35.174s]
[INFO] GeoServer Security Modules ........................ SUCCESS [0.839s]
[INFO] GeoServer JDBC Security Module .................... SUCCESS [1:08.988s]
[INFO] GeoServer LDAP Security Module .................... SUCCESS [40.054s]
[INFO] Web Coverage Service Module ....................... SUCCESS [2.961s]
[INFO] Web Coverage Service 1.0 Module ................... SUCCESS [1:04.770s]
[INFO] Web Coverage Service 1.1 Module ................... SUCCESS [1:11.043s]
[INFO] Web Coverage Service 2.0 Module ................... SUCCESS [1:46.758s]
[INFO] Web Feature Service Module ........................ SUCCESS [3:49.387s]
[INFO] Web Map Service Module ............................ SUCCESS [4:39.254s]
[INFO] KML support for GeoServer ......................... SUCCESS [1:10.749s]
[INFO] GeoWebCache (GWC) Module .......................... SUCCESS [1:36.987s]
[INFO] REST Support Module ............................... SUCCESS [39.708s]
[INFO] REST Configuration Service Module ................. SUCCESS [2:56.629s]
[INFO] GeoServer Web Modules ............................. SUCCESS [0.437s]
[INFO] Core UI Module .................................... SUCCESS [2:06.998s]
[INFO] WMS UI Module ..................................... SUCCESS [1:02.105s]
[INFO] GWC UI Module ..................................... SUCCESS [1:15.197s]
[INFO] WFS UI Module ..................................... SUCCESS [37.917s]
[INFO] Demoes Module ..................................... SUCCESS [54.634s]
[INFO] WCS UI Module ..................................... SUCCESS [48.167s]
[INFO] Security UI Modules ............................... SUCCESS [0.481s]
[INFO] Security UI Core Module ........................... SUCCESS [3:26.651s]
[INFO] Security UI JDBC Module ........................... SKIPPED
[INFO] Security UI LDAP Module ........................... SKIPPED
[INFO] Community Space ................................... SUCCESS [0.283s]
[INFO] Printing Module ................................... SUCCESS [21.454s]
[INFO] HTTP Proxy Extension .............................. SUCCESS [6.586s]
[INFO] GeoServer Web Application ......................... SKIPPED
[INFO] GeoServer Extensions .............................. SUCCESS [0.255s]
[INFO] Application Schema Support ........................ SUCCESS [0.261s]
[INFO] Application Schema Integration Test ............... FAILURE [4:06.830s]
[INFO] Sample DataAccess Integration Test ................ SUCCESS [32.555s]
[INFO] ArcSDE DataStore Extension ........................ SUCCESS [25.830s]
[INFO] GeoSearch Index Module ............................ SUCCESS [42.375s]
[INFO] H2 DataStore Extension ............................ SUCCESS [21.495s]
[INFO] SQL Server DataStore Extension .................... SUCCESS [1.514s]
[INFO] Oracle DataStore Extension ........................ SUCCESS [0.741s]
[INFO] MySQL DataStore Extension ......................... SUCCESS [0.658s]
[INFO] DB2 DataStore Extension ........................... SUCCESS [0.494s]
[INFO] ImageMap Output Format ............................ SUCCESS [13.356s]
[INFO] ImageI/O-Ext GDAL Coverage Extension .............. SUCCESS [1.035s]
[INFO] JP2K Coverage Extension ........................... SUCCESS [0.580s]
[INFO] ogr2ogr Output Format ............................. SUCCESS [30.429s]
[INFO] Excel Output Format ............................... SUCCESS [35.800s]
[INFO] Validation Module ................................. SUCCESS [2.492s]
[INFO] Chart external graphics support ................... SUCCESS [1.476s]
[INFO] Feature Generalization Extension .................. SUCCESS [2.307s]
[INFO] Image Mosaic JDBC Extension ....................... SUCCESS [0.954s]
[INFO] OWS request flow controller ....................... SUCCESS [20.948s]
[INFO] Web Processing Service parent ..................... SUCCESS [0.419s]
[INFO] Web Processing Service Module ..................... SUCCESS [3:57.476s]
[INFO] Web Processing Service GUI ........................ SUCCESS [59.011s]
[INFO] GeoServer Layer Querying filter functions ......... SUCCESS [43.856s]
[INFO] Teradata DataStore Extension ...................... SUCCESS [2.313s]
[INFO] GeoServer Monitor Extensions ...................... SUCCESS [0.469s]
[INFO] Core Monitor Extension ............................ SUCCESS [20.983s]
[INFO] Monitor Hibernate Extension ....................... SKIPPED
[INFO] GeoServer Security Extension Modules .............. SKIPPED
[INFO] GeoServer CAS Security Module ..................... SKIPPED
[INFO] GeoServer Security Extension Web Modules .......... SKIPPED
[INFO] GeoServer CAS Security Web Module ................. SKIPPED
[INFO] XLST based WFS output format ...................... SUCCESS [49.038s]
[INFO] GeoServer INSPIRE Extensions ...................... SUCCESS [47.896s]
[INFO] GeoServer CSS Styling ............................. SUCCESS [33.695s]
[INFO] Catalog Services for the Web parent ............... SUCCESS [0.410s]
[INFO] Catalog Services for the Web interfaces ........... SUCCESS [22.072s]
[INFO] Catalog Services for the Web - Simple CatalogStore implementation SUCCESS [21.999s]
[INFO] Catalog Services for the Web core module .......... SUCCESS [1:48.384s]
[INFO] CSW UI Module ..................................... SKIPPED
[INFO] DXF output format ................................. SUCCESS [0.234s]
[INFO] DXF output format ................................. SUCCESS [33.333s]
[INFO] DXF WPS PPIO ...................................... SUCCESS [37.255s]
[INFO] GeoServer WCS 2.0 Earth Observation Extensions .... SUCCESS [0.281s]
[INFO] Web Coverage Service 2.0 Earth Observation extensions SUCCESS [42.848s]
[INFO] Web Coverage Service 2.0 Earth Observation GUI extension SUCCESS [27.212s]
[INFO] GeoServer libjpeg-turbo Module .................... SUCCESS [32.420s]
[INFO] GeoServer Data Importer ........................... SUCCESS [0.289s]
[INFO] Importer Core Module .............................. SUCCESS [1:31.699s]
[INFO] Importer REST Api Module .......................... SKIPPED
[INFO] Importer Berkley DB Persistence Module ............ SKIPPED
[INFO] Importer Web UI Module ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30:45.558s (Wall Clock)
[INFO] Finished at: Tue Jan 28 03:03:39 UTC 2014
[INFO] Final Memory: 65M/221M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on project gs-app-schema-test: There are test failures.
[ERROR]
[ERROR] Please refer to <http://ares.opengeo.org/jenkins/job/geoserver-master/ws/src/extension/app-schema/app-schema-test/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :gs-app-schema-test
Build step 'Invoke top-level Maven targets' marked build as failure