You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crail.apache.org by Jonas Pfefferle <pe...@japf.ch> on 2018/11/22 12:39:58 UTC

[VOTE] Release of Apache Crail-1.1-incubating [rc7]

Hi all


Sorry for yet another vote but since this is our first release to also 
includes binaries there are a lot of things to figure out. Obviously 
preparing the releases is not a single person effort so I want to thank 
Animesh and Adrian helping me prepare the release candidates.
This is a call to vote on releasing Apache Crail 1.1-incubating, release 
candidate 7. The following issues has been addressed:

* Remove category X licenses since they were either dual licensed jars or 
wrongly labeled as category X
* Only include licenses of dependencies in binary tarball. Source tarball 
only includes Apache license since we do not ship anything else than our 
source.

The source and binary tarball, including signatures, digests, etc. can be 
found at:
https://dist.apache.org/repos/dist/dev/incubator/crail/1.1-rc7/

The commit to be voted upon:

https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git;a=commit;h=b3b3d0d1c48e280368ece75639308ab562db5a48

The Nexus Staging URL:
https://repository.apache.org/content/repositories/orgapachecrail-1006/

Release artifacts are signed with the key AA557B11:
https://www.apache.org/dist/incubator/crail/KEYS

For information about the contents of this release, see:

https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git;a=blob_plain;f=HISTORY.md;hb=b3b3d0d1c48e280368ece75639308ab562db5a48
or for better readability 
https://github.com/apache/incubator-crail/blob/v1.1-rc7/HISTORY.md

Please vote on releasing this package as Apache Crail 1.1-incubating

The vote will be open for at least 72 hours and I will extend it if needed 
because of thanksgiving and the weekend.

[ ] +1 Release this package as Apache Crail 1.1-incubating
[ ] +0 no opinion
[ ] -1 Do not release this package because ...

Thanks,
Jonas







Re: [VOTE] Release of Apache Crail-1.1-incubating [rc7]

Posted by Jonas Pfefferle <pe...@japf.ch>.
Hi Adrian


You are right. I did not check if the source tarball compiles but only if 
the needed files are there (I will add it to the rtd documentation). I 
excluded the binary licenses from the source tarball which leads to the 
error. Currently we package binary licenses in the jar's META-INF I'm not 
sure if that is really needed since we do not ship anything with the jar 
itself. So it might be fine to just put the Apache license in the jars and 
only include binary licenses in the binary tarball.

Cheers,
Jonas

  On Thu, 22 Nov 2018 23:28:11 +0100
  "Adrian Schuepbach" <DR...@zurich.ibm.com> wrote:
