I failed to verify this on macOS 11.6 arm64. 3 integration tests crashed with "ArgumentError: unsafe_wrap: pointer 0x13b640ef8 is not properly aligned to 16 bytes".
I don't know enough to know whether this is a problem with the integration test setup (and thus probably not release blocking) or whether it is something more critical. Also, we should update the readme to note that on non-Intel macOS, you need to install Julia yourself and also put it on the PATH. Neal On Mon, Mar 7, 2022 at 8:36 AM Andrew Lamb <al...@influxdata.com> wrote: > +1 (binding) Mac OS Intel 12.0.1 > > I checked the signatures and shasums manually and ran > ./dev/release/verify_rc.sh 2.2.1 1 > > ``` > > * Testing* Arrow tests passed > > + popd > > > /var/folders/s3/h5hgj43j0bv83shtmz_t_w400000gn/T/arrow-julia-2.2.1-1.XXXXX.PMczTpdj > > + VERIFY_SUCCESS=yes > > + echo 'RC looks good!' > > RC looks good! > > + cleanup > > + '[' yes = yes ']' > > + rm -rf > > /var/folders/s3/h5hgj43j0bv83shtmz_t_w400000gn/T/arrow-julia-2.2.1-1.XXXXX.PMczTpdj > > ``` > > > On Sun, Mar 6, 2022 at 1:59 PM David Li <lidav...@apache.org> wrote: > > > +1 (binding) > > > > Verified on Ubuntu 18.04 LTS (bionic)/x86_64 using: > > > > ./dev/release/verify_rc.sh 2.2.1 1 > > > > On Sun, Mar 6, 2022, at 10:39, Krisztián Szűcs wrote: > > > +1 (binding) > > > > > > Verified on Intel macOS 12.2 using: > > > VERIFY_FORCE_USE_JULIA_BINARY=1 dev/release/verify_rc.sh 2.2.1 1 > > > > > > Thanks, Krisztian > > > > > > On Sun, Mar 6, 2022 at 1:28 PM Sutou Kouhei <k...@clear-code.com> > wrote: > > >> > > >> +1 > > >> > > >> I ran the following on Debian GNU/Linux sid: > > >> > > >> VERIFY_FORCE_USE_JULIA_BINARY=1 dev/release/verify_rc.sh 2.2.1 1 > > >> > > >> Thanks, > > >> -- > > >> kou > > >> > > >> In <20220306.212600.307671827583509226....@clear-code.com> > > >> "[VOTE][Julia] Release Apache Arrow Julia 2.2.1 RC1" on Sun, 06 Mar > > 2022 21:26:00 +0900 (JST), > > >> Sutou Kouhei <k...@clear-code.com> wrote: > > >> > > >> > Hi, > > >> > > > >> > (Note that we don't have PMC members from Julia community > > >> > yet. PMC members, please vote even if you don't familiar > > >> > with Julia. We have a script that verifies this release > > >> > candidate automatically. See [3] for details.) > > >> > > > >> > I would like to propose the following release candidate (RC1) of > > >> > Apache Arrow Julia version 2.2.1. > > >> > > > >> > This release candidate is based on commit: > > >> > 3afb6b2e691c26cf7ed1090ed0e7908abde9285b [1] > > >> > > > >> > The source release rc1 is hosted at [2]. > > >> > > > >> > Please download, verify checksums and signatures, run the unit > tests, > > >> > and vote on the release. See [3] for how to validate a release > > candidate. > > >> > > > >> > The vote will be open for at least 24 hours. > > >> > > > >> > [ ] +1 Release this as Apache Arrow Julia 2.2.1 > > >> > [ ] +0 > > >> > [ ] -1 Do not release this as Apache Arrow Julia 2.2.1 because... > > >> > > > >> > [1]: > > > https://github.com/apache/arrow-julia/tree/3afb6b2e691c26cf7ed1090ed0e7908abde9285b > > >> > [2]: > > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-julia-2.2.1-rc1/ > > >> > [3]: > > > https://github.com/apache/arrow-julia/blob/main/dev/release/README.md#verify > > >