See <http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/17/changes>

Changes:

[andrea.aime] [GEOS-5858] Inconsistent representation of workspace specific 
styles in rest

[andrea.aime] Make sure the test works even with odd chars in the build path (a 
@ in this case)

[andrea.aime] [GEOS-6074] Build failure in wms GetMapKvpRequestReaderTest in 
path with spaces

------------------------------------------
[...truncated 61706 lines...]
13 Oct 03:21:22 INFO [tester.BaseWicketTester] - path   
form:calculatedRolesContainer:calculatedRoles:2:role    
org.geoserver.web.wicket.SimpleAjaxLink         [ROLE_WMS]
13 Oct 03:21:22 INFO [tester.BaseWicketTester] - path   
form:calculatedRolesContainer:calculatedRoles:2:role:link       
org.apache.wicket.ajax.markup.html.AjaxLink     [ROLE_WMS]
13 Oct 03:21:22 INFO [tester.BaseWicketTester] - path   
form:calculatedRolesContainer:calculatedRoles:2:role:link:label         
org.apache.wicket.markup.html.basic.Label       [ROLE_WMS]
13 Oct 03:21:22 INFO [tester.BaseWicketTester] - path   form:save       
org.apache.wicket.markup.html.form.SubmitLink   [No get method defined for 
class: class org.geoserver.security.impl.GeoServerUser expression: save]
13 Oct 03:21:22 INFO [tester.BaseWicketTester] - path   form:cancel     
org.apache.wicket.markup.html.link.Link         [No get method defined for 
class: class org.geoserver.security.impl.GeoServerUser expression: cancel]
Running org.geoserver.wfs.web.CSWAdminPageTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.833 sec
Running org.geoserver.security.web.jdbc.user.JDBCNewUserPageTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.287 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ web-csw ---
13 Oct 03:21:42 ERROR [geoserver.web] - Error occurred while saving user
java.io.IOException: Details are in the nested excetpion
        at 
org.geoserver.security.validation.UserGroupServiceValidationWrapper.createSecurityException(UserGroupServiceValidationWrapper.java:283)
        at 
org.geoserver.security.validation.UserGroupServiceValidationWrapper.checkNotExistingUserName(UserGroupServiceValidationWrapper.java:90)
        at 
org.geoserver.security.validation.UserGroupStoreValidationWrapper.addUser(UserGroupStoreValidationWrapper.java:68)
        at 
org.geoserver.security.web.user.NewUserPage.onFormSubmit(NewUserPage.java:36)
        at 
org.geoserver.security.web.user.AbstractUserPage$6.onSubmit(AbstractUserPage.java:194)
        at 
org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1561)
        at org.apache.wicket.markup.html.form.Form.process(Form.java:958)
        at 
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:920)
        at sun.reflect.GeneratedMethodAccessor226.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:182)
        at 
org.apache.wicket.request.target.component.listener.ListenerInterfaceRequestTarget.processEvents(ListenerInterfaceRequestTarget.java:73)
        at 
org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
        at 
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
        at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
        at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
        at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
        at 
org.apache.wicket.protocol.http.MockWebApplication.processRequestCycle(MockWebApplication.java:527)
        at org.apache.wicket.util.tester.FormTester.submit(FormTester.java:695)
        at org.apache.wicket.util.tester.FormTester.submit(FormTester.java:742)
        at 
org.geoserver.security.web.user.NewUserPageTest.testUserNameConflict(NewUserPageTest.java:218)
        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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        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.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: org.geoserver.security.validation.UserGroupServiceException: User 
user1 already exists
        at 
org.geoserver.security.validation.UserGroupServiceValidationWrapper.createSecurityException(UserGroupServiceValidationWrapper.java:282)
        ... 55 more
