You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Andrew Gaul <ga...@apache.org> on 2022/03/20 14:19:15 UTC

[DISCUSS] Release Apache jclouds 2.5.0 RC1

This thread is for discussion of the first release candidate for Apache
jclouds 2.5.0.

Please use this thread for discussion of issues uncovered in the RC,
questions you may have about the RC, etc.

If you want to help to validate the release, you'll find a set of
scripts and the corresponding instructions here:
https://cwiki.apache.org/confluence/display/JCLOUDS/Validate+a+Release

You can also go run live tests for your preferred providers and post the
results here, or use the projects in the jclouds-examples repo, such as
the "compute-basics" to rapidly smoke test the providers you are
interested in:
https://github.com/jclouds/jclouds-examples


Thank you.

-- 
Andrew Gaul
http://gaul.org/

Re: [DISCUSS] Release Apache jclouds 2.5.0 RC1

Posted by Ignasi Barrera <na...@apache.org>.
I just executed it and worked for me...

I just did a:
make image
make publish

Anyway, it should be published now :D


On Sat, Mar 26, 2022 at 2:02 PM Andrew Gaul <ga...@apache.org> wrote:

> On Sun, Mar 20, 2022 at 11:19:15PM +0900, Andrew Gaul wrote:
> > This thread is for discussion of the first release candidate for Apache
> > jclouds 2.5.0.
>
> I believe that I followed most of the steps from:
> https://cwiki.apache.org/confluence/display/JCLOUDS/Releasing+jclouds
>
> However, I still cannot deploy the site or the javadoc.  The former
> fails with:
>
> $ make publish
> rm -rf site-content
> docker run --rm -ti -v ":/jclouds-site" jclouds/site-builder bash
> deploy-site.sh
> bash: deploy-site.sh: No such file or directory
> make: *** [Makefile:12: publish] Error 127
>
> I suspect that this is some Linux vs. macOS difference.  Ignasi do you
> have any suggestions?
>
> --
> Andrew Gaul
> http://gaul.org/
>

Re: [DISCUSS] Release Apache jclouds 2.5.0 RC1

Posted by Andrew Gaul <ga...@apache.org>.
On Sun, Mar 20, 2022 at 11:19:15PM +0900, Andrew Gaul wrote:
> This thread is for discussion of the first release candidate for Apache
> jclouds 2.5.0.

I believe that I followed most of the steps from:
https://cwiki.apache.org/confluence/display/JCLOUDS/Releasing+jclouds

However, I still cannot deploy the site or the javadoc.  The former
fails with:

$ make publish
rm -rf site-content
docker run --rm -ti -v ":/jclouds-site" jclouds/site-builder bash
deploy-site.sh
bash: deploy-site.sh: No such file or directory
make: *** [Makefile:12: publish] Error 127

I suspect that this is some Linux vs. macOS difference.  Ignasi do you
have any suggestions?

-- 
Andrew Gaul
http://gaul.org/

Re: [DISCUSS] Release Apache jclouds 2.5.0 RC1

Posted by Andrew Gaul <ga...@apache.org>.
On Sun, Mar 20, 2022 at 11:19:15PM +0900, Andrew Gaul wrote:
> This thread is for discussion of the first release candidate for Apache
> jclouds 2.5.0.
> 
> Please use this thread for discussion of issues uncovered in the RC,
> questions you may have about the RC, etc.
> 
> If you want to help to validate the release, you'll find a set of
> scripts and the corresponding instructions here:
> https://cwiki.apache.org/confluence/display/JCLOUDS/Validate+a+Release
> 
> You can also go run live tests for your preferred providers and post the
> results here, or use the projects in the jclouds-examples repo, such as
> the "compute-basics" to rapidly smoke test the providers you are
> interested in:
> https://github.com/jclouds/jclouds-examples
> 
> 
> Thank you.

Blobstore integration test results:

AWS-S3