> Hi Jonas
> 
> Thanks a lot for preparing another release.
> 
> I checked the release and unfortunately I was not able to compile it
> (on two different machines).
> 
> So I need to vote -1, sorry...
> 
> On the other hand, it might be my problem, as you were able to build 
>a 
> release...
> Please let me know, if I did something wrong.
> 
> I did the following checks:
> - Checksums all ok
> - Signatures all ok
> - Running binary release (namenode, datanode, client/writing/listing 
> files) ok
> 
> Compiling source tarball fails:
> 
> [INFO] 
> ------------------------------------------------------------------------ 
> [INFO] Reactor Summary: 
> [INFO] 
> [INFO] Crail Project Parent POM ........................... SUCCESS 
>[ 
> 1.957 s] 
> [INFO] Crail Client Project ............................... SUCCESS 
>[ 
> 0.928 s] 
> [INFO] Crail RPC Project .................................. SUCCESS 
>[ 
> 0.161 s] 
> [INFO] Crail Namenode Project ............................. SUCCESS 
>[ 
> 0.167 s] 
> [INFO] Crail Storage Project .............................. SUCCESS 
>[ 
> 0.136 s] 
> [INFO] Crail RDMA Project ................................. SUCCESS 
>[ 
> 0.193 s] 
> [INFO] Crail NVMf Project ................................. SUCCESS 
>[ 
> 0.175 s] 
> [INFO] Crail Storage NaRPC Project ........................ SUCCESS 
>[ 
> 0.160 s] 
> [INFO] Crail DaRPC Project ................................ SUCCESS 
>[ 
> 0.163 s] 
> [INFO] Crail RPC/TCP Project .............................. SUCCESS 
>[ 
> 0.186 s] 
> [INFO] Crail HDFS Project ................................. SUCCESS 
>[ 
> 1.436 s] 
> [INFO] Crail Project Assembly ............................. FAILURE 
>[ 
> 0.813 s] 
> [INFO] 
> ------------------------------------------------------------------------ 
> [INFO] BUILD FAILURE 
> [INFO] 
> ------------------------------------------------------------------------ 
> [INFO] Total time: 6.759 s 
> [INFO] Finished at: 2018-11-22T23:07:43+01:00 
> [INFO] Final Memory: 29M/477M 
> [INFO] 
> ------------------------------------------------------------------------ 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single 
> (binary-release-assembly-crail) on project crail-assembly: Failed to 
> create assembly: Error adding file to archive: 
> /tmp/crail/apache-crail-1.1-incubating-src/LICENSE-bina
> ry -> [Help 1]
> 
> 
> However if I checkout the git repository from scratch, I can 
>successfully 
> compile it, it only fails when I compile the source tarball.
> I tried both, on my laptop and also on a cluster node, same 
>behaviour.
> 
> 
> If it turns out that it is just me, then of course I will change my 
>vote.
> 
> Thanks
> Adrian
> 
> 
>From:   "Jonas Pfefferle" <pe...@japf.ch>
> To:     "dev@crail.apache.org" <de...@crail.apache.org>
> Date:   11/22/2018 01:40 PM
> Subject:        [VOTE] Release of Apache Crail-1.1-incubating [rc7]
> 
> 
> Hi all
> 
> 
> Sorry for yet another vote but since this is our first release to 
>also 
> includes binaries there are a lot of things to figure out. Obviously 
> preparing the releases is not a single person effort so I want to 
>thank 
> Animesh and Adrian helping me prepare the release candidates.
> This is a call to vote on releasing Apache Crail 1.1-incubating, 
>release 
> candidate 7. The following issues has been addressed:
> 
> * Remove category X licenses since they were either dual licensed 
>jars or 
> wrongly labeled as category X
> * Only include licenses of dependencies in binary tarball. Source 
>tarball 
> only includes Apache license since we do not ship anything else than 
>our 
> source.
> 
> The source and binary tarball, including signatures, digests, etc. 
>can be 
> found at:
> https://dist.apache.org/repos/dist/dev/incubator/crail/1.1-rc7/
> 
> 
> The commit to be voted upon:
> 
> https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git;a=commit;h=b3b3d0d1c48e280368ece75639308ab562db5a48
> 
> 
> The Nexus Staging URL:
> https://repository.apache.org/content/repositories/orgapachecrail-1006/
> 
> 
> Release artifacts are signed with the key AA557B11:
> https://www.apache.org/dist/incubator/crail/KEYS
> 
> 
>For information about the contents of this release, see:
> 
> https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git;a=blob_plain;f=HISTORY.md;hb=b3b3d0d1c48e280368ece75639308ab562db5a48
> 
> or for better readability 
> https://github.com/apache/incubator-crail/blob/v1.1-rc7/HISTORY.md
> 
> 
> Please vote on releasing this package as Apache Crail 1.1-incubating
> 
> The vote will be open for at least 72 hours and I will extend it if 
>needed 
> 
> because of thanksgiving and the weekend.
> 
> [ ] +1 Release this package as Apache Crail 1.1-incubating
> [ ] +0 no opinion
> [ ] -1 Do not release this package because ...
> 
> Thanks,
> Jonas
> 
> 


[CANCEL][VOTE] Release of Apache Crail-1.1-incubating [rc7]

Posted by Jonas Pfefferle <pe...@japf.ch>.
Cancel vote due to problems compiling from source tarball.


  On Thu, 22 Nov 2018 23:28:11 +0100
  "Adrian Schuepbach" <DR...@zurich.ibm.com> wrote:
