Has anyone fully verified on MacOS yet? Last time I tried, I was still getting stuck on the original Go issue after syncing Kou's latest changes (I might need to try a fresh install of arrow).
On Wed, Oct 25, 2023 at 9:34 AM David Li <lidav...@apache.org> wrote: > +1 (binding) > > Tested on Debian 12 'bookworm' / x86_64 > > I had some trouble with the wheels but creating a fresh ARROW_TMPDIR > resolved it. I filed [1] as well since testing binaries with the apparent > rate-limit is quite frustrating > > [1]: https://github.com/apache/arrow/issues/38442 > > On Wed, Oct 25, 2023, at 04:58, Raúl Cumplido wrote: > > +1 (non-binding) > > > > I've successfully run: > > TEST_DEFAULT=0 TEST_SOURCE=1 dev/release/verify-release-candidate.sh > 14.0.0 2 > > TEST_DEFAULT=0 TEST_APT=1 dev/release/verify-release-candidate.sh 14.0.0 > 2 > > TEST_DEFAULT=0 TEST_BINARY=1 dev/release/verify-release-candidate.sh > 14.0.0 2 > > TEST_DEFAULT=0 TEST_JARS=1 dev/release/verify-release-candidate.sh > 14.0.0 2 > > TEST_DEFAULT=0 TEST_WHEELS=1 dev/release/verify-release-candidate.sh > 14.0.0 2 > > TEST_DEFAULT=0 TEST_YUM=1 dev/release/verify-release-candidate.sh 14.0.0 > 2 > > > > I have been able to successfully run the amazon linux 2023 yum package > > by removing all my old docker images locally and pulling them again. > > > > With: > > * Python 3.10.12 > > * gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 > > * NVIDIA CUDA Build cuda_11.5.r11.5/compiler.30672275_0 > > * openjdk 17.0.8.1 2023-08-24 > > * ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu] > > * dotnet 7.0.112 > > * Ubuntu 22.04 LTS > > > > El mié, 25 oct 2023 a las 9:24, Sutou Kouhei (<k...@clear-code.com>) > escribió: > >> > >> Hi, > >> > >> https://github.com/apache/arrow/pull/38450 should fix it. > >> This is not a blocker because this is a verification script > >> problem not source archive problem. > >> > >> > >> Thanks, > >> -- > >> kou > >> > >> In <CAD1RbrrOh+O9rOwyvdVCL0deC=-tgkqcjgoohvxwrf6kb8c...@mail.gmail.com> > >> "Re: [VOTE] Release Apache Arrow 14.0.0 - RC2" on Tue, 24 Oct 2023 > 20:13:57 +0200, > >> Raúl Cumplido <raulcumpl...@gmail.com> wrote: > >> > >> > Hi Bryce, > >> > > >> > This happened on the verification tasks and is related to this issue > [1]. > >> > > >> > It should be solved if you pull the latest main and the related > >> > testing submodules. > >> > > >> > Thanks, > >> > Raúl > >> > > >> > [1] https://github.com/apache/arrow/issues/38345 > >> > > >> > El mar, 24 oct 2023 a las 20:02, Bryce Mecum (<bryceme...@gmail.com>) > escribió: > >> >> > >> >> I've failed to verify this release candidate on macOS M1, running > >> >> "dev/release/verify-release-candidate.sh 14.0.0 2" [1]. The failure > >> >> looks related to the Go implementation's "parquet-encryption-test". > >> >> Can anyone on a similar machine verify? > >> >> > >> >> [1] https://gist.github.com/amoeba/f47534bea44d78a7ee79e4b44ed0e4ff > >> >> > >> >> > >> >> On Mon, Oct 23, 2023 at 11:19 PM Raúl Cumplido <rau...@apache.org> > wrote: > >> >> > > >> >> > Hi, > >> >> > > >> >> > I would like to propose the following release candidate (RC2) of > Apache > >> >> > Arrow version 14.0.0. This is a release consisting of 461 > >> >> > resolved GitHub issues[1]. > >> >> > > >> >> > This release candidate is based on commit: > >> >> > 2dcee3f82c6cf54b53a64729fd81840efa583244 [2] > >> >> > > >> >> > The source release rc2 is hosted at [3]. > >> >> > The binary artifacts are hosted at [4][5][6][7][8][9][10][11]. > >> >> > The changelog is located at [12]. > >> >> > > >> >> > Please download, verify checksums and signatures, run the unit > tests, > >> >> > and vote on the release. See [13] for how to validate a release > candidate. > >> >> > > >> >> > See also a verification result on GitHub pull request [14]. > >> >> > > >> >> > The vote will be open for at least 72 hours. > >> >> > > >> >> > [ ] +1 Release this as Apache Arrow 14.0.0 > >> >> > [ ] +0 > >> >> > [ ] -1 Do not release this as Apache Arrow 14.0.0 because... > >> >> > > >> >> > [1]: > https://github.com/apache/arrow/issues?q=is%3Aissue+milestone%3A14.0.0+is%3Aclosed > >> >> > [2]: > https://github.com/apache/arrow/tree/2dcee3f82c6cf54b53a64729fd81840efa583244 > >> >> > [3]: > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-14.0.0-rc2 > >> >> > [4]: https://apache.jfrog.io/artifactory/arrow/almalinux-rc/ > >> >> > [5]: https://apache.jfrog.io/artifactory/arrow/amazon-linux-rc/ > >> >> > [6]: https://apache.jfrog.io/artifactory/arrow/centos-rc/ > >> >> > [7]: https://apache.jfrog.io/artifactory/arrow/debian-rc/ > >> >> > [8]: https://apache.jfrog.io/artifactory/arrow/java-rc/14.0.0-rc2 > >> >> > [9]: https://apache.jfrog.io/artifactory/arrow/nuget-rc/14.0.0-rc2 > >> >> > [10]: > https://apache.jfrog.io/artifactory/arrow/python-rc/14.0.0-rc2 > >> >> > [11]: https://apache.jfrog.io/artifactory/arrow/ubuntu-rc/ > >> >> > [12]: > https://github.com/apache/arrow/blob/2dcee3f82c6cf54b53a64729fd81840efa583244/CHANGELOG.md > >> >> > [13]: > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates > >> >> > [14]: https://github.com/apache/arrow/pull/38343 >