[jira] [Commented] (JCLOUDS-1217) Add Canada and London regions to AWS

2017-03-28 Thread Michelle Zhang (JIRA)

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

Michelle Zhang commented on JCLOUDS-1217:
-

Hello Ignasi,
I have added code for this issue:
https://github.com/jclouds/jclouds/pull/1082

ptal! Thank you!

> Add Canada and London regions to AWS
> 
>
> Key: JCLOUDS-1217
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1217
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore, jclouds-compute
>Affects Versions: 2.0.0
>Reporter: Ignasi Barrera
>  Labels: aws-ec2, aws-s3
>
> AWS has added regions in Canada and London. They should be added to the AWS 
> compute and blobstore providers.



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


[jclouds/jclouds] JCLOUDS-1217 Add Canada and London regions to AWS (#1082)

2017-03-28 Thread Michelle Zhang
I find the answer here:
http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/Region.html#EU_London
and
https://sourcegraph.com/github.com/aws/aws-sdk-java/-/blob/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/Region.java#L166:12
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1082

-- Commit Summary --

  * Add Canada and London regions to AWS

-- File Changes --

M apis/sts/src/main/java/org/jclouds/aws/domain/Region.java (36)
M 
providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/AWSEC2ProviderMetadata.java 
(2)
M 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/AWSS3ProviderMetadata.java (9)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1082.patch
https://github.com/jclouds/jclouds/pull/1082.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/pull/1082


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

2017-03-28 Thread Andrew Phillips
As a temporary banner, this is fine for me - it reminds me of similar banners 
on e.g. Wikipedia. @nacx When would be the expected take-down date?

>From a styling perspective, would it make sense to break it up a bit, e.g. as 
>follows?

![image](https://cloud.githubusercontent.com/assets/223702/24437720/ba390d6a-1410-11e7-868c-782eb9643bfc.png)


-- 
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-289973802

[jira] [Commented] (JCLOUDS-1258) S3 China Beijing Region Support

2017-03-28 Thread zreal (JIRA)

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

zreal commented on JCLOUDS-1258:


Hi, Michelle. I get the codes from github, and how to compile the codes using 
maven? Could you please show me the detail steps to get the jar files?

> S3 China Beijing Region Support
> ---
>
> Key: JCLOUDS-1258
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1258
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-compute
>Affects Versions: 2.0.1
>Reporter: Archana Chinnaiah
>Priority: Minor
>  Labels: aws-ec2, aws-s3
>




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


[jira] [Commented] (JCLOUDS-1258) S3 China Beijing Region Support

2017-03-28 Thread Michelle Zhang (JIRA)

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

Michelle Zhang commented on JCLOUDS-1258:
-

Hello,
I already have a pull request for this issue. 
https://github.com/jclouds/jclouds/pull/1081 ptal. Thank you!

> S3 China Beijing Region Support
> ---
>
> Key: JCLOUDS-1258
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1258
> Project: jclouds
>  Issue Type: Improvement
>  Components: jclouds-compute
>Affects Versions: 2.0.1
>Reporter: Archana Chinnaiah
>Priority: Minor
>  Labels: aws-ec2, aws-s3
>




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


[jclouds/jclouds] JCLOUDS-1258 S3 China Beijing Region Support (#1081)

2017-03-28 Thread Michelle Zhang
I found the url and region id for Beijing region here.
Link: 
http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/Region.html#CN_Beijing
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/1081

-- Commit Summary --

  * add s3 cn-north-1 support

-- File Changes --

M apis/sts/src/main/java/org/jclouds/aws/domain/Region.java (14)
M 
providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/AWSEC2ProviderMetadata.java 
(2)
M 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/AWSS3ProviderMetadata.java (5)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/1081.patch
https://github.com/jclouds/jclouds/pull/1081.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/pull/1081


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

2017-03-28 Thread Ignasi Barrera
I agree. But it is not a matter of quantity. It is about supporting the 
foundation we are in. Help the press and fundraising people in this campaign to 
spread the word about what the ASF is, its place and vision in the Open Source 
world, and doing so from the projects that make it a great place for OSS 
communities.

-- 
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-289894350

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

2017-03-28 Thread Andrew Gaul
I am not convinced that jclouds will direct much traffic from our site to 
theirs.  Do we have any analytics from the ApacheCon banner we added 
previously?  Or any traffic numbers for our home page?

-- 
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-289824716

Re: [jclouds/jclouds] Fix for Java 1.8 and Guice 4.1 (#1036)

2017-03-28 Thread Andrew Gaul
andrewgaul commented on this pull request.



> @@ -82,7 +82,7 @@
public Function apply(HttpRequest in) {
   GeneratedHttpRequest request = GeneratedHttpRequest.class.cast(in);
   Function transformer;
-  Class> handler = 
getSaxResponseParserClassOrNull(request.getInvocation()
+  Class handler = 
getSaxResponseParserClassOrNull(request.getInvocation()

Removing this should generate a warning, not an error.

-- 
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/pull/1036#discussion_r108467366

Re: [jclouds/jclouds] Fix for Java 1.8 and Guice 4.1 (#1036)

2017-03-28 Thread William L Thomson Jr
I was using Oracle JDK 1.8. I can check again to see if it is still there. 
Source/target 1.8

-- 
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/pull/1036#issuecomment-289810271

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

2017-03-28 Thread Ignasi Barrera
Yes. It is temporal during the 18 years of the ASF campaing (see the pmc emails 
regarding help spreading the word). Afterwards I'd leave just the link  in the 
footer.

-- 
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-289802886

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

2017-03-28 Thread Andrea Turli
thanks @nacx - is it a temporary "banner" or else? Looks a bit "invasive" IMHO


-- 
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-289798754

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

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


--
[...truncated 245.51 KB...]
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/google/guava/guava/16.0.1/guava-16.0.1.pom
 (6 KB at 425.6 KB/sec)
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/com/google/guava/guava/16.0.1/guava-16.0.1.pom
[INFO] Downloading: 
https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom
[INFO] Downloaded: 
https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava/16.0.1/guava-16.0.1.pom
 (6 KB at 129.5 KB/sec)
[INFO] Downloading: 
http://download.java.net/maven/2/com/google/guava/guava/16.0.1/guava-16.0.1.pom
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
 (8 KB at 377.1 KB/sec)
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloading: 
https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloaded: 
https://oss.sonatype.org/content/repositories/releases/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
 (8 KB at 183.7 KB/sec)
[INFO] Downloading: 
http://download.java.net/maven/2/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
 (5 KB at 294.4 KB/sec)
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloading: 
http://download.java.net/maven/2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/apache/jclouds/jclouds-core/2.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: 
http://download.java.net/maven/2/org/apache/jclouds/jclouds-core/2.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-core/2.0.2-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata 
org.apache.jclouds:jclouds-core:2.0.2-SNAPSHOT/maven-metadata.xml from/to 
apache-snapshots 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused
[WARNING] Could not transfer metadata 
org.apache.jclouds:jclouds-core:2.0.2-SNAPSHOT/maven-metadata.xml from/to 
apache.snapshots (http://repository.apache.org/snapshots): Connection to 
http://repository.apache.org refused
[WARNING] Failure to transfer 
org.apache.jclouds:jclouds-core:2.0.2-SNAPSHOT/maven-metadata.xml from 
https://repository.apache.org/content/repositories/snapshots was cached in the 
local repository, resolution will not be reattempted until the update interval 
of apache-snapshots has elapsed or updates are forced. Original error: Could 
not transfer metadata 
org.apache.jclouds:jclouds-core:2.0.2-SNAPSHOT/maven-metadata.xml from/to 
apache-snapshots 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused
[WARNING] Failure to transfer 
org.apache.jclouds:jclouds-core:2.0.2-SNAPSHOT/maven-metadata.xml from 
http://repository.apache.org/snapshots was cached in the local repository, 
resolution will not be reattempted until the update interval of 
apache.snapshots has elapsed or updates are forced. Original error: Could not 
transfer metadata 
org.apache.jclouds:jclouds-core:2.0.2-SNAPSHOT/maven-metadata.xml from/to 
apache.snapshots (http://repository.apache.org/snapshots): Connection to 
http://repository.apache.org refused
[INFO] Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-core/2.0.2-SNAPSHOT/jclouds-core-2.0.2-SNAPSHOT.pom
[INFO] Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-core/2.0.2-SNAPSHOT/jclouds-core-2.0.2-SNAPSHOT.pom
[INFO] Downloading: 
https://oss.sonatype.org/content/repositories/releases/org/apache/jclouds/jclouds-core/2.0.2-SNAPSHOT/jclouds-core-2.0.2-SNAPSHOT.pom

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

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




Build failed in Jenkins: jclouds-labs #1510

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


Changes:

[Ignasi Barrera] Updating the test api-version to 2.4 so that live tests run.

--
[...truncated 1.84 MB...]
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds labs ... SUCCESS [1:22.924s]
[INFO] jclouds Azure Compute ARM API . SUCCESS [1:07.783s]
[INFO] jclouds azure compute API . SUCCESS [53.299s]
[INFO] Apache jclouds B2 API . SUCCESS [22.914s]
[INFO] jclouds cdmi api .. SUCCESS [17.496s]
[INFO] jclouds CloudSigma v2 API . SUCCESS [41.268s]
[INFO] jclouds CloudSigma v2 Honolulu Provider ... SUCCESS [11.641s]
[INFO] jclouds CloudSigma v2 Las Vegas Provider .. SUCCESS [10.515s]
[INFO] jclouds CloudSigma v2 Miami Provider .. SUCCESS [11.531s]
[INFO] jclouds CloudSigma v2 San Jose Provider ... SUCCESS [11.238s]
[INFO] jclouds CloudSigma v2 Washington DC Provider .. SUCCESS [10.672s]
[INFO] jclouds CloudSigma v2 Zurich Provider . SUCCESS [11.419s]
[INFO] jclouds Dimension Data CloudControl API ... SUCCESS [23.469s]
[INFO] jclouds jdbc core . SUCCESS [59.855s]
[INFO] jclouds h2 jdbc provider .. SUCCESS [20.410s]
[INFO] jclouds joyent-cloudapi api ... SUCCESS [28.535s]
[INFO] jclouds joyentcloud provider .. SUCCESS [10.486s]
[INFO] jclouds Abiquo api  SUCCESS [14.373s]
[INFO] jclouds ProfitBricks REST api . FAILURE [3:11.679s]
[INFO] jclouds OneAndOne REST api  SKIPPED
[INFO] jclouds Packet compute API  SKIPPED
[INFO] jclouds Vagrant provider .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 11:53.252s
[INFO] Finished at: Tue Mar 28 06:58:41 EDT 2017
[INFO] Final Memory: 76M/273M
[INFO] 
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project profitbricks-rest: Failed to retrieve remote metadata 
org.apache.jclouds.labs:profitbricks-rest:2.1.0-SNAPSHOT/maven-metadata.xml: 
Could not transfer metadata 
org.apache.jclouds.labs:profitbricks-rest:2.1.0-SNAPSHOT/maven-metadata.xml 
from/to apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused: Connection timed out -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project profitbricks-rest: Failed to retrieve remote metadata 
org.apache.jclouds.labs:profitbricks-rest:2.1.0-SNAPSHOT/maven-metadata.xml: 
Could not transfer metadata 
org.apache.jclouds.labs:profitbricks-rest:2.1.0-SNAPSHOT/maven-metadata.xml 
from/to apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at 
org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 

Build failed in Jenkins: jclouds-labs » jclouds ProfitBricks REST api #1510

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


--
[...truncated 113.42 KB...]
[INFO] Exclude: .repository/**
[INFO] Exclude: .java-version
[INFO] Exclude: nb-configuration.xml
[INFO] Exclude: nbactions.xml
[INFO] Exclude: **/.factorypath
[INFO] Exclude: **/.apt_generated/**
[INFO] Exclude: .repository/**
[INFO] Exclude: gc.log
[INFO] 138 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 138 licence.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ profitbricks-rest ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:aggregate-jar (javadoc) @ profitbricks-rest 
---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (javadoc) @ profitbricks-rest ---
[INFO] 
16 warnings
[WARNING] Javadoc Warnings
[WARNING] 
:40:
 warning - Tag @see: reference not found: 
org.jclouds.profitbricks.http.ResponseStatusFromPayloadHttpCommandExecutorService
[WARNING] 
:25:
 warning - Tag @link: reference not found: org.jclouds.profitbricks.domain.Image
[WARNING] 
:25:
 warning - Tag @link: reference not found: 
org.jclouds.profitbricks.domain.Snapshot
[WARNING] 
:39:
 warning - Tag @link: reference not found: Job
[WARNING] 
:39:
 warning - Tag @link: reference not found: Job
[WARNING] 
:25:
 warning - Tag @link: reference not found: org.jclouds.profitbricks.domain.Image
[WARNING] 
:25:
 warning - Tag @link: reference not found: 
org.jclouds.profitbricks.domain.Snapshot
[WARNING] 
:25:
 warning - Tag @link: reference not found: org.jclouds.profitbricks.domain.Image
[WARNING] 
:25:
 warning - Tag @link: reference not found: 
org.jclouds.profitbricks.domain.Snapshot
[WARNING] 
:25:
 warning - Tag @link: reference not found: org.jclouds.profitbricks.domain.Image
[WARNING] 
:25:
 warning - Tag @link: reference not found: 
org.jclouds.profitbricks.domain.Snapshot
[WARNING] 

Jenkins build is back to normal : jclouds-labs » jclouds Dimension Data CloudControl API #1510

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




Build failed in Jenkins: jclouds-labs-aws-2.0.x-branch #55

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


--
[...truncated 329.03 KB...]
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/provider/aws-ec2/2.0.2-SNAPSHOT/aws-ec2-2.0.2-20170328.065323-12.jar
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/hierynomus/sshj/0.12.0/sshj-0.12.0.jar
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/driver/jclouds-bouncycastle/2.0.2-SNAPSHOT/jclouds-bouncycastle-2.0.2-20170328.063859-14.jar
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/bouncycastle/bcprov-ext-jdk15on/1.51/bcprov-ext-jdk15on-1.51.jar
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/driver/jclouds-slf4j/2.0.2-SNAPSHOT/jclouds-slf4j-2.0.2-20170328.063420-14.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
 (26 KB at 205.4 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/org/bouncycastle/bcpkix-jdk15on/1.51/bcpkix-jdk15on-1.51.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/hierynomus/sshj/0.12.0/sshj-0.12.0.jar
 (360 KB at 2588.5 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar
 (71 KB at 1849.7 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.sshj/0.0.9/jsch.agentproxy.sshj-0.0.9.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.sshj/0.0.9/jsch.agentproxy.sshj-0.0.9.jar
 (4 KB at 107.4 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/bouncycastle/bcprov-ext-jdk15on/1.51/bcprov-ext-jdk15on-1.51.jar
 (2841 KB at 11687.5 KB/sec)
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/org/bouncycastle/bcpkix-jdk15on/1.51/bcpkix-jdk15on-1.51.jar
 (592 KB at 5011.2 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
 (10 KB at 234.2 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
 (12 KB at 594.0 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
 (7 KB at 280.1 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
 (6 KB at 115.6 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar
 (1431 KB at 18572.7 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
 (5 KB at 117.3 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-loadbalancer/2.0.2-SNAPSHOT/jclouds-loadbalancer-2.0.2-20170328.063819-14-tests.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
 (8 KB at 283.9 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar

Build failed in Jenkins: jclouds-labs-aws-2.0.x-branch » Apache jclouds labs aws #55

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


--
[...truncated 296.36 KB...]
Downloading: 
https://repo.cloudbees.com/content/repositories/central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar
Downloading: 
https://repo.cloudbees.com/content/repositories/central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/google/inject/guice/3.0/guice-3.0.jar
Downloading: 
https://repo.cloudbees.com/content/repositories/central/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/javax/inject/javax.inject/1/javax.inject-1.jar
 (3 KB at 174.2 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar
 (37 KB at 1901.6 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/google/code/gson/gson/2.5/gson-2.5.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
 (5 KB at 181.8 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/google/auto/service/auto-service/1.0-rc2/auto-service-1.0-rc2.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
 (46 KB at 1415.0 KB/sec)
Downloading: 
https://repo.cloudbees.com/content/repositories/central/com/google/auto/auto-common/0.3/auto-common-0.3.jar
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/google/auto/service/auto-service/1.0-rc2/auto-service-1.0-rc2.jar
 (11 KB at 779.0 KB/sec)
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
 (6 KB at 259.6 KB/sec)
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/google/auto/auto-common/0.3/auto-common-0.3.jar
 (39 KB at 1312.9 KB/sec)
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/google/code/gson/gson/2.5/gson-2.5.jar
 (228 KB at 5045.2 KB/sec)
Downloaded: 
https://repo.cloudbees.com/content/repositories/central/com/google/inject/guice/3.0/guice-3.0.jar
 (694 KB at 10674.5 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-blobstore/2.0.2-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.2-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.2-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.2-SNAPSHOT/maven-metadata.xml
 (2 KB at 39.3 KB/sec)
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.2-SNAPSHOT/maven-metadata.xml
 (2 KB at 35.1 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-blobstore/2.0.2-SNAPSHOT/jclouds-blobstore-2.0.2-20170328.064040-14.pom
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.2-SNAPSHOT/jclouds-blobstore-2.0.2-20170328.064040-14.pom
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-blobstore/2.0.2-SNAPSHOT/jclouds-blobstore-2.0.2-20170328.064040-14.pom
 (5 KB at 80.1 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/driver/jclouds-log4j/2.0.2-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/driver/jclouds-log4j/2.0.2-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/driver/jclouds-log4j/2.0.2-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/driver/jclouds-log4j/2.0.2-SNAPSHOT/maven-metadata.xml
 (2 KB at 40.4 KB/sec)
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/driver/jclouds-log4j/2.0.2-SNAPSHOT/maven-metadata.xml
 (2 KB at 32.3 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/driver/jclouds-log4j/2.0.2-SNAPSHOT/jclouds-log4j-2.0.2-20170328.063810-14.pom
Downloading: 

Re: [jclouds/jclouds-labs] Updating the test api-version to 2.4 so that live tests run. (#378)

2017-03-28 Thread Ignasi Barrera
Closed #378.

-- 
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/378#event-1018302481

Re: [jclouds/jclouds-labs] Updating the test api-version to 2.4 so that live tests run. (#378)

2017-03-28 Thread Ignasi Barrera
Pushed to 
[master](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/b66b78e4) 
and 
[2.0.x](http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/10049072)!

-- 
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/378#issuecomment-289732307

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

2017-03-28 Thread jclouds-commentator
  Go to 
http://987964424bc6f3db9187-b8102e22101e8a7d9c2f91ae0f2c6155.r17.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-289732010

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

2017-03-28 Thread Ignasi Barrera
/cc @demobox @andrewgaul @andreaturli 
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Support apache disclaimer

-- File Changes --

M _includes/footer.html (5)
A _includes/supportapache.html (11)
M _layouts/home.html (5)
A img/support-apache.png (0)

-- Patch Links --

https://github.com/jclouds/jclouds-site/pull/196.patch
https://github.com/jclouds/jclouds-site/pull/196.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/196


[jclouds/jclouds-labs] Updating the test api-version to 2.4 so that live tests run. (#378)

2017-03-28 Thread Trevor Flanagan
I have set the default API `test.dimensiondata-cloudcontrol.api-version` to 2.4 
so that AccountAPI is supported in the live tests.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Updating the test api-version to 2.4 so that live tests run.

-- File Changes --

M dimensiondata/pom.xml (2)

-- Patch Links --

https://github.com/jclouds/jclouds-labs/pull/378.patch
https://github.com/jclouds/jclouds-labs/pull/378.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/378


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

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


--
Started by upstream project "jclouds-labs-2.0.x-branch" build number 69
originally caused by:
 Started by upstream project "jclouds-2.0.x-branch" build number 41
 originally caused by:
  Started by an SCM change
Building remotely on 3e0ed025 (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 #56 
 > jenkins-jclouds-labs-openstack-2.0.x-branch-56 # 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 find artifact 
org.apache.jclouds:jclouds-project:pom:2.0.2-SNAPSHOT in apache-snapshots 
(https://repository.apache.org/content/repositories/snapshots)
ERROR: Failed to parse POMs
java.io.IOException: remote file operation failed: 
 
at hudson.remoting.Channel@1fe1fbb1:3e0ed025: 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 find artifact 
org.apache.jclouds:jclouds-project:pom:2.0.2-SNAPSHOT in 
cloudbees-private-snapshot-repository 
(https://repository-jclouds.forge.cloudbees.com/snapshot) 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 find artifact 
org.apache.jclouds:jclouds-project:pom:2.0.2-SNAPSHOT in 
cloudbees-private-snapshot-repository 

Jenkins build is back to normal : jclouds-labs-2.0.x-branch » jclouds ProfitBricks REST api #69

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




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

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




Build failed in Jenkins: jclouds-labs-2.0.x-branch » jclouds ProfitBricks REST api #68

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


--
[...truncated 100.21 KB...]
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest
INFO: MockWebServer[47582] received request: GET 
/datacenters/datacenter-id/volumes/some-id HTTP/1.1 and responded: HTTP/1.1 404 
Not Found
[pool-37-thread-1] Test 
testGetVolumeWith404(org.apache.jclouds.profitbricks.rest.features.VolumeApiMockTest)
 succeeded: 3ms
Test suite progress: tests succeeded: 119, failed: 0, skipped: 0.
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
acceptConnections
INFO: MockWebServer[47582] done accepting connections: Socket closed
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
execute
INFO: MockWebServer[34361] starting to accept connections
Starting test 
testRestoreSnapshot(org.apache.jclouds.profitbricks.rest.features.VolumeApiMockTest)
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest
INFO: MockWebServer[34361] received request: POST 
/datacenters/datacenter-id/volumes/volume-id/restore-snapshot HTTP/1.1 and 
responded: HTTP/1.1 204 No Content
[pool-37-thread-1] Test 
testRestoreSnapshot(org.apache.jclouds.profitbricks.rest.features.VolumeApiMockTest)
 succeeded: 4ms
Test suite progress: tests succeeded: 120, failed: 0, skipped: 0.
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
acceptConnections
INFO: MockWebServer[34361] done accepting connections: Socket closed
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
execute
INFO: MockWebServer[44761] starting to accept connections
Starting test 
testUpdate(org.apache.jclouds.profitbricks.rest.features.VolumeApiMockTest)
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest
INFO: MockWebServer[44761] received request: PATCH 
/datacenters/datacenter-id/volumes/some-id HTTP/1.1 and responded: HTTP/1.1 200 
OK
[pool-37-thread-1] Test 
testUpdate(org.apache.jclouds.profitbricks.rest.features.VolumeApiMockTest) 
succeeded: 7ms
Test suite progress: tests succeeded: 121, failed: 0, skipped: 0.
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
acceptConnections
INFO: MockWebServer[44761] done accepting connections: Socket closed
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
execute
INFO: MockWebServer[36182] starting to accept connections
Starting test 
testCreate(org.apache.jclouds.profitbricks.rest.features.DataCenterApiMockTest)
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest
INFO: MockWebServer[36182] received request: POST /datacenters HTTP/1.1 and 
responded: HTTP/1.1 200 OK
[pool-38-thread-1] Test 
testCreate(org.apache.jclouds.profitbricks.rest.features.DataCenterApiMockTest) 
succeeded: 17ms
Test suite progress: tests succeeded: 122, failed: 0, skipped: 0.
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
acceptConnections
INFO: MockWebServer[36182] done accepting connections: Socket closed
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
execute
INFO: MockWebServer[56690] starting to accept connections
Starting test 
testDelete(org.apache.jclouds.profitbricks.rest.features.DataCenterApiMockTest)
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest
INFO: MockWebServer[56690] received request: DELETE /datacenters/some-id 
HTTP/1.1 and responded: HTTP/1.1 204 No Content
[pool-38-thread-1] Test 
testDelete(org.apache.jclouds.profitbricks.rest.features.DataCenterApiMockTest) 
succeeded: 2ms
Test suite progress: tests succeeded: 123, failed: 0, skipped: 0.
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
acceptConnections
INFO: MockWebServer[56690] done accepting connections: Socket closed
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$2 
execute
INFO: MockWebServer[52219] starting to accept connections
Starting test 
testDepth(org.apache.jclouds.profitbricks.rest.features.DataCenterApiMockTest)
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest
INFO: MockWebServer[52219] received request: GET /datacenters/some-id?depth=1 
HTTP/1.1 and responded: HTTP/1.1 200 OK
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest
INFO: MockWebServer[52219] received request: GET /datacenters/some-id?depth=2 
HTTP/1.1 and responded: HTTP/1.1 200 OK
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest
INFO: MockWebServer[52219] received request: GET /datacenters/some-id?depth=3 
HTTP/1.1 and responded: HTTP/1.1 200 OK
Mar 28, 2017 2:54:06 AM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest

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

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


Changes:

[Ignasi Barrera] JCLOUDS-1254 Filters storage account by current available 
locations

[Ignasi Barrera] Make the windows image optional

[Ignasi Barrera] Improve vagrant docs

[Ignasi Barrera] Add name tag to DimensionData pom

--
[...truncated 1.52 MB...]
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds labs ... SUCCESS [50.794s]
[INFO] jclouds Azure Compute ARM API . SUCCESS [55.689s]
[INFO] jclouds azure compute API . SUCCESS [46.358s]
[INFO] Apache jclouds B2 API . SUCCESS [28.838s]
[INFO] jclouds cdmi api .. SUCCESS [10.985s]
[INFO] jclouds CloudSigma v2 API . SUCCESS [28.712s]
[INFO] jclouds CloudSigma v2 Honolulu Provider ... SUCCESS [5.481s]
[INFO] jclouds CloudSigma v2 Las Vegas Provider .. SUCCESS [5.614s]
[INFO] jclouds CloudSigma v2 Miami Provider .. SUCCESS [6.873s]
[INFO] jclouds CloudSigma v2 San Jose Provider ... SUCCESS [5.616s]
[INFO] jclouds CloudSigma v2 Washington DC Provider .. SUCCESS [6.433s]
[INFO] jclouds CloudSigma v2 Zurich Provider . SUCCESS [5.534s]
[INFO] jclouds Dimension Data CloudControl API ... SUCCESS [15.069s]
[INFO] jclouds jdbc core . SUCCESS [1:02.888s]
[INFO] jclouds h2 jdbc provider .. SUCCESS [16.572s]
[INFO] jclouds joyent-cloudapi api ... SUCCESS [13.645s]
[INFO] jclouds joyentcloud provider .. SUCCESS [5.730s]
[INFO] jclouds Abiquo api  SUCCESS [6.956s]
[INFO] jclouds ProfitBricks REST api . FAILURE [2:54.079s]
[INFO] jclouds OneAndOne REST api  SKIPPED
[INFO] jclouds Packet compute API  SKIPPED
[INFO] jclouds Vagrant provider .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 9:26.879s
[INFO] Finished at: Tue Mar 28 02:56:26 EDT 2017
[INFO] Final Memory: 91M/309M
[INFO] 
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project profitbricks-rest: Failed to retrieve remote metadata 
org.apache.jclouds.labs:profitbricks-rest:2.0.2-SNAPSHOT/maven-metadata.xml: 
Could not transfer metadata 
org.apache.jclouds.labs:profitbricks-rest:2.0.2-SNAPSHOT/maven-metadata.xml 
from/to apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused: Connection timed out -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project profitbricks-rest: Failed to retrieve remote metadata 
org.apache.jclouds.labs:profitbricks-rest:2.0.2-SNAPSHOT/maven-metadata.xml: 
Could not transfer metadata 
org.apache.jclouds.labs:profitbricks-rest:2.0.2-SNAPSHOT/maven-metadata.xml 
from/to apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at 
org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 

Build failed in Jenkins: jclouds-labs » jclouds Dimension Data CloudControl API #1509

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


Changes:

[Ignasi Barrera] Add name tag to DimensionData pom

--
[...truncated 19.20 KB...]
[INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] Exclude: **/src/test/resources/**/*.gz
[INFO] Exclude: **/src/test/resources/**/*.xml
[INFO] Exclude: **/src/test/resources/**/*.html
[INFO] Exclude: **/src/test/resources/**/*.iso
[INFO] Exclude: **/src/test/resources/**/ssh*.pub
[INFO] Exclude: **/LICENSE.txt
[INFO] Exclude: **/header.txt
[INFO] Exclude: **/NOTICE.txt
[INFO] Exclude: **/DISCLAIMER
[INFO] Exclude: **/BUILD.txt
[INFO] Exclude: **/CHANGES.txt
[INFO] Exclude: **/README.md
[INFO] Exclude: **/README.txt
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/CONTRIBUTING.md
[INFO] Exclude: **/*json
[INFO] Exclude: **/*readme
[INFO] Exclude: **/*ProviderMetadata
[INFO] Exclude: **/*ApiMetadata
[INFO] Exclude: **/*LoggingModule
[INFO] Exclude: **/*ViewMBeanFactory
[INFO] Exclude: **/target/**
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/bin/**
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.dir-locals.el
[INFO] Exclude: **/.project
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.eml
[INFO] Exclude: **/*.ipr
[INFO] Exclude: **/*.iws
[INFO] Exclude: **/*.DS_STORE
[INFO] Exclude: **/TAGS
[INFO] Exclude: **/.metadata/**
[INFO] Exclude: **/atlassian-ide-plugin.xml
[INFO] Exclude: **/.DS_Store
[INFO] Exclude: .mailmap
[INFO] Exclude: .git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.gitattributes
[INFO] Exclude: .repository/**
[INFO] Exclude: .java-version
[INFO] Exclude: nb-configuration.xml
[INFO] Exclude: nbactions.xml
[INFO] Exclude: **/.factorypath
[INFO] Exclude: **/.apt_generated/**
[INFO] Exclude: .repository/**
[INFO] Exclude: gc.log
[INFO] 69 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 
'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 
'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not 
recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 
approved: 69 licence.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ dimensiondata-cloudcontrol 
---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:aggregate-jar (javadoc) @ 
dimensiondata-cloudcontrol ---
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (javadoc) @ dimensiondata-cloudcontrol 
---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-source-plugin:2.2:jar-no-fork (attach-sources) @ 
dimensiondata-cloudcontrol ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-source-plugin:2.2:test-jar-no-fork (attach-sources) @ 
dimensiondata-cloudcontrol ---
[INFO] Building jar: 

[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (integration) @ 
dimensiondata-cloudcontrol ---
[JENKINS] Recording test results[INFO] 
[INFO] --- duplicate-finder-maven-plugin:1.1.1:check (default) @ 
dimensiondata-cloudcontrol ---

[WARNING]  has been deprecated and replaced with 
. It will go away in version 1.2.0. Please update your 
POM accordingly!
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (default) @ 
dimensiondata-cloudcontrol ---
[INFO] 
[INFO] --- modernizer-maven-plugin:1.4.0:modernizer (modernizer) @ 
dimensiondata-cloudcontrol ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 
dimensiondata-cloudcontrol ---
[INFO] Installing 

Build failed in Jenkins: jclouds-labs #1509

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


Changes:

[Ignasi Barrera] JCLOUDS-1254 Filters storage account by current available 
locations

[Ignasi Barrera] Make the windows image optional

[Ignasi Barrera] Improve vagrant docs

[Ignasi Barrera] Add name tag to DimensionData pom

--
[...truncated 1.23 MB...]
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (integration) @ 
dimensiondata-cloudcontrol ---
[INFO] Skipping execution of surefire because it has already been run for this 
configuration
[JENKINS] Recording test results[INFO] 

[INFO] --- duplicate-finder-maven-plugin:1.1.1:check (default) @ 
dimensiondata-cloudcontrol ---
[WARNING]  has been deprecated and replaced with 
. It will go away in version 1.2.0. Please update your 
POM accordingly!
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (default) @ 
dimensiondata-cloudcontrol ---
[INFO] 
[INFO] --- modernizer-maven-plugin:1.4.0:modernizer (modernizer) @ 
dimensiondata-cloudcontrol ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ 
dimensiondata-cloudcontrol ---
[INFO] Installing 

 to 

[INFO] Installing 
 to 

[INFO] Installing 

 to 

[INFO] Installing 

 to 

[INFO] Installing 

 to 

[INFO] Installing 

 to 

[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ 
dimensiondata-cloudcontrol ---
[INFO] Local OBR update disabled (enable with -DobrRepository)
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ 
dimensiondata-cloudcontrol ---
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/labs/dimensiondata-cloudcontrol/2.1.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata 
org.apache.jclouds.labs:dimensiondata-cloudcontrol:2.1.0-SNAPSHOT/maven-metadata.xml
 from/to apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache jclouds labs ... SUCCESS [1:27.270s]
[INFO] jclouds Azure Compute ARM API . SUCCESS [1:11.065s]
[INFO] jclouds azure compute API . SUCCESS [51.309s]
[INFO] Apache jclouds B2 API . SUCCESS [22.336s]
[INFO] jclouds cdmi api .. SUCCESS [20.415s]
[INFO] jclouds CloudSigma v2 API . SUCCESS [45.591s]
[INFO] jclouds CloudSigma v2 Honolulu Provider ... SUCCESS [13.182s]
[INFO] jclouds CloudSigma v2 Las Vegas Provider .. SUCCESS [12.059s]
[INFO] jclouds CloudSigma v2 Miami Provider .. SUCCESS [10.664s]
[INFO] jclouds CloudSigma v2 San Jose Provider 

Build failed in Jenkins: jclouds » Apache jclouds Project #3568

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


--
Established TCP socket on 53715
maven3-agent.jar already up to date
maven3-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f /scratch/jenkins/workspace/jclouds/pom.xml 
-Dmaven.repo.local=/scratch/jenkins/workspace/jclouds/.repository -s 
/private/jclouds/settings.xml clean deploy checkstyle:checkstyle -Pdoc -Psrc -e
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache jclouds Project
[INFO] jclouds shared Maven resources
[INFO] jclouds Components Core
[INFO] jclouds SLF4J Logging Module
[INFO] jclouds OAuth core
[INFO] jclouds Google Cloud Core
[INFO] jclouds OpenStack Components Core
[INFO] jclouds commons project
[INFO] jclouds script builder
[INFO] jclouds compute core
[INFO] jclouds Log4J Logging Module
[INFO] jclouds loadbalancer core
[INFO] jclouds sts api
[INFO] jclouds cloudwatch api
[INFO] jclouds bouncycastle EncryptionService Module
[INFO] jclouds sshj ssh client
[INFO] jclouds cloudstack core
[INFO] jclouds blobstore core
[INFO] jclouds filesystem core
[INFO] jclouds bring your own node provider
[INFO] jclouds OkHttp Driver
[INFO] jclouds s3 api
[INFO] jclouds ec2 api
[INFO] jclouds sqs api
[INFO] jclouds elasticstack core
[INFO] jclouds atmos components
[INFO] jclouds openstack-keystone api
[INFO] jclouds openstack-cinder api
[INFO] Apache jclouds :: OpenStack :: Nova API
[INFO] jclouds openstack-nova-ec2 api
[INFO] jclouds openstack-swift api
[INFO] jclouds openstack-trove api
[INFO] jclouds rackspace cloudidentity api
[INFO] jclouds Rackspace Cloud Load Balancers API
[INFO] jclouds Rackspace Next Generation Cloud Block Storage US provider
[INFO] jclouds Rackspace Next Generation Cloud Servers US provider
[INFO] jclouds rackspace clouddns api
[INFO] jclouds rackspace-cloudfiles api
[INFO] jclouds route53 api
[INFO] jclouds Chef api
[INFO] jclouds docker API
[INFO] jclouds apis project
[INFO] jclouds GoGrid provider
[INFO] jclouds Azure Storage provider
[INFO] jclouds Apache Http Components Client
[INFO] jclouds joda DateService Module
[INFO] jclouds netty payload module
[INFO] jclouds enterprise Module
[INFO] jclouds Amazon Simple Storage Service (S3) provider
[INFO] jclouds Amazon Elastic Load Balancer provider
[INFO] jclouds Amazon EC2 provider
[INFO] jclouds Amazon Simple Queue Service provider
[INFO] jclouds DigitalOcean v2 API Provider
[INFO] jclouds ElasticHosts Peer1 London provider
[INFO] jclouds ElasticHosts Peer1 San Antonio provider
[INFO] jclouds ElasticHosts BlueSquare London provider
[INFO] jclouds ElasticHosts Peer1 Toronto provider
[INFO] jclouds ElasticHosts Peer1 Los Angeles provider
[INFO] jclouds ElasticHosts Amsterdam provider
[INFO] jclouds ElasticHosts San Jose provider
[INFO] jclouds ElasticHosts Hong Kong provider
[INFO] jclouds ElasticHosts Sydney provider
[INFO] jclouds ElasticHosts Miami provider
[INFO] jclouds ElasticHosts Dallas provider
[INFO] jclouds Open Hosting East1 provider
[INFO] jclouds Serverlove Manchester provider
[INFO] jclouds SkaliCloud Malaysia provider
[INFO] jclouds Go2Cloud Johannesburg1 provider
[INFO] jclouds Google Compute Engine provider
[INFO] jclouds SoftLayer core
[INFO] jclouds Rackspace Cloud Files US provider
[INFO] jclouds Rackspace Cloud Files UK provider
[INFO] jclouds Rackspace Next Generation Cloud DNS US provider
[INFO] jclouds Rackspace Next Generation Cloud DNS UK provider
[INFO] jclouds Rackspace Cloud Databases US provider
[INFO] jclouds Rackspace Cloud Databases UK provider
[INFO] jclouds Rackspace Cloud Load Balancers US provider
[INFO] jclouds Rackspace Cloud Load Balancers UK provider
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK provider
[INFO] jclouds Rackspace Next Generation Cloud Servers provider
[INFO] jclouds GleSYS core
[INFO] jclouds Amazon Identity and Access Management (STS) provider
[INFO] jclouds Amazon Route 53 provider
[INFO] jclouds ultradns-ws provider
[INFO] jclouds dynect api
[INFO] jclouds ProfitBricks api
[INFO] jclouds providers project
[INFO] jclouds jsch ssh client
[INFO] jclouds example components for a standalone compute provider
[INFO] jclouds skeletons project
[INFO] jclouds Google App Engine Components
[INFO] jclouds drivers project
[INFO] allcompute
[INFO] allblobstore
[INFO] allloadbalancer
[INFO] all
[INFO] Apache jclouds
[INFO] 
[INFO] 
[INFO] Building Apache jclouds Project 2.1.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean 

Build failed in Jenkins: jclouds #3568

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

--
[...truncated 20.08 KB...]
[INFO] jclouds Amazon EC2 provider ... SKIPPED
[INFO] jclouds Amazon Simple Queue Service provider .. SKIPPED
[INFO] jclouds DigitalOcean v2 API Provider .. SKIPPED
[INFO] jclouds ElasticHosts Peer1 London provider  SKIPPED
[INFO] jclouds ElasticHosts Peer1 San Antonio provider ... SKIPPED
[INFO] jclouds ElasticHosts BlueSquare London provider ... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Toronto provider ... SKIPPED
[INFO] jclouds ElasticHosts Peer1 Los Angeles provider ... SKIPPED
[INFO] jclouds ElasticHosts Amsterdam provider ... SKIPPED
[INFO] jclouds ElasticHosts San Jose provider  SKIPPED
[INFO] jclouds ElasticHosts Hong Kong provider ... SKIPPED
[INFO] jclouds ElasticHosts Sydney provider .. SKIPPED
[INFO] jclouds ElasticHosts Miami provider ... SKIPPED
[INFO] jclouds ElasticHosts Dallas provider .. SKIPPED
[INFO] jclouds Open Hosting East1 provider ... SKIPPED
[INFO] jclouds Serverlove Manchester provider  SKIPPED
[INFO] jclouds SkaliCloud Malaysia provider .. SKIPPED
[INFO] jclouds Go2Cloud Johannesburg1 provider ... SKIPPED
[INFO] jclouds Google Compute Engine provider  SKIPPED
[INFO] jclouds SoftLayer core  SKIPPED
[INFO] jclouds Rackspace Cloud Files US provider . SKIPPED
[INFO] jclouds Rackspace Cloud Files UK provider . SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS US provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud DNS UK provider  SKIPPED
[INFO] jclouds Rackspace Cloud Databases US provider . SKIPPED
[INFO] jclouds Rackspace Cloud Databases UK provider . SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers US provider  SKIPPED
[INFO] jclouds Rackspace Cloud Load Balancers UK provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK provider  
SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Servers provider  SKIPPED
[INFO] jclouds GleSYS core ... SKIPPED
[INFO] jclouds Amazon Identity and Access Management (STS) provider  SKIPPED
[INFO] jclouds Amazon Route 53 provider .. SKIPPED
[INFO] jclouds ultradns-ws provider .. SKIPPED
[INFO] jclouds dynect api  SKIPPED
[INFO] jclouds ProfitBricks api .. SKIPPED
[INFO] jclouds providers project . SKIPPED
[INFO] jclouds jsch ssh client ... SKIPPED
[INFO] jclouds example components for a standalone compute provider  SKIPPED
[INFO] jclouds skeletons project . SKIPPED
[INFO] jclouds Google App Engine Components .. SKIPPED
[INFO] jclouds drivers project ... SKIPPED
[INFO] allcompute  SKIPPED
[INFO] allblobstore .. SKIPPED
[INFO] allloadbalancer ... SKIPPED
[INFO] all ... SKIPPED
[INFO] Apache jclouds  SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 4:25.962s
[INFO] Finished at: Tue Mar 28 02:51:04 EDT 2017
[INFO] Final Memory: 57M/215M
[INFO] 
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project jclouds-project: Failed to retrieve remote metadata 
org.apache.jclouds:jclouds-project:2.1.0-SNAPSHOT/maven-metadata.xml: Could not 
transfer metadata 
org.apache.jclouds:jclouds-project:2.1.0-SNAPSHOT/maven-metadata.xml from/to 
apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused: Connection timed out -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project jclouds-project: Failed to retrieve remote metadata 
org.apache.jclouds:jclouds-project:2.1.0-SNAPSHOT/maven-metadata.xml: Could not 
transfer metadata 
org.apache.jclouds:jclouds-project:2.1.0-SNAPSHOT/maven-metadata.xml from/to 
apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at 

Build failed in Jenkins: jclouds #3567

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


Changes:

[Ignasi Barrera] Create and attach tests sources as artifacts

--
[...truncated 905.24 KB...]
[INFO] jclouds Amazon Route 53 provider .. SKIPPED
[INFO] jclouds ultradns-ws provider .. SKIPPED
[INFO] jclouds dynect api  SKIPPED
[INFO] jclouds ProfitBricks api .. SKIPPED
[INFO] jclouds providers project . SKIPPED
[INFO] jclouds jsch ssh client ... SKIPPED
[INFO] jclouds example components for a standalone compute provider  SKIPPED
[INFO] jclouds skeletons project . SKIPPED
[INFO] jclouds Google App Engine Components .. SKIPPED
[INFO] jclouds drivers project ... SKIPPED
[INFO] allcompute  SKIPPED
[INFO] allblobstore .. SKIPPED
[INFO] allloadbalancer ... SKIPPED
[INFO] all ... SKIPPED
[INFO] Apache jclouds  SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 8:01.069s
[INFO] Finished at: Tue Mar 28 02:40:12 EDT 2017
[INFO] Final Memory: 104M/292M
[INFO] 
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project openstack-common: Failed to retrieve remote metadata 
org.apache.jclouds.common:openstack-common:2.1.0-SNAPSHOT/maven-metadata.xml: 
Could not transfer metadata 
org.apache.jclouds.common:openstack-common:2.1.0-SNAPSHOT/maven-metadata.xml 
from/to apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused: Connection timed out -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on 
project openstack-common: Failed to retrieve remote metadata 
org.apache.jclouds.common:openstack-common:2.1.0-SNAPSHOT/maven-metadata.xml: 
Could not transfer metadata 
org.apache.jclouds.common:openstack-common:2.1.0-SNAPSHOT/maven-metadata.xml 
from/to apache.snapshots.https 
(https://repository.apache.org/content/repositories/snapshots): Connection to 
https://repository.apache.org refused
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
at 
org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
at hudson.remoting.UserRequest.perform(UserRequest.java:153)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:336)
at 

Build failed in Jenkins: jclouds » jclouds OpenStack Components Core #3567

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


--
[...truncated 2.30 KB...]
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
openstack-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to 

[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
openstack-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
openstack-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to 

Note: 

 uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ openstack-common ---
[INFO] Surefire report directory: 


---
 T E S T S
---
Running TestSuite
Configuring TestNG with: TestNG652Configurator
Starting test 
testHandleHeadersCaseInsensitively(org.jclouds.openstack.functions.ParseAuthenticationResponseFromHeadersTest)
Starting test 
testReplaceLocalhost(org.jclouds.openstack.functions.ParseAuthenticationResponseFromHeadersTest)
[pool-1-thread-1] Test 
testHandleHeadersCaseInsensitively(org.jclouds.openstack.functions.ParseAuthenticationResponseFromHeadersTest)
 succeeded: 121ms
Test suite progress: tests succeeded: 1, failed: 0, skipped: 0.
[pool-1-thread-2] Test 
testReplaceLocalhost(org.jclouds.openstack.functions.ParseAuthenticationResponseFromHeadersTest)
 succeeded: 121ms
Test suite progress: tests succeeded: 2, failed: 0, skipped: 0.
Starting test 
testHrefEqualsWhenEqual(org.jclouds.openstack.predicates.LinkPredicatesTest)
[pool-2-thread-1] Test 
testHrefEqualsWhenEqual(org.jclouds.openstack.predicates.LinkPredicatesTest) 
succeeded: 1ms
Test suite progress: tests succeeded: 3, failed: 0, skipped: 0.
Starting test 
testHrefEqualsWhenNotEqual(org.jclouds.openstack.predicates.LinkPredicatesTest)
[pool-2-thread-2] Test 
testHrefEqualsWhenNotEqual(org.jclouds.openstack.predicates.LinkPredicatesTest) 
succeeded: 0ms
Starting test 
testRelationEqualsWhenEqual(org.jclouds.openstack.predicates.LinkPredicatesTest)
Test suite progress: tests succeeded: 4, failed: 0, skipped: 0.
[pool-2-thread-3] Test 
testRelationEqualsWhenEqual(org.jclouds.openstack.predicates.LinkPredicatesTest)
 succeeded: 1ms
Test suite progress: tests succeeded: 5, failed: 0, skipped: 0.
Starting test 
testRelationEqualsWhenNotEqual(org.jclouds.openstack.predicates.LinkPredicatesTest)
Starting test 
testTypeEqualsWhenEqual(org.jclouds.openstack.predicates.LinkPredicatesTest)
[pool-2-thread-4] Test 
testRelationEqualsWhenNotEqual(org.jclouds.openstack.predicates.LinkPredicatesTest)
 succeeded: 0ms
Test suite progress: tests succeeded: 6, failed: 0, skipped: 0.
Starting test 
testTypeEqualsWhenNotEqual(org.jclouds.openstack.predicates.LinkPredicatesTest)
[pool-2-thread-5] Test 
testTypeEqualsWhenEqual(org.jclouds.openstack.predicates.LinkPredicatesTest) 
succeeded: 1ms
Test suite progress: tests succeeded: 7, failed: 0, skipped: 0.
[pool-2-thread-3] Test 
testTypeEqualsWhenNotEqual(org.jclouds.openstack.predicates.LinkPredicatesTest) 
succeeded: 1ms
Test suite progress: tests succeeded: 8, failed: 0, skipped: 0.
Starting test 
test401ShouldRetry(org.jclouds.openstack.keystone.v1_1.handlers.RetryOnRenewTest)
Starting test 
test401ShouldRetry(org.jclouds.openstack.handlers.RetryOnRenewTest)
Starting test 
test401ShouldRetry4Times(org.jclouds.openstack.handlers.RetryOnRenewTest)
Starting test 
test401ShouldRetry4Times(org.jclouds.openstack.keystone.v1_1.handlers.RetryOnRenewTest)
Starting test 
test404ShouldNotRetry(org.jclouds.openstack.keystone.v1_1.handlers.RetryOnRenewTest)
[pool-3-thread-5] Test 
test404ShouldNotRetry(org.jclouds.openstack.keystone.v1_1.handlers.RetryOnRenewTest)
 succeeded: 146ms
Test suite progress: tests succeeded: 9, failed: 0, skipped: 0.
Starting test 
test408ShouldRetry(org.jclouds.openstack.keystone.v1_1.handlers.RetryOnRenewTest)
[pool-3-thread-2] Test 

Re: [jclouds/jclouds] Fix for Java 1.8 and Guice 4.1 (#1036)

2017-03-28 Thread Ignasi Barrera
Just getting back here. @wltjr which JDK version are you using? The build seems 
already OK in OpenJDK8 and Guice 4.1.0 without this patch:
https://jclouds.ci.cloudbees.com/job/jclouds-compat/GUAVA_VERSION=16.0.1,GUICE_VERSION=4.1.0,jdk=OpenJDK%208%20(latest)/40/

-- 
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/pull/1036#issuecomment-289677863

[jira] [Updated] (JCLOUDS-1254) [Azure ARM] Retrieving custom images does not filter storage accounts by location

2017-03-28 Thread Ignasi Barrera (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ignasi Barrera updated JCLOUDS-1254:

Affects Version/s: (was: 2.0.1)

> [Azure ARM] Retrieving custom images does not filter storage accounts by 
> location
> -
>
> Key: JCLOUDS-1254
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1254
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-compute, jclouds-labs
>Affects Versions: 2.1.0
>Reporter: Daniel Estevez
>Assignee: Daniel Estevez
>  Labels: azurecompute-arm
> Fix For: 2.1.0, 2.0.2
>
>
> When retrieving custom images to add to the official ones, azureARM provider 
> is retrieving all storage accounts available ignoring the location.
> https://github.com/jclouds/jclouds-labs/blob/master/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/compute/AzureComputeServiceAdapter.java#L234



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


[jira] [Resolved] (JCLOUDS-1254) [Azure ARM] Retrieving custom images does not filter storage accounts by location

2017-03-28 Thread Ignasi Barrera (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ignasi Barrera resolved JCLOUDS-1254.
-
   Resolution: Fixed
Fix Version/s: 2.0.2
   2.1.0

> [Azure ARM] Retrieving custom images does not filter storage accounts by 
> location
> -
>
> Key: JCLOUDS-1254
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1254
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-compute, jclouds-labs
>Affects Versions: 2.1.0, 2.0.1
>Reporter: Daniel Estevez
>Assignee: Daniel Estevez
>  Labels: azurecompute-arm
> Fix For: 2.1.0, 2.0.2
>
>
> When retrieving custom images to add to the official ones, azureARM provider 
> is retrieving all storage accounts available ignoring the location.
> https://github.com/jclouds/jclouds-labs/blob/master/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/compute/AzureComputeServiceAdapter.java#L234



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


Re: [jclouds/jclouds-labs] JCLOUDS-1254 Filters storage account by current available locations (#370)

2017-03-28 Thread Ignasi Barrera
Closed #370.

-- 
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/370#event-1017962865

Re: [jclouds/jclouds-labs] Improve vagrant docs (#373)

2017-03-28 Thread Ignasi Barrera
Merged to master and 2.0.x. Thanks @neykov!

-- 
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/373#issuecomment-289676823

[jira] [Commented] (JCLOUDS-1254) [Azure ARM] Retrieving custom images does not filter storage accounts by location

2017-03-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on JCLOUDS-1254:
--

Commit 76353e75a548269654633825761972e612feee8f in jclouds-labs's branch 
refs/heads/master from [~destevez]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;h=76353e7 ]

JCLOUDS-1254 Filters storage account by current available locations


> [Azure ARM] Retrieving custom images does not filter storage accounts by 
> location
> -
>
> Key: JCLOUDS-1254
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1254
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-compute, jclouds-labs
>Affects Versions: 2.1.0, 2.0.1
>Reporter: Daniel Estevez
>Assignee: Daniel Estevez
>  Labels: azurecompute-arm
>
> When retrieving custom images to add to the official ones, azureARM provider 
> is retrieving all storage accounts available ignoring the location.
> https://github.com/jclouds/jclouds-labs/blob/master/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/compute/AzureComputeServiceAdapter.java#L234



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


[jira] [Commented] (JCLOUDS-1254) [Azure ARM] Retrieving custom images does not filter storage accounts by location

2017-03-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on JCLOUDS-1254:
--

Commit 7214dcb4162c74476be69fbc9a1657da877bb099 in jclouds-labs's branch 
refs/heads/2.0.x from [~destevez]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;h=7214dcb ]

JCLOUDS-1254 Filters storage account by current available locations


> [Azure ARM] Retrieving custom images does not filter storage accounts by 
> location
> -
>
> Key: JCLOUDS-1254
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1254
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-compute, jclouds-labs
>Affects Versions: 2.1.0, 2.0.1
>Reporter: Daniel Estevez
>Assignee: Daniel Estevez
>  Labels: azurecompute-arm
>
> When retrieving custom images to add to the official ones, azureARM provider 
> is retrieving all storage accounts available ignoring the location.
> https://github.com/jclouds/jclouds-labs/blob/master/azurecompute-arm/src/main/java/org/jclouds/azurecompute/arm/compute/AzureComputeServiceAdapter.java#L234



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


Re: [jclouds/jclouds-labs] Improve vagrant docs (#373)

2017-03-28 Thread Ignasi Barrera
Closed #373.

-- 
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/373#event-1017962196

Re: [jclouds/jclouds] Create and attach tests sources as artifacts (#1079)

2017-03-28 Thread Ignasi Barrera
Pushed to 
[master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/8875c0e8) and 
[2.0.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/2633fcc1). Thanks 
@neykov!

-- 
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/pull/1079#issuecomment-289676466

Re: [jclouds/jclouds] Create and attach tests sources as artifacts (#1079)

2017-03-28 Thread Ignasi Barrera
Closed #1079.

-- 
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/pull/1079#event-1017960355