Failed tests:
  PathBasedContainerLiveTest>S3ContainerLiveTest.testPublicAccess:37->BaseContainerLiveTest.testPublicAccess:76 {name=hello, type=BLOB, uri=https://s3.amazonaws.com/gaul-blobstore28/hello, userMetadata={}, eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Mon Mar 21 17:03:38 JST 2022, size=46, container=gaul-blobstore28, contentMetadata=[cacheControl=null, contentDisposition=null, contentEncoding=null, contentLanguage=null, contentLength=46, contentMD5=869a42369bf5850326cf30eed63e9b44, contentType=application/unknown, expires=null], tier=STANDARD} expected object to not be null
  AWSS3ContainerLiveTest>S3ContainerLiveTest.testPublicAccess:37->BaseContainerLiveTest.testPublicAccess:76 {name=hello, type=BLOB, uri=https://gaul-blobstore33.s3.amazonaws.com/hello, userMetadata={}, eTag="869a42369bf5850326cf30eed63e9b44", lastModified=Mon Mar 21 17:03:57 JST 2022, size=46, container=gaul-blobstore33, contentMetadata=[cacheControl=null, contentDisposition=null, contentEncoding=null, contentLanguage=null, contentLength=46, contentMD5=869a42369bf5850326cf30eed63e9b44, contentType=application/unknown, expires=null], tier=STANDARD} expected object to not be null
  AWSS3ServiceIntegrationLiveTest>BaseServiceIntegrationTest.testAllLocations:53->BaseBlobStoreIntegrationTest.assertConsistencyAware:260->BaseBlobStoreIntegrationTest.assertConsistencyAware:247 container {scope=REGION, id=us-east-2, description=us-east-2, parent=aws-s3, iso3166Codes=[US-OH]}/gaul-blobstore36 not found in list marker: null elements: [...]
  AWSBucketsLiveTest>BucketsLiveTest.testBucketLogging:223 » AWSResponse request...
  AWSS3ClientLiveTest.testV4SignatureOps:147 » HttpResponse Server rejected oper...
  AWSBucketsLiveTest>BucketsLiveTest.testUpdateBucketACL:124 » AWSResponse reque...
  AWSS3ClientLiveTest>S3ClientLiveTest.testUpdateObjectACL:245 » AWSResponse req...
  AWSS3BlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutMultipartInputStream:713->BaseBlobIntegrationTest.testPut:855 » Runtime

Tests run: 166, Failures: 8, Errors: 0, Skipped: 9

--------------------------------------------------------------------------------

AZUREBLOB

Failed tests:
  AzureBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopyIfNoneMatchNegative:1173
Expecting:
 <304>
to be equal to:
 <412>
but was not.
  AzureBlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutMultipartInputStream:713->BaseBlobIntegrationTest.testPut:855 » Runtime
  AzureBlobClientLiveTest.testCopyBlobIfModifiedSince:473 » HttpResponse command...
  AzureBlobClientLiveTest.testCopyBlobIfNoneMatch:556 » HttpResponse command: PU...

Tests run: 142, Failures: 4, Errors: 0, Skipped: 12

--------------------------------------------------------------------------------

B2

Failed tests:
  B2ContainerIntegrationLiveTest.testSetContainerAccess:63->BaseContainerIntegrationTest.testSetContainerAccess:592 » HttpResponse
  B2ContainerLiveTest>BaseContainerLiveTest.testPublicAccess:58 » HttpResponse E...
  BucketApiLiveTest.testUpdateBucket:77 » HttpResponse Error parsing input: null...

--------------------------------------------------------------------------------

FILESYSTEM

Tests run: 112, Failures: 0, Errors: 0, Skipped: 10

--------------------------------------------------------------------------------

GOOGLE-CLOUD-STORAGE

Failed tests:
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.deleteMultipleObjects:579->BaseBlobStoreIntegrationTest.addBlobToContainer:282->BaseBlobStoreIntegrationTest.addBlobToContainer:302 » HttpResponse
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopy404BlobFail:1490 » ResourceNotFound
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testCopy404BlobMetaFail:1501 » ResourceNotFound
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testGetIfMatch:368 » IllegalState
  GoogleCloudStorageBlobIntegrationLiveTest>BaseBlobIntegrationTest.testPutMultipartInputStream:713->BaseBlobIntegrationTest.testPut:855 » Runtime
  BucketApiLiveTest.testCreateBucket:101 » Authorization {
  "error": {
    "cod...
  BucketApiLiveTest.testCreateBucketWithOptions:220 » Authorization {
  "error":...
  GoogleCloudStorageBlobIntegrationLiveTest.deleteObject:262->BaseBlobIntegrationTest.deleteObject:538->BaseBlobStoreIntegrationTest.addBlobToContainer:282->BaseBlobStoreIntegrationTest.addBlobToContainer:302 » HttpResponse

Tests run: 171, Failures: 8, Errors: 0, Skipped: 22

--------------------------------------------------------------------------------

Failed tests:
  CloudFilesUSStaticLargeObjectApiLiveTest>StaticLargeObjectApiLiveTest.testReplaceManifestUnicode:78->StaticLargeObjectApiLiveTest.assertReplaceManifest:105 » HttpResponse
  CloudFilesUSStaticLargeObjectApiLiveTest>StaticLargeObjectApiLiveTest.testDelete:71->StaticLargeObjectApiLiveTest.assertDelete:145 expected [0] but found [1]
  CloudFilesUSObjectApiLiveTest>ObjectApiLiveTest.testCreateAndListWithUnicodeCharacters:97->ObjectApiLiveTest.assertCanCreateReadUpdateDeleteList:66 » HttpResponse

Tests run: 145, Failures: 3, Errors: 0, Skipped: 13

-- 
Andrew Gaul
http://gaul.org/