[jira] [Commented] (JCLOUDS-1225) Guava 21 compatibility

2017-03-30 Thread Ben Manes (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950337#comment-15950337
 ] 

Ben Manes commented on JCLOUDS-1225:


Sure, I can ask them for that. That seems like a reasonable request.

> Guava 21 compatibility
> --
>
> Key: JCLOUDS-1225
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1225
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-core
>Affects Versions: 2.0.0
>Reporter: Ian Springer
>  Labels: guava
>
> The below classes use com.google.common.base.Objects.ToStringHelper, which 
> has been deprecated since Guava 18, and has been removed in Guava 21. This 
> makes it impossible to use jclouds in a project using Guava 21. Please either 
> upgrade to Guava 18+ and switch to using 
> com.google.common.base.MoreObjects.ToStringHelper, or drop the usage of 
> ToStringHelper altogether. This will allow my project to upgrade to Guava 21 
> without having to use a fork of jclouds.
> * org/jclouds/apis/internal/BaseApiMetadata.java
> * org/jclouds/domain/internal/LocationImpl.java
> * org/jclouds/domain/internal/MutableResourceMetadataImpl.java
> * org/jclouds/domain/internal/ResourceMetadataImpl.java
> * org/jclouds/http/HttpMessage.java
> * org/jclouds/http/HttpRequest.java
> * org/jclouds/http/HttpResponse.java
> * org/jclouds/internal/BaseView.java
> * org/jclouds/providers/internal/BaseProviderMetadata.java
> * org/jclouds/reflect/InvocationSuccess.java
> * org/jclouds/rest/internal/BaseHttpApiMetadata.java
> * org/jclouds/rest/suppliers/URIFromStringSupplier.java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (JCLOUDS-1225) Guava 21 compatibility

2017-03-30 Thread Andrew Gaul (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950333#comment-15950333
 ] 

Andrew Gaul edited comment on JCLOUDS-1225 at 3/31/17 5:18 AM:
---

[~ben.manes] Could we work around this in S3Proxy by shading its jclouds and 
Guava dependencies?  jclouds is unlikely to address this before 2.1.0.  I 
raised this issue on the jclouds-dev mailing list since we do not have an 
obvious path forward.


was (Author: gaul):
[~ben.manes] Could we work around this in S3Proxy by shading its jclouds and 
Guava dependencies?  jclouds is unlikely to address this before 2.1.0.

> Guava 21 compatibility
> --
>
> Key: JCLOUDS-1225
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1225
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-core
>Affects Versions: 2.0.0
>Reporter: Ian Springer
>  Labels: guava
>
> The below classes use com.google.common.base.Objects.ToStringHelper, which 
> has been deprecated since Guava 18, and has been removed in Guava 21. This 
> makes it impossible to use jclouds in a project using Guava 21. Please either 
> upgrade to Guava 18+ and switch to using 
> com.google.common.base.MoreObjects.ToStringHelper, or drop the usage of 
> ToStringHelper altogether. This will allow my project to upgrade to Guava 21 
> without having to use a fork of jclouds.
> * org/jclouds/apis/internal/BaseApiMetadata.java
> * org/jclouds/domain/internal/LocationImpl.java
> * org/jclouds/domain/internal/MutableResourceMetadataImpl.java
> * org/jclouds/domain/internal/ResourceMetadataImpl.java
> * org/jclouds/http/HttpMessage.java
> * org/jclouds/http/HttpRequest.java
> * org/jclouds/http/HttpResponse.java
> * org/jclouds/internal/BaseView.java
> * org/jclouds/providers/internal/BaseProviderMetadata.java
> * org/jclouds/reflect/InvocationSuccess.java
> * org/jclouds/rest/internal/BaseHttpApiMetadata.java
> * org/jclouds/rest/suppliers/URIFromStringSupplier.java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (JCLOUDS-1225) Guava 21 compatibility

2017-03-30 Thread Andrew Gaul (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950333#comment-15950333
 ] 

Andrew Gaul commented on JCLOUDS-1225:
--

[~ben.manes] Could we work around this in S3Proxy by shading its jclouds and 
Guava dependencies?  jclouds is unlikely to address this before 2.1.0.

