You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by je...@cloudbees.com on 2015/05/01 22:49:59 UTC

Build failed in Jenkins: jclouds-labs-google » jclouds Google Cloud Storage provider #596

See <https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/596/changes>

Changes:

[Andrew Gaul] JCLOUDS-894: Expose GCS multipart operations

------------------------------------------
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building jclouds Google Cloud Storage provider 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ google-cloud-storage ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1.1:enforce (enforce-banned-dependencies) @ google-cloud-storage ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.1.1:enforce (enforce-java) @ google-cloud-storage ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ google-cloud-storage ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ google-cloud-storage ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/clojure>
[INFO] skip non existing resourceDirectory <https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/resources>
[INFO] skip non existing resourceDirectory <https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/target/classes>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ google-cloud-storage ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 58 source files to <https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/target/classes>
warning: No processor claimed any of these annotations: com.google.inject.ImplementedBy,org.jclouds.rest.annotations.ResponseParser,org.jclouds.rest.annotations.RequestFilters,org.jclouds.googlecloud.config.CurrentProject,org.jclouds.json.SerializedNames,javax.ws.rs.PUT,javax.ws.rs.Path,org.jclouds.rest.annotations.PayloadParam,javax.ws.rs.GET,java.beans.ConstructorProperties,javax.inject.Inject,javax.inject.Named,javax.annotation.Resource,com.google.inject.Provides,javax.ws.rs.POST,javax.ws.rs.DefaultValue,javax.ws.rs.PathParam,org.jclouds.rest.annotations.Delegate,javax.ws.rs.QueryParam,javax.inject.Singleton,org.jclouds.rest.annotations.SkipEncoding,org.jclouds.location.Provider,org.jclouds.rest.annotations.BinderParam,com.google.inject.Inject,org.jclouds.rest.annotations.QueryParams,com.google.common.annotations.Beta,javax.ws.rs.HeaderParam,org.jclouds.collect.Memoized,com.google.auto.value.AutoValue,org.jclouds.rest.annotations.MapBinder,org.jclouds.javax.annotation.Nullable,javax.ws.rs.Consumes,org.jclouds.rest.annotations.SelectJson,com.google.common.annotations.VisibleForTesting,org.jclouds.rest.ConfiguresHttpApi,org.jclouds.rest.annotations.PATCH,javax.ws.rs.Produces,org.jclouds.rest.annotations.Fallback,javax.ws.rs.DELETE
warning: No processor claimed any of these annotations: org.jclouds.javax.annotation.Nullable,javax.annotation.Generated
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:35: error: cannot find symbol
import org.jclouds.blobstore.domain.MultipartPart;
                                   ^
  symbol:   class MultipartPart
  location: package org.jclouds.blobstore.domain
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:36: error: cannot find symbol
import org.jclouds.blobstore.domain.MultipartUpload;
                                   ^
  symbol:   class MultipartUpload
  location: package org.jclouds.blobstore.domain
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:356: error: cannot find symbol
   public MultipartUpload initiateMultipartUpload(String container, BlobMetadata blobMetadata) {
          ^
  symbol:   class MultipartUpload
  location: class GoogleCloudStorageBlobStore
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:361: error: cannot find symbol
   public void abortMultipartUpload(MultipartUpload mpu) {
                                    ^
  symbol:   class MultipartUpload
  location: class GoogleCloudStorageBlobStore
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:366: error: cannot find symbol
   public String completeMultipartUpload(MultipartUpload mpu, List<MultipartPart> parts) {
                                         ^
  symbol:   class MultipartUpload
  location: class GoogleCloudStorageBlobStore
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:366: error: cannot find symbol
   public String completeMultipartUpload(MultipartUpload mpu, List<MultipartPart> parts) {
                                                                   ^
  symbol:   class MultipartPart
  location: class GoogleCloudStorageBlobStore
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:371: error: cannot find symbol
   public MultipartPart uploadMultipartPart(MultipartUpload mpu, int partNumber, Payload payload) {
                                            ^
  symbol:   class MultipartUpload
  location: class GoogleCloudStorageBlobStore
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:371: error: cannot find symbol
   public MultipartPart uploadMultipartPart(MultipartUpload mpu, int partNumber, Payload payload) {
          ^
  symbol:   class MultipartPart
  location: class GoogleCloudStorageBlobStore
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:376: error: cannot find symbol
   public List<MultipartPart> listMultipartUpload(MultipartUpload mpu) {
                                                  ^
  symbol:   class MultipartUpload
  location: class GoogleCloudStorageBlobStore
<https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/ws/src/main/java/org/jclouds/googlecloudstorage/blobstore/GoogleCloudStorageBlobStore.java>:376: error: cannot find symbol
   public List<MultipartPart> listMultipartUpload(MultipartUpload mpu) {
               ^
  symbol:   class MultipartPart
  location: class GoogleCloudStorageBlobStore
10 errors
2 warnings

Jenkins build is back to normal : jclouds-labs-google » jclouds Google Cloud Storage provider #597

Posted by je...@cloudbees.com.
See <https://jclouds.ci.cloudbees.com/job/jclouds-labs-google/org.apache.jclouds.labs$google-cloud-storage/597/>