> Hi Jonas
> 
> Thanks a lot for preparing another release.
> 
> I checked the release and unfortunately I was not able to compile it
> (on two different machines).
> 
> So I need to vote -1, sorry...
> 
> On the other hand, it might be my problem, as you were able to build 
>a 
> release...
> Please let me know, if I did something wrong.
> 
> I did the following checks:
> - Checksums all ok
> - Signatures all ok
> - Running binary release (namenode, datanode, client/writing/listing 
> files) ok
> 
> Compiling source tarball fails:
> 
> [INFO] 
> ------------------------------------------------------------------------ 
> [INFO] Reactor Summary: 
> [INFO] 
> [INFO] Crail Project Parent POM ........................... SUCCESS 
>[ 
> 1.957 s] 
> [INFO] Crail Client Project ............................... SUCCESS 
>[ 
> 0.928 s] 
> [INFO] Crail RPC Project .................................. SUCCESS 
>[ 
> 0.161 s] 
> [INFO] Crail Namenode Project ............................. SUCCESS 
>[ 
> 0.167 s] 
> [INFO] Crail Storage Project .............................. SUCCESS 
>[ 
> 0.136 s] 
> [INFO] Crail RDMA Project ................................. SUCCESS 
>[ 
> 0.193 s] 
> [INFO] Crail NVMf Project ................................. SUCCESS 
>[ 
> 0.175 s] 
> [INFO] Crail Storage NaRPC Project ........................ SUCCESS 
>[ 
> 0.160 s] 
> [INFO] Crail DaRPC Project ................................ SUCCESS 
>[ 
> 0.163 s] 
> [INFO] Crail RPC/TCP Project .............................. SUCCESS 
>[ 
> 0.186 s] 
> [INFO] Crail HDFS Project ................................. SUCCESS 
>[ 
> 1.436 s] 
> [INFO] Crail Project Assembly ............................. FAILURE 
>[ 
> 0.813 s] 
> [INFO] 
> ------------------------------------------------------------------------ 
> [INFO] BUILD FAILURE 
> [INFO] 
> ------------------------------------------------------------------------ 
> [INFO] Total time: 6.759 s 
> [INFO] Finished at: 2018-11-22T23:07:43+01:00 
> [INFO] Final Memory: 29M/477M 
> [INFO] 
> ------------------------------------------------------------------------ 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single 
> (binary-release-assembly-crail) on project crail-assembly: Failed to 
> create assembly: Error adding file to archive: 
> /tmp/crail/apache-crail-1.1-incubating-src/LICENSE-bina
> ry -> [Help 1]
> 
> 
> However if I checkout the git repository from scratch, I can 
>successfully 
> compile it, it only fails when I compile the source tarball.
> I tried both, on my laptop and also on a cluster node, same 
>behaviour.
> 
> 
> If it turns out that it is just me, then of course I will change my 
>vote.
> 
> Thanks
> Adrian
> 
> 
>From:   "Jonas Pfefferle" <pe...@japf.ch>
> To:     "dev@crail.apache.org" <de...@crail.apache.org>
> Date:   11/22/2018 01:40 PM
> Subject:        [VOTE] Release of Apache Crail-1.1-incubating [rc7]
> 
> 
> Hi all
> 
> 
> Sorry for yet another vote but since this is our first release to 
>also 
> includes binaries there are a lot of things to figure out. Obviously 
> preparing the releases is not a single person effort so I want to 
>thank 
> Animesh and Adrian helping me prepare the release candidates.
> This is a call to vote on releasing Apache Crail 1.1-incubating, 
>release 
> candidate 7. The following issues has been addressed:
> 
> * Remove category X licenses since they were either dual licensed 
>jars or 
> wrongly labeled as category X
> * Only include licenses of dependencies in binary tarball. Source 
>tarball 
> only includes Apache license since we do not ship anything else than 
>our 
> source.
> 
> The source and binary tarball, including signatures, digests, etc. 
>can be 
> found at:
> https://dist.apache.org/repos/dist/dev/incubator/crail/1.1-rc7/
> 
> 
> The commit to be voted upon:
> 
> https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git;a=commit;h=b3b3d0d1c48e280368ece75639308ab562db5a48
> 
> 
> The Nexus Staging URL:
> https://repository.apache.org/content/repositories/orgapachecrail-1006/
> 
> 
> Release artifacts are signed with the key AA557B11:
> https://www.apache.org/dist/incubator/crail/KEYS
> 
> 
>For information about the contents of this release, see:
> 
> https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git;a=blob_plain;f=HISTORY.md;hb=b3b3d0d1c48e280368ece75639308ab562db5a48
> 
> or for better readability 
> https://github.com/apache/incubator-crail/blob/v1.1-rc7/HISTORY.md
> 
> 
> Please vote on releasing this package as Apache Crail 1.1-incubating
> 
> The vote will be open for at least 72 hours and I will extend it if 
>needed 
> 
> because of thanksgiving and the weekend.
> 
> [ ] +1 Release this package as Apache Crail 1.1-incubating
> [ ] +0 no opinion
> [ ] -1 Do not release this package because ...
> 
> Thanks,
> Jonas
> 
> 


Re: [VOTE] Release of Apache Crail-1.1-incubating [rc7]