> Guava 21 compatibility
> --
>
> Key: JCLOUDS-1225
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1225
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-core
>Affects Versions: 2.0.0
>Reporter: Ian Springer
>  Labels: guava
>
> The below classes use com.google.common.base.Objects.ToStringHelper, which 
> has been deprecated since Guava 18, and has been removed in Guava 21. This 
> makes it impossible to use jclouds in a project using Guava 21. Please either 
> upgrade to Guava 18+ and switch to using 
> com.google.common.base.MoreObjects.ToStringHelper, or drop the usage of 
> ToStringHelper altogether. This will allow my project to upgrade to Guava 21 
> without having to use a fork of jclouds.
> * org/jclouds/apis/internal/BaseApiMetadata.java
> * org/jclouds/domain/internal/LocationImpl.java
> * org/jclouds/domain/internal/MutableResourceMetadataImpl.java
> * org/jclouds/domain/internal/ResourceMetadataImpl.java
> * org/jclouds/http/HttpMessage.java
> * org/jclouds/http/HttpRequest.java
> * org/jclouds/http/HttpResponse.java
> * org/jclouds/internal/BaseView.java
> * org/jclouds/providers/internal/BaseProviderMetadata.java
> * org/jclouds/reflect/InvocationSuccess.java
> * org/jclouds/rest/internal/BaseHttpApiMetadata.java
> * org/jclouds/rest/suppliers/URIFromStringSupplier.java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (JCLOUDS-1225) Guava 21 compatibility

2017-03-30 Thread Ben Manes (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950273#comment-15950273
 ] 

Ben Manes commented on JCLOUDS-1225:


Sorry if I was unclear. I am on Guava 21 and generally try to keep my 
dependencies up to date. When bringing in JClouds for mocking, its much older 
version made that not a viable choice. The alternatives are not great choices, 
e.g. s3mock depends on Scala whose language version incompatibilities make it a 
semi-dangerous transitive dependency. Guava's 2 year minimum deprecation cycle 
is quite reasonable, imho, and its usually a red flag in terms of 
maintainability if a project is many years behind. I would very much like to 
use JClouds in this limited fashion, but cannot due to this issue.

> Guava 21 compatibility
> --
>
> Key: JCLOUDS-1225
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1225
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-core
>Affects Versions: 2.0.0
>Reporter: Ian Springer
>  Labels: guava
>
> The below classes use com.google.common.base.Objects.ToStringHelper, which 
> has been deprecated since Guava 18, and has been removed in Guava 21. This 
> makes it impossible to use jclouds in a project using Guava 21. Please either 
> upgrade to Guava 18+ and switch to using 
> com.google.common.base.MoreObjects.ToStringHelper, or drop the usage of 
> ToStringHelper altogether. This will allow my project to upgrade to Guava 21 
> without having to use a fork of jclouds.
> * org/jclouds/apis/internal/BaseApiMetadata.java
> * org/jclouds/domain/internal/LocationImpl.java
> * org/jclouds/domain/internal/MutableResourceMetadataImpl.java
> * org/jclouds/domain/internal/ResourceMetadataImpl.java
> * org/jclouds/http/HttpMessage.java
> * org/jclouds/http/HttpRequest.java
> * org/jclouds/http/HttpResponse.java
> * org/jclouds/internal/BaseView.java
> * org/jclouds/providers/internal/BaseProviderMetadata.java
> * org/jclouds/reflect/InvocationSuccess.java
> * org/jclouds/rest/internal/BaseHttpApiMetadata.java
> * org/jclouds/rest/suppliers/URIFromStringSupplier.java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (JCLOUDS-1225) Guava 21 compatibility

2017-03-30 Thread Andrew Gaul (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950222#comment-15950222
 ] 

Andrew Gaul commented on JCLOUDS-1225:
--

[~ben.manes] I don't follow -- S3Proxy 1.5.2 uses the same Guava 16 as jclouds. 
 Does your application use a newer version?

> Guava 21 compatibility
> --
>
> Key: JCLOUDS-1225
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1225
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-core
>Affects Versions: 2.0.0
>Reporter: Ian Springer
>  Labels: guava
>
> The below classes use com.google.common.base.Objects.ToStringHelper, which 
> has been deprecated since Guava 18, and has been removed in Guava 21. This 
> makes it impossible to use jclouds in a project using Guava 21. Please either 
> upgrade to Guava 18+ and switch to using 
> com.google.common.base.MoreObjects.ToStringHelper, or drop the usage of 
> ToStringHelper altogether. This will allow my project to upgrade to Guava 21 
> without having to use a fork of jclouds.
> * org/jclouds/apis/internal/BaseApiMetadata.java
> * org/jclouds/domain/internal/LocationImpl.java
> * org/jclouds/domain/internal/MutableResourceMetadataImpl.java
> * org/jclouds/domain/internal/ResourceMetadataImpl.java
> * org/jclouds/http/HttpMessage.java
> * org/jclouds/http/HttpRequest.java
> * org/jclouds/http/HttpResponse.java
> * org/jclouds/internal/BaseView.java
> * org/jclouds/providers/internal/BaseProviderMetadata.java
> * org/jclouds/reflect/InvocationSuccess.java
> * org/jclouds/rest/internal/BaseHttpApiMetadata.java
> * org/jclouds/rest/suppliers/URIFromStringSupplier.java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (JCLOUDS-1225) Guava 21 compatibility

