Hi,

> dev/release/verify-release-candidate.sh: line 95: gpg: command not found

You need gpg command to verify sign. Could you install gpg
command and try again?


Thanks,
--
kou


In <cagekrb9su9e8h8aejpux2mrarxdamekrtcyqvzrnjgtuxse...@mail.gmail.com>
  "Re: [VOTE] Release Apache Arrow 3.0.0 - RC2" on Tue, 19 Jan 2021 20:09:41 
-0500,
  Andrew Wieteska <andrew.r.wiete...@gmail.com> wrote:

> Hi all,
> 
> I'm not able to verify on MacOS 10.15.7:
> 
> (base) andrewwieteska@Andrews-MacBook-Pro arrow %
> dev/release/verify-release-candidate.sh source 3.0.0 2
> 
> + set -o pipefail
> 
> +++ dirname dev/release/verify-release-candidate.sh
> 
> ++ cd dev/release
> 
> ++ pwd
> 
> + SOURCE_DIR=/Users/andrewwieteska/repos/arrow/arrow/dev/release
> 
> +++ dirname /Users/andrewwieteska/repos/arrow/arrow/dev/release
> 
> ++ dirname /Users/andrewwieteska/repos/arrow/arrow/dev
> 
> + ARROW_DIR=/Users/andrewwieteska/repos/arrow/arrow
> 
> + '[' -z '' ']'
> 
> + detect_cuda
> 
> + which nvcc
> 
> + return 1
> 
> + : OFF
> 
> + : ON
> 
> + : ON
> 
> + ARROW_DIST_URL=https://dist.apache.org/repos/dist/dev/arrow
> 
> + : 1
> 
> + '[' source == source ']'
> 
> + : 1
> 
> + : 1
> 
> + : 0
> 
> + : 0
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + '[' 0 -gt 0 ']'
> 
> + TEST_BINARY_DISTRIBUTIONS_DEFAULT=0
> 
> + : 0
> 
> + : 0
> 
> + : 0
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + : 1
> 
> + TEST_GLIB=2
> 
> + TEST_CPP=5
> 
> + TEST_JAVA=2
> 
> + TEST_JS=2
> 
> + TEST_GO=2
> 
> + TEST_INTEGRATION=5
> 
> + NEED_MINICONDA=10
> 
> + : apache-arrow-3.0.0.tar.gz
> 
> + case "${TEST_ARCHIVE}" in
> 
> +
> TEST_ARCHIVE=/Users/andrewwieteska/repos/arrow/arrow/apache-arrow-3.0.0.tar.gz
> 
> + TEST_SUCCESS=no
> 
> + setup_tempdir arrow-3.0.0
> 
> + '[' -z '' ']'
> 
> ++ mktemp -d -t arrow-3.0.0.XXXXX
> 
> +
> ARROW_TMPDIR=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK
> 
> + trap cleanup EXIT
> 
> + echo 'Working in sandbox
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK'
> 
> Working in sandbox
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK
> 
> + cd
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK
> 
> + '[' 10 -gt 0 ']'
> 
> + setup_miniconda
> 
> ++ uname
> 
> + '[' Darwin == Darwin ']'
> 
> + MINICONDA_URL=
> https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
> 
> +
> MINICONDA=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda
> 
> + '[' '!' -d
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda
> ']'
> 
> + wget -O miniconda.sh
> https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
> 
> --2021-01-19 20:02:42--
> https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
> 
> Resolving repo.continuum.io (repo.continuum.io)... 104.18.201.79,
> 104.18.200.79
> 
> Connecting to repo.continuum.io (repo.continuum.io)|104.18.201.79|:443...
> connected.
> 
> HTTP request sent, awaiting response... 301 Moved Permanently
> 
> Location:
> https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
> [following]
> 
> --2021-01-19 20:02:42--
> https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
> 
> Resolving repo.anaconda.com (repo.anaconda.com)... 104.16.131.3,
> 104.16.130.3
> 
> Connecting to repo.anaconda.com (repo.anaconda.com)|104.16.131.3|:443...
> connected.
> 
> HTTP request sent, awaiting response... 200 OK
> 
> Length: 57112343 (54M) [application/x-sh]
> 
> Saving to: ‘miniconda.sh’
> 
> 
> miniconda.sh
> 100%[========================================================>]  54.47M
> 18.0MB/s    in 3.0s
> 
> 
> 2021-01-19 20:02:45 (18.0 MB/s) - ‘miniconda.sh’ saved [57112343/57112343]
> 
> 
> + bash miniconda.sh -b -p
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda
> 
> PREFIX=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda
> 
> Unpacking payload ...
> 
> Collecting package metadata (current_repodata.json): done
> 
> 
> 
> Solving environment: done
> 
> 
> ## Package Plan ##
> 
> 
>   environment location:
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda
> 
> 
>   added / updated specs:
> 
>     - brotlipy==0.7.0=py38h9ed2024_1003
> 
>     - ca-certificates==2020.10.14=0
> 
>     - certifi==2020.6.20=pyhd3eb1b0_3
> 
>     - cffi==1.14.3=py38h2125817_2
> 
>     - chardet==3.0.4=py38hecd8cb5_1003
> 
>     - conda-package-handling==1.7.2=py38h22f3db7_0
> 
>     - conda==4.9.2=py38hecd8cb5_0
> 
>     - cryptography==3.2.1=py38hbcfaee0_1
> 
>     - idna==2.10=py_0
> 
>     - libcxx==10.0.0=1
> 
>     - libedit==3.1.20191231=h1de35cc_1
> 
>     - libffi==3.3=hb1e8313_2
> 
>     - ncurses==6.2=h0a44026_1
> 
>     - openssl==1.1.1h=haf1e3a3_0
> 
>     - pip==20.2.4=py38hecd8cb5_0
> 
>     - pycosat==0.6.3=py38h1de35cc_1
> 
>     - pycparser==2.20=py_2
> 
>     - pyopenssl==19.1.0=pyhd3eb1b0_1
> 
>     - pysocks==1.7.1=py38_1
> 
>     - python.app==2=py38_10
> 
>     - python==3.8.5=h26836e1_1
> 
>     - readline==8.0=h1de35cc_0
> 
>     - requests==2.24.0=py_0
> 
>     - ruamel_yaml==0.15.87=py38haf1e3a3_1
> 
>     - setuptools==50.3.1=py38hecd8cb5_1
> 
>     - six==1.15.0=py38hecd8cb5_0
> 
>     - sqlite==3.33.0=hffcf06c_0
> 
>     - tk==8.6.10=hb0a8c7a_0
> 
>     - tqdm==4.51.0=pyhd3eb1b0_0
> 
>     - urllib3==1.25.11=py_0
> 
>     - wheel==0.35.1=pyhd3eb1b0_0
> 
>     - xz==5.2.5=h1de35cc_0
> 
>     - yaml==0.2.5=haf1e3a3_0
> 
>     - zlib==1.2.11=h1de35cc_3
> 
> 
> 
> The following NEW packages will be INSTALLED:
> 
> 
>   brotlipy           pkgs/main/osx-64::brotlipy-0.7.0-py38h9ed2024_1003
> 
>   ca-certificates    pkgs/main/osx-64::ca-certificates-2020.10.14-0
> 
>   certifi            pkgs/main/noarch::certifi-2020.6.20-pyhd3eb1b0_3
> 
>   cffi               pkgs/main/osx-64::cffi-1.14.3-py38h2125817_2
> 
>   chardet            pkgs/main/osx-64::chardet-3.0.4-py38hecd8cb5_1003
> 
>   conda              pkgs/main/osx-64::conda-4.9.2-py38hecd8cb5_0
> 
>   conda-package-han~
> pkgs/main/osx-64::conda-package-handling-1.7.2-py38h22f3db7_0
> 
>   cryptography       pkgs/main/osx-64::cryptography-3.2.1-py38hbcfaee0_1
> 
>   idna               pkgs/main/noarch::idna-2.10-py_0
> 
>   libcxx             pkgs/main/osx-64::libcxx-10.0.0-1
> 
>   libedit            pkgs/main/osx-64::libedit-3.1.20191231-h1de35cc_1
> 
>   libffi             pkgs/main/osx-64::libffi-3.3-hb1e8313_2
> 
>   ncurses            pkgs/main/osx-64::ncurses-6.2-h0a44026_1
> 
>   openssl            pkgs/main/osx-64::openssl-1.1.1h-haf1e3a3_0
> 
>   pip                pkgs/main/osx-64::pip-20.2.4-py38hecd8cb5_0
> 
>   pycosat            pkgs/main/osx-64::pycosat-0.6.3-py38h1de35cc_1
> 
>   pycparser          pkgs/main/noarch::pycparser-2.20-py_2
> 
>   pyopenssl          pkgs/main/noarch::pyopenssl-19.1.0-pyhd3eb1b0_1
> 
>   pysocks            pkgs/main/osx-64::pysocks-1.7.1-py38_1
> 
>   python             pkgs/main/osx-64::python-3.8.5-h26836e1_1
> 
>   python.app         pkgs/main/osx-64::python.app-2-py38_10
> 
>   readline           pkgs/main/osx-64::readline-8.0-h1de35cc_0
> 
>   requests           pkgs/main/noarch::requests-2.24.0-py_0
> 
>   ruamel_yaml        pkgs/main/osx-64::ruamel_yaml-0.15.87-py38haf1e3a3_1
> 
>   setuptools         pkgs/main/osx-64::setuptools-50.3.1-py38hecd8cb5_1
> 
>   six                pkgs/main/osx-64::six-1.15.0-py38hecd8cb5_0
> 
>   sqlite             pkgs/main/osx-64::sqlite-3.33.0-hffcf06c_0
> 
>   tk                 pkgs/main/osx-64::tk-8.6.10-hb0a8c7a_0
> 
>   tqdm               pkgs/main/noarch::tqdm-4.51.0-pyhd3eb1b0_0
> 
>   urllib3            pkgs/main/noarch::urllib3-1.25.11-py_0
> 
>   wheel              pkgs/main/noarch::wheel-0.35.1-pyhd3eb1b0_0
> 
>   xz                 pkgs/main/osx-64::xz-5.2.5-h1de35cc_0
> 
>   yaml               pkgs/main/osx-64::yaml-0.2.5-haf1e3a3_0
> 
>   zlib               pkgs/main/osx-64::zlib-1.2.11-h1de35cc_3
> 
> 
> 
> Preparing transaction: done
> 
> Executing transaction: done
> 
> installation finished.
> 
> + rm -f miniconda.sh
> 
> + echo 'Installed miniconda at
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda'
> 
> Installed miniconda at
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda
> 
> + .
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/etc/profile.d/conda.sh
> 
> ++ export
> CONDA_EXE=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda
> 
> ++
> CONDA_EXE=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda
> 
> ++ export _CE_M=
> 
> ++ _CE_M=
> 
> ++ export _CE_CONDA=
> 
> ++ _CE_CONDA=
> 
> ++ export
> CONDA_PYTHON_EXE=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/python
> 
> ++
> CONDA_PYTHON_EXE=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/python
> 
> ++ '[' -z x ']'
> 
> + conda create -n arrow-test -y -q -c conda-forge python=3.6 nomkl numpy
> pandas cython
> 
> + '[' 12 -lt 1 ']'
> 
> + local cmd=create
> 
> + shift
> 
> + case "$cmd" in
> 
> +
> CONDA_INTERNAL_OLDPATH=/Users/andrewwieteska/anaconda3/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
> 
> + __add_sys_prefix_to_path
> 
> + '[' -n '' ']'
> 
> ++ dirname
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda
> 
> +
> SYSP=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin
> 
> ++ dirname
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin
> 
> +
> SYSP=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda
> 
> + '[' -n '' ']'
> 
> +
> PATH=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin:/Users/andrewwieteska/anaconda3/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
> 
> + export PATH
> 
> +
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda
> create -n arrow-test -y -q -c conda-forge python=3.6 nomkl numpy pandas
> cython
> 
> Collecting package metadata (current_repodata.json): ...working... done
> 
> Solving environment: ...working... done
> 
> 
> ## Package Plan ##
> 
> 
>   environment location:
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test
> 
> 
>   added / updated specs:
> 
>     - cython
> 
>     - nomkl
> 
>     - numpy
> 
>     - pandas
> 
>     - python=3.6
> 
> 
> 
> The following packages will be downloaded:
> 
> 
>     package                    |            build
> 
>     ---------------------------|-----------------
> 
>     ca-certificates-2020.12.5  |       h033912b_0         138 KB
> conda-forge
> 
>     certifi-2020.12.5          |   py36h79c6626_1         143 KB
> conda-forge
> 
>     cython-0.29.21             |   py36h22858aa_2         2.0 MB
> conda-forge
> 
>     libblas-3.9.0              |       7_openblas          11 KB
> conda-forge
> 
>     libcblas-3.9.0             |       7_openblas          11 KB
> conda-forge
> 
>     libcxx-11.0.0              |       h4c3b8ed_1         1.0 MB
> conda-forge
> 
>     libffi-3.3                 |       h046ec9c_2          45 KB
> conda-forge
> 
>     libgfortran-5.0.0          |9_3_0_h6c81a4c_16          19 KB
> conda-forge
> 
>     libgfortran5-9.3.0         |      h6c81a4c_16         1.7 MB
> conda-forge
> 
>     liblapack-3.9.0            |       7_openblas          11 KB
> conda-forge
> 
>     libopenblas-0.3.12         |openmp_h54245bb_1         8.8 MB
> conda-forge
> 
>     llvm-openmp-11.0.1         |       h7c73e74_0         268 KB
> conda-forge
> 
>     ncurses-6.2                |       h2e338ed_4         881 KB
> conda-forge
> 
>     nomkl-1.0                  |       h5ca1d4c_0           4 KB
> conda-forge
> 
>     numpy-1.19.5               |   py36h08dc641_1         5.0 MB
> conda-forge
> 
>     openssl-1.1.1i             |       h35c211d_0         1.9 MB
> conda-forge
> 
>     pandas-1.1.5               |   py36h2be6da3_0        10.0 MB
> conda-forge
> 
>     pip-20.3.3                 |     pyhd8ed1ab_0         1.1 MB
> conda-forge
> 
>     python-3.6.12              |h6c3b2c9_0_cpython        20.6 MB
> conda-forge
> 
>     python-dateutil-2.8.1      |             py_0         220 KB
> conda-forge
> 
>     python_abi-3.6             |          1_cp36m           4 KB
> conda-forge
> 
>     pytz-2020.5                |     pyhd8ed1ab_0         244 KB
> conda-forge
> 
>     readline-8.0               |       h0678c8f_2         255 KB
> conda-forge
> 
>     setuptools-49.6.0          |   py36h79c6626_3         916 KB
> conda-forge
> 
>     six-1.15.0                 |     pyh9f0ad1d_0          14 KB
> conda-forge
> 
>     sqlite-3.34.0              |       h17101e1_0         1.7 MB
> conda-forge
> 
>     tk-8.6.10                  |       h0419947_1         3.3 MB
> conda-forge
> 
>     wheel-0.36.2               |     pyhd3deb0d_0          31 KB
> conda-forge
> 
>     xz-5.2.5                   |       haf1e3a3_1         228 KB
> conda-forge
> 
>     zlib-1.2.11                |    h7795811_1010         102 KB
> conda-forge
> 
>     ------------------------------------------------------------
> 
>                                            Total:        60.6 MB
> 
> 
> The following NEW packages will be INSTALLED:
> 
> 
>   ca-certificates
> conda-forge/osx-64::ca-certificates-2020.12.5-h033912b_0
> 
>   certifi            conda-forge/osx-64::certifi-2020.12.5-py36h79c6626_1
> 
>   cython             conda-forge/osx-64::cython-0.29.21-py36h22858aa_2
> 
>   libblas            conda-forge/osx-64::libblas-3.9.0-7_openblas
> 
>   libcblas           conda-forge/osx-64::libcblas-3.9.0-7_openblas
> 
>   libcxx             conda-forge/osx-64::libcxx-11.0.0-h4c3b8ed_1
> 
>   libffi             conda-forge/osx-64::libffi-3.3-h046ec9c_2
> 
>   libgfortran        conda-forge/osx-64::libgfortran-5.0.0-9_3_0_h6c81a4c_16
> 
>   libgfortran5       conda-forge/osx-64::libgfortran5-9.3.0-h6c81a4c_16
> 
>   liblapack          conda-forge/osx-64::liblapack-3.9.0-7_openblas
> 
>   libopenblas
> conda-forge/osx-64::libopenblas-0.3.12-openmp_h54245bb_1
> 
>   llvm-openmp        conda-forge/osx-64::llvm-openmp-11.0.1-h7c73e74_0
> 
>   ncurses            conda-forge/osx-64::ncurses-6.2-h2e338ed_4
> 
>   nomkl              conda-forge/noarch::nomkl-1.0-h5ca1d4c_0
> 
>   numpy              conda-forge/osx-64::numpy-1.19.5-py36h08dc641_1
> 
>   openssl            conda-forge/osx-64::openssl-1.1.1i-h35c211d_0
> 
>   pandas             conda-forge/osx-64::pandas-1.1.5-py36h2be6da3_0
> 
>   pip                conda-forge/noarch::pip-20.3.3-pyhd8ed1ab_0
> 
>   python             conda-forge/osx-64::python-3.6.12-h6c3b2c9_0_cpython
> 
>   python-dateutil    conda-forge/noarch::python-dateutil-2.8.1-py_0
> 
>   python_abi         conda-forge/osx-64::python_abi-3.6-1_cp36m
> 
>   pytz               conda-forge/noarch::pytz-2020.5-pyhd8ed1ab_0
> 
>   readline           conda-forge/osx-64::readline-8.0-h0678c8f_2
> 
>   setuptools         conda-forge/osx-64::setuptools-49.6.0-py36h79c6626_3
> 
>   six                conda-forge/noarch::six-1.15.0-pyh9f0ad1d_0
> 
>   sqlite             conda-forge/osx-64::sqlite-3.34.0-h17101e1_0
> 
>   tk                 conda-forge/osx-64::tk-8.6.10-h0419947_1
> 
>   wheel              conda-forge/noarch::wheel-0.36.2-pyhd3deb0d_0
> 
>   xz                 conda-forge/osx-64::xz-5.2.5-haf1e3a3_1
> 
>   zlib               conda-forge/osx-64::zlib-1.2.11-h7795811_1010
> 
> 
> 
> Preparing transaction: ...working... done
> 
> Verifying transaction: ...working... done
> 
> Executing transaction: ...working... done
> 
> + local t1=0
> 
> +
> PATH=/Users/andrewwieteska/anaconda3/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
> 
> + return 0
> 
> + conda activate arrow-test
> 
> + '[' 2 -lt 1 ']'
> 
> + local cmd=activate
> 
> + shift
> 
> + case "$cmd" in
> 
> + __conda_activate activate arrow-test
> 
> + '[' -n '' ']'
> 
> + local cmd=activate
> 
> + shift
> 
> + local ask_conda
> 
> +
> CONDA_INTERNAL_OLDPATH=/Users/andrewwieteska/anaconda3/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
> 
> + __add_sys_prefix_to_path
> 
> + '[' -n '' ']'
> 
> ++ dirname
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda
> 
> +
> SYSP=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin
> 
> ++ dirname
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin
> 
> +
> SYSP=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda
> 
> + '[' -n '' ']'
> 
> +
> PATH=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin:/Users/andrewwieteska/anaconda3/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
> 
> + export PATH
> 
> ++ PS1=
> 
> ++
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda
> shell.posix activate arrow-test
> 
> + ask_conda='PS1='\''(arrow-test) '\''
> 
> export
> PATH='\''/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin'\''
> 
> export
> CONDA_PREFIX='\''/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test'\''
> 
> export CONDA_SHLVL='\''2'\''
> 
> export CONDA_DEFAULT_ENV='\''arrow-test'\''
> 
> export CONDA_PROMPT_MODIFIER='\''(arrow-test) '\''
> 
> export
> CONDA_EXE='\''/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda'\''
> 
> export _CE_M='\'''\''
> 
> export _CE_CONDA='\'''\''
> 
> export
> CONDA_PYTHON_EXE='\''/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/python'\''
> 
> export CONDA_PREFIX_1='\''/Users/andrewwieteska/anaconda3'\'''
> 
> + rc=0
> 
> +
> PATH=/Users/andrewwieteska/anaconda3/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
> 
> + eval 'PS1='\''(arrow-test) '\''
> 
> export
> PATH='\''/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin'\''
> 
> export
> CONDA_PREFIX='\''/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test'\''
> 
> export CONDA_SHLVL='\''2'\''
> 
> export CONDA_DEFAULT_ENV='\''arrow-test'\''
> 
> export CONDA_PROMPT_MODIFIER='\''(arrow-test) '\''
> 
> export
> CONDA_EXE='\''/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda'\''
> 
> export _CE_M='\'''\''
> 
> export _CE_CONDA='\'''\''
> 
> export
> CONDA_PYTHON_EXE='\''/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/python'\''
> 
> export CONDA_PREFIX_1='\''/Users/andrewwieteska/anaconda3'\'''
> 
> ++ PS1='(arrow-test) '
> 
> ++ export
> PATH=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
> 
> ++
> PATH=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test/bin:/Users/andrewwieteska/anaconda3/condabin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
> 
> ++ export
> CONDA_PREFIX=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test
> 
> ++
> CONDA_PREFIX=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test
> 
> ++ export CONDA_SHLVL=2
> 
> ++ CONDA_SHLVL=2
> 
> ++ export CONDA_DEFAULT_ENV=arrow-test
> 
> ++ CONDA_DEFAULT_ENV=arrow-test
> 
> ++ export 'CONDA_PROMPT_MODIFIER=(arrow-test) '
> 
> ++ CONDA_PROMPT_MODIFIER='(arrow-test) '
> 
> ++ export
> CONDA_EXE=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda
> 
> ++
> CONDA_EXE=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/conda
> 
> ++ export _CE_M=
> 
> ++ _CE_M=
> 
> ++ export _CE_CONDA=
> 
> ++ _CE_CONDA=
> 
> ++ export
> CONDA_PYTHON_EXE=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/python
> 
> ++
> CONDA_PYTHON_EXE=/var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/bin/python
> 
> ++ export CONDA_PREFIX_1=/Users/andrewwieteska/anaconda3
> 
> ++ CONDA_PREFIX_1=/Users/andrewwieteska/anaconda3
> 
> + '[' 0 '!=' 0 ']'
> 
> + __conda_hashr
> 
> + '[' -n '' ']'
> 
> + '[' -n '' ']'
> 
> + hash -r
> 
> + echo 'Using conda environment
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test'
> 
> Using conda environment
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK/test-miniconda/envs/arrow-test
> 
> + '[' source == source ']'
> 
> + dist_name=apache-arrow-3.0.0
> 
> + '[' 1 -gt 0 ']'
> 
> + import_gpg_keys
> 
> + download_dist_file KEYS
> 
> + curl --silent --show-error --fail --location --remote-name
> https://dist.apache.org/repos/dist/dev/arrow/KEYS
> 
> + gpg --import KEYS
> 
> dev/release/verify-release-candidate.sh: line 95: gpg: command not found
> 
> + cleanup
> 
> + '[' no = yes ']'
> 
> + echo 'Failed to verify release candidate. See
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK
> for details.'
> 
> Failed to verify release candidate. See
> /var/folders/m_/h8htq9c965nffpt8ldyvxc0w0000gn/T/arrow-3.0.0.XXXXX.YUZamvHK
> for details.
> 
> Best,
> Andrew
> 
> On Mon, Jan 18, 2021 at 10:49 PM Krisztián Szűcs <ksz...@apache.org> wrote:
> 
>> Hi,
>>
>> I would like to propose the following release candidate (RC2) of Apache
>> Arrow version 3.0.0. This is a release consisting of 678
>> resolved JIRA issues[1].
>>
>> This release candidate is based on commit:
>> d613aa68789288d3503dfbd8376a41f2d28b6c9d [2]
>>
>> The source release rc2 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 3.0.0
>> [ ] +0
>> [ ] -1 Do not release this as Apache Arrow 3.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%203.0.0
>> [2]:
>> https://github.com/apache/arrow/tree/d613aa68789288d3503dfbd8376a41f2d28b6c9d
>> [3]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-3.0.0-rc2
>> [4]: https://bintray.com/apache/arrow/centos-rc/3.0.0-rc2
>> [5]: https://bintray.com/apache/arrow/debian-rc/3.0.0-rc2
>> [6]: https://bintray.com/apache/arrow/python-rc/3.0.0-rc2
>> [7]: https://bintray.com/apache/arrow/ubuntu-rc/3.0.0-rc2
>> [8]:
>> https://github.com/apache/arrow/blob/d613aa68789288d3503dfbd8376a41f2d28b6c9d/CHANGELOG.md
>> [9]:
>> https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
>>

Reply via email to