You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Ignasi Barrera <na...@apache.org> on 2017/06/29 12:58:11 UTC

[VOTE] Release Apache jclouds 2.0.2 RC1

This is the first release candidate for Apache jclouds 2.0.2.

Please use the separate [DISCUSS] thread for anything but votes.

It fixes the following issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339744&styleName=Html&projectId=12314430

*** Please download, test and vote by Tuesday, July 4th, 06:00 PDT / 09:00
EDT / 15:00 CEST.

Note that we are voting upon the source (tag), binaries are provided for
convenience.

Source and binary files:
https://dist.apache.org/repos/dist/dev/jclouds/2.0.2-rc1

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachejclouds-1037

These are the tags to be voted upon:
  * jclouds
    - tag:
https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=tag;h=624f54bc902865dd6928dc99670a0046f2aa96dc
    - sha-1: 574c7fc3c1234037608c8daf96375673265e904f
  * jclouds-labs
    - tag:
https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;a=tag;h=c29a6555fce43de79191e6959c5c0a007bdf88f9
    - sha-1: 900314166331571a9a8fddfa3961cd98b5f1e053
  * jclouds-labs-openstack
    - tag:
https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git;a=tag;h=1d766fcffee9a624e997f4cb9cad63bb86e5a641
    - sha-1: 323d40fe00e6a90da7b722f3a7463dd1b030467d
  * jclouds-labs-aws
    - tag:
https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-aws.git;a=tag;h=168fd61fa5579fb252c18e8e222f083e3208cca5
    - sha-1: 276c9fea186fbd412fe08991867d3597e2f99a10
  * jclouds-labs-google
    - tag:
https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-google.git;a=tag;h=524dd9f675f0b9fd9be2d514c32fa10e3f4f5c1c
    - sha-1: 7e43298dc1bc663d517ca4c0f44ce62ba7ed97a9
  * jclouds-karaf
    - tag:
https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git;a=tag;h=710ebc07090bacf36b4d22610c8c187f79d76c71
    - sha-1: 16a5e94d12c263787a3fcde885df29cdcc832103
  * jclouds-cli
    - tag:
https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git;a=tag;h=ca19321ec67013b7d7861da1dd20fc8b213541f1
    - sha-1: 430a692497393d067fee40aeb81b8bbfe632f339

jclouds KEYS file containing PGP keys we use to sign the release:
http://www.apache.org/dist/jclouds/KEYS

[ ] +1
[ ] 0  (explain why)
[ ] -1 (explain why)

Re: [VOTE] Release Apache jclouds 2.0.2 RC1

Posted by Ignasi Barrera <na...@apache.org>.
+1

Run the verification scripts to check the following:

* Checksums are valid
* Signatures are valid
* The expanded source archive builds and passes tests
* All files have license headers where appropriate
* Expanded source archives match the contents of the RC tags
* All LICENSE and NOTICE files are present and correct (verified manually)
* There are no binary files bundled in the source archives (manually
looked tor exe, bin, tar and zip files)

I've tested EC2 with the examples, and run the live tests for several
compute providers. There are just minor failures (see the DISCUSS
thread for details).

On 4 July 2017 at 11:40, Andrea Turli <an...@gmail.com> wrote:
> Thanks I didn't get that!
>
> Ok so it's +1 for me
>
> On Tue, Jul 4, 2017 at 10:07 AM, Ignasi Barrera <na...@apache.org> wrote:
>
>> Geoff comment was about missing JIRAs. The code is already in 2.0.x
>> and the JIRAs already created so the code changes appear in the
>> release notes. No need to cut another RC.
>>
>> On 4 July 2017 at 09:50, Andrea Turli <an...@gmail.com> wrote:
>> > Successfully ran the verify script that checks
>> >
>> > - Download links work.
>> > - Binaries work.
>> > - Checksums and PGP signatures are valid.
>> > - Expanded source archive matches contents of RC tag.
>> > - Expanded source archive builds and passes tests.
>> >
>> > using
>> >
>> > $ mvn -v
>> > Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
>> > 2017-04-03T21:39:06+02:00)
>> > Maven home: /usr/local/Cellar/maven/3.5.0/libexec
>> > Java version: 1.8.0_131, vendor: Oracle Corporation
>> > Java home:
>> > /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
>> > Default locale: en_US, platform encoding: UTF-8
>> > OS name: "mac os x", version: "10.12.5", arch: "x86_64", family: "mac"
>> >
>> > There is a problem with jclouds-karaf itests
>> >
>> > Results :
>> >
>> > Failed tests:
>> > testVagrant:org.jclouds.karaf.itests.ApisFeaturesInstallationTest.
>> testVagrant:KarafTestContainer{mvn:org.apache.karaf\/apache-karaf\/2.
>> 3.11\/tar.gz}(org.jclouds.karaf.itests.ApisFeaturesInstallationTest):
>> > Expected jclouds-vagrant feature to be installed.
>> >
>> > but I don't think it is blocking. So my vote is 0
>> >
>> > ---
>> >
>> > Geoff raised a good point about some pending PRs, shall we cancel this
>> > vote, merge them and cut a rc2?
>> >
>> > Best,
>> > Andrea
>>

