+1 to approve the release. I checked with rcverify
$ ./rcverify.sh openwhisk-runtime-go 'OpenWhisk Runtime Go' 1.16.0 rc1 rcverify.sh (script SHA1: AB81 58B6 7F2B 74B5 F222 AAD7 0F19 3228 98B0 906A) working in the following directory: /var/folders/jc/wfhtkrln4q7cz9pxz24rbkdm0000gp/T/tmp.vnl0i86l fetching tarball and signatures from https://dist.apache.org/repos/dist/dev/openwhisk/rc1 fetching openwhisk-runtime-go-1.16.0-sources.tar.gz fetching openwhisk-runtime-go-1.16.0-sources.tar.gz.asc fetching openwhisk-runtime-go-1.16.0-sources.tar.gz.sha512 fetching release keys importing keys gpg: key 72AF0CC22C4CF320: "Vincent Hou (Release manager of OpenWhisk) < houshen...@apache.org>" not changed gpg: key 22907064147F886E: "Dave Grove <gro...@us.ibm.com>" not changed gpg: key 44667BC927C86D51: "Rodric Rabbah <rab...@apache.org>" not changed gpg: key B1457C3D7101CC78: "James Thomas <jamestho...@apache.org>" not changed gpg: key A600E3331427515D: "Olivier Tardieu <tard...@apache.org>" not changed gpg: key 804F627B2D1BD1A0: 6 signatures not checked due to missing keys gpg: key 804F627B2D1BD1A0: "Alexander Klimetschek (Adobe Work Email) < aklim...@adobe.com>" not changed gpg: key 758C332F8D30E5A2: 1 signature not checked due to a missing key gpg: key 758C332F8D30E5A2: "Alexander Klimetschek (Apache Committer Key) < alex...@apache.org>" not changed gpg: Total number processed: 7 gpg: unchanged: 7 unpacking tar ball cloning scancode 'openwhisk-utilities'에 복제합니다... remote: Enumerating objects: 55, done. remote: Counting objects: 100% (55/55), done. remote: Compressing objects: 100% (41/41), done. remote: Total 55 (delta 21), reused 31 (delta 11), pack-reused 0 오브젝트 묶음 푸는 중: 100% (55/55), 완료. computing sha512 for openwhisk-runtime-go-1.16.0-sources.tar.gz SHA512: openwhisk-runtime-go-1.16.0-sources.tar.gz: 1EEE24AE 4C4D9F29 A8F1B35B CA21D9CA 4B2E4004 F2EF0082 77544712 80DD019C 40B88EA9 1290E01D FAF8F157 DC8284C5 49CFEA80 C37B0857 45BB8B9B 793BE82D validating sha512... passed verifying asc... passed (signed-by: Dave Grove <dgr...@apache.org>) verifying notice... passed verifying absence of DISCLAIMER.txt passed verifying license... passed verifying sources have proper headers... passed scanning for executable files... passed scanning for unexpected file types... passed scanning for archives... passed scanning for packages... passed scanning package.json for version match... passed (none detected) scanning package-lock.json for version match... passed (none detected) Regards -dom 2020년 9월 27일 (일) 오후 2:18, Michele Sciabarra <mich...@sciabarra.com>님이 작성: > SO the released sources do not build :)? > I was expecting that the gradle wrappers would download the required jar > files... > > -- > Michele Sciabarra > mich...@sciabarra.com > > ----- Original message ----- > From: Matt Sicker <boa...@gmail.com> > To: dev@openwhisk.apache.org > Subject: Re: [VOTE] Release Apache OpenWhisk Runtime Go (v1.16.0, rc1) > Date: Saturday, September 26, 2020 6:45 PM > > That’s from not bundling the gradle wrapper jar as the sources can’t > include binaries (at least without the source for said binaries). I believe > this problem has been since solved for the maven wrapper, but not for > gradle. > > On Sat, Sep 26, 2020 at 10:32 Michele Sciabarra <mich...@sciabarra.com> > wrote: > > > Hmm before voting I have a question: > > > > The tarball verifies correctly but I tried to build and run the tests > > before and I had this problem: > > > > > > > > ./gradlew distDocker > > > > Errore: impossibile trovare o caricare la classe principale > > org.gradle.wrapper.GradleWrapperMain > > > > (english: cannot find or load the main class > > org.gradle.wrapper.GradleWrapperMain) > > > > > > > > Is this normal / expected in the tarball? > > > > > > > > -- > > > > Michele Sciabarra > > > > mich...@sciabarra.com > > > > > > > > ----- Original message ----- > > > > From: David P Grove <gro...@us.ibm.com> > > > > To: dev <dev@openwhisk.apache.org> > > > > Subject: [VOTE] Release Apache OpenWhisk Runtime Go (v1.16.0, rc1) > > > > Date: Saturday, September 26, 2020 2:08 AM > > > > > > > > Hi, > > > > > > > > This is a call to vote on releasing version 1.16.0 release candidate rc1 > of > > > > the following project module with artifacts built from the Git > repositories > > > > and commit IDs listed below. > > > > > > > > * OpenWhisk Runtime Go: cd4328476bd3817e157fa3bb4a85981c9ab83472 > > > > > > > > > > > https://github.com/apache/openwhisk-runtime-go/commits/cd4328476bd3817e157fa3bb4a85981c9ab83472 > > > > > > > > > > > https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-go-1.16.0-sources.tar.gz > > > > > > > > > > > https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-go-1.16.0-sources.tar.gz.asc > > > > > > > > > > > https://dist.apache.org/repos/dist/dev/openwhisk/rc1/openwhisk-runtime-go-1.16.0-sources.tar.gz.sha512 > > > > > > > > This release is comprised of source code distribution only. > > > > > > > > You can use this UNIX script to download the release and verify the > > > > checklist below: > > > > > > > https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=530cdd4 > > > > > > > > Usage: > > > > curl -s " > > > > > > > https://gitbox.apache.org/repos/asf?p=openwhisk-release.git;a=blob_plain;f=tools/rcverify.sh;hb=530cdd4 > > > > " -o rcverify.sh > > > > chmod +x rcverify.sh > > > > rcverify.sh openwhisk-runtime-go 'OpenWhisk Runtime Go' 1.16.0 rc1 > > > > > > > > Please vote to approve this release: > > > > > > > > [ ] +1 Approve the release > > > > [ ] 0 Don't care > > > > [ ] -1 Don't release, because ... > > > > > > > > Release verification checklist for reference: > > > > [ ] Download links are valid. > > > > [ ] Checksums and PGP signatures are valid. > > > > [ ] Source code artifacts have correct names matching the current > > > > release. > > > > [ ] LICENSE and NOTICE files are correct for each OpenWhisk repository. > > > > [ ] All files have license headers as specified by OpenWhisk project > > > > policy [1]. > > > > [ ] No compiled archives bundled in source archive. > > > > > > > > This majority vote is open for at least 72 hours. > > > > > > > > > > > > [1] > > > > > > > https://github.com/apache/openwhisk-release/blob/master/docs/license_compliance.md > > > > -- > Matt Sicker <boa...@gmail.com> >