On Fri, Apr 16, 2021 at 11:18 PM Sutou Kouhei <k...@clear-code.com> wrote: > > +0 > > I got C++, C#, Java and Python related problems. Could someone > take a look at them? > > I ran the followings on Debian GNU/Linux sid: > > * TZ=UTC \ > ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON" \ > CUDA_TOOLKIT_ROOT=/usr \ > dev/release/verify-release-candidate.sh source 4.0.0 0 > * dev/release/verify-release-candidate.sh binaries 4.0.0 0 > * LANG=C dev/release/verify-release-candidate.sh wheels 4.0.0 0 > > with: > > * gcc (Debian 10.2.1-6) 10.2.1 20210110 > * openjdk version "11.0.10" 2021-01-19 > * nvidia-cuda-dev 11.2.1-2 > > "binaries" works well. > > I got some problems from "source" and "wheels". I don't > think that they are blockers but could someone take a look > at them? > > "source": > > * C++: arrow-utility-test is failed: > > https://gist.github.com/kou/868eaed328b348e45865747044044272#file-source-cpp-txt > * C#: "sourcelink test Apache.Arrow.pdb" is failed by "The > operation was canceled": > > https://gist.github.com/kou/868eaed328b348e45865747044044272#file-source-csharp-txt > * Integration test: Java related cases are failed because > org.apache.arrow.tools.Integration isn't found: > > https://gist.github.com/kou/868eaed328b348e45865747044044272#file-source-integration-java-txt We've removed the maven release plugin from the release process but I forgot to bump the SNAPSHOT versions in the pom.xml files to the target version, so this is a valid issue. I've updated the release scripts to include the mvn version bump command: https://github.com/apache/arrow/pull/10091 > > "wheels": > > * test_fs.py is failed or stuck. > * Failed with ~/.aws: > > https://gist.github.com/kou/868eaed328b348e45865747044044272#file-wheels-with-aws-txt > * Stuck without ~/.aws: > > https://gist.github.com/kou/868eaed328b348e45865747044044272#file-wheels-without-aws-txt I don't think that this is a blocker since the automatized verifications tasks worked well https://github.com/apache/arrow/pull/10090#issuecomment-821959766 I also verified the macos wheels locally without any issue.
I'm going to cut RC1 due to the integration test error which are reproduced at https://github.com/apache/arrow/pull/10090#issuecomment-821959766 > > Thanks, > -- > kou > > In <CAHM19a7x14=phc7+_7u_urjxbmiac8ci18q6+j+wu+355-p...@mail.gmail.com> > "[VOTE] Release Apache Arrow 4.0.0 - RC0" on Fri, 16 Apr 2021 06:44:03 > +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 4.0.0. This is a release consisting of 671 > > resolved JIRA issues[1]. > > > > This release candidate is based on commit: > > 3df78d3a98f346ed09667edc5ab551cfeff50b7a [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. > > Please use the release-4.0.0 branch for validation [10]. > > > > The vote will be open for at least 72 hours. > > > > [ ] +1 Release this as Apache Arrow 4.0.0 > > [ ] +0 > > [ ] -1 Do not release this as Apache Arrow 4.0.0 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%204.0.0 > > [2]: > > https://github.com/apache/arrow/tree/3df78d3a98f346ed09667edc5ab551cfeff50b7a > > [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-4.0.0-rc0 > > [4]: https://bintray.com/apache/arrow/centos-rc/4.0.0-rc0 > > [5]: https://bintray.com/apache/arrow/debian-rc/4.0.0-rc0 > > [6]: https://bintray.com/apache/arrow/python-rc/4.0.0-rc0 > > [7]: https://bintray.com/apache/arrow/ubuntu-rc/4.0.0-rc0 > > [8]: > > https://github.com/apache/arrow/blob/3df78d3a98f346ed09667edc5ab551cfeff50b7a/CHANGELOG.md > > [9]: > > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates > > [10]: https://github.com/apache/arrow/tree/release-4.0.0