Re: [VOTE] Release Apache jclouds 2.0.2 RC1

Posted by Andrea Turli <an...@gmail.com>.
Thanks I didn't get that!

Ok so it's +1 for me

On Tue, Jul 4, 2017 at 10:07 AM, Ignasi Barrera <na...@apache.org> wrote:

> Geoff comment was about missing JIRAs. The code is already in 2.0.x
> and the JIRAs already created so the code changes appear in the
> release notes. No need to cut another RC.
>
> On 4 July 2017 at 09:50, Andrea Turli <an...@gmail.com> wrote:
> > Successfully ran the verify script that checks
> >
> > - Download links work.
> > - Binaries work.
> > - Checksums and PGP signatures are valid.
> > - Expanded source archive matches contents of RC tag.
> > - Expanded source archive builds and passes tests.
> >
> > using
> >
> > $ mvn -v
> > Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
> > 2017-04-03T21:39:06+02:00)
> > Maven home: /usr/local/Cellar/maven/3.5.0/libexec
> > Java version: 1.8.0_131, vendor: Oracle Corporation
> > Java home:
> > /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
> > Default locale: en_US, platform encoding: UTF-8
> > OS name: "mac os x", version: "10.12.5", arch: "x86_64", family: "mac"
> >
> > There is a problem with jclouds-karaf itests
> >
> > Results :
> >
> > Failed tests:
> > testVagrant:org.jclouds.karaf.itests.ApisFeaturesInstallationTest.
> testVagrant:KarafTestContainer{mvn:org.apache.karaf\/apache-karaf\/2.
> 3.11\/tar.gz}(org.jclouds.karaf.itests.ApisFeaturesInstallationTest):
> > Expected jclouds-vagrant feature to be installed.
> >
> > but I don't think it is blocking. So my vote is 0
> >
> > ---
> >
> > Geoff raised a good point about some pending PRs, shall we cancel this
> > vote, merge them and cut a rc2?
> >
> > Best,
> > Andrea
>

Re: [VOTE] Release Apache jclouds 2.0.2 RC1

Posted by Ignasi Barrera <na...@apache.org>.
Geoff comment was about missing JIRAs. The code is already in 2.0.x
and the JIRAs already created so the code changes appear in the
release notes. No need to cut another RC.

On 4 July 2017 at 09:50, Andrea Turli <an...@gmail.com> wrote:
> Successfully ran the verify script that checks
>
> - Download links work.
> - Binaries work.
> - Checksums and PGP signatures are valid.
> - Expanded source archive matches contents of RC tag.
> - Expanded source archive builds and passes tests.
>
> using
>
> $ mvn -v
> Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
> 2017-04-03T21:39:06+02:00)
> Maven home: /usr/local/Cellar/maven/3.5.0/libexec
> Java version: 1.8.0_131, vendor: Oracle Corporation
> Java home:
> /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.12.5", arch: "x86_64", family: "mac"
>
> There is a problem with jclouds-karaf itests
>
> Results :
>
> Failed tests:
> testVagrant:org.jclouds.karaf.itests.ApisFeaturesInstallationTest.testVagrant:KarafTestContainer{mvn:org.apache.karaf\/apache-karaf\/2.3.11\/tar.gz}(org.jclouds.karaf.itests.ApisFeaturesInstallationTest):
> Expected jclouds-vagrant feature to be installed.
>
> but I don't think it is blocking. So my vote is 0
>
> ---
>
> Geoff raised a good point about some pending PRs, shall we cancel this
> vote, merge them and cut a rc2?
>
> Best,
> Andrea

Re: [VOTE] Release Apache jclouds 2.0.2 RC1

Posted by Andrea Turli <an...@gmail.com>.
Successfully ran the verify script that checks

- Download links work.
- Binaries work.
- Checksums and PGP signatures are valid.
- Expanded source archive matches contents of RC tag.
- Expanded source archive builds and passes tests.

using

$ mvn -v
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
2017-04-03T21:39:06+02:00)
Maven home: /usr/local/Cellar/maven/3.5.0/libexec
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home:
/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.5", arch: "x86_64", family: "mac"

There is a problem with jclouds-karaf itests

Results :

Failed tests:
testVagrant:org.jclouds.karaf.itests.ApisFeaturesInstallationTest.testVagrant:KarafTestContainer{mvn:org.apache.karaf\/apache-karaf\/2.3.11\/tar.gz}(org.jclouds.karaf.itests.ApisFeaturesInstallationTest):
Expected jclouds-vagrant feature to be installed.