[INFO] Building jar: 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/extension/csw/web-csw/target/web-csw-2.4-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ web-csw ---
[INFO] Building jar: 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/extension/csw/web-csw/target/web-csw-2.4-SNAPSHOT-tests.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-sources) @ web-csw >>>
[INFO] 
[INFO] --- git-commit-id-plugin:2.0.4:revision (default) @ web-csw ---
[INFO] [GitCommitIdMojo] Running on 
'<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/.git'> repository...
[INFO] [GitCommitIdMojo] Initializing properties...
[INFO] [GitCommitIdMojo] Using maven project properties...
[INFO] [GitCommitIdMojo] Loading data from git repository...
[INFO] [GitCommitIdMojo] ------------------git properties 
loaded------------------
[INFO] [GitCommitIdMojo] build.commit.message.short = [GEOS-6074] Build failure 
in wms GetMapKvpRequestReaderTest in path with spaces
[INFO] [GitCommitIdMojo] build.build.user.email = Unknown
[INFO] [GitCommitIdMojo] build.hudsonId = -1
[INFO] [GitCommitIdMojo] build.commit.time = 12.10.2013 @ 17:52:57 UTC
[INFO] [GitCommitIdMojo] build.timestamp = 13-Oct-2013 02:56
[INFO] [GitCommitIdMojo] build.build.time = 13.10.2013 @ 03:21:43 UTC
[INFO] [GitCommitIdMojo] build.branch = 0d156ccc9a6a0d54226651351c6255f60ef1cd00
[INFO] [GitCommitIdMojo] build.commit.user.email = ben.caradoc-dav...@csiro.au
[INFO] [GitCommitIdMojo] build.build.user.name = Unknown
[INFO] [GitCommitIdMojo] build.commit.user.name = Ben Caradoc-Davies
[INFO] [GitCommitIdMojo] build.commit.id.abbrev = 0d156cc
[INFO] [GitCommitIdMojo] build.commit.id = 
0d156ccc9a6a0d54226651351c6255f60ef1cd00
[INFO] [GitCommitIdMojo] build.commit.message.full = [GEOS-6074] Build failure 
in wms GetMapKvpRequestReaderTest in path with spaces

[INFO] [GitCommitIdMojo] 
---------------------------------------------------------
[INFO] [GitCommitIdMojo] Finished running.
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-sources) @ web-csw <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-sources) @ web-csw ---
[INFO] Building jar: 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/extension/csw/web-csw/target/web-csw-2.4-SNAPSHOT-sources.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:test-jar (attach-sources) @ web-csw >>>
[INFO] 
[INFO] --- git-commit-id-plugin:2.0.4:revision (default) @ web-csw ---
[INFO] [GitCommitIdMojo] Running on 
'<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/.git'> repository...
[INFO] [GitCommitIdMojo] Initializing properties...
[INFO] [GitCommitIdMojo] Using maven project properties...
[INFO] [GitCommitIdMojo] Loading data from git repository...
[INFO] [GitCommitIdMojo] ------------------git properties 
loaded------------------
[INFO] [GitCommitIdMojo] build.commit.message.short = [GEOS-6074] Build failure 
in wms GetMapKvpRequestReaderTest in path with spaces
[INFO] [GitCommitIdMojo] build.build.user.email = Unknown
[INFO] [GitCommitIdMojo] build.hudsonId = -1
[INFO] [GitCommitIdMojo] build.commit.time = 12.10.2013 @ 17:52:57 UTC
[INFO] [GitCommitIdMojo] build.timestamp = 13-Oct-2013 02:56
[INFO] [GitCommitIdMojo] build.build.time = 13.10.2013 @ 03:21:43 UTC
[INFO] [GitCommitIdMojo] build.branch = 0d156ccc9a6a0d54226651351c6255f60ef1cd00
[INFO] [GitCommitIdMojo] build.commit.user.email = ben.caradoc-dav...@csiro.au
[INFO] [GitCommitIdMojo] build.build.user.name = Unknown
[INFO] [GitCommitIdMojo] build.commit.user.name = Ben Caradoc-Davies
[INFO] [GitCommitIdMojo] build.commit.id.abbrev = 0d156cc
[INFO] [GitCommitIdMojo] build.commit.id = 
0d156ccc9a6a0d54226651351c6255f60ef1cd00
[INFO] [GitCommitIdMojo] build.commit.message.full = [GEOS-6074] Build failure 
in wms GetMapKvpRequestReaderTest in path with spaces

