See <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/16/display/redirect?page=changes> Changes: [Kevin Morin] refs #6 User account management: ajout du mot de passe dans le [Kevin Morin] refs #6 passage des urls du front au back pour l'email d'inscription [Kevin Morin] fix build [Sylvain Bavencoff] correction de la configuration de pollen dans le docker [Kevin Morin] refs #6 passage des urls systématiquement sur les post dans un objet [Kevin Morin] refs #6 déplacement de la conf ------------------------------------------ [...truncated 250.51 KB...] 01:53:48 INFO (AbstractPollenRestApiTest.java:166) test *getUsers* result { "elements": [ { "name": "J", "administrator": true, "email": "jean@pollen.fake", "isDisabled": false, "isBanned": false, "emailIsValidate": true, "id": "NWRlYWQxZjYtYzcyNC00MzVlLWE5N2EtNTk1MGJmODgyY2Q5" }, { "name": "J", "administrator": true, "email": "julien@pollen.fake", "isDisabled": false, "isBanned": false, "emailIsValidate": true, "id": "MDYyOGJjYWEtMzNhYy00YzM5LWJiNWUtOThjYWM0MTY2YzE4" }, { "name": "T", "administrator": false, "email": "tony@pollen.fake", "isDisabled": false, "isBanned": false, "emailIsValidate": true, "id": "MDVmMmZmYmMtYzM5Yi00NjY0LTk3YTYtZjE4YjU2NTBiZTIz" }, { "name": "admin", "administrator": true, "email": "admin@pollen.org", "isDisabled": false, "isBanned": false, "emailIsValidate": true, "id": "NzE5ZjY1YTYtZGUzMS00YTE2LThhNDUtMjRkNGRjNTdiMDA2" }, { "name": "user", "administrator": false, "email": "user@pollen.org", "isDisabled": false, "isBanned": false, "emailIsValidate": true, "id": "ZDQxZWJjYmQtMGNiYS00YWRiLWI1ZjktM2FkZjQ3ZDMxYzBi" } ], "pagination": { "count": 5, "currentPage": 0, "lastPage": 0, "pageSize": 10, "order": "name", "desc": false } } mars 03, 2017 1:53:48 AM org.apache.coyote.AbstractProtocol pause INFOS: Pausing ProtocolHandler ["http-bio-10000"] mars 03, 2017 1:53:48 AM org.apache.catalina.core.StandardService stopInternal INFOS: Stopping service Tomcat mars 03, 2017 1:53:48 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads GRAVE: The web application [/] appears to have started a thread named [Thread-7] but has failed to stop it. This is very likely to create a memory leak. mars 03, 2017 1:53:48 AM org.apache.coyote.AbstractProtocol stop INFOS: Stopping ProtocolHandler ["http-bio-10000"] mars 03, 2017 1:53:48 AM org.apache.coyote.AbstractProtocol destroy INFOS: Destroying ProtocolHandler ["http-bio-10000"] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 1,697.277 sec - in org.chorem.pollen.rest.api.PollenUserApiTest Running org.chorem.pollen.rest.api.PollApiTest 01:53:48 INFO (PollenServicesConfig.java:82) Pollen configuration: Filename: pollen-rest-api.properties pollen.devMode = true pollen.data.directory = <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire-workdir/18802185185258134/org.chorem.pollen.rest.api.PollApiTest/getPollsNew/h2> pollen.secret = !secret# pollen.default.pollType = FREE pollen.default.voteCountingType = 1 pollen.default.voteVisibility = EVERYBODY pollen.default.commentVisibility = EVERYBODY pollen.default.resultVisibility = EVERYBODY pollen.default.choiceType = TEXT pollen.default.pollPageSize = 10 pollen.default.commentPageSize = 10 pollen.default.favoriteListPageSize = 10 pollen.default.favoriteListMemberPageSize = 10 pollen.default.pollenUserPageSize = 10 pollen.default.sessionTimeoutDelay = 3600 pollen.smtp.host = localhost pollen.smtp.port = 1025 pollen.smtp.from = no-reply@pollen.com pollen.logConfigurationFile = null pollen.version = 3.0-revce12b87 pollen.ui.host = http://localhost:8888/app pollen.ui.url.poll.edit = http://localhost:8888/app#poll/edit/{pollId}/{pollToken} pollen.ui.url.poll.vote = http://localhost:8888/app#poll/vote/{pollId}/{pollToken} pollen.ui.url.poll.vote.edit = http://localhost:8888/app#poll/vote/{pollId}/{pollToken}/vote/{voteToken} pollen.ui.url.user.validate = http://localhost:8888/app#signcheck/{userId}/{token} 02:01:45 INFO (PollenRestApiApplicationContext.java:248) will use default logging configuration 02:01:46 INFO (VoteCountingFactory.java:70) Detected strategy [1-Normal] : org.chorem.pollen.votecounting.NormalVoteCounting 02:01:46 INFO (VoteCountingFactory.java:70) Detected strategy [2-Pourcentage] : org.chorem.pollen.votecounting.PercentageVoteCounting 02:01:46 INFO (VoteCountingFactory.java:70) Detected strategy [3-Condorcet] : org.chorem.pollen.votecounting.CondorcetVoteCounting 02:01:46 INFO (VoteCountingFactory.java:70) Detected strategy [4-Nombre] : org.chorem.pollen.votecounting.NumberVoteCounting 02:01:46 INFO (VoteCountingFactory.java:70) Detected strategy [5-Borda] : org.chorem.pollen.votecounting.BordaVoteCounting 02:01:46 INFO (VoteCountingFactory.java:70) Detected strategy [6-Vote alternatif] : org.chorem.pollen.votecounting.InstantRunoffVoteCounting 02:01:46 INFO (VoteCountingFactory.java:70) Detected strategy [7-Coombs] : org.chorem.pollen.votecounting.CoombsVoteCounting 02:01:46 INFO (EmailService.java:226) an email should have been sent if not in devMode: tos = [admin@pollen.org]. subject = '[Pollen] Confirmation de création du compte admin'. body = Bonjour admin, Vous venez de créer un compte sur l'application en ligne Pollen Courriel: admin@pollen.org Vous devez valider votre courriel en allant sur cette adresse : <a href=""></a> Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. 02:01:46 INFO (EmailService.java:226) an email should have been sent if not in devMode: tos = [user@pollen.org]. subject = '[Pollen] Confirmation de création du compte user'. body = Bonjour user, Vous venez de créer un compte sur l'application en ligne Pollen Courriel: user@pollen.org Vous devez valider votre courriel en allant sur cette adresse : <a href=""></a> Vous pouvez gérer vos sondages en vous connectant sur <a href="">Pollen</a>. mars 03, 2017 2:01:46 AM org.apache.coyote.AbstractProtocol init INFOS: Initializing ProtocolHandler ["http-bio-10001"] mars 03, 2017 2:01:46 AM org.apache.catalina.core.StandardService startInternal INFOS: Starting service Tomcat mars 03, 2017 2:01:46 AM org.apache.catalina.core.StandardEngine startInternal INFOS: Starting Servlet Engine: Apache Tomcat/7.0.50 mars 03, 2017 2:01:46 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment INFOS: No global web.xml found Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 4 [JENKINS] Recording test results [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 7 second Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Pollen ............................................. SUCCESS [ 37.793 s] [INFO] Pollen :: VoteCounting (Api) ....................... SUCCESS [02:30 min] [INFO] Pollen :: VoteCounting :: Normal ................... SUCCESS [02:12 min] [INFO] Pollen :: VoteCounting :: Percentage ............... SUCCESS [ 25.743 s] [INFO] Pollen :: VoteCounting :: Condorcet ................ SUCCESS [04:03 min] [INFO] Pollen :: VoteCounting :: Number ................... SUCCESS [02:13 min] [INFO] Pollen :: VoteCounting :: Borda .................... SUCCESS [01:18 min] [INFO] Pollen :: VoteCounting :: Instant Runoff ........... SUCCESS [ 39.903 s] [INFO] Pollen :: VoteCounting :: Coombs ................... SUCCESS [01:10 min] [INFO] Pollen :: VoteCounting (Aggregator) ................ SUCCESS [ 0.747 s] [INFO] Pollen :: Persistence .............................. SUCCESS [02:13 min] [INFO] Pollen :: Service .................................. SUCCESS [16:33 min] [INFO] Pollen :: Rest Api ................................. FAILURE [45:17 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:46 h [INFO] Finished at: 2017-03-03T02:23:20+01:00 [INFO] Final Memory: 70M/453M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "deploy-bundle" could not be activated because it does not exist. Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project pollen-rest-api: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [ERROR] Command was /bin/sh -c cd <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api> && /opt/repository/jdk1.8.0_121/jre/bin/java -jar <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefirebooter7004402729242047298.jar> <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefire6051745518963290394tmp> <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefire_91427260231308944622tmp> [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project pollen-rest-api: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api> && /opt/repository/jdk1.8.0_121/jre/bin/java -jar <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefirebooter7004402729242047298.jar> <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefire6051745518963290394tmp> <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefire_91427260231308944622tmp> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:139) at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.PluginExecutionException: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api> && /opt/repository/jdk1.8.0_121/jre/bin/java -jar <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefirebooter7004402729242047298.jar> <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefire6051745518963290394tmp> <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefire_91427260231308944622tmp> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207) ... 31 more Caused by: java.lang.RuntimeException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? Command was /bin/sh -c cd <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api> && /opt/repository/jdk1.8.0_121/jre/bin/java -jar <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefirebooter7004402729242047298.jar> <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefire6051745518963290394tmp> <http://ci.chorem.org/jenkins/job/pollen-bundle-demo-latest/ws/pollen-rest-api/target/surefire/surefire_91427260231308944622tmp> at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:590) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:460) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:229) at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1026) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:862) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:755) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) ... 32 more [ERROR] [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/PluginExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :pollen-rest-api Sending e-mails to: pollen-build@list.chorem.org morin@codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 52 second