but I don't think it is blocking. So my vote is 0

---

Geoff raised a good point about some pending PRs, shall we cancel this
vote, merge them and cut a rc2?

Best,
Andrea

Re: [VOTE] Release Apache jclouds 2.0.2 RC1

Posted by Ignasi Barrera <ig...@gmail.com>.
> July 4 is a part of a long holiday weekend for Americans so we may want
> to extend the vote window if we do not receive sufficient feedback.

Let's extend the vote a couple days at least so everyone has a chance
to participate.

>
> On Thu, Jun 29, 2017 at 02:58:11PM +0200, Ignasi Barrera wrote:
>> This is the first release candidate for Apache jclouds 2.0.2.
>>
>> Please use the separate [DISCUSS] thread for anything but votes.
>>
>> It fixes the following issues:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339744&styleName=Html&projectId=12314430
>>
>> *** Please download, test and vote by Tuesday, July 4th, 06:00 PDT / 09:00
>> EDT / 15:00 CEST.
>>
>> Note that we are voting upon the source (tag), binaries are provided for
>> convenience.
>>
>> Source and binary files:
>> https://dist.apache.org/repos/dist/dev/jclouds/2.0.2-rc1
>>
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachejclouds-1037
>>
>> These are the tags to be voted upon:
>>   * jclouds
>>     - tag:
>> https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=tag;h=624f54bc902865dd6928dc99670a0046f2aa96dc
>>     - sha-1: 574c7fc3c1234037608c8daf96375673265e904f
>>   * jclouds-labs
>>     - tag:
>> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;a=tag;h=c29a6555fce43de79191e6959c5c0a007bdf88f9
>>     - sha-1: 900314166331571a9a8fddfa3961cd98b5f1e053
>>   * jclouds-labs-openstack
>>     - tag:
>> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git;a=tag;h=1d766fcffee9a624e997f4cb9cad63bb86e5a641
>>     - sha-1: 323d40fe00e6a90da7b722f3a7463dd1b030467d
>>   * jclouds-labs-aws
>>     - tag:
>> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-aws.git;a=tag;h=168fd61fa5579fb252c18e8e222f083e3208cca5
>>     - sha-1: 276c9fea186fbd412fe08991867d3597e2f99a10
>>   * jclouds-labs-google
>>     - tag:
>> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-google.git;a=tag;h=524dd9f675f0b9fd9be2d514c32fa10e3f4f5c1c
>>     - sha-1: 7e43298dc1bc663d517ca4c0f44ce62ba7ed97a9
>>   * jclouds-karaf
>>     - tag:
>> https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git;a=tag;h=710ebc07090bacf36b4d22610c8c187f79d76c71
>>     - sha-1: 16a5e94d12c263787a3fcde885df29cdcc832103
>>   * jclouds-cli
>>     - tag:
>> https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git;a=tag;h=ca19321ec67013b7d7861da1dd20fc8b213541f1
>>     - sha-1: 430a692497393d067fee40aeb81b8bbfe632f339
>>
>> jclouds KEYS file containing PGP keys we use to sign the release:
>> http://www.apache.org/dist/jclouds/KEYS
>>
>> [ ] +1
>> [ ] 0  (explain why)
>> [ ] -1 (explain why)
>
> --
> Andrew Gaul
> http://gaul.org/

Re: [VOTE] Release Apache jclouds 2.0.2 RC1

Posted by Andrew Gaul <ga...@apache.org>.
+1, binding.  I successfully ran integration tests against aws-s3,
azureblob, b2, dreamobjects (s3), filesystem, and
rackspace-cloudfiles-us.  I also ran tests against google-cloud-storage
although ran into some rate-limiting issues which caused spurious
failures.  I did not run tests against atmos due to the disappearance of
Atmos Online and raised a user thread about removing it.  I ran the
verify script and encountered the Java 8 issues previously discussed.

July 4 is a part of a long holiday weekend for Americans so we may want
to extend the vote window if we do not receive sufficient feedback.

