+0 (binding)

I ran the followings on Debian GNU/Linux sid:

  * TEST_JS=0 \
      TEST_INTEGRATION_JS=0 \
      JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \
      CUDA_TOOLKIT_ROOT=/usr \
      ARROW_CMAKE_OPTIONS="-DgRPC_SOURCE=BUNDLED -DBoost_NO_BOOST_CMAKE=ON" \
        dev/release/verify-release-candidate.sh source 1.0.0 1
  * dev/release/verify-release-candidate.sh binaries 1.0.0 1
  * dev/release/verify-release-candidate.sh wheels 1.0.0 1

with:

  * gcc version 9.3.0 (Debian 9.3.0-15)
  * openjdk version "1.8.0_252"
  * NodeJS v12.18.1 (This may not be used.)
  * nvidia-cuda-dev 10.1.243-6+b1

Notes:

  * JavaScript tests are failed. But I'm not sure whether
    this is a problem of JavaScript implementation or my
    environment problem.

    Details: 
https://gist.github.com/kou/2118eb1e5046483479f712614343931b#file-js-log

  * Python 3.8 wheel's tests are failed. 3.5, 3.6 and 3.7
    are passed. It seems that -larrow and -larrow_python for
    Cython are failed.

      
/tmp/arrow-1.0.0.NlcPX/test-miniconda/envs/_verify_wheel-3.8/compiler_compat/ld:
 cannot find -larrow
      
/tmp/arrow-1.0.0.NlcPX/test-miniconda/envs/_verify_wheel-3.8/compiler_compat/ld:
 cannot find -larrow_python

    I'm not sure whether this is a critical or not.

    Details: 
https://gist.github.com/kou/2118eb1e5046483479f712614343931b#file-wheels-log

Thanks,
--
kou

In <cahm19a7gwunms_qr4f9wywo331fz6lguo4n+fb1rhkw7etv...@mail.gmail.com>
  "[VOTE] Release Apache Arrow 1.0.0 - RC1" on Fri, 17 Jul 2020 03:41:56 +0200,
  Krisztián Szűcs <szucs.kriszt...@gmail.com> wrote:

> Hi,
> 
> I would like to propose the second release candidate (RC1) of Apache
> Arrow version 1.0.0.
> This is a major release consisting of 826 resolved JIRA issues[1].
> 
> The verification of the first release candidate (RC0) has failed [0], and
> the packaging scripts were unable to produce two wheels. Compared
> to RC0 this release candidate includes additional patches for the
> following bugs: ARROW-9506, ARROW-9504, ARROW-9497,
> ARROW-9500, ARROW-9499.
> 
> This release candidate is based on commit:
> bc0649541859095ee77d03a7b891ea8d6e2fd641 [2]
> 
> The source release rc1 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 1.0.0
> [ ] +0
> [ ] -1 Do not release this as Apache Arrow 1.0.0 because...
> 
> [0]: https://github.com/apache/arrow/pull/7778#issuecomment-659065370
> [1]: 
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%201.0.0
> [2]: 
> https://github.com/apache/arrow/tree/bc0649541859095ee77d03a7b891ea8d6e2fd641
> [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-1.0.0-rc1
> [4]: https://bintray.com/apache/arrow/centos-rc/1.0.0-rc1
> [5]: https://bintray.com/apache/arrow/debian-rc/1.0.0-rc1
> [6]: https://bintray.com/apache/arrow/python-rc/1.0.0-rc1
> [7]: https://bintray.com/apache/arrow/ubuntu-rc/1.0.0-rc1
> [8]: 
> https://github.com/apache/arrow/blob/bc0649541859095ee77d03a7b891ea8d6e2fd641/CHANGELOG.md
> [9]: 
> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates

Reply via email to