Posted by Adrian Schuepbach <DR...@zurich.ibm.com>.
Hi Jonas

Thanks a lot for preparing another release.

I checked the release and unfortunately I was not able to compile it
(on two different machines).

So I need to vote -1, sorry...

On the other hand, it might be my problem, as you were able to build a 
release...
Please let me know, if I did something wrong.

I did the following checks:
- Checksums all ok
- Signatures all ok
- Running binary release (namenode, datanode, client/writing/listing 
files) ok

Compiling source tarball fails:

[INFO] 
------------------------------------------------------------------------ 
[INFO] Reactor Summary: 
[INFO] 
[INFO] Crail Project Parent POM ........................... SUCCESS [ 
1.957 s] 
[INFO] Crail Client Project ............................... SUCCESS [ 
0.928 s] 
[INFO] Crail RPC Project .................................. SUCCESS [ 
0.161 s] 
[INFO] Crail Namenode Project ............................. SUCCESS [ 
0.167 s] 
[INFO] Crail Storage Project .............................. SUCCESS [ 
0.136 s] 
[INFO] Crail RDMA Project ................................. SUCCESS [ 
0.193 s] 
[INFO] Crail NVMf Project ................................. SUCCESS [ 
0.175 s] 
[INFO] Crail Storage NaRPC Project ........................ SUCCESS [ 
0.160 s] 
[INFO] Crail DaRPC Project ................................ SUCCESS [ 
0.163 s] 
[INFO] Crail RPC/TCP Project .............................. SUCCESS [ 
0.186 s] 
[INFO] Crail HDFS Project ................................. SUCCESS [ 
1.436 s] 
[INFO] Crail Project Assembly ............................. FAILURE [ 
0.813 s] 
[INFO] 
------------------------------------------------------------------------ 
[INFO] BUILD FAILURE 
[INFO] 
------------------------------------------------------------------------ 
[INFO] Total time: 6.759 s 
[INFO] Finished at: 2018-11-22T23:07:43+01:00 
[INFO] Final Memory: 29M/477M 
[INFO] 
------------------------------------------------------------------------ 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.0.0:single 
(binary-release-assembly-crail) on project crail-assembly: Failed to 
create assembly: Error adding file to archive: 
/tmp/crail/apache-crail-1.1-incubating-src/LICENSE-bina
ry -> [Help 1]




However if I checkout the git repository from scratch, I can successfully 
compile it, it only fails when I compile the source tarball.
I tried both, on my laptop and also on a cluster node, same behaviour.


If it turns out that it is just me, then of course I will change my vote.

Thanks
Adrian






From:   "Jonas Pfefferle" <pe...@japf.ch>
To:     "dev@crail.apache.org" <de...@crail.apache.org>
Date:   11/22/2018 01:40 PM
Subject:        [VOTE] Release of Apache Crail-1.1-incubating [rc7]



Hi all


Sorry for yet another vote but since this is our first release to also 
includes binaries there are a lot of things to figure out. Obviously 
preparing the releases is not a single person effort so I want to thank 
Animesh and Adrian helping me prepare the release candidates.
This is a call to vote on releasing Apache Crail 1.1-incubating, release 
candidate 7. The following issues has been addressed:

* Remove category X licenses since they were either dual licensed jars or 
wrongly labeled as category X
* Only include licenses of dependencies in binary tarball. Source tarball 
only includes Apache license since we do not ship anything else than our 
source.

The source and binary tarball, including signatures, digests, etc. can be 
found at:
https://dist.apache.org/repos/dist/dev/incubator/crail/1.1-rc7/


The commit to be voted upon:

https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git;a=commit;h=b3b3d0d1c48e280368ece75639308ab562db5a48


The Nexus Staging URL:
https://repository.apache.org/content/repositories/orgapachecrail-1006/


Release artifacts are signed with the key AA557B11:
https://www.apache.org/dist/incubator/crail/KEYS


For information about the contents of this release, see:

https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git;a=blob_plain;f=HISTORY.md;hb=b3b3d0d1c48e280368ece75639308ab562db5a48

or for better readability 
https://github.com/apache/incubator-crail/blob/v1.1-rc7/HISTORY.md


Please vote on releasing this package as Apache Crail 1.1-incubating

The vote will be open for at least 72 hours and I will extend it if needed 

because of thanksgiving and the weekend.

[ ] +1 Release this package as Apache Crail 1.1-incubating
[ ] +0 no opinion
[ ] -1 Do not release this package because ...

Thanks,
Jonas