[INFO] [GitCommitIdMojo] 
---------------------------------------------------------
[INFO] [GitCommitIdMojo] Finished running.
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:test-jar (attach-sources) @ web-csw <<<
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:test-jar (attach-sources) @ web-csw ---
[INFO] Building jar: 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/extension/csw/web-csw/target/web-csw-2.4-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ web-csw ---
[INFO] Installing 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/extension/csw/web-csw/target/web-csw-2.4-SNAPSHOT.jar>
 to 
/var/lib/jenkins/.m2/repository/org/geoserver/csw/web-csw/2.4-SNAPSHOT/web-csw-2.4-SNAPSHOT.jar
[INFO] Installing 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/extension/csw/web-csw/pom.xml>
 to 
/var/lib/jenkins/.m2/repository/org/geoserver/csw/web-csw/2.4-SNAPSHOT/web-csw-2.4-SNAPSHOT.pom
[INFO] Installing 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/extension/csw/web-csw/target/web-csw-2.4-SNAPSHOT-tests.jar>
 to 
/var/lib/jenkins/.m2/repository/org/geoserver/csw/web-csw/2.4-SNAPSHOT/web-csw-2.4-SNAPSHOT-tests.jar
[INFO] Installing 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/extension/csw/web-csw/target/web-csw-2.4-SNAPSHOT-sources.jar>
 to 
/var/lib/jenkins/.m2/repository/org/geoserver/csw/web-csw/2.4-SNAPSHOT/web-csw-2.4-SNAPSHOT-sources.jar
[INFO] Installing 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/extension/csw/web-csw/target/web-csw-2.4-SNAPSHOT-test-sources.jar>
 to 
/var/lib/jenkins/.m2/repository/org/geoserver/csw/web-csw/2.4-SNAPSHOT/web-csw-2.4-SNAPSHOT-test-sources.jar
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.842 sec
Running org.geoserver.security.web.jdbc.user.JDBCUserListPageTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.322 sec

Results :

Failed tests:   testRemove(org.geoserver.security.jdbc.H2JNDIRoleServiceTest): 
org.h2.jdbc.JdbcSQLException: Error opening database: Concurrent update 
[8000-119]

