I started looking at some of the Python wheels and found that the
macOS Python 3.7 wheel is corrupted. Note that it's only 101KB while
the other macOS wheels are ~35MB.

Eyeballing the file list at

https://bintray.com/apache/arrow/python-rc/0.15.1-rc0#files/python-rc/0.15.1-rc0

it seems this is the only wheel with this issue, but this suggests
that we should prioritize some kind of wheel integrity check using
Crossbow jobs. An issue for this is

https://issues.apache.org/jira/browse/ARROW-2880

I'm going to check out some other wheels to see if they are OK, but
maybe just this one wheel can be regenerated?

On Sun, Oct 27, 2019 at 4:31 PM Sutou Kouhei <k...@clear-code.com> wrote:
>
> +1 (binding)
>
> I ran the followings on Debian GNU/Linux sid:
>
>   * TEST_CSHARP=0 \
>       JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \
>       CUDA_TOOLKIT_ROOT=/usr \
>         dev/release/verify-release-candidate.sh source 0.15.1 0
>   * dev/release/verify-release-candidate.sh binaries 0.15.1 0
>
> with:
>
>   * gcc (Debian 9.2.1-8) 9.2.1 20190909
>   * openjdk version "1.8.0_232-ea"
>   * Node.JS v12.1.0
>   * go version go1.12.10 linux/amd64
>   * nvidia-cuda-dev 10.1.105-3+b1
>
> Notes:
>
>   * C# sourcelink is failed as usual.
>
>   * We can't use dev/release/verify-release-candidate.sh on
>     master to verify source because it depends on the latest
>     archery. We need to use
>     dev/release/verify-release-candidate.sh in 0.15.1.
>
>
> Thanks,
> --
> kou
>
> In <CAHM19a55Ex1aRWoq7mpZHkedeMRCHXm2dgS=fdm_8cqw6q_...@mail.gmail.com>
>   "[VOTE] Release Apache Arrow 0.15.1 - RC0" on Fri, 25 Oct 2019 20:43:07 
> +0200,
>   Krisztián Szűcs <szucs.kriszt...@gmail.com> wrote:
>
> > Hi,
> >
> > I would like to propose the following release candidate (RC0) of Apache
> > Arrow version 0.15.1. This is a patch release consisting of 36 resolved
> > JIRA issues[1].
> >
> > This release candidate is based on commit:
> > b789226ccb2124285792107c758bb3b40b3d082a [2]
> >
> > The source release rc0 is hosted at [3].
> > The binary artifacts are hosted at [4][5][6][7].
> > The changelog is located at [8].
> >
> > Please download, verify checksums and signatures, run the unit tests,
> > and vote on the release. See [9] for how to validate a release candidate.
> >
> > The vote will be open for at least 72 hours.
> >
> > [ ] +1 Release this as Apache Arrow 0.15.1
> > [ ] +0
> > [ ] -1 Do not release this as Apache Arrow 0.15.1 because...
> >
> > [1]: 
> > https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%200.15.1
> > [2]: 
> > https://github.com/apache/arrow/tree/b789226ccb2124285792107c758bb3b40b3d082a
> > [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.15.1-rc0
> > [4]: https://bintray.com/apache/arrow/centos-rc/0.15.1-rc0
> > [5]: https://bintray.com/apache/arrow/debian-rc/0.15.1-rc0
> > [6]: https://bintray.com/apache/arrow/python-rc/0.15.1-rc0
> > [7]: https://bintray.com/apache/arrow/ubuntu-rc/0.15.1-rc0
> > [8]: 
> > https://github.com/apache/arrow/blob/b789226ccb2124285792107c758bb3b40b3d082a/CHANGELOG.md
> > [9]: 
> > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates

Reply via email to