On Sat, Jan 29, 2022 at 8:24 PM Antoine Pitrou <anto...@python.org> wrote:
>
>
> +1
>
> The following checks were succesful on Ubuntu 20.04, x86-64:
>
> - source release test with gcc 9.3.0, C++, Python, GLib, Ruby, CUDA
> - source release test with gcc 8.4.0, C++, Python, GLib, Ruby, CUDA
> - source release test with clang 10.0.0, C++, Python, GLib, Ruby, CUDA
> - source release test with Java, Go, Javascript
>
> The following test failed on Debian oldstable, x86-64:
>
> - wheel release test (*)
>
> Regards
>
> Antoine.
>
>
> (*) Here is the end of the logs:
>
> + pushd binaries
> /tmp/arrow-7.0.0.C5b7S/binaries /tmp/arrow-7.0.0.C5b7S
> ++ uname
> + '[' Linux == Darwin ']'
> + test_linux_wheels
> ++ uname -m
> + '[' x86_64 = aarch64 ']'
> + local arch=x86_64
> + local 'py_arches=3.7m 3.8 3.9 3.10'
> + local 'platform_tags=manylinux_2_12_x86_64.manylinux2010_x86_64
> manylinux_2_17_x86_64.manylinux2014_x86_64'
> + for py_arch in ${py_arches}
> + local env=_verify_wheel-3.7m
> + '[' 3.7m = 3.10 ']'
> + local 'channels=-c conda-forge'
> + mamba create -yq -n _verify_wheel-3.7m -c conda-forge python=3.7
> ./dev/release/verify-release-candidate.sh: line 646: mamba: command not
Could you please try to `conda activate base` before the mamba command
and if that doesn't work simply replace `mamba` with `conda` and test
the wheels again?
> found
> + cleanup
> + '[' no = yes ']'
> + echo 'Failed to verify release candidate. See /tmp/arrow-7.0.0.C5b7S
> for details.'
> Failed to verify release candidate. See /tmp/arrow-7.0.0.C5b7S for details.
>
>
>
>
> Le 29/01/2022 à 12:28, Krisztián Szűcs a écrit :
> > Hi,
> >
> > I would like to propose the following release candidate (RC10) of Apache
> > Arrow version 7.0.0. This is a release consisting of 649
> > resolved JIRA issues[1].
> >
> > This release candidate is based on commit:
> > e90472e35b40f58b17d408438bb8de1641bfe6ef [2]
> >
> > The source release rc10 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.
> >
> > The crossbow release verification tasks' results are available at [14].
> >
> > The vote will be open for at least 72 hours.
> >
> > [ ] +1 Release this as Apache Arrow 7.0.0
> > [ ] +0
> > [ ] -1 Do not release this as Apache Arrow 7.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%207.0.0
> > [2]:
> > https://github.com/apache/arrow/tree/e90472e35b40f58b17d408438bb8de1641bfe6ef
> > [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-7.0.0-rc10
> > [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/7.0.0-rc10
> > [9]: https://apache.jfrog.io/artifactory/arrow/nuget-rc/7.0.0-rc10
> > [10]: https://apache.jfrog.io/artifactory/arrow/python-rc/7.0.0-rc10
> > [11]: https://apache.jfrog.io/artifactory/arrow/ubuntu-rc/
> > [12]:
> > https://github.com/apache/arrow/blob/e90472e35b40f58b17d408438bb8de1641bfe6ef/CHANGELOG.md
> > [13]:
> > https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
> > [14]: https://github.com/apache/arrow/pull/12293