2017-03-30 Thread Ben Manes (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15950065#comment-15950065
 ] 

Ben Manes commented on JCLOUDS-1225:


I am trying to use jclouds-blobstore v2.0.1 to write a unit test for S3 (via 
[s3Proxy|https://github.com/andrewgaul/s3proxy]). Unfortunately v2.0.1 depends 
on Guava 16, so it fails due to MoreExecutors.sameThreadExecutor() being 
replaced with directExecutor(). Upgrading to a recent version, or shading, 
would be appreciated.

> Guava 21 compatibility
> --
>
> Key: JCLOUDS-1225
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1225
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-core
>Affects Versions: 2.0.0
>Reporter: Ian Springer
>  Labels: guava
>
> The below classes use com.google.common.base.Objects.ToStringHelper, which 
> has been deprecated since Guava 18, and has been removed in Guava 21. This 
> makes it impossible to use jclouds in a project using Guava 21. Please either 
> upgrade to Guava 18+ and switch to using 
> com.google.common.base.MoreObjects.ToStringHelper, or drop the usage of 
> ToStringHelper altogether. This will allow my project to upgrade to Guava 21 
> without having to use a fork of jclouds.
> * org/jclouds/apis/internal/BaseApiMetadata.java
> * org/jclouds/domain/internal/LocationImpl.java
> * org/jclouds/domain/internal/MutableResourceMetadataImpl.java
> * org/jclouds/domain/internal/ResourceMetadataImpl.java
> * org/jclouds/http/HttpMessage.java
> * org/jclouds/http/HttpRequest.java
> * org/jclouds/http/HttpResponse.java
> * org/jclouds/internal/BaseView.java
> * org/jclouds/providers/internal/BaseProviderMetadata.java
> * org/jclouds/reflect/InvocationSuccess.java
> * org/jclouds/rest/internal/BaseHttpApiMetadata.java
> * org/jclouds/rest/suppliers/URIFromStringSupplier.java



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


Build failed in Jenkins: jclouds-cli #1312

2017-03-30 Thread jenkins-no-reply
See 

--
[...truncated 259.63 KB...]
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
 (11 KB at 671.8 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-project/3.0-alpha-2/maven-project-3.0-alpha-2.pom
 (4 KB at 214.7 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom
 (21 KB at 1227.9 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-model/3.0-alpha-2/maven-model-3.0-alpha-2.pom
 (4 KB at 171.4 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
 (2 KB at 107.9 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-compat/3.0-alpha-2/maven-compat-3.0-alpha-2.pom
 (3 KB at 149.5 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-container-default/1.0-beta-3.0.5/plexus-container-default-1.0-beta-3.0.5.pom
 (2 KB at 91.5 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-containers/1.0-beta-3.0.5/plexus-containers-1.0-beta-3.0.5.pom
 (5 KB at 236.2 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-classworlds/1.4/plexus-classworlds-1.4.pom
 (5 KB at 268.2 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus/2.0.0/plexus-2.0.0.pom
 (8 KB at 518.7 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/google/code/google-collections/google-collect/snapshot-20080530/google-collect-snapshot-20080530.pom
Down

Build failed in Jenkins: jclouds-labs-openstack-2.0.x-branch #59

2017-03-30 Thread jenkins-no-reply
See 


--
Started by upstream project "jclouds-labs-2.0.x-branch" build number 72
originally caused by:
 Started by an SCM change
Building remotely on db83160d (standard m1.large lxc-fedora17 large) in 
workspace 

$ sudo /opt/jenkins/sbin/mount-webdav 
https://repository-jclouds.forge.cloudbees.com/private jclouds alert
webdav mount try 1
Private webdav filestore is mounted
Cloning the remote Git repository
Cloning repository 
https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git
 > git init 
 > 
 >  # timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git # 
 > timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url 
 > https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git # 
 > timeout=10
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git
 > git -c core.askpass=true fetch --tags --progress 
 > https://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/2.0.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/2.0.x^{commit} # timeout=10
Checking out Revision 6b9e67f89a2bfd0a8fc8a2123618dbba5d360fb4 
(refs/remotes/origin/2.0.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6b9e67f89a2bfd0a8fc8a2123618dbba5d360fb4
 > git rev-list 6b9e67f89a2bfd0a8fc8a2123618dbba5d360fb4 # timeout=10
 > git tag -a -f -m Jenkins Build #59 
 > jenkins-jclouds-labs-openstack-2.0.x-branch-59 # timeout=10
Parsing POMs
Failed to transfer Could not find metadata 
org.apache.jclouds:jclouds-project:2.0.2-SNAPSHOT/maven-metadata.xml in 
cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot)
Failed to transfer Could not transfer metadata 
org.apache.jclouds:jclouds-project:2.0.2-SNAPSHOT/maven-metadata.xml from/to 
apache-snapshots 
(https://repository.apache.org/content/repositories/snapshots): Connect to 
repository.apache.org:443 [repository.apache.org/207.244.88.143] failed: 
Connection timed out
Failed to transfer Could not find artifact 
org.apache.jclouds:jclouds-project:pom:2.0.2-SNAPSHOT in 
cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot)
Failed to transfer Could not transfer artifact 
org.apache.jclouds:jclouds-project:pom:2.0.2-SNAPSHOT from/to apache-snapshots 
(https://repository.apache.org/content/repositories/snapshots): Connect to 
repository.apache.org:443 [repository.apache.org/207.244.88.143] failed: 
Connection timed out
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: 
 
at hudson.remoting.Channel@f2e71fc:db83160d: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not transfer artifact 
org.apache.jclouds:jclouds-project:pom:2.0.2-SNAPSHOT from/to apache-snapshots 
(https://repository.apache.org/content/repositories/snapshots): Connect to 
repository.apache.org:443 [repository.apache.org/207.244.88.143] failed: 
Connection timed out and 'parent.relativePath' points at no local POM @ line 
23, column 11

at hudson.FilePath.act(FilePath.java:992)
at hudson.FilePath.act(FilePath.java:974)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:980)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:692)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:544)
at hudson.model.Run.execute(Run.java:1728)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:544)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:404)
Caused by: hudson.remoting.ProxyException: 
hudson.maven.MavenModuleSetBuild$MavenExecutionException: 
org.apache.maven.project.ProjectBuildingException: Some problems were 
encountered while processing the POMs:
[FATAL] Non-resolvable parent POM: Could not transfer ar

Build failed in Jenkins: jclouds-karaf-2.0.x-branch #60

2017-03-30 Thread jenkins-no-reply
See 


--
[...truncated 158.94 KB...]
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/commons-io/commons-io/2.2/commons-io-2.2.jar
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
 (50 KB at 2072.6 KB/sec)
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
 (12 KB at 852.4 KB/sec)
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
 (151 KB at 3071.6 KB/sec)
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/rat/apache-rat-core/0.10/apache-rat-core-0.10.jar
 (115 KB at 2343.6 KB/sec)
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/commons-io/commons-io/2.2/commons-io-2.2.jar
 (170 KB at 3082.2 KB/sec)
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
 (59 KB at 2777.9 KB/sec)
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
 (251 KB at 4102.2 KB/sec)
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar
 (11 KB at 577.7 KB/sec)
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
 (15 KB at 921.4 KB/sec)
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar
 (51 KB at 2119.6 KB/sec)
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
 (37 KB at 1945.8 KB/sec)
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-plugin-testing-harness/1.1/maven-plugin-testing-harness-1.1.jar
 (32 KB at 1670.2 KB/sec)
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar
 (227 KB at 8707.3 KB/sec)
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/rat/apache-rat-core/0.10/apache-rat-core-0.10.jar
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/commons-io/commons-io/2.2/commons-io-2.2.jar
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
[INFO] Downloading: 
https

Jenkins build is back to normal : jclouds-labs-aws-2.0.x-branch » Apache jclouds labs aws #57

2017-03-30 Thread jenkins-no-reply
See 




Jenkins build is back to normal : jclouds-labs-aws-2.0.x-branch #57

2017-03-30 Thread jenkins-no-reply
See 




Jenkins build is back to normal : jclouds-labs #1512

2017-03-30 Thread jenkins-no-reply
See 




Jenkins build is back to normal : jclouds-labs » Apache jclouds labs #1512

2017-03-30 Thread jenkins-no-reply
See 




Jenkins build is back to normal : jclouds-labs » jclouds ProfitBricks REST api #1512

2017-03-30 Thread jenkins-no-reply
See 




Re: [jclouds/jclouds-labs] Removed fixed versioning from the Mock tests. (#379)

2017-03-30 Thread Ignasi Barrera
Closed #379.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/379#event-1022948088

Re: [jclouds/jclouds-labs] Removed fixed versioning from the Mock tests. (#379)

2017-03-30 Thread Ignasi Barrera
Merged to 
[master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/95f274b8) 
and 
[2.0.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/9ffceea3). 
Thanks @trevorflanagan!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/379#issuecomment-290519939

Re: [jclouds/jclouds-labs] Removed fixed versioning from the Mock tests. (#379)

2017-03-30 Thread Ignasi Barrera
nacx approved this pull request.





-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/379#pullrequestreview-30088453

[jclouds/jclouds-labs] Removed fixed versioning from the Mock tests. (#379)

2017-03-30 Thread Trevor Flanagan
We can use the DimensionDataCloudControlProviderMetadata to give us the 
CloudControl API version.

Removed caas from Api Path. In previous versions of CloudControl API there was 
alternative base paths, either 'oec' or 'caas', but this is no longer required 
in the implementation. All paths are caas so this can be configured  in the 
endpoint metadata.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs/pull/379

-- Commit Summary --

  * Removed fixed versioning from the Mock tests. We can use the 
DimensionDataCloudControlProviderMetadata to give us the CloudControl API 
version.

-- File Changes --

M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/DimensionDataCloudControlApiMetadata.java
 (2)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/DimensionDataCloudControlProviderMetadata.java
 (3)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/features/AccountApi.java
 (2)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/features/InfrastructureApi.java
 (2)
M 
dimensiondata/src/main/java/org/jclouds/dimensiondata/cloudcontrol/filters/OrganisationIdFilter.java
 (2)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/AccountApiMockTest.java
 (4)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/features/InfrastructureApiMockTest.java
 (4)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/filters/OrganisationIdFilterTest.java
 (14)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/internal/BaseAccountAwareCloudControlMockTest.java
 (2)
M 
dimensiondata/src/test/java/org/jclouds/dimensiondata/cloudcontrol/internal/BaseDimensionDataCloudControlMockTest.java
 (4)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/379.patch
https://github.com/jclouds/jclouds-labs/pull/379.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/379


Re: [jclouds/jclouds-site] Modify an error description (#197)

2017-03-30 Thread Ignasi Barrera
Merged and updated the site! Thanks!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/197#issuecomment-290445446

Re: [jclouds/jclouds-site] Modify an error description (#197)

2017-03-30 Thread Ignasi Barrera
Closed #197.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/197#event-1022524009

Re: [jclouds/jclouds-site] Support apache disclaimer (#196)

2017-03-30 Thread jclouds-commentator
  Go to 
http://38baa9b78c2b6a0c12e9-698068cdb509d1303795dde9b59b5cf1.r21.cf5.rackcdn.com/
 to review your changes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/196#issuecomment-290444633

Re: [jclouds/jclouds-site] Modify an error description (#197)

2017-03-30 Thread Andrew Phillips
demobox approved this pull request.



> @@ -178,7 +178,7 @@ In the constructor note that
   * This ones pretty self explanatory, we're using the OpenStack Nova provider 
in jclouds
 * `String identity = "demo:demo"; // tenantName:userName`
   * Here we use the tenant name and user name with a colon between them 
instead of just a user name
-* `String password = "devstack";`
+* `String credential = "devstack";`

Looks good to me - thanks, @lyush!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/197#pullrequestreview-29993758

Re: [jclouds/jclouds-site] Modify an error description (#197)

2017-03-30 Thread Xu Liu
thanks, it's ok.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/197#issuecomment-290339581

Re: [jclouds/jclouds-site] Modify an error description (#197)

2017-03-30 Thread jclouds-commentator
  Go to 
http://fefe5ee3a101ddc92d82-cf0186b253f52b7e10aa6aa299175de7.r11.cf5.rackcdn.com/
 to review your changes.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/197#issuecomment-290337945

[jclouds/jclouds-site] Modify an error description (#197)

2017-03-30 Thread Xu Liu

You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-site/pull/197

-- Commit Summary --

  * Modify an error description

-- File Changes --

M guides/openstack.md (2)

-- Patch Links --

https://github.com/jclouds/jclouds-site/pull/197.patch
https://github.com/jclouds/jclouds-site/pull/197.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/197