You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/09/30 03:14:37 UTC

Build failed in Jenkins: Tamaya-Master-branch #754

See <https://builds.apache.org/job/Tamaya-Master-branch/754/>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
[EnvInject] - Preparing an environment for the build.
[EnvInject] - Keeping Jenkins system variables.
[EnvInject] - Keeping Jenkins build variables.
[EnvInject] - Injecting contributions.
Building remotely on jenkins-test-486 (Ubuntu ubuntu jenkins-cloud-8GB jenkins-cloud-4GB cloud-slave) in workspace <https://builds.apache.org/job/Tamaya-Master-branch/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file .git/config.lock

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1699)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1695)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1317)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1329)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1031)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor392.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:884)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:859)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:818)
	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:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to jenkins-test-486(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:249)
	at com.sun.proxy.$Proxy144.setRemoteUrl(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:298)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:787)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file .git/config.lock

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1699)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1695)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1317)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1329)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1031)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor392.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:884)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:859)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:818)
	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:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to jenkins-test-486(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:249)
	at com.sun.proxy.$Proxy144.setRemoteUrl(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:298)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:787)
	... 11 more
ERROR: null
Retrying after 10 seconds
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git # timeout=10
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:799)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1055)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
	at hudson.scm.SCM.checkout(SCM.java:485)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
	at hudson.model.Run.execute(Run.java:1741)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git" returned status code 4:
stdout: 
stderr: error: failed to write new configuration file .git/config.lock

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1699)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1695)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1317)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1329)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:1031)
	at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:160)
	at sun.reflect.GeneratedMethodAccessor392.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:884)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:859)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:818)
	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:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to jenkins-test-486(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
	at hudson.remoting.Channel.call(Channel.java:781)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:249)
	at com.sun.proxy.$Proxy144.setRemoteUrl(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.setRemoteUrl(RemoteGitImpl.java:298)
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:787)
	... 11 more
ERROR: null


Re: Jenkins build is back to normal : Tamaya-Master-branch #762

Posted by "P. Ottlinger" <po...@apache.org>.
Am 06.10.2016 um 00:20 schrieb Apache Jenkins Server:
> See <https://builds.apache.org/job/Tamaya-Master-branch/762/changes>

Oliver, thanks!

n8
Phil


Jenkins build is back to normal : Tamaya-Master-branch #762

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tamaya-Master-branch/762/changes>


Build failed in Jenkins: Tamaya-Master-branch #761

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tamaya-Master-branch/761/>

------------------------------------------
[...truncated 3765 lines...]
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 6 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ tamaya-example-fileobserver <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-example-fileobserver ---
[INFO] Building jar: <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ tamaya-example-fileobserver ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ tamaya-example-fileobserver ---

