Re: [jclouds] Upgrade to Maven Checkstyle Plugin 2.13 (5bac61d)

2014-10-03 Thread Andrew Phillips
@andrewgaul This seems to be causing the build to fail now with a Checkstyle 
violation:

https://jclouds.ci.cloudbees.com/job/jclouds/2776/org.apache.jclouds$jclouds-resources/violations/file/checkstyle.xml/

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/commit/5bac61d94b93ee4bea332579831cffc67156d8d5#commitcomment-8023601

[jclouds] Fix checkstyle failures on master (#537)

2014-10-03 Thread Andrew Phillips
The first commit (to checkstyle.xml itself) is just cleanup
You can merge this Pull Request by running:

  git pull https://github.com/jclouds/jclouds fix-checkstyle

Or you can view, comment on it, or merge it online at:

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

-- Commit Summary --

  * Aligning indents in checkstyle config file
  * Excluding checkstyle.xml from Checkstyle checking

-- File Changes --

M project/pom.xml (2)
M resources/checkstyle.xml (6)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/537.patch
https://github.com/jclouds/jclouds/pull/537.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/537


Re: [jclouds] Fix checkstyle failures on master (#537)

2014-10-03 Thread Andrew Phillips
 @@ -1106,6 +1106,8 @@
configLocationresources/checkstyle.xml/configLocation
failOnViolationtrue/failOnViolation
failsOnErrortrue/failsOnError
 +  !-- fails on itself as it uses the author tag in a module 
 definition --
 +  resourceExcludescheckstyle.xml/resourceExcludes

Other options here:

* do not add the exclude at this level, but override the plugin config in 
resources/pom.xml
* use a [suppressions 
filter](http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/suppressions-filter.html)
 instead. That would narrow down the exception, but the line numbers would go 
out of sync pretty quickly as checkstyle.xml is updated, I suspect
* add [`property name=fileExtension 
value=java`](http://checkstyle.sourceforge.net/config_regexp.html) or so to 
the `@author` module config. But we probably want to check all files (well, 
_except_ checkstyle.xml) for this tag

@andrewgaul Thoughts?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/537/files#r18384166

Re: [jclouds] Fix checkstyle failures on master (#537)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#114](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/114/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/537#issuecomment-57764855

Re: [jclouds] Fix checkstyle failures on master (#537)

2014-10-03 Thread Ignasi Barrera
 @@ -1106,6 +1106,8 @@
configLocationresources/checkstyle.xml/configLocation
failOnViolationtrue/failOnViolation
failsOnErrortrue/failsOnError
 +  !-- fails on itself as it uses the author tag in a module 
 definition --
 +  resourceExcludescheckstyle.xml/resourceExcludes

I'm not the expert here, but +1 for the current approach excluding the 
checkstyle.xml file.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/537/files#r18384251

Re: [jclouds] Moved jclouds-chef to the main repo (#536)

2014-10-03 Thread Ignasi Barrera
Unrelated build failure fixed here: 
https://github.com/jclouds/jclouds/pull/537. Will close and reopen once that is 
merged. Thanks @demobox!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/536#issuecomment-57765119

Re: [jclouds-labs] CloudSigma2 ComputeService and SecurityGroupExtension (#70)

2014-10-03 Thread Ignasi Barrera
 +  this.driveCloned = checkNotNull(driveCloned, driveCloned);
 +  this.serverStopped = checkNotNull(serverStopped, serverStopped);
 +  this.destroyDrives = destroyDrives;
 +  this.groupNamingConvention = checkNotNull(groupNamingConvention, 
 groupNamingConvention).create();
 +   }
 +
 +   @Override
 +   public NodeAndInitialCredentialsServerInfo 
 createNodeWithGroupEncodedIntoName(String group, String name,
 + 
   Template template) {
 +  CloudSigma2TemplateOptions options = 
 template.getOptions().as(CloudSigma2TemplateOptions.class);
 +  Image image = template.getImage();
 +  Hardware hardware = template.getHardware();
 +
 +  DriveInfo drive = api.getLibraryDrive(image.getProviderId());
 +
 +  if (!drive.getMedia().equals(MediaType.CDROM)) {

Not sure if that log is needed. CD-ROM drives don't require a clone operation, 
but they are used later. I mean, these drives are not skipped, but not 
cloned. Other drives that require the clone print the log for that.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/70/files#r18385378

Re: [jclouds] Fix checkstyle failures on master (#537)

2014-10-03 Thread BuildHive
[jclouds » jclouds 
#1682](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1682/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/537#issuecomment-57768827

Jenkins build is back to normal : jclouds » jclouds #1682

2014-10-03 Thread BuildHive
See https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1682/changes



Re: [jclouds] Fix checkstyle failures on master (#537)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1203](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1203/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/537#issuecomment-57770321

Re: [jclouds-labs-google] JCLOUDS-740 GCE doesn't always return id, selfLink on lists. (#50)

2014-10-03 Thread Eric Johnson
/cc @danbroudy - this sounds pretty similar to what we saw yesterday.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/50#issuecomment-57783517

Re: [jclouds] Fix checkstyle failures on master (#537)

2014-10-03 Thread Andrew Phillips
Closed #537.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/537#event-173798285

Re: [jclouds] Fix checkstyle failures on master (#537)

2014-10-03 Thread Andrew Phillips
 but +1 for the current approach excluding the checkstyle.xml file.

Thanks, @nacx! Merged to 
[master](https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=commit;h=641bc6fda0527fd828697081b565a0b2a5e3fdec)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/537#issuecomment-57797635

Re: [jclouds-labs-openstack] JCLOUDS-611: Neutron LBaaS (version 1) extension request (#146)

2014-10-03 Thread Frédéric Brouillé
Who is supposed to close the issue in JIRA? 
(https://issues.apache.org/jira/browse/JCLOUDS-611)
me or someone else?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/146#issuecomment-57797789

Build failed in Jenkins: jclouds » jclouds shared Maven resources #2777

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds$jclouds-resources/2777/

--
[INFO] 
[INFO] 
[INFO] Building jclouds shared Maven resources 2.0.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jclouds-resources ---
[INFO] Deleting 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds$jclouds-resources/ws/target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1.1:enforce (enforce-banned-dependencies) @ 
jclouds-resources ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1.1:enforce (enforce-java) @ 
jclouds-resources ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle) @ jclouds-resources 
---
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 1.9 KB/sec)
[INFO] 
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (default) @ jclouds-resources ---
[INFO] 
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
jclouds-resources ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
jclouds-resources ---
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
 (218 KB at 5068.4 KB/sec)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
jclouds-resources ---
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
 (4 KB at 196.1 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
 (4 KB at 40.3 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
 (5 KB at 289.4 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
 (865 B at 52.8 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
 (4 KB at 220.6 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom
 (690 B at 33.7 KB/sec)
Downloading: 

Build failed in Jenkins: jclouds #2777

2014-10-03 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds/2777/changes

Changes:

[Andrew Phillips] Aligning indents in checkstyle config file

[Andrew Phillips] Excluding checkstyle.xml from Checkstyle checking

--
[...truncated 523 lines...]
[INFO] jclouds ElasticHosts Hong Kong provider ... SKIPPED
[INFO] jclouds ElasticHosts Sydney provider .. SKIPPED
[INFO] jclouds Open Hosting East1 provider ... SKIPPED
[INFO] jclouds Serverlove Manchester provider  SKIPPED
[INFO] jclouds SkaliCloud Malaysia provider .. SKIPPED
[INFO] jclouds Green House Data Element vCloud provider .. SKIPPED
[INFO] jclouds Go2Cloud Johannesburg1 provider ... SKIPPED
[INFO] jclouds SoftLayer core  SKIPPED
[INFO] jclouds HP Cloud Compute provider . SKIPPED
[INFO] jclouds HP Cloud Block Storage Provider ... SKIPPED
[INFO] jclouds HP Cloud Object Storage ... SKIPPED
[INFO] jclouds CloudServers US provider .. SKIPPED
[INFO] jclouds CloudServers UK provider .. SKIPPED
[INFO] jclouds CloudFiles US provider  SKIPPED
[INFO] jclouds CloudFiles 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 Servers provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage US provider  
SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK 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 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 OkHttp Driver . 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: 1:42.956s
[INFO] Finished at: Fri Oct 03 09:49:38 EDT 2014
[INFO] Final Memory: 60M/218M
[INFO] 
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.13:checkstyle (default-cli) 
on project jclouds-resources: An error has occurred in Checkstyle report 
generation. Failed during checkstyle execution: Unable to find configuration 
file at location: resources/checkstyle.xml: Could not find resource 
'resources/checkstyle.xml'. - [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.13:checkstyle (default-cli) 
on project jclouds-resources: An error has occurred in Checkstyle report 
generation.
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)

[jira] [Commented] (JCLOUDS-735) Remove ninefold providers

2014-10-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158033#comment-14158033
 ] 

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

Commit a32292fa0553a8c2b6c4a0fd357fe0ba18d3e01d in jclouds's branch 
refs/heads/fix-jclouds-538 from [~adrian.f.c...@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=a32292f ]

JCLOUDS-735 Remove ninefold providers.


 Remove ninefold providers
 -

 Key: JCLOUDS-735
 URL: https://issues.apache.org/jira/browse/JCLOUDS-735
 Project: jclouds
  Issue Type: Bug
  Components: jclouds-core
Reporter: Adrian Cole
 Fix For: 1.8.1


 Ninefold's compute and storage and storage service is deprecated and they've 
 switched to rails hosting. Let's remove the providers.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jclouds] First attempt at fixing 538 by adding dummy override methods for TestNG (#351)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#115](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/115/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/351#issuecomment-57804207

[jira] [Commented] (JCLOUDS-538) Unable to run Swift integration tests from Maven

2014-10-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158056#comment-14158056
 ] 

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

Commit 2cbb5e26c055b53775a2b3bf932e9d99161383ff in jclouds's branch 
refs/heads/1.8.x from [~andrewp]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=2cbb5e2 ]

JCLOUDS-538: Avoiding a VM crash trying to run live tests for Swift

TestNG was throwing up as its reflection was unable to find certain test methods


 Unable to run Swift integration tests from Maven
 

 Key: JCLOUDS-538
 URL: https://issues.apache.org/jira/browse/JCLOUDS-538
 Project: jclouds
  Issue Type: Test
  Components: jclouds-blobstore
Affects Versions: 1.8.0
Reporter: Sandeep Bazar





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jclouds] First attempt at fixing 538 by adding dummy override methods for TestNG (#351)

2014-10-03 Thread Andrew Phillips
Java 7 PR build looks good. Committed to 
[master](https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=commit;h=d949137649a8e9fe7fec4a06fa8a5b2d589a7c63)
 and 
[1.8.x](https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=commit;h=2cbb5e26c055b53775a2b3bf932e9d99161383ff)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/351#issuecomment-57809568

Re: [jclouds] First attempt at fixing 538 by adding dummy override methods for TestNG (#351)

2014-10-03 Thread Andrew Phillips
Closed #351.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/351#event-173845717

[jira] [Resolved] (JCLOUDS-611) Neutron LBaaS extension request

2014-10-03 Thread Jeremy Daggett (JIRA)

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

Jeremy Daggett resolved JCLOUDS-611.

Resolution: Done

Changes pushed to 
[master|https://github.com/jclouds/jclouds-labs-openstack/commit/0675d2eabb8db835bcaf35a2543610536adad307]
 and 
[1.8.x|https://github.com/jclouds/jclouds-labs-openstack/commit/b2197b80a829dcabc59989622b4704dfd5ce518e]

 Neutron LBaaS extension request
 ---

 Key: JCLOUDS-611
 URL: https://issues.apache.org/jira/browse/JCLOUDS-611
 Project: jclouds
  Issue Type: New Feature
  Components: jclouds-labs-openstack
Reporter: Brian Carroll
Assignee: Frédéric Brouillé
  Labels: features
 Fix For: 2.0.0


 Currently there is no neutron extension for accessing the LBaaS functionality 
 in openstack



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jclouds-labs-openstack] JCLOUDS-611: Neutron LBaaS (version 1) extension request (#146)

2014-10-03 Thread Jeremy Daggett
@fbrouille Personally, I close them once the work is pushed. I just resolved 
the issue in JIRA, so not to worry. We really appreciate the contribution, 
thanks!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/146#issuecomment-57810495

Build failed in Jenkins: jclouds #2778

2014-10-03 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds/2778/changes

Changes:

[Andrew Phillips] JCLOUDS-538: Avoiding a VM crash trying to run live tests for 
Swift

--
[...truncated 198 lines...]
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: 1 licence.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ jclouds-project ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 
https://jclouds.ci.cloudbees.com/job/jclouds/ws/project/target/jclouds-project-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9:jar (javadoc) @ jclouds-project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable 
package
[INFO] 
[INFO] --- maven-source-plugin:2.2:jar-no-fork (attach-sources) @ 
jclouds-project ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (integration) @ jclouds-project ---
[INFO] No tests to run.
[JENKINS] Recording test results[INFO] 
[INFO] --- maven-duplicate-finder-plugin:1.0.5:check (default) @ 
jclouds-project ---

[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Checking test classpath
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jclouds-project 
---
[INFO] Installing 
https://jclouds.ci.cloudbees.com/job/jclouds/ws/project/pom.xml to 
https://jclouds.ci.cloudbees.com/job/jclouds/ws/.repository/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/jclouds-project-2.0.0-SNAPSHOT.pom
[INFO] Installing 
https://jclouds.ci.cloudbees.com/job/jclouds/ws/project/target/jclouds-project-2.0.0-SNAPSHOT-tests.jar
 to 
https://jclouds.ci.cloudbees.com/job/jclouds/ws/.repository/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/jclouds-project-2.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jclouds-project ---
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
 (825 B at 0.7 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/jclouds-project-2.0.0-20141003.151837-67.pom
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/jclouds-project-2.0.0-20141003.151837-67.pom
 (42 KB at 44.5 KB/sec)
Downloading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/maven-metadata.xml
Downloaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/maven-metadata.xml
 (594 B at 1.1 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
 (825 B at 1.1 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/maven-metadata.xml
 (594 B at 0.7 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/jclouds-project-2.0.0-20141003.151837-67-tests.jar
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/jclouds-project-2.0.0-20141003.151837-67-tests.jar
 (9 KB at 9.9 KB/sec)
Uploading: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
Uploaded: 
https://repository.apache.org/content/repositories/snapshots/org/apache/jclouds/jclouds-project/2.0.0-SNAPSHOT/maven-metadata.xml
 (825 B at 1.0 KB/sec)
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:checkstyle (default-cli) @ 
jclouds-project ---
[INFO] 
[INFO] 
[INFO] 
[INFO] Building jclouds shared Maven resources 2.0.0-SNAPSHOT

Build failed in Jenkins: jclouds » jclouds shared Maven resources #2779

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds$jclouds-resources/2779/

--
[INFO] 
[INFO] 
[INFO] Building jclouds shared Maven resources 2.0.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jclouds-resources ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1.1:enforce (enforce-banned-dependencies) @ 
jclouds-resources ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1.1:enforce (enforce-java) @ 
jclouds-resources ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (checkstyle) @ jclouds-resources 
---
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/maven-metadata.xml
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/maven-metadata.xml
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/maven-metadata.xml
 (2 KB at 3.6 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/snapshot/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/jclouds-resources-2.0.0-20141003.151900-64.pom
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/jclouds-resources-2.0.0-20141003.151900-64.pom
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/jclouds-resources-2.0.0-20141003.151900-64.pom
 (2 KB at 9.5 KB/sec)
Downloading: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/jclouds-resources-2.0.0-20141003.151900-64.jar
Downloaded: 
http://repository.apache.org/snapshots/org/apache/jclouds/jclouds-resources/2.0.0-SNAPSHOT/jclouds-resources-2.0.0-20141003.151900-64.jar
 (10 KB at 48.1 KB/sec)
[INFO] 
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.13:check (default) @ jclouds-resources ---
[INFO] 
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
jclouds-resources ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
jclouds-resources ---
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
 (218 KB at 5890.3 KB/sec)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources to resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
jclouds-resources ---
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom
 (4 KB at 44.5 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
 (4 KB at 247.0 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
 (5 KB at 308.7 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom
 (865 B at 56.3 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom
Downloading: 

Build failed in Jenkins: jclouds #2779

2014-10-03 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds/2779/

--
[...truncated 2695 lines...]
[INFO] jclouds ElasticHosts Hong Kong provider ... SKIPPED
[INFO] jclouds ElasticHosts Sydney provider .. SKIPPED
[INFO] jclouds Open Hosting East1 provider ... SKIPPED
[INFO] jclouds Serverlove Manchester provider  SKIPPED
[INFO] jclouds SkaliCloud Malaysia provider .. SKIPPED
[INFO] jclouds Green House Data Element vCloud provider .. SKIPPED
[INFO] jclouds Go2Cloud Johannesburg1 provider ... SKIPPED
[INFO] jclouds SoftLayer core  SKIPPED
[INFO] jclouds HP Cloud Compute provider . SKIPPED
[INFO] jclouds HP Cloud Block Storage Provider ... SKIPPED
[INFO] jclouds HP Cloud Object Storage ... SKIPPED
[INFO] jclouds CloudServers US provider .. SKIPPED
[INFO] jclouds CloudServers UK provider .. SKIPPED
[INFO] jclouds CloudFiles US provider  SKIPPED
[INFO] jclouds CloudFiles 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 Servers provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage US provider  
SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK 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 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 OkHttp Driver . 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: 2:14.570s
[INFO] Finished at: Fri Oct 03 11:26:14 EDT 2014
[INFO] Final Memory: 59M/186M
[INFO] 
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.13:checkstyle (default-cli) 
on project jclouds-resources: An error has occurred in Checkstyle report 
generation. Failed during checkstyle execution: Unable to find configuration 
file at location: resources/checkstyle.xml: Could not find resource 
'resources/checkstyle.xml'. - [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.13:checkstyle (default-cli) 
on project jclouds-resources: An error has occurred in Checkstyle report 
generation.
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 

Re: [jclouds] Excluding checkstyle.xml from Checkstyle checking (641bc6f)

2014-10-03 Thread Andrew Phillips
This is now being excluded, but there's still a failure the doesn't seem to be 
reproduced in the PR job?!
```
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.13:checkstyle (default-cli) 
on project jclouds-resources: An error has occurred in Checkstyle report 
generation. Failed during checkstyle execution: Unable to find configuration 
file at location: resources/checkstyle.xml: Could not find resource 
'resources/checkstyle.xml'. - [Help 1]
```

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/commit/641bc6fda0527fd828697081b565a0b2a5e3fdec#commitcomment-8029750

Re: [jclouds] First attempt at fixing 538 by adding dummy override methods for TestNG (#351)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1204](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1204/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/351#issuecomment-57813113

Re: [jclouds] First attempt at fixing 538 by adding dummy override methods for TestNG (#351)

2014-10-03 Thread BuildHive
[jclouds » jclouds 
#1684](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1684/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/351#issuecomment-57813218

[jira] [Commented] (JCLOUDS-150) Remove async interface from AWS APIs/providers, rename *Client to *Api

2014-10-03 Thread Adrian Cole (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158117#comment-14158117
 ] 

Adrian Cole commented on JCLOUDS-150:
-

approach I'm taking is to add the SubmissionAsyncBlobStore from openstack-swift 
into an internal package in blobstore. This allows us to do the unasyncing in 
multiple steps.
  1. switch to SubmissionAsyncBlobStore
  2. move annotations from AsyncClient to Client
  3. look at removing AsyncBlobStore from everyone

Thing is we can't remove AsyncBlobStore until the client unasyncing works.

cc [~jdaggett] [~gaul]

 Remove async interface from AWS APIs/providers, rename *Client to *Api
 --

 Key: JCLOUDS-150
 URL: https://issues.apache.org/jira/browse/JCLOUDS-150
 Project: jclouds
  Issue Type: Sub-task
  Components: jclouds-core, jclouds-labs-aws
Affects Versions: 1.7.0
Reporter: Andrew Bayer
Assignee: Adrian Cole





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Adrian Cole
This adds a stop-gap async blobstore SubmissionAsyncBlobStore, which was 
copy/pasted from openstack-labs. This simulates what the async client did, 
basically defer the call to a future.

Using this, I unasynced s3 and aws-s3, ran the live tests, which had the same 
results as before: s3 all pass, aws-s3 fails one test.
You can merge this Pull Request by running:

  git pull https://github.com/adriancole/jclouds adrian.no-s3-async

Or you can view, comment on it, or merge it online at:

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

-- Commit Summary --

  * JCLOUDS-150 add SubmissionAsyncBlobStore; nasync s3 and aws-s3

-- File Changes --

M apis/s3/src/main/java/org/jclouds/s3/S3ApiMetadata.java (57)
D apis/s3/src/main/java/org/jclouds/s3/S3AsyncClient.java (363)
M apis/s3/src/main/java/org/jclouds/s3/S3Client.java (302)
D apis/s3/src/main/java/org/jclouds/s3/blobstore/S3AsyncBlobStore.java (273)
M apis/s3/src/main/java/org/jclouds/s3/blobstore/S3BlobRequestSigner.java 
(4)
M apis/s3/src/main/java/org/jclouds/s3/blobstore/S3BlobStoreContext.java (3)
M 
apis/s3/src/main/java/org/jclouds/s3/blobstore/config/S3BlobStoreContextModule.java
 (11)
M 
apis/s3/src/main/java/org/jclouds/s3/blobstore/internal/S3BlobStoreContextImpl.java
 (7)
R apis/s3/src/main/java/org/jclouds/s3/config/S3HttpApiModule.java (44)
M apis/s3/src/test/java/org/jclouds/s3/S3ClientLiveTest.java (8)
R apis/s3/src/test/java/org/jclouds/s3/S3ClientTest.java (64)
M 
apis/s3/src/test/java/org/jclouds/s3/binders/BindAsHostPrefixIfConfiguredNoPathTest.java
 (8)
M 
apis/s3/src/test/java/org/jclouds/s3/binders/BindAsHostPrefixIfConfiguredTest.java
 (8)
M 
apis/s3/src/test/java/org/jclouds/s3/binders/BindNoBucketLoggingToXmlPayloadTest.java
 (6)
M 
apis/s3/src/test/java/org/jclouds/s3/binders/BindS3ObjectMetadataToRequestTest.java
 (6)
M 
apis/s3/src/test/java/org/jclouds/s3/blobstore/S3BlobSignerExpectTest.java (7)
M 
apis/s3/src/test/java/org/jclouds/s3/filters/RequestAuthorizeSignatureTest.java 
(16)
M 
apis/s3/src/test/java/org/jclouds/s3/filters/RequestAuthorizeSignatureWithSessionCredentialsTest.java
 (9)
M apis/s3/src/test/java/org/jclouds/s3/internal/BaseS3ClientExpectTest.java 
(14)
R apis/s3/src/test/java/org/jclouds/s3/internal/BaseS3ClientTest.java (6)
D apis/s3/src/test/java/org/jclouds/s3/internal/StubS3AsyncClient.java (343)
M apis/s3/src/test/java/org/jclouds/s3/services/BucketsLiveTest.java (15)
A 
blobstore/src/main/java/org/jclouds/blobstore/internal/SubmissionAsyncBlobStore.java
 (293)
M providers/aws-s3/src/main/java/org/jclouds/aws/s3/AWSS3ApiMetadata.java 
(22)
D providers/aws-s3/src/main/java/org/jclouds/aws/s3/AWSS3AsyncClient.java 
(135)
M providers/aws-s3/src/main/java/org/jclouds/aws/s3/AWSS3Client.java (83)
D 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/blobstore/AWSS3AsyncBlobStore.java
 (139)
M 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/blobstore/AWSS3BlobRequestSigner.java
 (6)
M 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/blobstore/AWSS3BlobStore.java 
(4)
M 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/blobstore/AWSS3BlobStoreContext.java
 (3)
M 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/blobstore/config/AWSS3BlobStoreContextModule.java
 (3)
M 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/blobstore/internal/AWSS3BlobStoreContextImpl.java
 (7)
M 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/blobstore/strategy/internal/ParallelMultipartUploadStrategy.java
 (31)
R 
providers/aws-s3/src/main/java/org/jclouds/aws/s3/config/AWSS3HttpApiModule.java
 (17)
M 
providers/aws-s3/src/test/java/org/jclouds/aws/s3/AWSS3ClientLiveTest.java (4)
R providers/aws-s3/src/test/java/org/jclouds/aws/s3/AWSS3ClientTest.java 
(33)
M 
providers/aws-s3/src/test/java/org/jclouds/aws/s3/binders/BindObjectMetadataToRequestTest.java
 (6)
M 
providers/aws-s3/src/test/java/org/jclouds/aws/s3/blobstore/AWSS3BlobSignerExpectTest.java
 (6)
M 
providers/aws-s3/src/test/java/org/jclouds/aws/s3/internal/BaseAWSS3ClientExpectTest.java
 (6)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/538.patch
https://github.com/jclouds/jclouds/pull/538.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538


[jira] [Commented] (JCLOUDS-150) Remove async interface from AWS APIs/providers, rename *Client to *Api

2014-10-03 Thread Adrian Cole (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158135#comment-14158135
 ] 

Adrian Cole commented on JCLOUDS-150:
-

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

 Remove async interface from AWS APIs/providers, rename *Client to *Api
 --

 Key: JCLOUDS-150
 URL: https://issues.apache.org/jira/browse/JCLOUDS-150
 Project: jclouds
  Issue Type: Sub-task
  Components: jclouds-core, jclouds-labs-aws
Affects Versions: 1.7.0
Reporter: Andrew Bayer
Assignee: Adrian Cole





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#116](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/116/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57817439

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#117](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/117/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57817531

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1205](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1205/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57824864

Jenkins build is back to normal : jclouds-labs-1.8.x-branch #22

2014-10-03 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-1.8.x-branch/22/



Build failed in Jenkins: jclouds-labs-aws-1.8.x-branch #18

2014-10-03 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.8.x-branch/18/

--
Started by upstream project jclouds-labs-1.8.x-branch build number 22
originally caused by:
 Started by upstream project jclouds-1.8.x-branch build number 23
 originally caused by:
  Started by an SCM change
Building remotely on dd3d63cd (lxc-fedora17 m1.small small) in workspace 
https://jclouds.ci.cloudbees.com/job/jclouds-labs-aws-1.8.x-branch/ws/
$ sudo /opt/jenkins/sbin/mount-webdav 
https://repository-jclouds.forge.cloudbees.com/private jclouds alert
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/jclouds-labs-aws.git
Fetching upstream changes from 
https://git-wip-us.apache.org/repos/asf/jclouds-labs-aws.git
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Failed to connect to 
https://git-wip-us.apache.org/repos/asf/jclouds-labs-aws.git
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.checkCredentials(CliGitAPIImpl.java:1608)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:957)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:71)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:197)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:329)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
ERROR: null
Sending e-mails to: notifications@jclouds.apache.org


Re: [jclouds] Work around mockwebserver hangs in S3 tests (#502)

2014-10-03 Thread Andrew Phillips
 I haven't seen the problem occur recently

Looks like I was a bit too optimistic, and that is **not** fixed by the change 
to longs:

https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1206/console

hanging at:
```
Test suite progress: tests succeeded: 69, failed: 0, skipped: 0.
Starting test 
testZeroLengthPutHasContentLengthHeader(org.jclouds.s3.S3ClientMockTest)
Oct 03, 2014 12:30:50 PM com.squareup.okhttp.mockwebserver.MockWebServer$3 
processOneRequest
INFO: Received request: PUT /bucket/object HTTP/1.1 and responded: HTTP/1.1 200 
OK
```

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/502#issuecomment-57829446

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1206](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1206/) ABORTED


---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57829889

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
  import org.jclouds.s3.reference.S3Headers;
  
 -import com.google.common.collect.ImmutableSet;
 -import com.google.common.reflect.TypeToken;
 -import com.google.inject.Module;
 +import static org.jclouds.Constants.PROPERTY_RELAX_HOSTNAME;
 +import static org.jclouds.aws.reference.AWSConstants.PROPERTY_AUTH_TAG;
 +import static org.jclouds.aws.reference.AWSConstants.PROPERTY_HEADER_TAG;
 +import static 
 org.jclouds.blobstore.reference.BlobStoreConstants.PROPERTY_BLOBSTORE_DIRECTORY_SUFFIX;
 +import static 
 org.jclouds.blobstore.reference.BlobStoreConstants.PROPERTY_USER_METADATA_PREFIX;
 +import static org.jclouds.reflect.Reflection2.typeToken;
 +import static org.jclouds.s3.reference.S3Constants.PROPERTY_S3_SERVICE_PATH;
 +import static 
 org.jclouds.s3.reference.S3Constants.PROPERTY_S3_VIRTUAL_HOST_BUCKETS;

Static imports at the top of the file please. :) Here is the standard format 
for ordering imports:
- `static`
- `java`
- `javax`
- `org`
- `com`

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18408829

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
 -   ListenableFutureVoid enableBucketLogging(
 -@Bucket @EndpointParam(parser = 
 AssignCorrectHostnameForBucket.class) 
 @BinderParam(BindAsHostPrefixIfConfigured.class) 
 @ParamValidators(BucketNameValidator.class) String bucketName,
 -@BinderParam(BindBucketLoggingToXmlPayload.class) BucketLogging 
 logging);
 -
 -   /**
 -* @see S3Client#putBucketLogging
 -*/
 -   @Named(PutBucketLogging)
 -   @PUT
 -   @Path(/)
 -   @QueryParams(keys = logging)
 -   @Produces(MediaType.TEXT_XML)
 -   ListenableFutureVoid disableBucketLogging(
 -@Bucket @EndpointParam(parser = 
 AssignCorrectHostnameForBucket.class) 
 @BinderParam(BindNoBucketLoggingToXmlPayload.class) 
 @ParamValidators(BucketNameValidator.class) String bucketName);
 -
 -}

Its so rewarding when these can be removed!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18408871

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Adrian Cole
  import org.jclouds.s3.reference.S3Headers;
  
 -import com.google.common.collect.ImmutableSet;
 -import com.google.common.reflect.TypeToken;
 -import com.google.inject.Module;
 +import static org.jclouds.Constants.PROPERTY_RELAX_HOSTNAME;
 +import static org.jclouds.aws.reference.AWSConstants.PROPERTY_AUTH_TAG;
 +import static org.jclouds.aws.reference.AWSConstants.PROPERTY_HEADER_TAG;
 +import static 
 org.jclouds.blobstore.reference.BlobStoreConstants.PROPERTY_BLOBSTORE_DIRECTORY_SUFFIX;
 +import static 
 org.jclouds.blobstore.reference.BlobStoreConstants.PROPERTY_USER_METADATA_PREFIX;
 +import static org.jclouds.reflect.Reflection2.typeToken;
 +import static org.jclouds.s3.reference.S3Constants.PROPERTY_S3_SERVICE_PATH;
 +import static 
 org.jclouds.s3.reference.S3Constants.PROPERTY_S3_VIRTUAL_HOST_BUCKETS;

sure

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18408897

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
  
  /**
   * Provides access to S3 via their REST API.
 - * p/
 - * All commands return a Future of the result from S3. Any exceptions 
 incurred during
 - * processing will be backend in an {@link ExecutionException} as documented 
 in
 - * {@link Future#get()}.
 - * 
 + *
   * @see a 
 href=http://docs.amazonwebservices.com/AmazonS3/2006-03-01/RESTAPI.html; /

External doc links should be removed.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18408896

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
  
 /**
  * Retrieves the {@link 
 org.jclouds.s3.domain.internal.BucketListObjectMetadata metadata} of
 -* the object associated with the key or
 -* {@link 
 org.jclouds.s3.domain.internal.BucketListObjectMetadata#NOT_FOUND} if not
 +* the object associated with the key or null if not
  * available.

Pull available up to previous line?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18408946

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Adrian Cole
  
 /**
  * Retrieves the {@link 
 org.jclouds.s3.domain.internal.BucketListObjectMetadata metadata} of
 -* the object associated with the key or
 -* {@link 
 org.jclouds.s3.domain.internal.BucketListObjectMetadata#NOT_FOUND} if not
 +* the object associated with the key or null if not
  * available.

sure.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18409040

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Adrian Cole
  
  /**
   * Provides access to S3 via their REST API.
 - * p/
 - * All commands return a Future of the result from S3. Any exceptions 
 incurred during
 - * processing will be backend in an {@link ExecutionException} as documented 
 in
 - * {@link Future#get()}.
 - * 
 + *
   * @see a 
 href=http://docs.amazonwebservices.com/AmazonS3/2006-03-01/RESTAPI.html; /

will do.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18409026

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
  */
 -   S3Object getObject(String bucketName, String key, GetOptions... options);
 +   @Named(GetObject)

[minor] FWIW `@Named(apiName:methodName)` has been an effective naming 
convention. In this case: `@Named(s3:getObject)`

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18409383

Re: [jclouds] Work around mockwebserver hangs in S3 tests (#502)

2014-10-03 Thread Andrew Phillips
 maybe wrong place to discuss, but at square, we used an annotation @Flakey 
 which would simply 
 replay the test on failure.

The thing here is that this test doesn't _fail_, it causes the build to _hang_. 
But for some of our other flaky tests...sure!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/502#issuecomment-57831347

Jenkins build is back to normal : jclouds » jclouds shared Maven resources #2780

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds$jclouds-resources/2780/



Build failed in Jenkins: jclouds #2780

2014-10-03 Thread jenkins-no-reply
See https://jclouds.ci.cloudbees.com/job/jclouds/2780/

--
[...truncated 2646 lines...]
[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 Open Hosting East1 provider ... SKIPPED
[INFO] jclouds Serverlove Manchester provider  SKIPPED
[INFO] jclouds SkaliCloud Malaysia provider .. SKIPPED
[INFO] jclouds Green House Data Element vCloud provider .. SKIPPED
[INFO] jclouds Go2Cloud Johannesburg1 provider ... SKIPPED
[INFO] jclouds SoftLayer core  SKIPPED
[INFO] jclouds HP Cloud Compute provider . SKIPPED
[INFO] jclouds HP Cloud Block Storage Provider ... SKIPPED
[INFO] jclouds HP Cloud Object Storage ... SKIPPED
[INFO] jclouds CloudServers US provider .. SKIPPED
[INFO] jclouds CloudServers UK provider .. SKIPPED
[INFO] jclouds CloudFiles US provider  SKIPPED
[INFO] jclouds CloudFiles 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 Servers provider  SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage US provider  
SKIPPED
[INFO] jclouds Rackspace Next Generation Cloud Block Storage UK 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 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 OkHttp Driver . 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: 2:22.979s
[INFO] Finished at: Fri Oct 03 14:00:58 EDT 2014
[INFO] Final Memory: 45M/146M
[INFO] 
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.13:check (checkstyle) on 
project jclouds-core: Failed during checkstyle execution: Unable to find 
configuration file at location: resources/checkstyle.xml: Could not find 
resource 'resources/checkstyle.xml'. - [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.13:check (checkstyle) on 
project jclouds-core: Failed during checkstyle execution
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)

Build failed in Jenkins: jclouds » jclouds Components Core #2780

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds$jclouds-core/2780/

--
[INFO] 
[INFO] 
[INFO] Building jclouds Components Core 2.0.0-SNAPSHOT
[INFO] 
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/com/theoryinpractise/clojure-maven-plugin/1.3.10/clojure-maven-plugin-1.3.10.pom
Downloading: 
http://repo.cloudbees.com/content/repositories/central/com/theoryinpractise/clojure-maven-plugin/1.3.10/clojure-maven-plugin-1.3.10.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/com/theoryinpractise/clojure-maven-plugin/1.3.10/clojure-maven-plugin-1.3.10.pom
 (10 KB at 146.3 KB/sec)
Downloading: 
https://repository-jclouds.forge.cloudbees.com/release/com/theoryinpractise/clojure-maven-plugin/1.3.10/clojure-maven-plugin-1.3.10.jar
Downloading: 
http://repo.cloudbees.com/content/repositories/central/com/theoryinpractise/clojure-maven-plugin/1.3.10/clojure-maven-plugin-1.3.10.jar
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/com/theoryinpractise/clojure-maven-plugin/1.3.10/clojure-maven-plugin-1.3.10.jar
 (44 KB at 1992.3 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
 (6 KB at 333.8 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.pom
 (549 B at 31.5 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/com/google/inject/extensions/extensions-parent/3.0/extensions-parent-3.0.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/com/google/inject/extensions/extensions-parent/3.0/extensions-parent-3.0.pom
 (4 KB at 234.7 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom
 (13 KB at 528.0 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/com/google/google/5/google-5.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/com/google/google/5/google-5.pom
 (3 KB at 160.0 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/com/google/inject/guice/3.0/guice-3.0.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/com/google/inject/guice/3.0/guice-3.0.pom
 (8 KB at 444.5 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/javax/inject/javax.inject/1/javax.inject-1.pom
 (612 B at 39.8 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
 (363 B at 23.6 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/99soft/guice/rocoto/6.2/rocoto-6.2.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/99soft/guice/rocoto/6.2/rocoto-6.2.pom
 (5 KB at 71.6 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/99soft/oss-parent/9/oss-parent-9.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/99soft/oss-parent/9/oss-parent-9.pom
 (21 KB at 609.9 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
 (1023 B at 66.6 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/eclipse/jetty/jetty-security/8.1.8.v20121106/jetty-security-8.1.8.v20121106.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/eclipse/jetty/jetty-security/8.1.8.v20121106/jetty-security-8.1.8.v20121106.pom
 (3 KB at 69.2 KB/sec)
Downloading: 
http://repo.cloudbees.com/content/repositories/central/org/eclipse/jetty/jetty-project/8.1.8.v20121106/jetty-project-8.1.8.v20121106.pom
Downloaded: 
http://repo.cloudbees.com/content/repositories/central/org/eclipse/jetty/jetty-project/8.1.8.v20121106/jetty-project-8.1.8.v20121106.pom
 (27 KB at 697.6 KB/sec)
Downloading: 

Re: [jclouds] Fix checkstyle failures on master (#537)

2014-10-03 Thread Andrew Phillips
Erm...so that helped, but unfortunately this is not fixed yet. See [this 
comment](https://github.com/jclouds/jclouds/commit/641bc6fda0527fd828697081b565a0b2a5e3fdec#commitcomment-8029750)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/537#issuecomment-57832002

Re: [jclouds-labs-google] JCLOUDS-740 GCE doesn't always return id, selfLink on lists. (#50)

2014-10-03 Thread danbroudy
We followed up on this on the inside and looks like this is a bug that will be 
rolled back soon. 

erjohnso and I say beers on us next time you are in Seattle. 

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/50#issuecomment-57834250

[jira] [Commented] (JCLOUDS-740) Google Compute Engine List Response no longer includes id

2014-10-03 Thread Daniel Broudy (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158294#comment-14158294
 ] 

Daniel Broudy commented on JCLOUDS-740:
---

This is a google bug that will be rolled back soon. 

 Google Compute Engine List Response no longer includes id
 -

 Key: JCLOUDS-740
 URL: https://issues.apache.org/jira/browse/JCLOUDS-740
 Project: jclouds
  Issue Type: Bug
  Components: jclouds-labs-google
Reporter: Adrian Cole
Assignee: Adrian Cole

 Google Compute Engine's ListResponse is now very similar to Google Storage, 
 where it includes a nextPageToken as opposed to id, selfLink.
 While this is a good thing, the compute api now breaks on live tests until we 
 adjust the code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jclouds] Moved jclouds-chef to the main repo (#536)

2014-10-03 Thread Chris Custine
 +relativePath../../project/pom.xml/relativePath
 +  /parent
 +  groupIdorg.apache.jclouds.api/groupId
 +  artifactIdchef/artifactId
 +  packagingbundle/packaging
 +  namejclouds Chef api/name
 +  descriptionjclouds components to access Chef/description
 +
 +  properties
 +test.chef.endpointhttp://localhost:4000/test.chef.endpoint
 +test.chef.api-version /
 +test.chef.build-version /
 +test.chef.identitychef-webui/test.chef.identity
 +test.chef.credential${user.home}/.chef/webui.pem/test.chef.credential
 +jclouds.osgi.import
 +  org.project.version=${project.version},

It turns out that this line is causing the karaf itest failures.  It looks like 
a regex search and replace accident.
Should be:
```
org.jclouds;version=${project.version},
```

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/536/files#r18411350

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
 @@ -26,7 +26,4 @@
  
 @Override
 S3BlobStore getBlobStore();
 -
 -   @Override
 -   S3AsyncBlobStore getAsyncBlobStore();

Nice!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18411399

Re: [jclouds] Moved jclouds-chef to the main repo (#536)

2014-10-03 Thread Chris Custine
+1 With the above osgi import fix and the fix for #537.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/536#issuecomment-57835484

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
  
  public abstract class BaseS3ClientExpectTest extends 
 BaseRestClientExpectTestS3Client {
  
 protected static final String CONSTANT_DATE = 2009-11-08T15:54:08.897Z;
  
 -  @ConfiguresRestClient
 -   private static final class TestS3RestClientModule extends 
 S3RestClientModuleS3Client, S3AsyncClient {
 +   @ConfiguresRestClient

I take it that this will go the way of the dodo once all of the `*Client` 
classes are converted to `*Api`? Meaning, we will primarily use 
`@ConfiguresHttpApi` moving forward.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18412131

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
 }
  
 private void addGrantsToACL(AccessControlList acl) {
String ownerId = acl.getOwner().getId();
acl.addPermission(GroupGranteeURI.ALL_USERS, Permission.READ);
 -  acl.addPermission(new 
 EmailAddressGrantee(StubS3AsyncClient.TEST_ACL_EMAIL), Permission.READ_ACP);
 +  acl.addPermission(new EmailAddressGrantee(TEST_ACL_EMAIL), 
 Permission.READ_ACP);

static import `Permission.READ_ACP` to follow style of `TEST_ACL_EMAIL`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18412282

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread BuildHive
[jclouds » jclouds 
#1686](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1686/) ABORTED

[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57837219

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
 +import org.jclouds.blobstore.domain.StorageMetadata;
 +import org.jclouds.blobstore.options.CreateContainerOptions;
 +import org.jclouds.blobstore.options.GetOptions;
 +import org.jclouds.blobstore.options.ListContainerOptions;
 +import org.jclouds.blobstore.options.PutOptions;
 +import org.jclouds.domain.Location;
 +
 +import com.google.common.collect.ForwardingObject;
 +import com.google.common.util.concurrent.ListenableFuture;
 +import com.google.common.util.concurrent.ListeningExecutorService;
 +
 +/**
 + * Adapter that allows you to reuse an existing {@link BlobStore} to 
 implement
 + * the deprecated {@link AsyncBlobStore} interface.
 + * 
 + * @deprecated will be removed in jclouds 1.7, as async interfaces are no 
 longer

In an effort to be mindful of deprecation warnings, this should be updated to 
`2.0`.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18412485

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
 +import org.jclouds.blobstore.options.PutOptions;
 +import org.jclouds.domain.Location;
 +
 +import com.google.common.collect.ForwardingObject;
 +import com.google.common.util.concurrent.ListenableFuture;
 +import com.google.common.util.concurrent.ListeningExecutorService;
 +
 +/**
 + * Adapter that allows you to reuse an existing {@link BlobStore} to 
 implement
 + * the deprecated {@link AsyncBlobStore} interface.
 + * 
 + * @deprecated will be removed in jclouds 1.7, as async interfaces are no 
 longer
 + * supported. Please use {@link BlobStore}
 + */
 +@Deprecated
 +public class SubmissionAsyncBlobStore extends ForwardingObject implements 
 AsyncBlobStore {

I argue that we should move this class into the `blobstore` project so that 
`openstack-swift` can use it as well. WDYT?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538/files#r18412680

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Jeremy Daggett
+1 Looks good based on the other conversions I have done. Just a few minor 
comments, thanks @adriancole !

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57838532

Re: [jclouds-labs-google] JCLOUDS-740 GCE doesn't always return id, selfLink on lists. (#50)

2014-10-03 Thread Adrian Cole
Thanks for the update. FWIW, I think we should proceed with this change
anyway. There's no real value exposed in having these fields, and this
change makes the ListPage classes more consistent across compute, storage.

sg?

p.s. I will take you up, but maybe with coconut water :)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/50#issuecomment-57839287

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread BuildHive
[jclouds » jclouds 
#1687](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1687/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57845969

Re: [jclouds] Excluding checkstyle.xml from Checkstyle checking (641bc6f)

2014-10-03 Thread Andrew Gaul
Tracking this in 
[JCLOUDS-736](https://issues.apache.org/jira/browse/JCLOUDS-736).

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/commit/641bc6fda0527fd828697081b565a0b2a5e3fdec#commitcomment-8033214

[jira] [Commented] (JCLOUDS-736) snapshot repo mildly screwed

2014-10-03 Thread Andrew Gaul (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158447#comment-14158447
 ] 

Andrew Gaul commented on JCLOUDS-736:
-

This actually does not relate to the modernizer work, just coincidence.  
Reverting the checkstyle-on-compile commit 
9384575d1ee4c2e68ff503b237dfedf8ab6b14bb addresses the symptoms for me.  Note 
that these symptoms are require some setup to reproduce, I needed to run

$ find ~/.m2/repository/org/apache/jclouds -name 2.0.0-SNAPSHOT | xargs rm -r
$ mvn clean install -DskipTests

to get consistent results.

 snapshot repo mildly screwed
 

 Key: JCLOUDS-736
 URL: https://issues.apache.org/jira/browse/JCLOUDS-736
 Project: jclouds
  Issue Type: Task
Reporter: Adrian Cole
Assignee: Andrew Gaul

 If you don't run mvn install on jclouds/resources, then you will get
  
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-checkstyle-plugin:2.12.1:check (checkstyle) on 
 project jclouds-core: Failed during checkstyle execution: Unable to process 
 configuration file at location: resources/checkstyle.xml: Cannot create 
 file-based resource:invalid distance too far back - [Help 1]
 probably the snapshot repo needs a publish



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-736) snapshot repo mildly screwed

2014-10-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158456#comment-14158456
 ] 

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

Commit 80d51f409aa36f1a5505214eb4ac6e1128213c92 in jclouds's branch 
refs/heads/master from [~gaul]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=80d51f4 ]

JCLOUDS-736: Revert Fail build on checkstyle warnings

This reverts commit 9384575d1ee4c2e68ff503b237dfedf8ab6b14bb.  This
caused errors of the form:

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.12.1:check (checkstyle) on 
project jclouds-core: Failed during checkstyle execution: Unable to process 
configuration file at location: resources/checkstyle.xml: Cannot create 
file-based resource:invalid distance too far back - [Help 1]

Likely due to running checkstyle during the validate phase which runs
before the package phase where checkstyle would find its resource jar.


 snapshot repo mildly screwed
 

 Key: JCLOUDS-736
 URL: https://issues.apache.org/jira/browse/JCLOUDS-736
 Project: jclouds
  Issue Type: Task
Reporter: Adrian Cole
Assignee: Andrew Gaul

 If you don't run mvn install on jclouds/resources, then you will get
  
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-checkstyle-plugin:2.12.1:check (checkstyle) on 
 project jclouds-core: Failed during checkstyle execution: Unable to process 
 configuration file at location: resources/checkstyle.xml: Cannot create 
 file-based resource:invalid distance too far back - [Help 1]
 probably the snapshot repo needs a publish



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (JCLOUDS-736) snapshot repo mildly screwed

2014-10-03 Thread Andrew Gaul (JIRA)

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

Andrew Gaul resolved JCLOUDS-736.
-
   Resolution: Fixed
Fix Version/s: 2.0.0

 snapshot repo mildly screwed
 

 Key: JCLOUDS-736
 URL: https://issues.apache.org/jira/browse/JCLOUDS-736
 Project: jclouds
  Issue Type: Task
Reporter: Adrian Cole
Assignee: Andrew Gaul
 Fix For: 2.0.0


 If you don't run mvn install on jclouds/resources, then you will get
  
 [ERROR] Failed to execute goal 
 org.apache.maven.plugins:maven-checkstyle-plugin:2.12.1:check (checkstyle) on 
 project jclouds-core: Failed during checkstyle execution: Unable to process 
 configuration file at location: resources/checkstyle.xml: Cannot create 
 file-based resource:invalid distance too far back - [Help 1]
 probably the snapshot repo needs a publish



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread Adrian Cole
addressed all feedback and re-ran live tests.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57851980

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests-java-6 
#118](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests-java-6/118/) 
SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57852319

[jira] [Commented] (JCLOUDS-150) Remove async interface from AWS APIs/providers, rename *Client to *Api

2014-10-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158471#comment-14158471
 ] 

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

Commit b6497556f69d07d87280bd8c38b79da384f79e04 in jclouds's branch 
refs/heads/master from [~adrian.f.c...@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=b649755 ]

JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3


 Remove async interface from AWS APIs/providers, rename *Client to *Api
 --

 Key: JCLOUDS-150
 URL: https://issues.apache.org/jira/browse/JCLOUDS-150
 Project: jclouds
  Issue Type: Sub-task
  Components: jclouds-core, jclouds-labs-aws
Affects Versions: 1.7.0
Reporter: Andrew Bayer
Assignee: Adrian Cole





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-150) Remove async interface from AWS APIs/providers, rename *Client to *Api

2014-10-03 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158485#comment-14158485
 ] 

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

Commit c68078c22dd7be58daa5f36816d61ebff3bf45a3 in jclouds's branch 
refs/heads/1.8.x from [~adrian.f.c...@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=c68078c ]

JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3


 Remove async interface from AWS APIs/providers, rename *Client to *Api
 --

 Key: JCLOUDS-150
 URL: https://issues.apache.org/jira/browse/JCLOUDS-150
 Project: jclouds
  Issue Type: Sub-task
  Components: jclouds-core, jclouds-labs-aws
Affects Versions: 1.7.0
Reporter: Andrew Bayer
Assignee: Adrian Cole





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (JCLOUDS-150) Remove async interface from AWS APIs/providers, rename *Client to *Api

2014-10-03 Thread Adrian Cole (JIRA)

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

Adrian Cole resolved JCLOUDS-150.
-
Resolution: Fixed

 Remove async interface from AWS APIs/providers, rename *Client to *Api
 --

 Key: JCLOUDS-150
 URL: https://issues.apache.org/jira/browse/JCLOUDS-150
 Project: jclouds
  Issue Type: Sub-task
  Components: jclouds-core, jclouds-labs-aws
Affects Versions: 1.7.0
Reporter: Andrew Bayer
Assignee: Adrian Cole
 Fix For: 1.8.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (JCLOUDS-150) Remove async interface from AWS APIs/providers, rename *Client to *Api

2014-10-03 Thread Adrian Cole (JIRA)

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

Adrian Cole updated JCLOUDS-150:

Fix Version/s: 1.8.1

 Remove async interface from AWS APIs/providers, rename *Client to *Api
 --

 Key: JCLOUDS-150
 URL: https://issues.apache.org/jira/browse/JCLOUDS-150
 Project: jclouds
  Issue Type: Sub-task
  Components: jclouds-core, jclouds-labs-aws
Affects Versions: 1.7.0
Reporter: Andrew Bayer
Assignee: Adrian Cole
 Fix For: 1.8.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JCLOUDS-150) Remove async interface from AWS APIs/providers, rename *Client to *Api

2014-10-03 Thread Adrian Cole (JIRA)

[ 
https://issues.apache.org/jira/browse/JCLOUDS-150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14158491#comment-14158491
 ] 

Adrian Cole commented on JCLOUDS-150:
-

Note I didn't rename S3Client to S3Api as I think we shouldn't break folks and 
also S3Api should be written like our other things as opposed to a monolithic 
interface.

 Remove async interface from AWS APIs/providers, rename *Client to *Api
 --

 Key: JCLOUDS-150
 URL: https://issues.apache.org/jira/browse/JCLOUDS-150
 Project: jclouds
  Issue Type: Sub-task
  Components: jclouds-core, jclouds-labs-aws
Affects Versions: 1.7.0
Reporter: Andrew Bayer
Assignee: Adrian Cole
 Fix For: 1.8.1






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread BuildHive
[jclouds » jclouds 
#1688](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/1688/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57861528

Re: [jclouds] JCLOUDS-150 add SubmissionAsyncBlobStore; unasync s3 and aws-s3 (#538)

2014-10-03 Thread CloudBees pull request builder plugin
[jclouds-pull-requests 
#1207](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/1207/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/538#issuecomment-57863034

Jenkins build is back to normal : jclouds » jclouds ultradns-ws provider #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$ultradns-ws/2781/



Jenkins build is back to normal : jclouds » jclouds Components Core #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds$jclouds-core/2781/



Jenkins build is back to normal : jclouds » jclouds route53 api #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.api$route53/2781/



Jenkins build is back to normal : jclouds » jclouds Serverlove Manchester provider #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$serverlove-z1-man/2781/



Jenkins build is back to normal : jclouds » jclouds rackspace cloudidentity api #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.api$rackspace-cloudidentity/2781/



Jenkins build is back to normal : jclouds » jclouds Amazon Elastic Load Balancer provider #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$aws-cloudwatch/2781/



Jenkins build is back to normal : jclouds » jclouds script builder #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds$jclouds-scriptbuilder/2781/



Jenkins build is back to normal : jclouds » jclouds sqs api #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.api$sqs/2781/



Jenkins build is back to normal : jclouds » jclouds OpenStack Components Core #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.common$openstack-common/2781/



Jenkins build is back to normal : jclouds » jclouds Log4J Logging Module #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.driver$jclouds-log4j/2781/



Jenkins build is back to normal : jclouds » jclouds Rackspace Cloud Load Balancers UK provider #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$rackspace-cloudloadbalancers-uk/2781/



Jenkins build is back to normal : jclouds » jclouds swift api #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.api$swift/2781/



Jenkins build is back to normal : jclouds » jclouds Rackspace Next Generation Cloud Block Storage UK provider #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$rackspace-cloudblockstorage-uk/2781/



Jenkins build is back to normal : jclouds » jclouds Rackspace Cloud Databases UK provider #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$rackspace-clouddatabases-uk/2781/



Jenkins build is back to normal : jclouds » jclouds apis project #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.api$jclouds-apis-project/2781/



Jenkins build is back to normal : jclouds » jclouds ElasticHosts San Jose provider #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$elastichosts-sjc-c/2781/



Jenkins build is back to normal : jclouds » jclouds SLF4J Logging Module #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.driver$jclouds-slf4j/2781/



Jenkins build is back to normal : jclouds » jclouds providers project #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$jclouds-providers-project/2781/



Jenkins build is back to normal : jclouds » jclouds SoftLayer core #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$softlayer/2781/



Jenkins build is back to normal : jclouds » jclouds Amazon Simple Storage Service (S3) provider #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$aws-s3/2781/



Jenkins build is back to normal : jclouds » jclouds Rackspace Next Generation Cloud DNS UK provider #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.provider$rackspace-clouddns-uk/2781/



Jenkins build is back to normal : jclouds » jclouds cloudstack core #2781

2014-10-03 Thread jenkins-no-reply
See 
https://jclouds.ci.cloudbees.com/job/jclouds/org.apache.jclouds.api$cloudstack/2781/



  1   2   3   >