Observe-build
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
January 2017
- 1 participants
- 15 discussions
21 Feb '17
http://ci.codelutin.com/jenkins/job/observe-nightly/115/Changes:
[Tony CHEMIT] Revert "Une exception apparait si on ouvre l'assistant de changement de
[Tony CHEMIT] Une exception apparait si on ouvre l'assistant de changement de
[Tony CHEMIT] Bascule distant-> local lorsque la connexion serveur a été perdue (Fixes
[Tony CHEMIT] Ajout d'un mojo pour merger les trads (TODO a déplacer dans le projet
[Tony CHEMIT] Les corrections orthographiques (fixes #8975)
[maven-release] [jgitflow-maven-plugin]updating poms for 5.3.1-SNAPSHOT development
[maven-release] [jgitflow-maven-plugin]updating poms for branch'release/5.3' with
[maven-release] add missing license header
[maven-release] [jgitflow-maven-plugin]updating develop poms to master versions to avoid
[maven-release] [jgitflow-maven-plugin]Updating develop poms back to pre merge state
------------------------------------------
Started by an SCM change
Building in workspace <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://gitlab.nuiton.org/codelutin/observe.git # timeout=10
Fetching upstream changes from https://gitlab.nuiton.org/codelutin/observe.git
> git --version # timeout=10
> git fetch --tags --progress https://gitlab.nuiton.org/codelutin/observe.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/develop-5.x^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/develop-5.x^{commit} # timeout=10
Checking out Revision a5651477b900f607f1fe683beb906bae8eaa3ef1 (refs/remotes/origin/develop-5.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f a5651477b900f607f1fe683beb906bae8eaa3ef1
> git rev-list d423f43af8ad2a80963f6c0df46438b1beb63165 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 57943
[observe-nightly] $ /opt/jdk8/bin/java -Dsettings.security=/var/local/forge/data/codelutin.com/maven/settings-security.xml -XX:MaxPermSize=256m -Xmx1024m -Djava.awt.headless=true -cp /var/local/forge/data/codelutin.com/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.8.1.jar:/opt/maven3/boot/plexus-classworlds-2.5.2.jar:/opt/maven3/conf/logging jenkins.maven3.agent.Maven33Main /opt/maven3 /var/local/forge/exec/tomcat-codelutin.com/webapps/jenkins/WEB-INF/lib/remoting-2.62.3.jar /var/local/forge/data/codelutin.com/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.8.1.jar /var/local/forge/data/codelutin.com/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.8.1.jar 57943
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/pom.xml> -s /var/local/forge/data/codelutin.com/maven/settings.xml -e -U clean install -DperformRelease
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ObServe
[INFO] ObServe :: Toolbox Maven plugin
[INFO] ObServe :: ToPIA Extension
[INFO] ObServe :: ToPIA Templates Extension
[INFO] ObServe :: Services Configuration
[INFO] ObServe :: Services ToPIA Configuration
[INFO] ObServe :: Services REST Configuration
[INFO] ObServe :: Services DTO
[INFO] ObServe :: Services
[INFO] ObServe :: Test
[INFO] ObServe :: Entities
[INFO] ObServe :: Entities Migration
[INFO] ObServe :: Services ToPIA Validators
[INFO] ObServe :: Services ToPIA Validation
[INFO] ObServe :: Services ToPIA Implementation
[INFO] ObServe :: Services REST Implementation
[INFO] ObServe :: Application Swing Decoration
[INFO] ObServe :: Application Swing Validators
[INFO] ObServe :: Application Swing Validation
[INFO] ObServe :: Services Runner
[INFO] ObServe :: Application Web Configuration
[INFO] ObServe :: Application Web
[INFO] ObServe :: Application Swing Configuration
[INFO] ObServe :: Application Swing
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe 5.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ observe ---
[INFO] Deleting <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/target>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ observe ---
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-nightly/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/>
[INFO] Storing buildNumber: a5651477b900f607f1fe683beb906bae8eaa3ef1 at timestamp: 1484877650647
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-nightly/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ observe ---
[INFO] Will use repository http://repo1.maven.org/maven2/
[INFO] Will use repository https://nexus.nuiton.org/nexus/content/repositories/central-releases
[INFO] 15 dependencies to check.
[INFO] 15 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 14.633ms
[INFO] All dependencies are safe.
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ observe ---
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ observe ---
[INFO] Exporting server [redmine-forge.codelutin.com] privateKey in ${redmine.apiKey}
[INFO]
[INFO] --- license-maven-plugin:1.9:update-project-license (attach-licenses) @ observe ---
[INFO] Will create or update license file [gpl_v3] to <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/LICENSE.txt>
[INFO]
[INFO] --- license-maven-plugin:1.9:add-third-party (attach-licenses) @ observe ---
[WARNING] The goal is skip due to packaging 'pom'
[INFO]
[INFO] --- license-maven-plugin:1.9:update-file-header (update-file-header) @ observe ---
[INFO] Will search files to update from root <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/src>
[INFO] Scan 5 files header done in 889.276ms.
[INFO] All files are up-to-date.
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.15:check (default) @ observe ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jredmine-maven-plugin:1.10:generate-changes (jredmine-generate-changes) @ observe ---
[JENKINS] Archiving disabled
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 37 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
[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] ObServe ............................................ FAILURE [ 32.235 s]
[INFO] ObServe :: Toolbox Maven plugin .................... SKIPPED
[INFO] ObServe :: ToPIA Extension ......................... SKIPPED
[INFO] ObServe :: ToPIA Templates Extension ............... SKIPPED
[INFO] ObServe :: Services Configuration .................. SKIPPED
[INFO] ObServe :: Services ToPIA Configuration ............ SKIPPED
[INFO] ObServe :: Services REST Configuration ............. SKIPPED
[INFO] ObServe :: Services DTO ............................ SKIPPED
[INFO] ObServe :: Services ................................ SKIPPED
[INFO] ObServe :: Test .................................... SKIPPED
[INFO] ObServe :: Entities ................................ SKIPPED
[INFO] ObServe :: Entities Migration ...................... SKIPPED
[INFO] ObServe :: Services ToPIA Validators ............... SKIPPED
[INFO] ObServe :: Services ToPIA Validation ............... SKIPPED
[INFO] ObServe :: Services ToPIA Implementation ........... SKIPPED
[INFO] ObServe :: Services REST Implementation ............ SKIPPED
[INFO] ObServe :: Application Swing Decoration ............ SKIPPED
[INFO] ObServe :: Application Swing Validators ............ SKIPPED
[INFO] ObServe :: Application Swing Validation ............ SKIPPED
[INFO] ObServe :: Services Runner ......................... SKIPPED
[INFO] ObServe :: Application Web Configuration ........... SKIPPED
[INFO] ObServe :: Application Web ......................... SKIPPED
[INFO] ObServe :: Application Swing Configuration ......... SKIPPED
[INFO] ObServe :: Application Swing ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:19 min
[INFO] Finished at: 2017-01-20T03:02:05+01:00
[INFO] Final Memory: 48M/416M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.nuiton.jredmine:jredmine-maven-plugin:1.10:generate-changes (jredmine-generate-changes) on project observe: the version '5.3.1' 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.10:generate-changes (jredmine-generate-changes) on project observe: the version '5.3.1' could not be retrieve from redmine server.
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:133)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:68)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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.MojoExecutionException: the version '5.3.1' could not be retrieve from redmine server.
at org.nuiton.jredmine.plugin.AbstractRedmineMojo.failIfSafe(AbstractRedmineMojo.java:373)
at org.nuiton.jredmine.plugin.AbstractRedmineMojoWithProjectAndVersion.init(AbstractRedmineMojoWithProjectAndVersion.java:117)
at org.nuiton.jredmine.plugin.GenerateChangesMojo.init(GenerateChangesMojo.java:333)
at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:102)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 31 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
Sending e-mails to: observe-build(a)list.forge.codelutin.com maven-release(a)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 0 seconds
1
2
Build failed in Jenkins: observe-nightly » ObServe #115
by admin+ci-codelutin.com@codelutin.com 21 Feb '17
by admin+ci-codelutin.com@codelutin.com 21 Feb '17
21 Feb '17
http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe/…:
[maven-release] [jgitflow-maven-plugin]updating poms for 5.3.1-SNAPSHOT development
[maven-release] [jgitflow-maven-plugin]updating poms for branch'release/5.3' with
[maven-release] [jgitflow-maven-plugin]updating develop poms to master versions to avoid
[maven-release] [jgitflow-maven-plugin]Updating develop poms back to pre merge state
------------------------------------------
Established TCP socket on 57943
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe/…> -s /var/local/forge/data/codelutin.com/maven/settings.xml -e -U clean install -DperformRelease
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ObServe
[INFO] ObServe :: Toolbox Maven plugin
[INFO] ObServe :: ToPIA Extension
[INFO] ObServe :: ToPIA Templates Extension
[INFO] ObServe :: Services Configuration
[INFO] ObServe :: Services ToPIA Configuration
[INFO] ObServe :: Services REST Configuration
[INFO] ObServe :: Services DTO
[INFO] ObServe :: Services
[INFO] ObServe :: Test
[INFO] ObServe :: Entities
[INFO] ObServe :: Entities Migration
[INFO] ObServe :: Services ToPIA Validators
[INFO] ObServe :: Services ToPIA Validation
[INFO] ObServe :: Services ToPIA Implementation
[INFO] ObServe :: Services REST Implementation
[INFO] ObServe :: Application Swing Decoration
[INFO] ObServe :: Application Swing Validators
[INFO] ObServe :: Application Swing Validation
[INFO] ObServe :: Services Runner
[INFO] ObServe :: Application Web Configuration
[INFO] ObServe :: Application Web
[INFO] ObServe :: Application Swing Configuration
[INFO] ObServe :: Application Swing
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe 5.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ observe ---
[INFO] Deleting <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe/…>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ observe ---
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe/…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe/…>
[INFO] Storing buildNumber: a5651477b900f607f1fe683beb906bae8eaa3ef1 at timestamp: 1484877650647
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe/…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe/…>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ observe ---
[INFO] Will use repository http://repo1.maven.org/maven2/
[INFO] Will use repository https://nexus.nuiton.org/nexus/content/repositories/central-releases
[INFO] 15 dependencies to check.
[INFO] 15 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 14.633ms
[INFO] All dependencies are safe.
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ observe ---
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ observe ---
[INFO] Exporting server [redmine-forge.codelutin.com] privateKey in ${redmine.apiKey}
[INFO]
[INFO] --- license-maven-plugin:1.9:update-project-license (attach-licenses) @ observe ---
[INFO] Will create or update license file [gpl_v3] to <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe/…>
[INFO]
[INFO] --- license-maven-plugin:1.9:add-third-party (attach-licenses) @ observe ---
[WARNING] The goal is skip due to packaging 'pom'
[INFO]
[INFO] --- license-maven-plugin:1.9:update-file-header (update-file-header) @ observe ---
[INFO] Will search files to update from root <http://ci.codelutin.com/jenkins/job/observe-nightly/fr.ird.observe$observe/…>
[INFO] Scan 5 files header done in 889.276ms.
[INFO] All files are up-to-date.
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.15:check (default) @ observe ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jredmine-maven-plugin:1.10:generate-changes (jredmine-generate-changes) @ observe ---
[JENKINS] Archiving disabled
1
2
Build failed in Jenkins: observe-ci #466-origin/develop
by admin+ci-codelutin.com@codelutin.com 21 Feb '17
by admin+ci-codelutin.com@codelutin.com 21 Feb '17
21 Feb '17
http://ci.codelutin.com/jenkins/job/observe-ci/466/Changes:
[Tony CHEMIT] Ajout d'un mojo pour merger les trads (TODO a déplacer dans le projet
[Tony CHEMIT] Les corrections orthographiques (fixes #8975)
------------------------------------------
[...truncated 14216 lines...]
=== observeweb.httpTimeout = 30000
=== observeweb.log4jConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
=== observeweb.model.version = null
=== observeweb.sessionExpirationDelay = 60
=== observeweb.sessionMaximumSize = 10000
=== observeweb.temporaryDirectory = <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
=== observeweb.usersConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
=====================================================================================================================
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:126) init - Generate default databases.yml
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:141) init - Generate default users.yml
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:156) init - Generate default log4jConfigurationFile
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:183) initLog - Chargement du fichier de log : <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:203) initLog - Configuration des logs chargée depuis le fichier <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:169) init - Observe web configuration init done.
INFO [main] (fr.ird.observe.application.web.configuration.db.ObserveWebDatabasesHelper:68) loadBean - Loading databases from file: <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:72) init - Starts to init ObserVeWeb configuration...
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:107) init -
=====================================================================================================================
=== Configuration ===================================================================================================
=====================================================================================================================
=== Filename = observeweb-test.conf
=== observeweb.adminApiKey = changeme
=== observeweb.apiUrl = http://localhost:8080/observeweb/api/v1
=== observeweb.baseDirectory = <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
=== observeweb.build.date = ${buildDate}
=== observeweb.build.number = ${buildNumber}
=== observeweb.build.version = ${project.version}
=== observeweb.databasesConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
=== observeweb.devMode = true
=== observeweb.httpTimeout = 30000
=== observeweb.log4jConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
=== observeweb.model.version = null
=== observeweb.sessionExpirationDelay = 60
=== observeweb.sessionMaximumSize = 10000
=== observeweb.temporaryDirectory = <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
=== observeweb.usersConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
=====================================================================================================================
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:126) init - Generate default databases.yml
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:141) init - Generate default users.yml
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:156) init - Generate default log4jConfigurationFile
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:183) initLog - Chargement du fichier de log : <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:203) initLog - Configuration des logs chargée depuis le fichier <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:169) init - Observe web configuration init done.
INFO [main] (fr.ird.observe.application.web.configuration.db.ObserveWebDatabasesHelper:68) loadBean - Loading databases from file: <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/su…>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.456 sec - in fr.ird.observe.application.web.configuration.db.ObserveWebDatabasesHelperTest
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-war-plugin:3.0.0:war (default-war) @ application-web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [application-web] in [<http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/ob…]>
[INFO] Processing war project
[INFO] Copying webapp resources [<http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/src/main/…]>
[INFO] Webapp assembled in [1952 msecs]
[INFO] Building war: <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-web/target/ob…>
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ application-web ---
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 1 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe :: Application Swing Configuration 6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ application-swing-configuration ---
[INFO] Deleting <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-swing-configu…>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ application-swing-configuration ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ application-swing-configuration ---
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-swing-configu…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-swing-configu…>
[INFO] Storing buildNumber: 81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8 at timestamp: 1484859478511
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-swing-configu…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-swing-configu…>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- nuiton-config-maven-plugin:3.1.1:generate (generate-config) @ application-swing-configuration ---
[INFO] use project compile scope class-path
[INFO] Config class name: ObserveSwingApplicationConfig
[INFO] Generate file(s) to: <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-swing-configu…>
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:465) generateConfigAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfig
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:373) generateProviderAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:448) generateProviderClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:145) generateOptionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigOption
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:294) generateActionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigAction
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:parserJava (scan-sources) @ application-swing-configuration ---
[INFO]
[INFO] >>> i18n-maven-plugin:3.6.2:gen (scan-sources) > :get @ application-swing-configuration >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:get (get) @ application-swing-configuration ---
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-swing-configu…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-swing-configu…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-ci/ws/application-swing-configu…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.6.2:gen (scan-sources) < :get @ application-swing-configuration <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:gen (scan-sources) @ application-swing-configuration ---
[WARNING] bundle fr_FR contains 3/98 empty entries!
- 0/3 : observe.config.httpTimeout.description
- 1/3 : observe.config.remoteDataSourceConfigurations.description
- 2/3 : observe.config.serverDataSourceConfigurations.description
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 2 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[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
[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] ObServe ............................................ SUCCESS [ 15.186 s]
[INFO] ObServe :: Toolbox Maven plugin .................... SUCCESS [ 22.866 s]
[INFO] ObServe :: ToPIA Extension ......................... SUCCESS [ 16.294 s]
[INFO] ObServe :: ToPIA Templates Extension ............... SUCCESS [ 51.452 s]
[INFO] ObServe :: Test .................................... SUCCESS [ 23.718 s]
[INFO] ObServe :: Common .................................. SUCCESS [ 55.715 s]
[INFO] ObServe :: Persistence ............................. SUCCESS [01:20 min]
[INFO] ObServe :: Services Configuration .................. SUCCESS [ 6.093 s]
[INFO] ObServe :: Services ToPIA Configuration ............ SUCCESS [ 9.619 s]
[INFO] ObServe :: Services REST Configuration ............. SUCCESS [ 1.059 s]
[INFO] ObServe :: Services ................................ SUCCESS [01:27 min]
[INFO] ObServe :: Services Validators ..................... SUCCESS [01:29 min]
[INFO] ObServe :: Services Validation ..................... SUCCESS [02:49 min]
[INFO] ObServe :: Services Binder ......................... SUCCESS [ 52.704 s]
[INFO] ObServe :: Services ToPIA Implementation ........... SUCCESS [ 01:03 h]
[INFO] ObServe :: Services REST Implementation ............ SUCCESS [ 28.312 s]
[INFO] ObServe :: Application Swing Decoration ............ SUCCESS [ 5.974 s]
[INFO] ObServe :: Application Swing Validators ............ SUCCESS [ 6.437 s]
[INFO] ObServe :: Application Swing Validation ............ SUCCESS [01:51 min]
[INFO] ObServe :: Services Runner ......................... SUCCESS [ 6.563 s]
[INFO] ObServe :: Application Web Configuration ........... SUCCESS [ 24.272 s]
[INFO] ObServe :: Application Web ......................... SUCCESS [01:21 min]
[INFO] ObServe :: Application Swing Configuration ......... FAILURE [ 9.917 s]
[INFO] ObServe :: Application Swing ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:32 h
[INFO] Finished at: 2017-01-19T21:58:27+01:00
[INFO] Final Memory: 122M/517M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.nuiton.i18n:i18n-maven-plugin:3.6.2:gen (scan-sources) on project application-swing-configuration: Bundles for locale(s) [fr_FR] are not complete. Use the -Di18n.showEmpty to see missing translations. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.nuiton.i18n:i18n-maven-plugin:3.6.2:gen (scan-sources) on project application-swing-configuration: Bundles for locale(s) [fr_FR] are not complete. Use the -Di18n.showEmpty to see missing translations.
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:133)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:68)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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.MojoFailureException: Bundles for locale(s) [fr_FR] are not complete. Use the -Di18n.showEmpty to see missing translations.
at org.nuiton.i18n.plugin.AbstractI18nMojo.failsIfAnyKeyMissingValue(AbstractI18nMojo.java:230)
at org.nuiton.i18n.plugin.GenerateMojo.doAction(GenerateMojo.java:233)
at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:125)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 31 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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :application-swing-configuration
Sending e-mails to: observe-build(a)list.forge.codelutin.com chemit+codelutin-ci(a)codelutin.com
Set build name.
New build name is '#466-origin/develop'
channel stopped
Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#466-origin/develop', new value: '#466-origin/develop'
Started calculate disk usage of build
Finished Calculation of disk usage of build in 10 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 15 second
1
2
31 Jan '17
http://ci.codelutin.com/jenkins/job/observe-sonar/95/Changes:
[Tony CHEMIT] Ajout d'un mojo pour merger les trads (TODO a déplacer dans le projet
[Tony CHEMIT] Les corrections orthographiques (fixes #8975)
------------------------------------------
[...truncated 14195 lines...]
=== observeweb.databasesConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
=== observeweb.devMode = true
=== observeweb.httpTimeout = 30000
=== observeweb.log4jConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
=== observeweb.model.version = null
=== observeweb.sessionExpirationDelay = 60
=== observeweb.sessionMaximumSize = 10000
=== observeweb.temporaryDirectory = <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
=== observeweb.usersConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
=====================================================================================================================
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:126) init - Generate default databases.yml
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:141) init - Generate default users.yml
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:156) init - Generate default log4jConfigurationFile
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:183) initLog - Chargement du fichier de log : <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:203) initLog - Configuration des logs chargée depuis le fichier <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:169) init - Observe web configuration init done.
INFO [main] (fr.ird.observe.application.web.configuration.db.ObserveWebDatabasesHelper:68) loadBean - Loading databases from file: <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:72) init - Starts to init ObserVeWeb configuration...
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:107) init -
=====================================================================================================================
=== Configuration ===================================================================================================
=====================================================================================================================
=== Filename = observeweb-test.conf
=== observeweb.adminApiKey = changeme
=== observeweb.apiUrl = http://localhost:8080/observeweb/api/v1
=== observeweb.baseDirectory = <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
=== observeweb.build.date = ${buildDate}
=== observeweb.build.number = ${buildNumber}
=== observeweb.build.version = ${project.version}
=== observeweb.databasesConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
=== observeweb.devMode = true
=== observeweb.httpTimeout = 30000
=== observeweb.log4jConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
=== observeweb.model.version = null
=== observeweb.sessionExpirationDelay = 60
=== observeweb.sessionMaximumSize = 10000
=== observeweb.temporaryDirectory = <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
=== observeweb.usersConfigurationFile = <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
=====================================================================================================================
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:126) init - Generate default databases.yml
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:141) init - Generate default users.yml
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:156) init - Generate default log4jConfigurationFile
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:183) initLog - Chargement du fichier de log : <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:203) initLog - Configuration des logs chargée depuis le fichier <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
INFO [main] (fr.ird.observe.application.web.configuration.ObserveWebApplicationConfig:169) init - Observe web configuration init done.
INFO [main] (fr.ird.observe.application.web.configuration.db.ObserveWebDatabasesHelper:68) loadBean - Loading databases from file: <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec - in fr.ird.observe.application.web.configuration.db.ObserveWebDatabasesHelperTest
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO]
[INFO] --- maven-war-plugin:3.0.0:war (default-war) @ application-web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [application-web] in [<http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…]>
[INFO] Processing war project
[INFO] Copying webapp resources [<http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/src/ma…]>
[INFO] Webapp assembled in [95 msecs]
[INFO] Building war: <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-web/target…>
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ application-web ---
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 1 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe :: Application Swing Configuration 6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ application-swing-configuration ---
[INFO] Deleting <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-swing-conf…>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ application-swing-configuration ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ application-swing-configuration ---
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-swing-conf…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-swing-conf…>
[INFO] Storing buildNumber: 81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8 at timestamp: 1484877625171
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-swing-conf…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-swing-conf…>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- nuiton-config-maven-plugin:3.1.1:generate (generate-config) @ application-swing-configuration ---
[INFO] use project compile scope class-path
[INFO] Config class name: ObserveSwingApplicationConfig
[INFO] Generate file(s) to: <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-swing-conf…>
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:465) generateConfigAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfig
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:373) generateProviderAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:448) generateProviderClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:145) generateOptionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigOption
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:294) generateActionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigAction
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:parserJava (scan-sources) @ application-swing-configuration ---
[INFO]
[INFO] >>> i18n-maven-plugin:3.6.2:gen (scan-sources) > :get @ application-swing-configuration >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:get (get) @ application-swing-configuration ---
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-swing-conf…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-swing-conf…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-sonar/ws/application-swing-conf…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.6.2:gen (scan-sources) < :get @ application-swing-configuration <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:gen (scan-sources) @ application-swing-configuration ---
[WARNING] bundle fr_FR contains 3/98 empty entries!
- 0/3 : observe.config.httpTimeout.description
- 1/3 : observe.config.remoteDataSourceConfigurations.description
- 2/3 : observe.config.serverDataSourceConfigurations.description
[JENKINS] Archiving disabled
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 0 seconds
[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
[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] ObServe ............................................ SUCCESS [ 13.367 s]
[INFO] ObServe :: Toolbox Maven plugin .................... SUCCESS [ 22.788 s]
[INFO] ObServe :: ToPIA Extension ......................... SUCCESS [ 3.413 s]
[INFO] ObServe :: ToPIA Templates Extension ............... SUCCESS [ 7.167 s]
[INFO] ObServe :: Test .................................... SUCCESS [ 2.351 s]
[INFO] ObServe :: Common .................................. SUCCESS [ 18.683 s]
[INFO] ObServe :: Persistence ............................. SUCCESS [ 27.947 s]
[INFO] ObServe :: Services Configuration .................. SUCCESS [ 1.183 s]
[INFO] ObServe :: Services ToPIA Configuration ............ SUCCESS [ 1.146 s]
[INFO] ObServe :: Services REST Configuration ............. SUCCESS [ 1.050 s]
[INFO] ObServe :: Services ................................ SUCCESS [ 13.358 s]
[INFO] ObServe :: Services Validators ..................... SUCCESS [ 2.133 s]
[INFO] ObServe :: Services Validation ..................... SUCCESS [ 23.500 s]
[INFO] ObServe :: Services Binder ......................... SUCCESS [ 5.512 s]
[INFO] ObServe :: Services ToPIA Implementation ........... SUCCESS [03:28 min]
[INFO] ObServe :: Services REST Implementation ............ SUCCESS [ 16.798 s]
[INFO] ObServe :: Application Swing Decoration ............ SUCCESS [ 2.068 s]
[INFO] ObServe :: Application Swing Validators ............ SUCCESS [ 1.444 s]
[INFO] ObServe :: Application Swing Validation ............ SUCCESS [ 25.858 s]
[INFO] ObServe :: Services Runner ......................... SUCCESS [ 1.010 s]
[INFO] ObServe :: Application Web Configuration ........... SUCCESS [ 3.135 s]
[INFO] ObServe :: Application Web ......................... SUCCESS [ 12.597 s]
[INFO] ObServe :: Application Swing Configuration ......... FAILURE [ 3.064 s]
[INFO] ObServe :: Application Swing ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:56 min
[INFO] Finished at: 2017-01-20T03:00:33+01:00
[INFO] Final Memory: 144M/617M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.nuiton.i18n:i18n-maven-plugin:3.6.2:gen (scan-sources) on project application-swing-configuration: Bundles for locale(s) [fr_FR] are not complete. Use the -Di18n.showEmpty to see missing translations. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.nuiton.i18n:i18n-maven-plugin:3.6.2:gen (scan-sources) on project application-swing-configuration: Bundles for locale(s) [fr_FR] are not complete. Use the -Di18n.showEmpty to see missing translations.
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:133)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:68)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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.MojoFailureException: Bundles for locale(s) [fr_FR] are not complete. Use the -Di18n.showEmpty to see missing translations.
at org.nuiton.i18n.plugin.AbstractI18nMojo.failsIfAnyKeyMissingValue(AbstractI18nMojo.java:230)
at org.nuiton.i18n.plugin.GenerateMojo.doAction(GenerateMojo.java:233)
at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:125)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 31 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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :application-swing-configuration
Sending e-mails to: observe-build(a)list.forge.codelutin.com chemit+codelutin-ci(a)codelutin.com
channel stopped
Skipping sonar analysis due to bad build status FAILURE
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 0 seconds
1
1
Build failed in Jenkins: observe-sonar » ObServe :: Application Swing Configuration #95
by admin+ci-codelutin.com@codelutin.com 31 Jan '17
by admin+ci-codelutin.com@codelutin.com 31 Jan '17
31 Jan '17
http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…:
[Tony CHEMIT] Les corrections orthographiques (fixes #8975)
------------------------------------------
Started calculate disk usage of build
Finished Calculation of disk usage of build in 1 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe :: Application Swing Configuration 6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ application-swing-configuration ---
[INFO] Deleting <http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ application-swing-configuration ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ application-swing-configuration ---
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…>
[INFO] Storing buildNumber: 81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8 at timestamp: 1484877625171
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- nuiton-config-maven-plugin:3.1.1:generate (generate-config) @ application-swing-configuration ---
[INFO] use project compile scope class-path
[INFO] Config class name: ObserveSwingApplicationConfig
[INFO] Generate file(s) to: <http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…>
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:465) generateConfigAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfig
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:373) generateProviderAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:448) generateProviderClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:145) generateOptionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigOption
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:294) generateActionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigAction
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:parserJava (scan-sources) @ application-swing-configuration ---
[INFO]
[INFO] >>> i18n-maven-plugin:3.6.2:gen (scan-sources) > :get @ application-swing-configuration >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:get (get) @ application-swing-configuration ---
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-sonar/fr.ird.observe$applicatio…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.6.2:gen (scan-sources) < :get @ application-swing-configuration <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:gen (scan-sources) @ application-swing-configuration ---
[WARNING] bundle fr_FR contains 3/98 empty entries!
- 0/3 : observe.config.httpTimeout.description
- 1/3 : observe.config.remoteDataSourceConfigurations.description
- 2/3 : observe.config.serverDataSourceConfigurations.description
[JENKINS] Archiving disabled
1
1
Build failed in Jenkins: observe-technical-site-snapshot #88
by admin+ci-codelutin.com@codelutin.com 31 Jan '17
by admin+ci-codelutin.com@codelutin.com 31 Jan '17
31 Jan '17
http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/88/Chan…:
[Tony CHEMIT] Ajout raccourci clavier dans la description de sélection
[Tony CHEMIT] Ajout de la sauvegarde des configurations de source de données (Refs
[Tony CHEMIT] Suppression des anciennes options de configuration liées à la sauvegarde
[Tony CHEMIT] Changement libellé Configuration de la base de référence sur écran
------------------------------------------
[...truncated 16913 lines...]
[INFO] com.google.code.gson:gson:jar:2.8.0:compile
[INFO] org.nuiton:nuiton-version:jar:1.0-rc-2:compile
[INFO] org.nuiton:nuiton-converter:jar:1.0:compile
[INFO] org.debux.webmotion:webmotion:jar:2.5.1:compile
[INFO] javax.servlet:javax.servlet-api:jar:4.0.0-b01:provided
[INFO] junit:junit:jar:4.12:test
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe :: Application Swing Configuration 6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ application-swing-configuration ---
[INFO] Deleting <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ application-swing-configuration ---
[INFO] Will use repository http://repo1.maven.org/maven2/
[INFO] Will use repository https://nexus.nuiton.org/nexus/content/repositories/central-releases
[WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-config:3.2-20161218.111313-3
[WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-config-maven-plugin:3.2-SNAPSHOT
[INFO] 68 dependencies to check.
[INFO] 68 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 459930ns
[INFO] All dependencies are safe.
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ application-swing-configuration ---
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ application-swing-configuration ---
[INFO] Exporting server [redmine-forge.codelutin.com] privateKey in ${redmine.apiKey}
[INFO]
[INFO] --- nuiton-config-maven-plugin:3.2-SNAPSHOT:generate (generate-config) @ application-swing-configuration ---
[INFO] use project compile scope class-path
[INFO] Config class name: ObserveSwingApplicationConfig
[INFO] Generate file(s) to: <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
INFO [main] (ApplicationConfigTransformer.java:465) generateConfigAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfig
INFO [main] (ApplicationConfigTransformer.java:373) generateProviderAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfigProvider
INFO [main] (ApplicationConfigTransformer.java:448) generateProviderClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigProvider
INFO [main] (ApplicationConfigTransformer.java:145) generateOptionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigOption
INFO [main] (ApplicationConfigTransformer.java:294) generateActionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigAction
[INFO]
[INFO] --- license-maven-plugin:1.9:update-project-license (attach-licenses) @ application-swing-configuration ---
[INFO]
[INFO] --- license-maven-plugin:1.9:add-third-party (attach-licenses) @ application-swing-configuration ---
[INFO] Load missing file <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO] Missing file <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…> is up-to-date.
[INFO] Writing third-party file to <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO] Will attach third party file from <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:parserJava (scan-sources) @ application-swing-configuration ---
[INFO]
[INFO] >>> i18n-maven-plugin:3.6.2:gen (scan-sources) > :get @ application-swing-configuration >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:get (get) @ application-swing-configuration ---
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.6.2:gen (scan-sources) < :get @ application-swing-configuration <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:gen (scan-sources) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ application-swing-configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 6 resources
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- license-maven-plugin:1.9:update-file-header (update-file-header) @ application-swing-configuration ---
[INFO] Will search files to update from root <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO] Will search files to update from root <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO] Scan 13 files header done in 33.374ms.
[INFO]
* uptodate header on 6 files.
* add header on 7 files.
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ application-swing-configuration ---
[INFO] Compiling 10 source files to <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[WARNING] <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>:[57,31] <A>loadActions(java.lang.Class<A>) in org.nuiton.config.ApplicationConfig has been deprecated
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.15:check (default) @ application-swing-configuration ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jredmine-maven-plugin:1.10:generate-changes (jredmine-generate-changes) @ application-swing-configuration ---
[INFO] Use already generated changes.xml (<http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/targ…)>
[INFO] Copying changes.xml to <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO] Skipping goal (runOnce flag is on, and was already executed).
[INFO]
[INFO] --- jredmine-maven-plugin:1.10:generate-changes (generate-changes) @ application-swing-configuration ---
[INFO] Skipping goal (runOnce flag is on, and was already executed).
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ application-swing-configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ application-swing-configuration ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ application-swing-configuration ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ application-swing-configuration ---
[INFO] Building jar: <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ application-swing-configuration >>>
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ application-swing-configuration ---
[INFO] Will use repository http://repo1.maven.org/maven2/
[INFO] Will use repository https://nexus.nuiton.org/nexus/content/repositories/central-releases
[WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-config:3.2-20161218.111313-3
[WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-config-maven-plugin:3.2-SNAPSHOT
[INFO] 68 dependencies to check.
[INFO] 68 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 418908ns
[INFO] All dependencies are safe.
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ application-swing-configuration ---
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ application-swing-configuration ---
[INFO] Skipping goal (runOnce flag is on and goal was already executed).
[INFO]
[INFO] --- nuiton-config-maven-plugin:3.2-SNAPSHOT:generate (generate-config) @ application-swing-configuration ---
[INFO] use project compile scope class-path
[INFO] Config class name: ObserveSwingApplicationConfig
[INFO] Generate file(s) to: <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/appl…>
INFO [main] (ApplicationConfigTransformer.java:465) generateConfigAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfig
INFO [main] (ApplicationConfigTransformer.java:373) generateProviderAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfigProvider
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ application-swing-configuration <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ application-swing-configuration ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] --- maven-javadoc-plugin:2.10.4:jar (attach-javadocs) @ application-swing-configuration ---
[INFO] Skipping javadoc generation
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ application-swing-configuration ---
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ application-swing-configuration ---
[INFO] Exporting server [gpg-signer] username in ${gpg.keyname}
[INFO] Exporting server [gpg-signer] password in ${gpg.passphrase}
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ application-swing-configuration ---
[INFO] Loaded <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/targ…>
[INFO] Copying application-swing-configuration-6.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/targ…>
[INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/observe-technical-site-snapshot/ws/targ…>
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ application-swing-configuration ---
[WARNING] Skipping goal (No file to collect).
[INFO]
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ application-swing-configuration ---
[INFO] Used declared dependencies found:
[INFO] fr.ird.observe:services-dto:jar:6.0-SNAPSHOT:compile
[INFO] commons-logging:commons-logging:jar:1.2:compile
[INFO] org.apache.commons:commons-lang3:jar:3.5:compile
[INFO] com.google.guava:guava:jar:20.0:compile
[INFO] org.nuiton:nuiton-version:jar:1.0-rc-2:compile
[INFO] org.nuiton.i18n:nuiton-i18n:jar:3.6.2:compile
[INFO] org.nuiton:nuiton-config:jar:3.2-SNAPSHOT:compile
[INFO] org.nuiton.jaxx:jaxx-widgets-gis:jar:2.36:compile
[WARNING] Used undeclared dependencies found:
[WARNING] com.google.code.gson:gson:jar:2.8.0:provided
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ObServe ............................................ SUCCESS [01:29 min]
[INFO] ObServe :: Toolbox Maven plugin .................... SUCCESS [ 58.607 s]
[INFO] ObServe :: ToPIA Extension ......................... SUCCESS [ 13.577 s]
[INFO] ObServe :: ToPIA Templates Extension ............... SUCCESS [ 20.039 s]
[INFO] ObServe :: Test .................................... SUCCESS [ 28.731 s]
[INFO] ObServe :: Entities ................................ SUCCESS [01:46 min]
[INFO] ObServe :: Entities Migration ...................... SUCCESS [ 28.927 s]
[INFO] ObServe :: Services Configuration .................. SUCCESS [ 7.824 s]
[INFO] ObServe :: Services ToPIA Configuration ............ SUCCESS [ 12.138 s]
[INFO] ObServe :: Services REST Configuration ............. SUCCESS [ 14.623 s]
[INFO] ObServe :: Services DTO ............................ SUCCESS [ 45.684 s]
[INFO] ObServe :: Services DTO References ................. SUCCESS [ 10.183 s]
[INFO] ObServe :: Services DTO Gson ....................... SUCCESS [ 14.277 s]
[INFO] ObServe :: Services ................................ SUCCESS [ 19.023 s]
[INFO] ObServe :: Services ToPIA Validators ............... SUCCESS [ 16.734 s]
[INFO] ObServe :: Services ToPIA Validation ............... SUCCESS [01:02 min]
[INFO] ObServe :: Services ToPIA Binder ................... SUCCESS [ 23.207 s]
[INFO] ObServe :: Services ToPIA Implementation ........... SUCCESS [42:48 min]
[INFO] ObServe :: Services REST Implementation ............ SUCCESS [ 53.559 s]
[INFO] ObServe :: Application Swing Decoration ............ SUCCESS [ 18.145 s]
[INFO] ObServe :: Application Swing Validators ............ SUCCESS [ 27.516 s]
[INFO] ObServe :: Application Swing Validation ............ SUCCESS [01:00 min]
[INFO] ObServe :: Services Runner ......................... SUCCESS [01:08 min]
[INFO] ObServe :: Application Web Configuration ........... SUCCESS [ 45.454 s]
[INFO] ObServe :: Application Web ......................... SUCCESS [01:47 min]
[INFO] ObServe :: Application Swing Configuration ......... FAILURE [ 6.402 s]
[INFO] ObServe :: Application Swing ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58:51 min
[INFO] Finished at: 2016-12-19T03:38:48+01:00
[INFO] Final Memory: 270M/666M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project application-swing-configuration: Dependency problems found -> [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/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :application-swing-configuration
Build step 'Invoke top-level Maven targets' marked build as failure
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 17 second
1
14
Build failed in Jenkins: observe-web-demo-latest #132-81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8
by admin+ci-codelutin.com@codelutin.com 31 Jan '17
by admin+ci-codelutin.com@codelutin.com 31 Jan '17
31 Jan '17
http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/132/Changes:
[Tony CHEMIT] Ajout d'un mojo pour merger les trads (TODO a déplacer dans le projet
[Tony CHEMIT] Les corrections orthographiques (fixes #8975)
------------------------------------------
[...truncated 1639 lines...]
[INFO] >>> i18n-maven-plugin:3.6.2:bundle (make-bundle) > :collect-i18n-artifacts @ application-web >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:collect-i18n-artifacts (collect-i18n-artifacts) @ application-web ---
[INFO] collected 11 i18n artifacts for locale fr_FR stored in <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO] collected 11 i18n artifacts for locale en_GB stored in <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO] collected 11 i18n artifacts for locale es_ES stored in <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.6.2:bundle (make-bundle) < :collect-i18n-artifacts @ application-web <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:bundle (make-bundle) @ application-web ---
[INFO]
[INFO] --- toolbox-maven-plugin:6.0-rev81bb131:generate-webmotion-mapping (generate-webmotion-mapping) @ application-web ---
[INFO] use project compile scope class-path
[INFO] Reflections took 10 ms to scan 1 urls, producing 9 keys and 96 values
[INFO] 38 type(s) detected.
[INFO] Generate to <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO] 173 rule(s) detected.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ application-web ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ application-web ---
[INFO] Compiling 60 source files to <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO] <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>: <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…> uses unchecked or unsafe operations.
[INFO] <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- toolbox-maven-plugin:6.0-rev81bb131:check-api (check-service-api) @ application-web ---
[INFO] use project compile scope class-path
[INFO] 38 type(s) detected.
[INFO] 38 class(es) checked.
[INFO] 174 method(s) checked.
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (generate-surefire-workdir) @ application-web ---
[INFO] Skipping Antrun execution
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ application-web ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ application-web ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ application-web ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:3.0.0:war (default-war) @ application-web ---
[INFO] Packaging webapp
[INFO] Assembling webapp [application-web] in [<http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…]>
[INFO] Processing war project
[INFO] Copying webapp resources [<http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…]>
[INFO] Webapp assembled in [162 msecs]
[INFO] Building war: <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO]
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ application-web ---
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ application-web ---
[INFO] Copying observeweb-6.0-rev81bb131.war to <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/target/colle…>
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ application-web ---
[INFO] Installing <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…> to /var/local/forge/data/codelutin.com/maven/repository/fr/ird/observe/application-web/6.0-rev81bb131/application-web-6.0-rev81bb131.war
[INFO] Installing <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…> to /var/local/forge/data/codelutin.com/maven/repository/fr/ird/observe/application-web/6.0-rev81bb131/application-web-6.0-rev81bb131.pom
[JENKINS] Archiving disabled
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 0 seconds
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe :: Application Swing Configuration 6.0-rev81bb131
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ application-swing-configuration ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ application-swing-configuration ---
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO] Storing buildNumber: 81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8 at timestamp: 1484870295826
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- nuiton-config-maven-plugin:3.1.1:generate (generate-config) @ application-swing-configuration ---
[INFO] use project compile scope class-path
[INFO] Config class name: ObserveSwingApplicationConfig
[INFO] Generate file(s) to: <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:465) generateConfigAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfig
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:373) generateProviderAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:448) generateProviderClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:145) generateOptionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigOption
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:294) generateActionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigAction
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:parserJava (scan-sources) @ application-swing-configuration ---
[INFO]
[INFO] >>> i18n-maven-plugin:3.6.2:gen (scan-sources) > :get @ application-swing-configuration >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:get (get) @ application-swing-configuration ---
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/ws/application-…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.6.2:gen (scan-sources) < :get @ application-swing-configuration <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:gen (scan-sources) @ application-swing-configuration ---
[WARNING] bundle fr_FR contains 3/98 empty entries!
- 0/3 : observe.config.httpTimeout.description
- 1/3 : observe.config.remoteDataSourceConfigurations.description
- 2/3 : observe.config.serverDataSourceConfigurations.description
[JENKINS] Archiving disabled
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 0 seconds
[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
[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] ObServe ............................................ SUCCESS [ 4.519 s]
[INFO] ObServe :: Toolbox Maven plugin .................... SUCCESS [ 21.265 s]
[INFO] ObServe :: ToPIA Extension ......................... SUCCESS [ 3.563 s]
[INFO] ObServe :: ToPIA Templates Extension ............... SUCCESS [ 5.968 s]
[INFO] ObServe :: Test .................................... SUCCESS [ 2.039 s]
[INFO] ObServe :: Common .................................. SUCCESS [ 1.605 s]
[INFO] ObServe :: Persistence ............................. SUCCESS [ 18.321 s]
[INFO] ObServe :: Services Configuration .................. SUCCESS [ 1.022 s]
[INFO] ObServe :: Services ToPIA Configuration ............ SUCCESS [ 1.015 s]
[INFO] ObServe :: Services REST Configuration ............. SUCCESS [ 1.358 s]
[INFO] ObServe :: Services ................................ SUCCESS [ 10.456 s]
[INFO] ObServe :: Services Validators ..................... SUCCESS [ 2.813 s]
[INFO] ObServe :: Services Validation ..................... SUCCESS [ 23.494 s]
[INFO] ObServe :: Services Binder ......................... SUCCESS [ 2.956 s]
[INFO] ObServe :: Services ToPIA Implementation ........... SUCCESS [ 14.622 s]
[INFO] ObServe :: Services REST Implementation ............ SUCCESS [ 2.389 s]
[INFO] ObServe :: Application Swing Decoration ............ SUCCESS [ 2.865 s]
[INFO] ObServe :: Application Swing Validators ............ SUCCESS [ 2.817 s]
[INFO] ObServe :: Application Swing Validation ............ SUCCESS [ 32.320 s]
[INFO] ObServe :: Services Runner ......................... SUCCESS [ 1.937 s]
[INFO] ObServe :: Application Web Configuration ........... SUCCESS [ 8.402 s]
[INFO] ObServe :: Application Web ......................... SUCCESS [ 17.673 s]
[INFO] ObServe :: Application Swing Configuration ......... FAILURE [ 2.313 s]
[INFO] ObServe :: Application Swing ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:32 min
[INFO] Finished at: 2017-01-20T00:58:22+01:00
[INFO] Final Memory: 139M/593M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.nuiton.i18n:i18n-maven-plugin:3.6.2:gen (scan-sources) on project application-swing-configuration: Bundles for locale(s) [fr_FR] are not complete. Use the -Di18n.showEmpty to see missing translations. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.nuiton.i18n:i18n-maven-plugin:3.6.2:gen (scan-sources) on project application-swing-configuration: Bundles for locale(s) [fr_FR] are not complete. Use the -Di18n.showEmpty to see missing translations.
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:133)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:68)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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.MojoFailureException: Bundles for locale(s) [fr_FR] are not complete. Use the -Di18n.showEmpty to see missing translations.
at org.nuiton.i18n.plugin.AbstractI18nMojo.failsIfAnyKeyMissingValue(AbstractI18nMojo.java:230)
at org.nuiton.i18n.plugin.GenerateMojo.doAction(GenerateMojo.java:233)
at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:125)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 31 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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :application-swing-configuration
Sending e-mails to: observe-build(a)list.forge.codelutin.com chemit+codelutin-ci(a)codelutin.com
Set build name.
New build name is '#132-81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8'
Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#132-81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8', new value: '#132-81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8'
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 0 seconds
1
1
Build failed in Jenkins: observe-web-demo-latest » ObServe :: Application Swing Configuration #132
by admin+ci-codelutin.com@codelutin.com 31 Jan '17
by admin+ci-codelutin.com@codelutin.com 31 Jan '17
31 Jan '17
http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/fr.ird.observe$…:
[Tony CHEMIT] Les corrections orthographiques (fixes #8975)
------------------------------------------
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 0 seconds
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe :: Application Swing Configuration 6.0-rev81bb131
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ application-swing-configuration ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ application-swing-configuration ---
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/fr.ird.observe$…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/fr.ird.observe$…>
[INFO] Storing buildNumber: 81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8 at timestamp: 1484870295826
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/fr.ird.observe$…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/fr.ird.observe$…>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- nuiton-config-maven-plugin:3.1.1:generate (generate-config) @ application-swing-configuration ---
[INFO] use project compile scope class-path
[INFO] Config class name: ObserveSwingApplicationConfig
[INFO] Generate file(s) to: <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/fr.ird.observe$…>
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:465) generateConfigAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfig
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:373) generateProviderAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:448) generateProviderClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:145) generateOptionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigOption
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:294) generateActionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigAction
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:parserJava (scan-sources) @ application-swing-configuration ---
[INFO]
[INFO] >>> i18n-maven-plugin:3.6.2:gen (scan-sources) > :get @ application-swing-configuration >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:get (get) @ application-swing-configuration ---
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/fr.ird.observe$…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/fr.ird.observe$…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-web-demo-latest/fr.ird.observe$…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.6.2:gen (scan-sources) < :get @ application-swing-configuration <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:gen (scan-sources) @ application-swing-configuration ---
[WARNING] bundle fr_FR contains 3/98 empty entries!
- 0/3 : observe.config.httpTimeout.description
- 1/3 : observe.config.remoteDataSourceConfigurations.description
- 2/3 : observe.config.serverDataSourceConfigurations.description
[JENKINS] Archiving disabled
1
1
Build failed in Jenkins: observe-ci » ObServe :: Application Swing Configuration #466
by admin+ci-codelutin.com@codelutin.com 30 Jan '17
by admin+ci-codelutin.com@codelutin.com 30 Jan '17
30 Jan '17
http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…:
[Tony CHEMIT] Les corrections orthographiques (fixes #8975)
------------------------------------------
Started calculate disk usage of build
Finished Calculation of disk usage of build in 1 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe :: Application Swing Configuration 6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ application-swing-configuration ---
[INFO] Deleting <http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…>
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ application-swing-configuration ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ application-swing-configuration ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ application-swing-configuration ---
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…>
[INFO] Storing buildNumber: 81bb131e77ee4bd3c24b52fd2e30aa2f99bc3fd8 at timestamp: 1484859478511
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- nuiton-config-maven-plugin:3.1.1:generate (generate-config) @ application-swing-configuration ---
[INFO] use project compile scope class-path
[INFO] Config class name: ObserveSwingApplicationConfig
[INFO] Generate file(s) to: <http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…>
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:465) generateConfigAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfig
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:373) generateProviderAbstractClass - Generate fr.ird.observe.application.swing.configuration.GeneratedObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:448) generateProviderClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigProvider
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:145) generateOptionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigOption
INFO [pool-1-thread-1 for channel] (ApplicationConfigTransformer.java:294) generateActionsClass - Generate fr.ird.observe.application.swing.configuration.ObserveSwingApplicationConfigAction
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:parserJava (scan-sources) @ application-swing-configuration ---
[INFO]
[INFO] >>> i18n-maven-plugin:3.6.2:gen (scan-sources) > :get @ application-swing-configuration >>>
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:get (get) @ application-swing-configuration ---
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…>
[INFO] Copying application-swing-configuration.properties to <http://ci.codelutin.com/jenkins/job/observe-ci/fr.ird.observe$application-s…>
[INFO]
[INFO] <<< i18n-maven-plugin:3.6.2:gen (scan-sources) < :get @ application-swing-configuration <<<
[INFO]
[INFO] --- i18n-maven-plugin:3.6.2:gen (scan-sources) @ application-swing-configuration ---
[WARNING] bundle fr_FR contains 3/98 empty entries!
- 0/3 : observe.config.httpTimeout.description
- 1/3 : observe.config.remoteDataSourceConfigurations.description
- 2/3 : observe.config.serverDataSourceConfigurations.description
[JENKINS] Archiving disabled
1
1
19 Jan '17
http://ci.codelutin.com/jenkins/job/observe-nightly/112/Changes:
[Tony CHEMIT] Fix i18n
[maven-release] [jgitflow-maven-plugin]updating poms for 5.2.2-SNAPSHOT development
[maven-release] [jgitflow-maven-plugin]updating poms for 5.2.1 branch with snapshot
[maven-release] [jgitflow-maven-plugin]updating poms for branch'release/5.2.1' with
[maven-release] Add missing license header
[maven-release] [jgitflow-maven-plugin]updating develop poms to master versions to avoid
[maven-release] [jgitflow-maven-plugin]Updating develop poms back to pre merge state
------------------------------------------
Started by an SCM change
Building in workspace <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://gitlab.nuiton.org/codelutin/observe.git # timeout=10
Fetching upstream changes from https://gitlab.nuiton.org/codelutin/observe.git
> git --version # timeout=10
> git fetch --tags --progress https://gitlab.nuiton.org/codelutin/observe.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/develop-5.x^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/develop-5.x^{commit} # timeout=10
Checking out Revision bbb31d4dc8c866130c704c268dec8948c09ed256 (refs/remotes/origin/develop-5.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f bbb31d4dc8c866130c704c268dec8948c09ed256
> git rev-list b786836122f98ab8a0fa6f1171ee64cae0543d2a # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 37848
[observe-nightly] $ /opt/jdk8/bin/java -Dsettings.security=/var/local/forge/data/codelutin.com/maven/settings-security.xml -XX:MaxPermSize=256m -Xmx1024m -Djava.awt.headless=true -cp /var/local/forge/data/codelutin.com/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-agent-1.8.1.jar:/opt/maven3/boot/plexus-classworlds-2.5.2.jar:/opt/maven3/conf/logging jenkins.maven3.agent.Maven33Main /opt/maven3 /var/local/forge/exec/tomcat-codelutin.com/webapps/jenkins/WEB-INF/lib/remoting-2.62.3.jar /var/local/forge/data/codelutin.com/jenkins/plugins/maven-plugin/WEB-INF/lib/maven33-interceptor-1.8.1.jar /var/local/forge/data/codelutin.com/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.8.1.jar 37848
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===> channel started
Executing Maven: -B -f <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/pom.xml> -s /var/local/forge/data/codelutin.com/maven/settings.xml -e -U clean install -DperformRelease
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ObServe
[INFO] ObServe :: Toolbox Maven plugin
[INFO] ObServe :: ToPIA Extension
[INFO] ObServe :: ToPIA Templates Extension
[INFO] ObServe :: Services Configuration
[INFO] ObServe :: Services ToPIA Configuration
[INFO] ObServe :: Services REST Configuration
[INFO] ObServe :: Services DTO
[INFO] ObServe :: Services
[INFO] ObServe :: Test
[INFO] ObServe :: Entities
[INFO] ObServe :: Entities Migration
[INFO] ObServe :: Services ToPIA Validators
[INFO] ObServe :: Services ToPIA Validation
[INFO] ObServe :: Services ToPIA Implementation
[INFO] ObServe :: Services REST Implementation
[INFO] ObServe :: Application Swing Decoration
[INFO] ObServe :: Application Swing Validators
[INFO] ObServe :: Application Swing Validation
[INFO] ObServe :: Services Runner
[INFO] ObServe :: Application Web Configuration
[INFO] ObServe :: Application Web
[INFO] ObServe :: Application Swing Configuration
[INFO] ObServe :: Application Swing
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ObServe 5.2.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ observe ---
[INFO] Deleting <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/target>
[INFO]
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ observe ---
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-nightly/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/>
[INFO] Storing buildNumber: bbb31d4dc8c866130c704c268dec8948c09ed256 at timestamp: 1484359328874
[WARNING] Cannot get the branch information from the git repository:
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref
[INFO] Executing: /bin/sh -c cd '<http://ci.codelutin.com/jenkins/job/observe-nightly/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ observe ---
[INFO] Will use repository http://repo1.maven.org/maven2/
[INFO] Will use repository https://nexus.nuiton.org/nexus/content/repositories/central-releases
[INFO] 15 dependencies to check.
[INFO] 15 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 29.52ms
[INFO] All dependencies are safe.
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ observe ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ observe ---
[INFO]
[INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ observe ---
[INFO] Exporting server [redmine-forge.codelutin.com] privateKey in ${redmine.apiKey}
[INFO]
[INFO] --- license-maven-plugin:1.9:update-project-license (attach-licenses) @ observe ---
[INFO] Will create or update license file [gpl_v3] to <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/LICENSE.txt>
[INFO]
[INFO] --- license-maven-plugin:1.9:add-third-party (attach-licenses) @ observe ---
[WARNING] The goal is skip due to packaging 'pom'
[INFO]
[INFO] --- license-maven-plugin:1.9:update-file-header (update-file-header) @ observe ---
[INFO] Will search files to update from root <http://ci.codelutin.com/jenkins/job/observe-nightly/ws/src>
[INFO] Scan 5 files header done in 195.943ms.
[INFO] All files are up-to-date.
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.15:check (default) @ observe ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- jredmine-maven-plugin:1.10:generate-changes (jredmine-generate-changes) @ observe ---
[JENKINS] Archiving disabled
Started calculate disk usage of build
Finished Calculation of disk usage of build in 2 second
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 34 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
[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] ObServe ............................................ FAILURE [ 40.655 s]
[INFO] ObServe :: Toolbox Maven plugin .................... SKIPPED
[INFO] ObServe :: ToPIA Extension ......................... SKIPPED
[INFO] ObServe :: ToPIA Templates Extension ............... SKIPPED
[INFO] ObServe :: Services Configuration .................. SKIPPED
[INFO] ObServe :: Services ToPIA Configuration ............ SKIPPED
[INFO] ObServe :: Services REST Configuration ............. SKIPPED
[INFO] ObServe :: Services DTO ............................ SKIPPED
[INFO] ObServe :: Services ................................ SKIPPED
[INFO] ObServe :: Test .................................... SKIPPED
[INFO] ObServe :: Entities ................................ SKIPPED
[INFO] ObServe :: Entities Migration ...................... SKIPPED
[INFO] ObServe :: Services ToPIA Validators ............... SKIPPED
[INFO] ObServe :: Services ToPIA Validation ............... SKIPPED
[INFO] ObServe :: Services ToPIA Implementation ........... SKIPPED
[INFO] ObServe :: Services REST Implementation ............ SKIPPED
[INFO] ObServe :: Application Swing Decoration ............ SKIPPED
[INFO] ObServe :: Application Swing Validators ............ SKIPPED
[INFO] ObServe :: Application Swing Validation ............ SKIPPED
[INFO] ObServe :: Services Runner ......................... SKIPPED
[INFO] ObServe :: Application Web Configuration ........... SKIPPED
[INFO] ObServe :: Application Web ......................... SKIPPED
[INFO] ObServe :: Application Swing Configuration ......... SKIPPED
[INFO] ObServe :: Application Swing ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:32 min
[INFO] Finished at: 2017-01-14T03:03:25+01:00
[INFO] Final Memory: 45M/415M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.nuiton.jredmine:jredmine-maven-plugin:1.10:generate-changes (jredmine-generate-changes) on project observe: the version '5.2.2' 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.10:generate-changes (jredmine-generate-changes) on project observe: the version '5.2.2' could not be retrieve from redmine server.
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:133)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:68)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
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.MojoExecutionException: the version '5.2.2' could not be retrieve from redmine server.
at org.nuiton.jredmine.plugin.AbstractRedmineMojo.failIfSafe(AbstractRedmineMojo.java:373)
at org.nuiton.jredmine.plugin.AbstractRedmineMojoWithProjectAndVersion.init(AbstractRedmineMojoWithProjectAndVersion.java:117)
at org.nuiton.jredmine.plugin.GenerateChangesMojo.init(GenerateChangesMojo.java:333)
at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:102)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 31 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
Sending e-mails to: observe-build(a)list.forge.codelutin.com maven-release(a)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 0 seconds
1
2