See <http://ci-ng.nuiton.org/jenkins/job/mavenpom/7/> ------------------------------------------ [...truncated 444 lines...] replace('/site/', ''); } else { if (pathname == '/' + projectId + '/') { // on / page path = 'index.html'; } else { path = pathname.substr(pathname.indexOf('/' + projectId)). replace('/' + projectId + '/', ''); } } path = path.replace('.html', '.' + siteSourcesType); var url = scmurl + "?address=" + scm + "/src/site/" + siteSourcesType + "/" + path; console.log("Add scmwebeditor with url = " + url); var html = "<li class='pull-right'><a href='" + url + "'>Éditer la page</a></li>" + "<li class='divider pull-right'>|</li>"; var ul = $('#publishDate'); ul.prepend(html); } }); [INFO] - header was updated for <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/src/static-site/resources/js/maven-site-nuiton.org.js> [DEBUG] - process file <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/src/static-site/resources/js/maven-site-chorem.org.js> [DEBUG] - will process into file <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/src/static-site/resources/js/maven-site-chorem.org.js_19245823463481061> [DEBUG] Description parameters:{project=MavenProject: org.nuiton:mavenpom:4.6-SNAPSHOT @ <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/pom.xml,> organizationName=CodeLutin, file=<http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/src/static-site/resources/js/maven-site-chorem.org.js,> addSvnKeyWords=true, inceptionYear=2009, projectName=Mavenpom} [DEBUG] Computed description: Mavenpom $Id:$ $HeadURL:$ [DEBUG] header description : Mavenpom $Id:$ $HeadURL:$ [DEBUG] /* * [DEBUG] performInFilter - original header = * Mavenpom * $Id: maven-site-chorem.org.js 1496 2013-12-12 09:20:18Z athimel $ * $HeadURL: http://svn.nuiton.org/svn/mavenpom/trunk/src/static-site/resources/js/maven-... $ * %% * Copyright (C) 2009 - 2013 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. * [DEBUG] */ $(document).ready(function () { var metas = $('#projectMetas'); var piwikEnabled = metas.attr('piwikEnabled'); if (piwikEnabled) { //Piwik Tracking Code var piwikId = metas.attr('piwikId'); if (!piwikId) { // default piwikId for chorem.org piwikId = 3; } console.log("use Piwik with id = " + piwikId); var pkBaseURL = "https:" == document.location.protocol ? "https://piwik.codelutin.com/" : "http://piwik.codelutin.com/"; $.getScript(pkBaseURL + "piwik.js", function (data, textStatus, jqxhr) { var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", piwikId); piwikTracker.trackPageView(); piwikTracker.enableLinkTracking(); console.log("piwikTracker loaded = " + piwikTracker); }); //Piwik Tracking Code } var scmwebeditorenabled = metas.attr('scmwebeditorenabled'); var scm = metas.attr('scm'); if (scmwebeditorenabled && scm.indexOf("/trunk") > -1) { // allow scmwebeditor is enabled and on trunk // remove scm prefix (scm:svn:) scm = scm.replace('scm:svn:',''); var scmurl = metas.attr('scmwebeditorurl'); var projectId = metas.attr('projectId'); var siteSourcesType = metas.attr('siteSourcesType'); var path; var pathname = document.location.pathname; if (pathname.indexOf('target/site') > 0) { path = pathname.substr(pathname.indexOf('/site')). replace('/site/', ''); } else { if (pathname == '/' + projectId + '/') { // on / page path = 'index.html'; } else { path = pathname.substr(pathname.indexOf('/' + projectId)). replace('/' + projectId + '/', ''); } } path = path.replace('.html', '.' + siteSourcesType); var url = scmurl + "?address=" + scm + "/src/site/" + siteSourcesType + "/" + path; console.log("Add scmwebeditor with url = " + url); var html = "<li class='pull-right'><a href='" + url + "'>Éditer la page</a></li>" + "<li class='divider pull-right'>|</li>"; var ul = $('#publishDate'); ul.prepend(html); } }); [INFO] - header was updated for <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/src/static-site/resources/js/maven-site-chorem.org.js> [DEBUG] - process file <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/src/static-site/resources/css/mavenpom-site.css> [DEBUG] - will process into file <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/src/static-site/resources/css/mavenpom-site.css_19245823463481061> [DEBUG] Description parameters:{project=MavenProject: org.nuiton:mavenpom:4.6-SNAPSHOT @ <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/pom.xml,> organizationName=CodeLutin, file=<http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/src/static-site/resources/css/mavenpom-site.css,> addSvnKeyWords=true, inceptionYear=2009, projectName=Mavenpom} [DEBUG] Computed description: Mavenpom $Id:$ $HeadURL:$ [DEBUG] header description : Mavenpom $Id:$ $HeadURL:$ [DEBUG] /* * [DEBUG] performInFilter - original header = * Mavenpom * $Id: mavenpom-site.css 1496 2013-12-12 09:20:18Z athimel $ * $HeadURL: http://svn.nuiton.org/svn/mavenpom/trunk/src/static-site/resources/css/maven... $ * %% * Copyright (C) 2009 - 2013 CodeLutin * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. * [DEBUG] */ .field .field_name {display: block; font-weight: bold; } .field .field_body {padding-left: 30px; } [INFO] - header was updated for <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/src/static-site/resources/css/mavenpom-site.css> [INFO] Process header 'properties' [INFO] - using GNU General Lesser Public License (LGPL) version 3.0 [INFO] Process header 'mysql' [INFO] - using GNU General Lesser Public License (LGPL) version 3.0 [INFO] Scan 5 files header done in 25.807ms. [INFO] All files are up-to-date. [INFO] [INFO] --- animal-sniffer-maven-plugin:1.9:check (default) @ mavenpom --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java16:1.1 [DEBUG] [] [INFO] [INFO] --- jredmine-maven-plugin:1.6:generate-changes (jredmine-generate-changes) @ mavenpom --- [INFO] Redmine anonymous configuration :
host : http://www.nuiton.org [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/ping [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/ping [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/get_project.xml/mavenpom [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/get_project_users.xml/mavenpom [INFO] (RedmineClient:288) - prepareRequest http://www.nuiton.org/jredmine/logout [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Mavenpom .......................................... FAILURE [4.003s] [INFO] Mavenpom4redmine .................................. SKIPPED [INFO] Mavenpom4redmineAndCentral ........................ SKIPPED [INFO] Mavenpom4labs ..................................... SKIPPED [INFO] mavenpomdoc ....................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.788s [INFO] Finished at: Sat Jan 25 19:27:31 CET 2014 [INFO] Final Memory: 26M/290M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.nuiton.jredmine:jredmine-maven-plugin:1.6:generate-changes (jredmine-generate-changes) on project mavenpom: the user 'hudson' could not be retrieve from redmine server. -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.nuiton.jredmine:jredmine-maven-plugin:1.6:generate-changes (jredmine-generate-changes) on project mavenpom: the user 'hudson' could not be retrieve from redmine server. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) 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:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152) at org.jvnet.hudson.maven3.launcher.Maven31Launcher.main(Maven31Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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.Maven31Main.launch(Maven31Main.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at hudson.maven.Maven3Builder.call(Maven3Builder.java:134) at hudson.maven.Maven3Builder.call(Maven3Builder.java:69) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:328) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744) Caused by: org.apache.maven.plugin.MojoExecutionException: the user 'hudson' could not be retrieve from redmine server. at org.nuiton.jredmine.plugin.AbstractRedmineMojo.failIfSafe(AbstractRedmineMojo.java:396) at org.nuiton.jredmine.plugin.AbstractRedmineMojoWithProject.init(AbstractRedmineMojoWithProject.java:114) at org.nuiton.jredmine.plugin.AbstractRedmineMojoWithProjectAndVersion.init(AbstractRedmineMojoWithProjectAndVersion.java:101) at org.nuiton.jredmine.plugin.GenerateChangesMojo.init(GenerateChangesMojo.java:348) at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:106) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 30 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/MojoExecutionException [JENKINS] Archiving <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/mavenpom4redmine/pom.xml> to org.nuiton/mavenpom4redmine/4.6-SNAPSHOT/mavenpom4redmine-4.6-SNAPSHOT.pom [JENKINS] Archiving <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/mavenpomdoc/pom.xml> to org.nuiton/mavenpomdoc/4.6-SNAPSHOT/mavenpomdoc-4.6-SNAPSHOT.pom [JENKINS] Archiving <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/mavenpom4redmine/mavenpom4redmineAndCentral/pom.xml> to org.nuiton/mavenpom4redmineAndCentral/4.6-SNAPSHOT/mavenpom4redmineAndCentral-4.6-SNAPSHOT.pom [JENKINS] Archiving <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/pom.xml> to org.nuiton/mavenpom/4.6-SNAPSHOT/mavenpom-4.6-SNAPSHOT.pom [JENKINS] Archiving <http://ci-ng.nuiton.org/jenkins/job/mavenpom/ws/trunk/mavenpom4labs/pom.xml> to org.nuiton/mavenpom4labs/4.6-SNAPSHOT/mavenpom4labs-4.6-SNAPSHOT.pom Sending e-mails to: mavenpom-commits@list.nuiton.org channel stopped