[JENKINS] Recording test results[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-example-fileobserver ---
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml

[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tamaya-example-fileobserver ---
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 2.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185.jar (6 KB at 6.4 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185.pom
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185.pom (3 KB at 3.3 KB/sec)
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-sources.jar (8 KB at 7.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-sources.jar (8 KB at 8.8 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tamaya Example: Configuration Injection 0.3-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 2.9 KB/sec)
[WARNING] The POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-20160915.003107-169 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ tamaya-example-injection ---
[INFO] Deleting <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ tamaya-example-injection ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ tamaya-example-injection ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*banner.txt
[INFO] Exclude: banner.txt
[INFO] Exclude: .git
[INFO] Exclude: derby.log
[INFO] Exclude: **/bootstrap-*
[INFO] Exclude: **/js/jquery-*
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 8 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ tamaya-example-injection ---
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid project model for artifact [tamaya-injection:org.apache.tamaya.ext:0.3-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ tamaya-example-injection ---
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 3.6 KB/sec)
[INFO] Generating feature descriptor file <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tamaya-example-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya ...................................... SUCCESS [ 32.084 s]
[INFO] Apache Tamaya Build Configuration .................. SUCCESS [ 16.922 s]
[INFO] Apache Tamaya Code - all ........................... SUCCESS [ 12.603 s]
[INFO] Apache Tamaya API .................................. SUCCESS [01:25 min]
[INFO] Apache Tamaya Core Implementation .................. SUCCESS [01:04 min]
[INFO] Apache Tamaya Documentation ........................ SUCCESS [01:00 min]
[INFO] Apache Tamaya Example - all ........................ SUCCESS [ 16.322 s]
[INFO] Apache Tamaya Example: Minimal Version ............. SUCCESS [ 38.818 s]
[INFO] Apache Tamaya Example: Simple Property Source Version SUCCESS [ 41.748 s]
[INFO] Apache Tamaya Example: Resource Location ........... SUCCESS [ 41.167 s]
[INFO] Apache Tamaya Example: Value Resolution ............ SUCCESS [ 37.321 s]
[INFO] Apache Tamaya Example: File Observer ............... SUCCESS [ 18.696 s]
[INFO] Apache Tamaya Example: Configuration Injection ..... FAILURE [  1.948 s]
[INFO] Apache Tamaya Example: Builder ..................... SKIPPED
[INFO] Apache Tamaya Example: Remote ...................... SKIPPED
[INFO] Apache Tamaya Example: Remote (Server) ............. SKIPPED
[INFO] Apache Tamaya Example: Remote (Client) ............. SKIPPED
[INFO] Apache Tamaya Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:13 min
[INFO] Finished at: 2016-10-05T00:43:15+00:00
[INFO] Final Memory: 111M/689M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project tamaya-example-injection: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tamaya-example-injection
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/client/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-client/0.3-incubating-SNAPSHOT/tamaya-example-remote-client-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/pom.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-SNAPSHOT/tamaya-examples-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-20161005.003956-186/tamaya-examples-0.3-incubating-20161005.003956-186-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/7-builder-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-builder/0.3-incubating-SNAPSHOT/tamaya-example-builder-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-SNAPSHOT/tamaya-example-minimal-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161005.004028-186/tamaya-example-minimal-0.3-incubating-20161005.004028-186.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161005.004028-186/tamaya-example-minimal-0.3-incubating-20161005.004028-186-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161005.004028-186/tamaya-example-minimal-0.3-incubating-20161005.004028-186-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161005.004028-186/tamaya-example-minimal-0.3-incubating-20161005.004028-186-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-SNAPSHOT/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161005.004111-186/tamaya-example-simple-propertysource-0.3-incubating-20161005.004111-186.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161005.004111-186/tamaya-example-simple-propertysource-0.3-incubating-20161005.004111-186-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161005.004111-186/tamaya-example-simple-propertysource-0.3-incubating-20161005.004111-186-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161005.004111-186/tamaya-example-simple-propertysource-0.3-incubating-20161005.004111-186-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/server/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-server/0.3-incubating-SNAPSHOT/tamaya-example-remote-server-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote/0.3-incubating-SNAPSHOT/tamaya-example-remote-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/pom.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-SNAPSHOT/tamaya-code-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/target/feature/feature.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-20161005.003603-197/tamaya-code-0.3-incubating-20161005.003603-197-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/pom.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-SNAPSHOT/tamaya-all-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/feature/feature.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161005.003527-199/tamaya-all-0.3-incubating-20161005.003527-199-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/tamaya-all-0.3-incubating-SNAPSHOT-site.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161005.003527-199/tamaya-all-0.3-incubating-20161005.003527-199-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/pom.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-SNAPSHOT/buildconfigurations-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161005.003545-198/buildconfigurations-0.3-incubating-20161005.003545-198.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/feature/feature.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161005.003545-198/buildconfigurations-0.3-incubating-20161005.003545-198-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161005.003545-198/buildconfigurations-0.3-incubating-20161005.003545-198-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-SNAPSHOT/tamaya-example-resources-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161005.004152-186/tamaya-example-resources-0.3-incubating-20161005.004152-186.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161005.004152-186/tamaya-example-resources-0.3-incubating-20161005.004152-186-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161005.004152-186/tamaya-example-resources-0.3-incubating-20161005.004152-186-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161005.004152-186/tamaya-example-resources-0.3-incubating-20161005.004152-186-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/pom.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-SNAPSHOT/tamaya-core-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161005.003827-196/tamaya-core-0.3-incubating-20161005.003827-196.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/feature/feature.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-20161005.003827-196/tamaya-core-0.3-incubating-20161005.003827-196-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161005.003827-196/tamaya-core-0.3-incubating-20161005.003827-196-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161005.003827-196/tamaya-core-0.3-incubating-20161005.003827-196-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/pom.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-SNAPSHOT/tamaya-api-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161005.003720-197/tamaya-api-0.3-incubating-20161005.003720-197.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/feature/feature.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-20161005.003720-197/tamaya-api-0.3-incubating-20161005.003720-197-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161005.003720-197/tamaya-api-0.3-incubating-20161005.003720-197-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161005.003720-197/tamaya-api-0.3-incubating-20161005.003720-197-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/distribution/pom.xml> to org.apache.tamaya/tamaya-distribution/0.3-incubating-SNAPSHOT/tamaya-distribution-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-SNAPSHOT/tamaya-example-resolver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161005.004232-185/tamaya-example-resolver-0.3-incubating-20161005.004232-185.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161005.004232-185/tamaya-example-resolver-0.3-incubating-20161005.004232-185-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161005.004232-185/tamaya-example-resolver-0.3-incubating-20161005.004232-185-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161005.004232-185/tamaya-example-resolver-0.3-incubating-20161005.004232-185-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/pom.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-SNAPSHOT/tamaya-docs-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161005.003924-186/tamaya-docs-0.3-incubating-20161005.003924-186.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/feature/feature.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161005.003924-186/tamaya-docs-0.3-incubating-20161005.003924-186-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161005.003924-186/tamaya-docs-0.3-incubating-20161005.003924-186-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.zip> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161005.003924-186/tamaya-docs-0.3-incubating-20161005.003924-186-documentation.zip
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.tar.gz> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161005.003924-186/tamaya-docs-0.3-incubating-20161005.003924-186-documentation.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161005.004256-185/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161005.004256-185/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161005.004256-185/tamaya-example-fileobserver-0.3-incubating-20161005.004256-185-sources.jar
channel stopped

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Posted by Werner Keil <we...@gmail.com>.
That's also an option.
Core + Core-examples
Incubator + Incubator-examples
...

Werner


On Tue, Oct 4, 2016 at 12:13 PM, P. Ottlinger <po...@apache.org> wrote:

> Am 04.10.2016 um 10:28 schrieb Werner Keil:
> > I thought they had their separate repository now, too?
> > Maybe that was focused on modules and extensions, but if e.g. examples
> may
> > exist for both "core" and extensions, it seems consequent to also give
> them
> > their own repo.
>
> I'd put the examples near to the code to be more concise and allow
> evolving examples as new versions are created, but I'm not sure if that
> is possible ....
>
> Phil
>

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Posted by "P. Ottlinger" <po...@apache.org>.
Am 04.10.2016 um 10:28 schrieb Werner Keil:
> I thought they had their separate repository now, too?
> Maybe that was focused on modules and extensions, but if e.g. examples may
> exist for both "core" and extensions, it seems consequent to also give them
> their own repo.

I'd put the examples near to the code to be more concise and allow
evolving examples as new versions are created, but I'm not sure if that
is possible ....

Phil

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Posted by Werner Keil <we...@gmail.com>.
I thought they had their separate repository now, too?
Maybe that was focused on modules and extensions, but if e.g. examples may
exist for both "core" and extensions, it seems consequent to also give them
their own repo.

Werner


On Tue, Oct 4, 2016 at 9:00 AM, Oliver B. Fischer <o....@swe-blog.net>
wrote:

> I think we should remive the examples from the main repository at all.
>
> Von meinem iPhone gesendet
>
> > Am 04.10.2016 um 08:41 schrieb P. Ottlinger <po...@apache.org>:
> >
> > Hi,
> >
> >> Am 04.10.2016 um 03:44 schrieb Apache Jenkins Server:
> >> [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @
> tamaya-example-injection ---
> >> [INFO] Changes detected - recompiling the module!
> >> [INFO] Compiling 3 source files to <https://builds.apache.org/
> job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
> >> [INFO] -------------------------------------------------------------
> >> [ERROR] COMPILATION ERROR :
> >> [INFO] -------------------------------------------------------------
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[21,36] package
> org.apache.tamaya.inject.api does not exist
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[22,36] package
> org.apache.tamaya.inject.api does not exist
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
> >>  symbol: class ConfigDefaultSections
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[21,36] package
> org.apache.tamaya.inject.api does not exist
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[22,36] package
> org.apache.tamaya.inject.api does not exist
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
> >>  symbol: class ConfigDefaultSections
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
> >>  symbol:   class Config
> >>  location: class org.apache.tamaya.examples.injection.Example
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
> >>  symbol:   class Config
> >>  location: class org.apache.tamaya.examples.injection.Example
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
> >>  symbol:   class Config
> >>  location: interface org.apache.tamaya.examples.
> injection.ExampleTemplate
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
> >>  symbol:   class Config
> >>  location: interface org.apache.tamaya.examples.
> injection.ExampleTemplate
> >> [INFO] 10 errors
> >> [INFO] -------------------------------------------------------------
> >> [INFO] ------------------------------------------------------------
> ------------
> >> [INFO] Reactor Summary:
> >
> >
> > @Oliver: does the injection-example need to move to sandbox/extensions
> > in order to fix the build?
> >
> > Thanks,
> > Phil
>

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Posted by "Oliver B. Fischer" <o....@swe-blog.net>.
I think we should remive the examples from the main repository at all.

Von meinem iPhone gesendet

> Am 04.10.2016 um 08:41 schrieb P. Ottlinger <po...@apache.org>:
> 
> Hi,
> 
>> Am 04.10.2016 um 03:44 schrieb Apache Jenkins Server:
>> [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
>> [INFO] -------------------------------------------------------------
>> [ERROR] COMPILATION ERROR : 
>> [INFO] -------------------------------------------------------------
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
>>  symbol: class ConfigDefaultSections
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
>>  symbol: class ConfigDefaultSections
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
>>  symbol:   class Config
>>  location: class org.apache.tamaya.examples.injection.Example
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
>>  symbol:   class Config
>>  location: class org.apache.tamaya.examples.injection.Example
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
>>  symbol:   class Config
>>  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
>>  symbol:   class Config
>>  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
>> [INFO] 10 errors 
>> [INFO] -------------------------------------------------------------
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
> 
> 
> @Oliver: does the injection-example need to move to sandbox/extensions
> in order to fix the build?
> 
> Thanks,
> Phil

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Posted by "P. Ottlinger" <po...@apache.org>.
Hi,

Am 04.10.2016 um 03:44 schrieb Apache Jenkins Server:
> [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
>   symbol: class ConfigDefaultSections
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
>   symbol: class ConfigDefaultSections
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
>   symbol:   class Config
>   location: class org.apache.tamaya.examples.injection.Example
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
>   symbol:   class Config
>   location: class org.apache.tamaya.examples.injection.Example
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
>   symbol:   class Config
>   location: interface org.apache.tamaya.examples.injection.ExampleTemplate
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
>   symbol:   class Config
>   location: interface org.apache.tamaya.examples.injection.ExampleTemplate
> [INFO] 10 errors 
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:


@Oliver: does the injection-example need to move to sandbox/extensions
in order to fix the build?

Thanks,
Phil

Build failed in Jenkins: Tamaya-Master-branch #760

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tamaya-Master-branch/760/>

------------------------------------------
[...truncated 3943 lines...]
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 6 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ tamaya-example-fileobserver <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-example-fileobserver ---
[INFO] Building jar: <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ tamaya-example-fileobserver ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ tamaya-example-fileobserver ---
[INFO] 
[JENKINS] Recording test results[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-example-fileobserver ---
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar

[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tamaya-example-fileobserver ---
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 10.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184.jar (6 KB at 46.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184.pom
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184.pom (3 KB at 27.2 KB/sec)
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 7.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 15.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 5.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-features.xml (1015 B at 11.4 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 17.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-sources.jar (8 KB at 87.4 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 15.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-features.xml (1015 B at 11.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 14.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-sources.jar (8 KB at 94.4 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 18.0 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tamaya Example: Configuration Injection 0.3-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 19.7 KB/sec)
[WARNING] The POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-20160915.003107-169 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ tamaya-example-injection ---
[INFO] Deleting <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ tamaya-example-injection ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ tamaya-example-injection ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*banner.txt
[INFO] Exclude: banner.txt
[INFO] Exclude: .git
[INFO] Exclude: derby.log
[INFO] Exclude: **/bootstrap-*
[INFO] Exclude: **/js/jquery-*
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 8 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ tamaya-example-injection ---
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid project model for artifact [tamaya-injection:org.apache.tamaya.ext:0.3-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ tamaya-example-injection ---
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 17.3 KB/sec)
[INFO] Generating feature descriptor file <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tamaya-example-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya ...................................... SUCCESS [03:26 min]
[INFO] Apache Tamaya Build Configuration .................. SUCCESS [ 39.088 s]
[INFO] Apache Tamaya Code - all ........................... SUCCESS [ 49.439 s]
[INFO] Apache Tamaya API .................................. SUCCESS [06:40 min]
[INFO] Apache Tamaya Core Implementation .................. SUCCESS [01:39 min]
[INFO] Apache Tamaya Documentation ........................ SUCCESS [01:18 min]
[INFO] Apache Tamaya Example - all ........................ SUCCESS [ 37.678 s]
[INFO] Apache Tamaya Example: Minimal Version ............. SUCCESS [01:04 min]
[INFO] Apache Tamaya Example: Simple Property Source Version SUCCESS [01:09 min]
[INFO] Apache Tamaya Example: Resource Location ........... SUCCESS [01:05 min]
[INFO] Apache Tamaya Example: Value Resolution ............ SUCCESS [01:06 min]
[INFO] Apache Tamaya Example: File Observer ............... SUCCESS [ 46.830 s]
[INFO] Apache Tamaya Example: Configuration Injection ..... FAILURE [  8.008 s]
[INFO] Apache Tamaya Example: Builder ..................... SKIPPED
[INFO] Apache Tamaya Example: Remote ...................... SKIPPED
[INFO] Apache Tamaya Example: Remote (Server) ............. SKIPPED
[INFO] Apache Tamaya Example: Remote (Client) ............. SKIPPED
[INFO] Apache Tamaya Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26:02 min
[INFO] Finished at: 2016-10-04T01:42:42+00:00
[INFO] Final Memory: 108M/523M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project tamaya-example-injection: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tamaya-example-injection
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/client/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-client/0.3-incubating-SNAPSHOT/tamaya-example-remote-client-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/pom.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-SNAPSHOT/tamaya-examples-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-20161004.013324-185/tamaya-examples-0.3-incubating-20161004.013324-185-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/7-builder-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-builder/0.3-incubating-SNAPSHOT/tamaya-example-builder-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-SNAPSHOT/tamaya-example-minimal-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161004.013436-185/tamaya-example-minimal-0.3-incubating-20161004.013436-185.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161004.013436-185/tamaya-example-minimal-0.3-incubating-20161004.013436-185-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161004.013436-185/tamaya-example-minimal-0.3-incubating-20161004.013436-185-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161004.013436-185/tamaya-example-minimal-0.3-incubating-20161004.013436-185-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-SNAPSHOT/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161004.013557-185/tamaya-example-simple-propertysource-0.3-incubating-20161004.013557-185.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161004.013557-185/tamaya-example-simple-propertysource-0.3-incubating-20161004.013557-185-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161004.013557-185/tamaya-example-simple-propertysource-0.3-incubating-20161004.013557-185-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161004.013557-185/tamaya-example-simple-propertysource-0.3-incubating-20161004.013557-185-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/server/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-server/0.3-incubating-SNAPSHOT/tamaya-example-remote-server-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote/0.3-incubating-SNAPSHOT/tamaya-example-remote-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/pom.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-SNAPSHOT/tamaya-code-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/target/feature/feature.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-20161004.012204-196/tamaya-code-0.3-incubating-20161004.012204-196-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/pom.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-SNAPSHOT/tamaya-all-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/feature/feature.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161004.012012-198/tamaya-all-0.3-incubating-20161004.012012-198-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/tamaya-all-0.3-incubating-SNAPSHOT-site.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161004.012012-198/tamaya-all-0.3-incubating-20161004.012012-198-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/pom.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-SNAPSHOT/buildconfigurations-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161004.012104-197/buildconfigurations-0.3-incubating-20161004.012104-197.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/feature/feature.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161004.012104-197/buildconfigurations-0.3-incubating-20161004.012104-197-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161004.012104-197/buildconfigurations-0.3-incubating-20161004.012104-197-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-SNAPSHOT/tamaya-example-resources-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161004.013725-185/tamaya-example-resources-0.3-incubating-20161004.013725-185.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161004.013725-185/tamaya-example-resources-0.3-incubating-20161004.013725-185-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161004.013725-185/tamaya-example-resources-0.3-incubating-20161004.013725-185-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161004.013725-185/tamaya-example-resources-0.3-incubating-20161004.013725-185-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/pom.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-SNAPSHOT/tamaya-core-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161004.013059-195/tamaya-core-0.3-incubating-20161004.013059-195.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/feature/feature.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-20161004.013059-195/tamaya-core-0.3-incubating-20161004.013059-195-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161004.013059-195/tamaya-core-0.3-incubating-20161004.013059-195-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161004.013059-195/tamaya-core-0.3-incubating-20161004.013059-195-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/pom.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-SNAPSHOT/tamaya-api-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161004.012856-196/tamaya-api-0.3-incubating-20161004.012856-196.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/feature/feature.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-20161004.012856-196/tamaya-api-0.3-incubating-20161004.012856-196-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161004.012856-196/tamaya-api-0.3-incubating-20161004.012856-196-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161004.012856-196/tamaya-api-0.3-incubating-20161004.012856-196-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/distribution/pom.xml> to org.apache.tamaya/tamaya-distribution/0.3-incubating-SNAPSHOT/tamaya-distribution-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-SNAPSHOT/tamaya-example-resolver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161004.013851-184/tamaya-example-resolver-0.3-incubating-20161004.013851-184.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161004.013851-184/tamaya-example-resolver-0.3-incubating-20161004.013851-184-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161004.013851-184/tamaya-example-resolver-0.3-incubating-20161004.013851-184-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161004.013851-184/tamaya-example-resolver-0.3-incubating-20161004.013851-184-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/pom.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-SNAPSHOT/tamaya-docs-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161004.013233-185/tamaya-docs-0.3-incubating-20161004.013233-185.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/feature/feature.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161004.013233-185/tamaya-docs-0.3-incubating-20161004.013233-185-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161004.013233-185/tamaya-docs-0.3-incubating-20161004.013233-185-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.zip> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161004.013233-185/tamaya-docs-0.3-incubating-20161004.013233-185-documentation.zip
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.tar.gz> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161004.013233-185/tamaya-docs-0.3-incubating-20161004.013233-185-documentation.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161004.013949-184/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161004.013949-184/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161004.013949-184/tamaya-example-fileobserver-0.3-incubating-20161004.013949-184-sources.jar
channel stopped

Build failed in Jenkins: Tamaya-Master-branch #759

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tamaya-Master-branch/759/>

------------------------------------------
[...truncated 3765 lines...]
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 6 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ tamaya-example-fileobserver <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-example-fileobserver ---
[INFO] Building jar: <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ tamaya-example-fileobserver ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ tamaya-example-fileobserver ---
[JENKINS] Recording test results[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-example-fileobserver ---
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml

[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tamaya-example-fileobserver ---
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 2.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183.jar (6 KB at 6.4 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183.pom
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183.pom (3 KB at 3.3 KB/sec)
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-sources.jar (8 KB at 8.8 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-sources.jar (8 KB at 8.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tamaya Example: Configuration Injection 0.3-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 4.1 KB/sec)
[WARNING] The POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-20160915.003107-169 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ tamaya-example-injection ---
[INFO] Deleting <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ tamaya-example-injection ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ tamaya-example-injection ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*banner.txt
[INFO] Exclude: banner.txt
[INFO] Exclude: .git
[INFO] Exclude: derby.log
[INFO] Exclude: **/bootstrap-*
[INFO] Exclude: **/js/jquery-*
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 8 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ tamaya-example-injection ---
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid project model for artifact [tamaya-injection:org.apache.tamaya.ext:0.3-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ tamaya-example-injection ---
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 4.0 KB/sec)
[INFO] Generating feature descriptor file <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tamaya-example-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya ...................................... SUCCESS [01:25 min]
[INFO] Apache Tamaya Build Configuration .................. SUCCESS [ 23.551 s]
[INFO] Apache Tamaya Code - all ........................... SUCCESS [ 34.578 s]
[INFO] Apache Tamaya API .................................. SUCCESS [03:30 min]
[INFO] Apache Tamaya Core Implementation .................. SUCCESS [01:20 min]
[INFO] Apache Tamaya Documentation ........................ SUCCESS [01:30 min]
[INFO] Apache Tamaya Example - all ........................ SUCCESS [ 21.017 s]
[INFO] Apache Tamaya Example: Minimal Version ............. SUCCESS [ 53.116 s]
[INFO] Apache Tamaya Example: Simple Property Source Version SUCCESS [ 57.409 s]
[INFO] Apache Tamaya Example: Resource Location ........... SUCCESS [01:02 min]
[INFO] Apache Tamaya Example: Value Resolution ............ SUCCESS [ 57.352 s]
[INFO] Apache Tamaya Example: File Observer ............... SUCCESS [ 30.614 s]
[INFO] Apache Tamaya Example: Configuration Injection ..... FAILURE [  5.527 s]
[INFO] Apache Tamaya Example: Builder ..................... SKIPPED
[INFO] Apache Tamaya Example: Remote ...................... SKIPPED
[INFO] Apache Tamaya Example: Remote (Server) ............. SKIPPED
[INFO] Apache Tamaya Example: Remote (Client) ............. SKIPPED
[INFO] Apache Tamaya Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:35 min
[INFO] Finished at: 2016-10-03T00:55:49+00:00
[INFO] Final Memory: 109M/768M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project tamaya-example-injection: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tamaya-example-injection
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/client/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-client/0.3-incubating-SNAPSHOT/tamaya-example-remote-client-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/pom.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-SNAPSHOT/tamaya-examples-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-20161003.004951-184/tamaya-examples-0.3-incubating-20161003.004951-184-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/7-builder-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-builder/0.3-incubating-SNAPSHOT/tamaya-example-builder-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-SNAPSHOT/tamaya-example-minimal-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161003.005042-184/tamaya-example-minimal-0.3-incubating-20161003.005042-184.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161003.005042-184/tamaya-example-minimal-0.3-incubating-20161003.005042-184-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161003.005042-184/tamaya-example-minimal-0.3-incubating-20161003.005042-184-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161003.005042-184/tamaya-example-minimal-0.3-incubating-20161003.005042-184-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-SNAPSHOT/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161003.005146-184/tamaya-example-simple-propertysource-0.3-incubating-20161003.005146-184.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161003.005146-184/tamaya-example-simple-propertysource-0.3-incubating-20161003.005146-184-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161003.005146-184/tamaya-example-simple-propertysource-0.3-incubating-20161003.005146-184-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161003.005146-184/tamaya-example-simple-propertysource-0.3-incubating-20161003.005146-184-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/server/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-server/0.3-incubating-SNAPSHOT/tamaya-example-remote-server-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote/0.3-incubating-SNAPSHOT/tamaya-example-remote-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/pom.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-SNAPSHOT/tamaya-code-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/target/feature/feature.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-20161003.004245-195/tamaya-code-0.3-incubating-20161003.004245-195-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/pom.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-SNAPSHOT/tamaya-all-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/feature/feature.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161003.004133-197/tamaya-all-0.3-incubating-20161003.004133-197-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/tamaya-all-0.3-incubating-SNAPSHOT-site.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161003.004133-197/tamaya-all-0.3-incubating-20161003.004133-197-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/pom.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-SNAPSHOT/buildconfigurations-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161003.004159-196/buildconfigurations-0.3-incubating-20161003.004159-196.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/feature/feature.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161003.004159-196/buildconfigurations-0.3-incubating-20161003.004159-196-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161003.004159-196/buildconfigurations-0.3-incubating-20161003.004159-196-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-SNAPSHOT/tamaya-example-resources-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161003.005259-184/tamaya-example-resources-0.3-incubating-20161003.005259-184.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161003.005259-184/tamaya-example-resources-0.3-incubating-20161003.005259-184-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161003.005259-184/tamaya-example-resources-0.3-incubating-20161003.005259-184-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161003.005259-184/tamaya-example-resources-0.3-incubating-20161003.005259-184-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/pom.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-SNAPSHOT/tamaya-core-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161003.004737-194/tamaya-core-0.3-incubating-20161003.004737-194.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/feature/feature.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-20161003.004737-194/tamaya-core-0.3-incubating-20161003.004737-194-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161003.004737-194/tamaya-core-0.3-incubating-20161003.004737-194-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161003.004737-194/tamaya-core-0.3-incubating-20161003.004737-194-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/pom.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-SNAPSHOT/tamaya-api-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161003.004611-195/tamaya-api-0.3-incubating-20161003.004611-195.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/feature/feature.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-20161003.004611-195/tamaya-api-0.3-incubating-20161003.004611-195-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161003.004611-195/tamaya-api-0.3-incubating-20161003.004611-195-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161003.004611-195/tamaya-api-0.3-incubating-20161003.004611-195-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/distribution/pom.xml> to org.apache.tamaya/tamaya-distribution/0.3-incubating-SNAPSHOT/tamaya-distribution-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-SNAPSHOT/tamaya-example-resolver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161003.005408-183/tamaya-example-resolver-0.3-incubating-20161003.005408-183.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161003.005408-183/tamaya-example-resolver-0.3-incubating-20161003.005408-183-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161003.005408-183/tamaya-example-resolver-0.3-incubating-20161003.005408-183-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161003.005408-183/tamaya-example-resolver-0.3-incubating-20161003.005408-183-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/pom.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-SNAPSHOT/tamaya-docs-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161003.004909-184/tamaya-docs-0.3-incubating-20161003.004909-184.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/feature/feature.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161003.004909-184/tamaya-docs-0.3-incubating-20161003.004909-184-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161003.004909-184/tamaya-docs-0.3-incubating-20161003.004909-184-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.zip> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161003.004909-184/tamaya-docs-0.3-incubating-20161003.004909-184-documentation.zip
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.tar.gz> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161003.004909-184/tamaya-docs-0.3-incubating-20161003.004909-184-documentation.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161003.005449-183/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161003.005449-183/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161003.005449-183/tamaya-example-fileobserver-0.3-incubating-20161003.005449-183-sources.jar
channel stopped

Build failed in Jenkins: Tamaya-Master-branch #758

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tamaya-Master-branch/758/>

------------------------------------------
[...truncated 3766 lines...]
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 6 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ tamaya-example-fileobserver <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-example-fileobserver ---
[INFO] Building jar: <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ tamaya-example-fileobserver ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ tamaya-example-fileobserver ---
[JENKINS] Recording test results
[JENKINS] Recording test results[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-example-fileobserver ---

[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tamaya-example-fileobserver ---
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 2.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182.jar (6 KB at 6.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182.pom
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182.pom (3 KB at 3.3 KB/sec)
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-sources.jar (8 KB at 8.8 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-sources.jar (8 KB at 8.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tamaya Example: Configuration Injection 0.3-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 4.1 KB/sec)
[WARNING] The POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-20160915.003107-169 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ tamaya-example-injection ---
[INFO] Deleting <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ tamaya-example-injection ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ tamaya-example-injection ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*banner.txt
[INFO] Exclude: banner.txt
[INFO] Exclude: .git
[INFO] Exclude: derby.log
[INFO] Exclude: **/bootstrap-*
[INFO] Exclude: **/js/jquery-*
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 8 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ tamaya-example-injection ---
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid project model for artifact [tamaya-injection:org.apache.tamaya.ext:0.3-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ tamaya-example-injection ---
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 4.1 KB/sec)
[INFO] Generating feature descriptor file <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tamaya-example-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya ...................................... SUCCESS [01:40 min]
[INFO] Apache Tamaya Build Configuration .................. SUCCESS [ 23.472 s]
[INFO] Apache Tamaya Code - all ........................... SUCCESS [ 31.722 s]
[INFO] Apache Tamaya API .................................. SUCCESS [03:57 min]
[INFO] Apache Tamaya Core Implementation .................. SUCCESS [01:21 min]
[INFO] Apache Tamaya Documentation ........................ SUCCESS [01:06 min]
[INFO] Apache Tamaya Example - all ........................ SUCCESS [ 20.025 s]
[INFO] Apache Tamaya Example: Minimal Version ............. SUCCESS [ 55.286 s]
[INFO] Apache Tamaya Example: Simple Property Source Version SUCCESS [ 48.855 s]
[INFO] Apache Tamaya Example: Resource Location ........... SUCCESS [ 57.152 s]
[INFO] Apache Tamaya Example: Value Resolution ............ SUCCESS [ 49.340 s]
[INFO] Apache Tamaya Example: File Observer ............... SUCCESS [ 34.270 s]
[INFO] Apache Tamaya Example: Configuration Injection ..... FAILURE [  5.642 s]
[INFO] Apache Tamaya Example: Builder ..................... SKIPPED
[INFO] Apache Tamaya Example: Remote ...................... SKIPPED
[INFO] Apache Tamaya Example: Remote (Server) ............. SKIPPED
[INFO] Apache Tamaya Example: Remote (Client) ............. SKIPPED
[INFO] Apache Tamaya Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:02 min
[INFO] Finished at: 2016-10-02T00:58:19+00:00
[INFO] Final Memory: 111M/814M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project tamaya-example-injection: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tamaya-example-injection
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/client/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-client/0.3-incubating-SNAPSHOT/tamaya-example-remote-client-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/pom.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-SNAPSHOT/tamaya-examples-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-20161002.005228-183/tamaya-examples-0.3-incubating-20161002.005228-183-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/7-builder-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-builder/0.3-incubating-SNAPSHOT/tamaya-example-builder-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-SNAPSHOT/tamaya-example-minimal-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161002.005320-183/tamaya-example-minimal-0.3-incubating-20161002.005320-183.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161002.005320-183/tamaya-example-minimal-0.3-incubating-20161002.005320-183-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161002.005320-183/tamaya-example-minimal-0.3-incubating-20161002.005320-183-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161002.005320-183/tamaya-example-minimal-0.3-incubating-20161002.005320-183-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-SNAPSHOT/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161002.005423-183/tamaya-example-simple-propertysource-0.3-incubating-20161002.005423-183.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161002.005423-183/tamaya-example-simple-propertysource-0.3-incubating-20161002.005423-183-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161002.005423-183/tamaya-example-simple-propertysource-0.3-incubating-20161002.005423-183-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161002.005423-183/tamaya-example-simple-propertysource-0.3-incubating-20161002.005423-183-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/server/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-server/0.3-incubating-SNAPSHOT/tamaya-example-remote-server-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote/0.3-incubating-SNAPSHOT/tamaya-example-remote-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/pom.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-SNAPSHOT/tamaya-code-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/target/feature/feature.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-20161002.004510-194/tamaya-code-0.3-incubating-20161002.004510-194-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/pom.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-SNAPSHOT/tamaya-all-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/feature/feature.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161002.004351-196/tamaya-all-0.3-incubating-20161002.004351-196-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/tamaya-all-0.3-incubating-SNAPSHOT-site.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161002.004351-196/tamaya-all-0.3-incubating-20161002.004351-196-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/pom.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-SNAPSHOT/buildconfigurations-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161002.004426-195/buildconfigurations-0.3-incubating-20161002.004426-195.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/feature/feature.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161002.004426-195/buildconfigurations-0.3-incubating-20161002.004426-195-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161002.004426-195/buildconfigurations-0.3-incubating-20161002.004426-195-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-SNAPSHOT/tamaya-example-resources-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161002.005532-183/tamaya-example-resources-0.3-incubating-20161002.005532-183.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161002.005532-183/tamaya-example-resources-0.3-incubating-20161002.005532-183-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161002.005532-183/tamaya-example-resources-0.3-incubating-20161002.005532-183-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161002.005532-183/tamaya-example-resources-0.3-incubating-20161002.005532-183-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/pom.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-SNAPSHOT/tamaya-core-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161002.005038-193/tamaya-core-0.3-incubating-20161002.005038-193.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/feature/feature.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-20161002.005038-193/tamaya-core-0.3-incubating-20161002.005038-193-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161002.005038-193/tamaya-core-0.3-incubating-20161002.005038-193-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161002.005038-193/tamaya-core-0.3-incubating-20161002.005038-193-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/pom.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-SNAPSHOT/tamaya-api-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161002.004904-194/tamaya-api-0.3-incubating-20161002.004904-194.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/feature/feature.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-20161002.004904-194/tamaya-api-0.3-incubating-20161002.004904-194-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161002.004904-194/tamaya-api-0.3-incubating-20161002.004904-194-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161002.004904-194/tamaya-api-0.3-incubating-20161002.004904-194-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/distribution/pom.xml> to org.apache.tamaya/tamaya-distribution/0.3-incubating-SNAPSHOT/tamaya-distribution-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-SNAPSHOT/tamaya-example-resolver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161002.005627-182/tamaya-example-resolver-0.3-incubating-20161002.005627-182.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161002.005627-182/tamaya-example-resolver-0.3-incubating-20161002.005627-182-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161002.005627-182/tamaya-example-resolver-0.3-incubating-20161002.005627-182-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161002.005627-182/tamaya-example-resolver-0.3-incubating-20161002.005627-182-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/pom.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-SNAPSHOT/tamaya-docs-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161002.005150-183/tamaya-docs-0.3-incubating-20161002.005150-183.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/feature/feature.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161002.005150-183/tamaya-docs-0.3-incubating-20161002.005150-183-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161002.005150-183/tamaya-docs-0.3-incubating-20161002.005150-183-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.zip> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161002.005150-183/tamaya-docs-0.3-incubating-20161002.005150-183-documentation.zip
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.tar.gz> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161002.005150-183/tamaya-docs-0.3-incubating-20161002.005150-183-documentation.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161002.005714-182/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161002.005714-182/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161002.005714-182/tamaya-example-fileobserver-0.3-incubating-20161002.005714-182-sources.jar
channel stopped

Build failed in Jenkins: Tamaya-Master-branch #757

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tamaya-Master-branch/757/changes>

Changes:

[plexus] Turned the JavaDoc plugin to quiet mode. This reduces the number of

[plexus] [TAMAYA-175] Clean up of POMs and the distribution after removing the

------------------------------------------
[...truncated 3766 lines...]
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 6 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ tamaya-example-fileobserver <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-example-fileobserver ---
[INFO] Building jar: <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ tamaya-example-fileobserver ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ tamaya-example-fileobserver ---
[JENKINS] Recording test results[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-example-fileobserver ---
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar

[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tamaya-example-fileobserver ---
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 2.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181.jar (6 KB at 6.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181.pom
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181.pom (3 KB at 3.2 KB/sec)
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-sources.jar (8 KB at 8.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-sources.jar (8 KB at 8.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tamaya Example: Configuration Injection 0.3-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 4.0 KB/sec)
[WARNING] The POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-20160915.003107-169 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ tamaya-example-injection ---
[INFO] Deleting <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ tamaya-example-injection ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ tamaya-example-injection ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*banner.txt
[INFO] Exclude: banner.txt
[INFO] Exclude: .git
[INFO] Exclude: derby.log
[INFO] Exclude: **/bootstrap-*
[INFO] Exclude: **/js/jquery-*
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 8 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ tamaya-example-injection ---
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid project model for artifact [tamaya-injection:org.apache.tamaya.ext:0.3-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ tamaya-example-injection ---
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 3.9 KB/sec)
[INFO] Generating feature descriptor file <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tamaya-example-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya ...................................... SUCCESS [01:49 min]
[INFO] Apache Tamaya Build Configuration .................. SUCCESS [ 29.305 s]
[INFO] Apache Tamaya Code - all ........................... SUCCESS [ 32.244 s]
[INFO] Apache Tamaya API .................................. SUCCESS [03:22 min]
[INFO] Apache Tamaya Core Implementation .................. SUCCESS [01:40 min]
[INFO] Apache Tamaya Documentation ........................ SUCCESS [01:10 min]
[INFO] Apache Tamaya Example - all ........................ SUCCESS [ 24.078 s]
[INFO] Apache Tamaya Example: Minimal Version ............. SUCCESS [ 54.339 s]
[INFO] Apache Tamaya Example: Simple Property Source Version SUCCESS [ 53.654 s]
[INFO] Apache Tamaya Example: Resource Location ........... SUCCESS [01:01 min]
[INFO] Apache Tamaya Example: Value Resolution ............ SUCCESS [01:06 min]
[INFO] Apache Tamaya Example: File Observer ............... SUCCESS [ 38.801 s]
[INFO] Apache Tamaya Example: Configuration Injection ..... FAILURE [  4.096 s]
[INFO] Apache Tamaya Example: Builder ..................... SKIPPED
[INFO] Apache Tamaya Example: Remote ...................... SKIPPED
[INFO] Apache Tamaya Example: Remote (Server) ............. SKIPPED
[INFO] Apache Tamaya Example: Remote (Client) ............. SKIPPED
[INFO] Apache Tamaya Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:21 min
[INFO] Finished at: 2016-10-01T20:14:58+00:00
[INFO] Final Memory: 110M/742M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project tamaya-example-injection: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tamaya-example-injection
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/client/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-client/0.3-incubating-SNAPSHOT/tamaya-example-remote-client-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/pom.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-SNAPSHOT/tamaya-examples-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-20161001.200757-182/tamaya-examples-0.3-incubating-20161001.200757-182-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/7-builder-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-builder/0.3-incubating-SNAPSHOT/tamaya-example-builder-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-SNAPSHOT/tamaya-example-minimal-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161001.200850-182/tamaya-example-minimal-0.3-incubating-20161001.200850-182.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161001.200850-182/tamaya-example-minimal-0.3-incubating-20161001.200850-182-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161001.200850-182/tamaya-example-minimal-0.3-incubating-20161001.200850-182-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161001.200850-182/tamaya-example-minimal-0.3-incubating-20161001.200850-182-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-SNAPSHOT/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161001.200955-182/tamaya-example-simple-propertysource-0.3-incubating-20161001.200955-182.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161001.200955-182/tamaya-example-simple-propertysource-0.3-incubating-20161001.200955-182-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161001.200955-182/tamaya-example-simple-propertysource-0.3-incubating-20161001.200955-182-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161001.200955-182/tamaya-example-simple-propertysource-0.3-incubating-20161001.200955-182-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/server/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-server/0.3-incubating-SNAPSHOT/tamaya-example-remote-server-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote/0.3-incubating-SNAPSHOT/tamaya-example-remote-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/pom.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-SNAPSHOT/tamaya-code-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/target/feature/feature.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-20161001.200045-193/tamaya-code-0.3-incubating-20161001.200045-193-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/pom.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-SNAPSHOT/tamaya-all-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/feature/feature.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161001.195921-195/tamaya-all-0.3-incubating-20161001.195921-195-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/tamaya-all-0.3-incubating-SNAPSHOT-site.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161001.195921-195/tamaya-all-0.3-incubating-20161001.195921-195-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/pom.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-SNAPSHOT/buildconfigurations-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161001.200001-194/buildconfigurations-0.3-incubating-20161001.200001-194.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/feature/feature.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161001.200001-194/buildconfigurations-0.3-incubating-20161001.200001-194-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161001.200001-194/buildconfigurations-0.3-incubating-20161001.200001-194-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-SNAPSHOT/tamaya-example-resources-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161001.201105-182/tamaya-example-resources-0.3-incubating-20161001.201105-182.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161001.201105-182/tamaya-example-resources-0.3-incubating-20161001.201105-182-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161001.201105-182/tamaya-example-resources-0.3-incubating-20161001.201105-182-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161001.201105-182/tamaya-example-resources-0.3-incubating-20161001.201105-182-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/pom.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-SNAPSHOT/tamaya-core-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161001.200551-192/tamaya-core-0.3-incubating-20161001.200551-192.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/feature/feature.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-20161001.200551-192/tamaya-core-0.3-incubating-20161001.200551-192-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161001.200551-192/tamaya-core-0.3-incubating-20161001.200551-192-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161001.200551-192/tamaya-core-0.3-incubating-20161001.200551-192-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/pom.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-SNAPSHOT/tamaya-api-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161001.200404-193/tamaya-api-0.3-incubating-20161001.200404-193.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/feature/feature.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-20161001.200404-193/tamaya-api-0.3-incubating-20161001.200404-193-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161001.200404-193/tamaya-api-0.3-incubating-20161001.200404-193-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161001.200404-193/tamaya-api-0.3-incubating-20161001.200404-193-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/distribution/pom.xml> to org.apache.tamaya/tamaya-distribution/0.3-incubating-SNAPSHOT/tamaya-distribution-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-SNAPSHOT/tamaya-example-resolver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161001.201212-181/tamaya-example-resolver-0.3-incubating-20161001.201212-181.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161001.201212-181/tamaya-example-resolver-0.3-incubating-20161001.201212-181-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161001.201212-181/tamaya-example-resolver-0.3-incubating-20161001.201212-181-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161001.201212-181/tamaya-example-resolver-0.3-incubating-20161001.201212-181-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/pom.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-SNAPSHOT/tamaya-docs-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.200707-182/tamaya-docs-0.3-incubating-20161001.200707-182.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/feature/feature.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.200707-182/tamaya-docs-0.3-incubating-20161001.200707-182-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.200707-182/tamaya-docs-0.3-incubating-20161001.200707-182-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.zip> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.200707-182/tamaya-docs-0.3-incubating-20161001.200707-182-documentation.zip
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.tar.gz> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.200707-182/tamaya-docs-0.3-incubating-20161001.200707-182-documentation.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161001.201355-181/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161001.201355-181/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161001.201355-181/tamaya-example-fileobserver-0.3-incubating-20161001.201355-181-sources.jar
channel stopped

Build failed in Jenkins: Tamaya-Master-branch #756

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tamaya-Master-branch/756/>

------------------------------------------
[...truncated 4308 lines...]
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 6 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ tamaya-example-fileobserver <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-example-fileobserver ---
[INFO] Building jar: <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ tamaya-example-fileobserver ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[JENKINS] Recording test results[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ tamaya-example-fileobserver ---

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-example-fileobserver ---
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tamaya-example-fileobserver ---
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 2.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180.jar (6 KB at 6.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180.pom
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180.pom (3 KB at 3.2 KB/sec)
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 0.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-sources.jar (8 KB at 8.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-features.xml (1015 B at 1.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-sources.jar (8 KB at 8.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 1.6 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tamaya Example: Configuration Injection 0.3-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 3.5 KB/sec)
[WARNING] The POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-20160915.003107-169 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ tamaya-example-injection ---
[INFO] Deleting <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ tamaya-example-injection ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ tamaya-example-injection ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*banner.txt
[INFO] Exclude: banner.txt
[INFO] Exclude: .git
[INFO] Exclude: derby.log
[INFO] Exclude: **/bootstrap-*
[INFO] Exclude: **/js/jquery-*
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 8 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ tamaya-example-injection ---
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid project model for artifact [tamaya-injection:org.apache.tamaya.ext:0.3-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ tamaya-example-injection ---
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 3.2 KB/sec)
[INFO] Generating feature descriptor file <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tamaya-example-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya ...................................... SUCCESS [01:42 min]
[INFO] Apache Tamaya Build Configuration .................. SUCCESS [ 29.433 s]
[INFO] Apache Tamaya Code - all ........................... SUCCESS [ 33.111 s]
[INFO] Apache Tamaya API .................................. SUCCESS [03:23 min]
[INFO] Apache Tamaya Core Implementation .................. SUCCESS [01:50 min]
[INFO] Apache Tamaya Documentation ........................ SUCCESS [01:20 min]
[INFO] Apache Tamaya Example - all ........................ SUCCESS [ 24.361 s]
[INFO] Apache Tamaya Example: Minimal Version ............. SUCCESS [ 53.894 s]
[INFO] Apache Tamaya Example: Simple Property Source Version SUCCESS [ 50.937 s]
[INFO] Apache Tamaya Example: Resource Location ........... SUCCESS [ 57.326 s]
[INFO] Apache Tamaya Example: Value Resolution ............ SUCCESS [ 56.417 s]
[INFO] Apache Tamaya Example: File Observer ............... SUCCESS [ 34.545 s]
[INFO] Apache Tamaya Example: Configuration Injection ..... FAILURE [  7.090 s]
[INFO] Apache Tamaya Example: Builder ..................... SKIPPED
[INFO] Apache Tamaya Example: Remote ...................... SKIPPED
[INFO] Apache Tamaya Example: Remote (Server) ............. SKIPPED
[INFO] Apache Tamaya Example: Remote (Client) ............. SKIPPED
[INFO] Apache Tamaya Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:10 min
[INFO] Finished at: 2016-10-01T02:40:55+00:00
[INFO] Final Memory: 110M/922M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project tamaya-example-injection: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tamaya-example-injection
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/client/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-client/0.3-incubating-SNAPSHOT/tamaya-example-remote-client-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/pom.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-SNAPSHOT/tamaya-examples-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-20161001.023509-181/tamaya-examples-0.3-incubating-20161001.023509-181-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/7-builder-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-builder/0.3-incubating-SNAPSHOT/tamaya-example-builder-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-SNAPSHOT/tamaya-example-minimal-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161001.023601-181/tamaya-example-minimal-0.3-incubating-20161001.023601-181.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161001.023601-181/tamaya-example-minimal-0.3-incubating-20161001.023601-181-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161001.023601-181/tamaya-example-minimal-0.3-incubating-20161001.023601-181-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20161001.023601-181/tamaya-example-minimal-0.3-incubating-20161001.023601-181-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-SNAPSHOT/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161001.023658-181/tamaya-example-simple-propertysource-0.3-incubating-20161001.023658-181.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161001.023658-181/tamaya-example-simple-propertysource-0.3-incubating-20161001.023658-181-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161001.023658-181/tamaya-example-simple-propertysource-0.3-incubating-20161001.023658-181-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20161001.023658-181/tamaya-example-simple-propertysource-0.3-incubating-20161001.023658-181-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/server/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-server/0.3-incubating-SNAPSHOT/tamaya-example-remote-server-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote/0.3-incubating-SNAPSHOT/tamaya-example-remote-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/pom.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-SNAPSHOT/tamaya-code-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/target/feature/feature.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-20161001.022745-192/tamaya-code-0.3-incubating-20161001.022745-192-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/pom.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-SNAPSHOT/tamaya-all-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/feature/feature.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161001.022624-194/tamaya-all-0.3-incubating-20161001.022624-194-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/tamaya-all-0.3-incubating-SNAPSHOT-site.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20161001.022624-194/tamaya-all-0.3-incubating-20161001.022624-194-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/pom.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-SNAPSHOT/buildconfigurations-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161001.022658-193/buildconfigurations-0.3-incubating-20161001.022658-193.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/feature/feature.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161001.022658-193/buildconfigurations-0.3-incubating-20161001.022658-193-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20161001.022658-193/buildconfigurations-0.3-incubating-20161001.022658-193-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-SNAPSHOT/tamaya-example-resources-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161001.023805-181/tamaya-example-resources-0.3-incubating-20161001.023805-181.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161001.023805-181/tamaya-example-resources-0.3-incubating-20161001.023805-181-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161001.023805-181/tamaya-example-resources-0.3-incubating-20161001.023805-181-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20161001.023805-181/tamaya-example-resources-0.3-incubating-20161001.023805-181-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/pom.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-SNAPSHOT/tamaya-core-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161001.023300-191/tamaya-core-0.3-incubating-20161001.023300-191.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/feature/feature.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-20161001.023300-191/tamaya-core-0.3-incubating-20161001.023300-191-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161001.023300-191/tamaya-core-0.3-incubating-20161001.023300-191-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20161001.023300-191/tamaya-core-0.3-incubating-20161001.023300-191-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/pom.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-SNAPSHOT/tamaya-api-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161001.023104-192/tamaya-api-0.3-incubating-20161001.023104-192.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/feature/feature.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-20161001.023104-192/tamaya-api-0.3-incubating-20161001.023104-192-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161001.023104-192/tamaya-api-0.3-incubating-20161001.023104-192-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20161001.023104-192/tamaya-api-0.3-incubating-20161001.023104-192-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/distribution/pom.xml> to org.apache.tamaya/tamaya-distribution/0.3-incubating-SNAPSHOT/tamaya-distribution-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-SNAPSHOT/tamaya-example-resolver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161001.023906-180/tamaya-example-resolver-0.3-incubating-20161001.023906-180.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161001.023906-180/tamaya-example-resolver-0.3-incubating-20161001.023906-180-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161001.023906-180/tamaya-example-resolver-0.3-incubating-20161001.023906-180-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20161001.023906-180/tamaya-example-resolver-0.3-incubating-20161001.023906-180-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/pom.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-SNAPSHOT/tamaya-docs-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.023425-181/tamaya-docs-0.3-incubating-20161001.023425-181.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/feature/feature.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.023425-181/tamaya-docs-0.3-incubating-20161001.023425-181-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.023425-181/tamaya-docs-0.3-incubating-20161001.023425-181-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.zip> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.023425-181/tamaya-docs-0.3-incubating-20161001.023425-181-documentation.zip
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.tar.gz> to org.apache.tamaya/tamaya-docs/0.3-incubating-20161001.023425-181/tamaya-docs-0.3-incubating-20161001.023425-181-documentation.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161001.023950-180/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161001.023950-180/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20161001.023950-180/tamaya-example-fileobserver-0.3-incubating-20161001.023950-180-sources.jar
channel stopped

Build failed in Jenkins: Tamaya-Master-branch #755

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tamaya-Master-branch/755/changes>

Changes:

[plexus] [TAMAYA-173] Removed the sandbox profile. The sandbox modules have been

------------------------------------------
[...truncated 4717 lines...]
[INFO] <<< maven-source-plugin:3.0.1:jar (source-jar) < generate-sources @ tamaya-example-fileobserver <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar (source-jar) @ tamaya-example-fileobserver ---
[INFO] Building jar: <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ tamaya-example-fileobserver ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.19.1:verify (default) @ tamaya-example-fileobserver ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ tamaya-example-fileobserver ---
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-features.xml
[INFO] Installing <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ tamaya-example-fileobserver ---
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 20.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179.jar (6 KB at 59.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179.pom
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179.pom (3 KB at 28.6 KB/sec)
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 7.1 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 16.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/maven-metadata.xml (391 B at 5.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-features.xml (1015 B at 11.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 16.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-sources.jar (8 KB at 82.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 15.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-features.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-features.xml (1015 B at 12.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 17.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-sources.jar
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-sources.jar (8 KB at 84.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/tamaya/examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 15.7 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Tamaya Example: Configuration Injection 0.3-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 22.1 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/tamaya-injection-0.3-incubating-20160915.003107-169.pom
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/tamaya-injection-0.3-incubating-20160915.003107-169.pom (4 KB at 76.6 KB/sec)
[WARNING] The POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-20160915.003107-169 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jcdi_1.1_spec/1.0/geronimo-jcdi_1.1_spec-1.0.pom
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jcdi_1.1_spec/1.0/geronimo-jcdi_1.1_spec-1.0.pom (5 KB at 517.8 KB/sec)
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/tamaya-injection-0.3-incubating-20160915.003107-169.jar
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/ext/tamaya-injection/0.3-incubating-SNAPSHOT/tamaya-injection-0.3-incubating-20160915.003107-169.jar (39 KB at 808.8 KB/sec)
[INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jcdi_1.1_spec/1.0/geronimo-jcdi_1.1_spec-1.0.jar
[INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jcdi_1.1_spec/1.0/geronimo-jcdi_1.1_spec-1.0.jar (66 KB at 5991.6 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ tamaya-example-injection ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-versions) @ tamaya-example-injection ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ tamaya-example-injection ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*banner.txt
[INFO] Exclude: banner.txt
[INFO] Exclude: .git
[INFO] Exclude: derby.log
[INFO] Exclude: **/bootstrap-*
[INFO] Exclude: **/js/jquery-*
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.md
[INFO] Exclude: **/*.md.vm
[INFO] Exclude: src/site/asciidoc/temp-properties-files-for-site/attributes.adoc
[INFO] Exclude: readme/**
[INFO] 8 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ tamaya-example-injection ---
[WARNING] Invalid POM for org.apache.tamaya.ext:tamaya-injection:jar:0.3-incubating-SNAPSHOT, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] Invalid project model for artifact [tamaya-injection:org.apache.tamaya.ext:0.3-incubating-SNAPSHOT]. It will be ignored by the remote resources Mojo.
[INFO] 
[INFO] --- karaf-maven-plugin:4.0.5:features-generate-descriptor (generate) @ tamaya-example-injection ---
[INFO] Downloading: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://repository.apache.org/snapshots/org/apache/tamaya/examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/maven-metadata.xml (2 KB at 22.7 KB/sec)
[INFO] Generating feature descriptor file <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml>
[INFO] ...done!
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ tamaya-example-injection ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
  symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
  symbol:   class Config
  location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
  symbol:   class Config
  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Tamaya ...................................... SUCCESS [ 48.758 s]
[INFO] Apache Tamaya Build Configuration .................. SUCCESS [  7.861 s]
[INFO] Apache Tamaya Code - all ........................... SUCCESS [ 11.298 s]
[INFO] Apache Tamaya API .................................. SUCCESS [01:29 min]
[INFO] Apache Tamaya Core Implementation .................. SUCCESS [ 54.490 s]
[INFO] Apache Tamaya Documentation ........................ SUCCESS [ 43.702 s]
[INFO] Apache Tamaya Example - all ........................ SUCCESS [  8.847 s]
[INFO] Apache Tamaya Example: Minimal Version ............. SUCCESS [ 29.034 s]
[INFO] Apache Tamaya Example: Simple Property Source Version SUCCESS [ 30.672 s]
[INFO] Apache Tamaya Example: Resource Location ........... SUCCESS [ 29.813 s]
[INFO] Apache Tamaya Example: Value Resolution ............ SUCCESS [ 27.314 s]
[INFO] Apache Tamaya Example: File Observer ............... SUCCESS [ 11.723 s]
[INFO] Apache Tamaya Example: Configuration Injection ..... FAILURE [  1.913 s]
[INFO] Apache Tamaya Example: Builder ..................... SKIPPED
[INFO] Apache Tamaya Example: Remote ...................... SKIPPED
[INFO] Apache Tamaya Example: Remote (Server) ............. SKIPPED
[INFO] Apache Tamaya Example: Remote (Client) ............. SKIPPED
[INFO] Apache Tamaya Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:32 min
[INFO] Finished at: 2016-09-30T03:38:04+00:00
[INFO] Final Memory: 113M/502M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project tamaya-example-injection: Compilation failure: Compilation failure:
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
[ERROR] symbol: class ConfigDefaultSections
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: class org.apache.tamaya.examples.injection.Example
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
[ERROR] symbol:   class Config
[ERROR] location: interface org.apache.tamaya.examples.injection.ExampleTemplate
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tamaya-example-injection
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/client/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-client/0.3-incubating-SNAPSHOT/tamaya-example-remote-client-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/pom.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-SNAPSHOT/tamaya-examples-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/target/feature/feature.xml> to org.apache.tamaya.ext/tamaya-examples/0.3-incubating-20160930.033517-180/tamaya-examples-0.3-incubating-20160930.033517-180-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/7-builder-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-builder/0.3-incubating-SNAPSHOT/tamaya-example-builder-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-SNAPSHOT/tamaya-example-minimal-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20160930.033547-180/tamaya-example-minimal-0.3-incubating-20160930.033547-180.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20160930.033547-180/tamaya-example-minimal-0.3-incubating-20160930.033547-180-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20160930.033547-180/tamaya-example-minimal-0.3-incubating-20160930.033547-180-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/1-minimal-example/target/tamaya-example-minimal-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-minimal/0.3-incubating-20160930.033547-180/tamaya-example-minimal-0.3-incubating-20160930.033547-180-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-SNAPSHOT/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20160930.033621-180/tamaya-example-simple-propertysource-0.3-incubating-20160930.033621-180.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20160930.033621-180/tamaya-example-simple-propertysource-0.3-incubating-20160930.033621-180-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20160930.033621-180/tamaya-example-simple-propertysource-0.3-incubating-20160930.033621-180-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/2-simple-propertysource-example/target/tamaya-example-simple-propertysource-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-simple-propertysource/0.3-incubating-20160930.033621-180/tamaya-example-simple-propertysource-0.3-incubating-20160930.033621-180-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/server/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote-server/0.3-incubating-SNAPSHOT/tamaya-example-remote-server-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/8-remote-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-remote/0.3-incubating-SNAPSHOT/tamaya-example-remote-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/pom.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-SNAPSHOT/tamaya-code-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/target/feature/feature.xml> to org.apache.tamaya/tamaya-code/0.3-incubating-20160930.033150-191/tamaya-code-0.3-incubating-20160930.033150-191-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/pom.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-SNAPSHOT/tamaya-all-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/feature/feature.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20160930.033125-193/tamaya-all-0.3-incubating-20160930.033125-193-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/target/tamaya-all-0.3-incubating-SNAPSHOT-site.xml> to org.apache.tamaya/tamaya-all/0.3-incubating-20160930.033125-193/tamaya-all-0.3-incubating-20160930.033125-193-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/pom.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-SNAPSHOT/buildconfigurations-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20160930.033137-192/buildconfigurations-0.3-incubating-20160930.033137-192.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/feature/feature.xml> to org.apache.tamaya/buildconfigurations/0.3-incubating-20160930.033137-192/buildconfigurations-0.3-incubating-20160930.033137-192-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/buildconfigurations/target/buildconfigurations-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/buildconfigurations/0.3-incubating-20160930.033137-192/buildconfigurations-0.3-incubating-20160930.033137-192-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-SNAPSHOT/tamaya-example-resources-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20160930.033653-180/tamaya-example-resources-0.3-incubating-20160930.033653-180.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20160930.033653-180/tamaya-example-resources-0.3-incubating-20160930.033653-180-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20160930.033653-180/tamaya-example-resources-0.3-incubating-20160930.033653-180-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/3-resources-example/target/tamaya-example-resources-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resources/0.3-incubating-20160930.033653-180/tamaya-example-resources-0.3-incubating-20160930.033653-180-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-injection/0.3-incubating-SNAPSHOT/tamaya-example-injection-0.3-incubating-SNAPSHOT-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/pom.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-SNAPSHOT/tamaya-core-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20160930.033419-190/tamaya-core-0.3-incubating-20160930.033419-190.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/feature/feature.xml> to org.apache.tamaya/tamaya-core/0.3-incubating-20160930.033419-190/tamaya-core-0.3-incubating-20160930.033419-190-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20160930.033419-190/tamaya-core-0.3-incubating-20160930.033419-190-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/core/target/tamaya-core-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-core/0.3-incubating-20160930.033419-190/tamaya-core-0.3-incubating-20160930.033419-190-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/pom.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-SNAPSHOT/tamaya-api-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20160930.033321-191/tamaya-api-0.3-incubating-20160930.033321-191.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/feature/feature.xml> to org.apache.tamaya/tamaya-api/0.3-incubating-20160930.033321-191/tamaya-api-0.3-incubating-20160930.033321-191-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20160930.033321-191/tamaya-api-0.3-incubating-20160930.033321-191-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/code/api/target/tamaya-api-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-api/0.3-incubating-20160930.033321-191/tamaya-api-0.3-incubating-20160930.033321-191-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/distribution/pom.xml> to org.apache.tamaya/tamaya-distribution/0.3-incubating-SNAPSHOT/tamaya-distribution-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-SNAPSHOT/tamaya-example-resolver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20160930.033723-179/tamaya-example-resolver-0.3-incubating-20160930.033723-179.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20160930.033723-179/tamaya-example-resolver-0.3-incubating-20160930.033723-179-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-javadoc.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20160930.033723-179/tamaya-example-resolver-0.3-incubating-20160930.033723-179-javadoc.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/4-resolver-example/target/tamaya-example-resolver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-resolver/0.3-incubating-20160930.033723-179/tamaya-example-resolver-0.3-incubating-20160930.033723-179-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/pom.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-SNAPSHOT/tamaya-docs-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20160930.033505-180/tamaya-docs-0.3-incubating-20160930.033505-180.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/feature/feature.xml> to org.apache.tamaya/tamaya-docs/0.3-incubating-20160930.033505-180/tamaya-docs-0.3-incubating-20160930.033505-180-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/tamaya-docs-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya/tamaya-docs/0.3-incubating-20160930.033505-180/tamaya-docs-0.3-incubating-20160930.033505-180-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.zip> to org.apache.tamaya/tamaya-docs/0.3-incubating-20160930.033505-180/tamaya-docs-0.3-incubating-20160930.033505-180-documentation.zip
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/docs/target/apache-tamaya-docs-0.3-incubating-SNAPSHOT-documentation.tar.gz> to org.apache.tamaya/tamaya-docs/0.3-incubating-20160930.033505-180/tamaya-docs-0.3-incubating-20160930.033505-180-documentation.tar.gz
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/pom.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-SNAPSHOT/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20160930.033737-179/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179.jar
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/feature/feature.xml> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20160930.033737-179/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-features.xml
[JENKINS] Archiving <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/6-fileobserver-example/target/tamaya-example-fileobserver-0.3-incubating-SNAPSHOT-sources.jar> to org.apache.tamaya.examples/tamaya-example-fileobserver/0.3-incubating-20160930.033737-179/tamaya-example-fileobserver-0.3-incubating-20160930.033737-179-sources.jar
channel stopped