Tests run: 186, Failures: 1, Errors: 0, Skipped: 80

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] GeoServer ......................................... SUCCESS [29.734s]
[INFO] Core Platform Module .............................. SUCCESS [4.461s]
[INFO] Open Web Service Module ........................... SUCCESS [22.063s]
[INFO] Main Module ....................................... SUCCESS [2:06.071s]
[INFO] Web Feature Service Module ........................ SUCCESS [3:21.408s]
[INFO] Web Coverage Service Module ....................... SUCCESS [3.218s]
[INFO] Web Map Service Module ............................ SUCCESS [3:34.792s]
[INFO] GeoServer Web Modules ............................. SUCCESS [0.519s]
[INFO] Core UI Module .................................... SUCCESS [1:33.725s]
[INFO] Security UI Module ................................ SUCCESS [3:10.228s]
[INFO] GeoServer Security Modules ........................ SUCCESS [0.253s]
[INFO] GeoServer JDBC Security Module .................... FAILURE [2:57.699s]
[INFO] GeoServer LDAP Security Module .................... SUCCESS [52.048s]
[INFO] Web Coverage Service 1.0 Module ................... SUCCESS [51.426s]
[INFO] Web Coverage Service 1.1 Module ................... SUCCESS [59.259s]
[INFO] KML support for GeoServer ......................... SUCCESS [1:02.899s]
[INFO] GeoWebCache (GWC) Module .......................... SUCCESS [1:29.510s]
[INFO] REST Support Module ............................... SUCCESS [29.355s]
[INFO] REST Configuration Service Module ................. SUCCESS [2:28.346s]
[INFO] WMS UI Module ..................................... SUCCESS [50.581s]
[INFO] GWC UI Module ..................................... SUCCESS [1:01.700s]
[INFO] WFS UI Module ..................................... SUCCESS [32.954s]
[INFO] Demoes Module ..................................... SUCCESS [48.697s]
[INFO] WCS UI Module ..................................... SUCCESS [41.260s]
[INFO] Community Space ................................... SUCCESS [0.343s]
[INFO] Printing Module ................................... SUCCESS [19.262s]
[INFO] HTTP Proxy Extension .............................. SUCCESS [6.686s]
[INFO] GeoServer Web Application ......................... SKIPPED
[INFO] GeoServer Extensions .............................. SUCCESS [0.209s]
[INFO] Application Schema Support ........................ SUCCESS [0.169s]
[INFO] Application Schema Integration Test ............... SUCCESS [3:58.692s]
[INFO] Sample DataAccess Integration Test ................ SUCCESS [33.474s]
[INFO] ArcSDE DataStore Extension ........................ SUCCESS [25.703s]
[INFO] GeoSearch Index Module ............................ SUCCESS [40.873s]
[INFO] H2 DataStore Extension ............................ SUCCESS [18.011s]
[INFO] SQL Server DataStore Extension .................... SUCCESS [1.343s]
[INFO] Oracle DataStore Extension ........................ SUCCESS [0.700s]
[INFO] MySQL DataStore Extension ......................... SUCCESS [0.571s]
[INFO] DB2 DataStore Extension ........................... SUCCESS [0.457s]
[INFO] ImageMap Output Format ............................ SUCCESS [14.322s]
[INFO] ImageI/O-Ext GDAL Coverage Extension .............. SUCCESS [9.666s]
[INFO] JP2K Coverage Extension ........................... SUCCESS [0.451s]
[INFO] ogr2ogr Output Format ............................. SUCCESS [29.227s]
[INFO] Excel Output Format ............................... SUCCESS [32.494s]
[INFO] Validation Module ................................. SUCCESS [2.571s]
[INFO] Chart external graphics support ................... SUCCESS [1.156s]
[INFO] Feature Generalization Extension .................. SUCCESS [2.839s]
[INFO] Image Mosaic JDBC Extension ....................... SUCCESS [0.731s]
[INFO] OWS request flow controller ....................... SUCCESS [19.753s]
[INFO] Web Processing Service parent ..................... SUCCESS [0.180s]
[INFO] Web Processing Service Module ..................... SUCCESS [3:09.348s]
[INFO] Web Processing Service GUI ........................ SUCCESS [40.386s]
[INFO] GeoServer Layer Querying filter functions ......... SUCCESS [39.022s]
[INFO] Teradata DataStore Extension ...................... SUCCESS [3.455s]
[INFO] GeoServer Monitor Extensions ...................... SUCCESS [0.678s]
[INFO] Core Monitor Extension ............................ SUCCESS [25.777s]
[INFO] Monitor Hibernate Extension ....................... SUCCESS [9.484s]
[INFO] GeoServer CAS Security Module ..................... SUCCESS [7.868s]
[INFO] GeoServer Security Extension Modules .............. SUCCESS [0.371s]
[INFO] XLST based WFS output format ...................... SUCCESS [44.144s]
[INFO] GeoServer INSPIRE Extensions ...................... SUCCESS [42.625s]
[INFO] GeoServer CSS Styling ............................. SUCCESS [24.131s]
[INFO] Catalog Services for the Web parent ............... SUCCESS [0.239s]
[INFO] Catalog Services for the Web interfaces ........... SUCCESS [28.373s]
[INFO] Catalog Services for the Web - Simple CatalogStore implementation  
SUCCESS [22.071s]
[INFO] Catalog Services for the Web core module .......... SUCCESS [1:27.589s]
[INFO] CSW UI Module ..................................... SUCCESS [25.174s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25:37.066s (Wall Clock)
[INFO] Finished at: Sun Oct 13 03:21:53 UTC 2013
[INFO] Final Memory: 59M/192M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.3:test (default-test) on 
project sec-jdbc: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<http://ares.opengeo.org/jenkins/job/geoserver-2.4.x/ws/src/security/jdbc/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 :sec-jdbc
Build step 'Invoke top-level Maven targets' marked build as failure

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to