-1 disapprove with the reason
check script failed errors: ``` + echo '> Check sha512sum' > Check sha512sum + for i in *.tar.gz + echo apache-incubator-opendal-0.30.3-src.tar.gz apache-incubator-opendal-0.30.3-src.tar.gz + sha512sum --check apache-incubator-opendal-0.30.3-src.tar.gz.sha512 sha512sum: dist/apache-incubator-opendal-0.30.3-src.tar.gz: No such file or directory dist/apache-incubator-opendal-0.30.3-src.tar.gz: FAILED open or read sha512sum: WARNING: 1 listed file could not be read ``` seems the `apache-incubator-opendal-0.30.3-src.tar.gz.sha512` file contains an extra folder named `dist`: ``` ❯ cat apache-incubator-opendal-0.30.3-src.tar.gz.sha512 9f3a8e57fdbb3dbb281c16f8fc32def3b960fcac530a4154578c1b41f34068f25121d1c83c4350a7965a5e85928db8e33f987fb9d9841790a004cdbab4d6e1e2 dist/apache-incubator-opendal-0.30.3-src.tar.gz ❯ ``` Xuanwo <[email protected]> 于2023年3月16日周四 15:52写道: > Hello, Apache OpenDAL(incubating) PMC and Community, > > This is a call for a vote to release Apache OpenDAL(incubating) version > 0.30.3. > > The tag to be voted on is 0.30.3. > > The release candidate: > > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.30.3-rc1/ > > Keys to verify the release candidate: > > https://downloads.apache.org/incubator/opendal/KEYS > > Git branch for the release: > > https://github.com/apache/incubator-opendal/tree/release-0.30.3-rc1 > > Please download, verify, and test. > > The VOTE will remain open for at least 72 hours. > > [ ] +1 approve > [ ] +0 no opinion > [ ] -1 disapprove with the reason > > To learn more about apache opendal, please see https://opendal.apache.org/ > > Checklist for reference: > > [ ] Download links are valid. > [ ] Checksums and signatures. > [ ] LICENSE/NOTICE files exist > [ ] No unexpected binary files > [ ] All source files have ASF headers > [ ] Can compile from source > [ ] All Tests Passed > > More detailed checklist please refer to: > https://github.com/apache/incubator-opendal/tree/main/scripts > > To compile from source, please setup https://rustup.rs/ and running: > > cargo build --workspace --all-targets > > To running tests, please running: > > cargo test --workspace --all-targets > > Thanks > > Xuanwo >