On Thu, Jun 29, 2017 at 02:58:11PM +0200, Ignasi Barrera wrote:
> This is the first release candidate for Apache jclouds 2.0.2.
> 
> Please use the separate [DISCUSS] thread for anything but votes.
> 
> It fixes the following issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339744&styleName=Html&projectId=12314430
> 
> *** Please download, test and vote by Tuesday, July 4th, 06:00 PDT / 09:00
> EDT / 15:00 CEST.
> 
> Note that we are voting upon the source (tag), binaries are provided for
> convenience.
> 
> Source and binary files:
> https://dist.apache.org/repos/dist/dev/jclouds/2.0.2-rc1
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachejclouds-1037
> 
> These are the tags to be voted upon:
>   * jclouds
>     - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=tag;h=624f54bc902865dd6928dc99670a0046f2aa96dc
>     - sha-1: 574c7fc3c1234037608c8daf96375673265e904f
>   * jclouds-labs
>     - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;a=tag;h=c29a6555fce43de79191e6959c5c0a007bdf88f9
>     - sha-1: 900314166331571a9a8fddfa3961cd98b5f1e053
>   * jclouds-labs-openstack
>     - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git;a=tag;h=1d766fcffee9a624e997f4cb9cad63bb86e5a641
>     - sha-1: 323d40fe00e6a90da7b722f3a7463dd1b030467d
>   * jclouds-labs-aws
>     - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-aws.git;a=tag;h=168fd61fa5579fb252c18e8e222f083e3208cca5
>     - sha-1: 276c9fea186fbd412fe08991867d3597e2f99a10
>   * jclouds-labs-google
>     - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-google.git;a=tag;h=524dd9f675f0b9fd9be2d514c32fa10e3f4f5c1c
>     - sha-1: 7e43298dc1bc663d517ca4c0f44ce62ba7ed97a9
>   * jclouds-karaf
>     - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git;a=tag;h=710ebc07090bacf36b4d22610c8c187f79d76c71
>     - sha-1: 16a5e94d12c263787a3fcde885df29cdcc832103
>   * jclouds-cli
>     - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git;a=tag;h=ca19321ec67013b7d7861da1dd20fc8b213541f1
>     - sha-1: 430a692497393d067fee40aeb81b8bbfe632f339
> 
> jclouds KEYS file containing PGP keys we use to sign the release:
> http://www.apache.org/dist/jclouds/KEYS
> 
> [ ] +1
> [ ] 0  (explain why)
> [ ] -1 (explain why)

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

Re: [VOTE] Release Apache jclouds 2.0.2 RC1

Posted by Svetoslav Neykov <sv...@cloudsoft.io>.
+1

I've used the verify script to build the release. All good with the exception of test failures in the jclouds-karaf project, identical to the failures discussed when releasing 2.0.1. That's fixed on master (thanks Andrea!).
Also tested successfully:
  * aws-ec2
  * azurecomputer-arm
  * google-compute-engine
  * openstack-nova
  * softlayer


Svet.


> On 29.06.2017 г., at 15:58, Ignasi Barrera <na...@apache.org> wrote:
> 
> This is the first release candidate for Apache jclouds 2.0.2.
> 
> Please use the separate [DISCUSS] thread for anything but votes.
> 
> It fixes the following issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339744&styleName=Html&projectId=12314430
> 
> *** Please download, test and vote by Tuesday, July 4th, 06:00 PDT / 09:00
> EDT / 15:00 CEST.
> 
> Note that we are voting upon the source (tag), binaries are provided for
> convenience.
> 
> Source and binary files:
> https://dist.apache.org/repos/dist/dev/jclouds/2.0.2-rc1
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachejclouds-1037
> 
> These are the tags to be voted upon:
>  * jclouds
>    - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=tag;h=624f54bc902865dd6928dc99670a0046f2aa96dc
>    - sha-1: 574c7fc3c1234037608c8daf96375673265e904f
>  * jclouds-labs
>    - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs.git;a=tag;h=c29a6555fce43de79191e6959c5c0a007bdf88f9
>    - sha-1: 900314166331571a9a8fddfa3961cd98b5f1e053
>  * jclouds-labs-openstack
>    - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-openstack.git;a=tag;h=1d766fcffee9a624e997f4cb9cad63bb86e5a641
>    - sha-1: 323d40fe00e6a90da7b722f3a7463dd1b030467d
>  * jclouds-labs-aws
>    - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-aws.git;a=tag;h=168fd61fa5579fb252c18e8e222f083e3208cca5
>    - sha-1: 276c9fea186fbd412fe08991867d3597e2f99a10
>  * jclouds-labs-google
>    - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-labs-google.git;a=tag;h=524dd9f675f0b9fd9be2d514c32fa10e3f4f5c1c
>    - sha-1: 7e43298dc1bc663d517ca4c0f44ce62ba7ed97a9
>  * jclouds-karaf
>    - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git;a=tag;h=710ebc07090bacf36b4d22610c8c187f79d76c71
>    - sha-1: 16a5e94d12c263787a3fcde885df29cdcc832103
>  * jclouds-cli
>    - tag:
> https://git-wip-us.apache.org/repos/asf?p=jclouds-cli.git;a=tag;h=ca19321ec67013b7d7861da1dd20fc8b213541f1
>    - sha-1: 430a692497393d067fee40aeb81b8bbfe632f339
> 
> jclouds KEYS file containing PGP keys we use to sign the release:
> http://www.apache.org/dist/jclouds/KEYS
> 
> [ ] +1
> [ ] 0  (explain why)
> [ ] -1 (explain why)