Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python][CI] AppVeyor job is failed because the gdb conda package isn't available on Windows #35056

Closed
kou opened this issue Apr 11, 2023 · 1 comment · Fixed by #35057
Closed

Comments

@kou
Copy link
Member

kou commented Apr 11, 2023

Describe the bug, including details regarding any error messages, version, and platform.

The gdb conda package was added by #35024 to run gdb related tests. But it's not available on Windows.

https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/46748401#L266

C:\projects\arrow>mamba create -n arrow -y -c conda-forge   --file=ci\conda_env_python.txt    --file=ci\conda_env_gandiva_win.txt --file=ci\conda_env_cpp.txt    "ccache"   "cmake"   "ninja"   "nomkl"   "pandas"   "fsspec"   "python=3.10"     || exit /B 
conda-forge/win-64                                          Using cache
conda-forge/noarch                                          Using cache
Looking for: ['boto3', 'cffi', 'cython', 'cloudpickle', 'fsspec', 'gdb', 'hypothesis', "numpy[version='>=1.16.6']", 'pytest', 'pytest-faulthandler', 'pytest-lazy-fixture', "s3fs[version='>=2021.8.0']", 'setuptools', 'setuptools_scm', "clangdev[version='<15']", "llvmdev[version='<15']", 'aws-sdk-cpp==1.10.13', "benchmark[version='>=1.6.0']", "boost-cpp[version='>=1.68.0']", 'brotli', 'bzip2', 'c-ares', 'cmake', 'flatbuffers', 'gflags', 'glog', "gmock[version='>=1.10.0']", "google-cloud-cpp[version='>=1.34.0']", 'grpc-cpp', "gtest[version='>=1.10.0']", 'libprotobuf', 'libutf8proc', 'lz4-c', 'make', 'ninja', 'orc', 'pkg-config', 'python', 'rapidjson', 're2', 'snappy', "thrift-cpp[version='>=0.11.0']", 'xsimd', 'zlib', 'zstd', 'ccache', 'cmake', 'ninja', 'nomkl', 'pandas', 'fsspec', 'python=3.10']
Could not solve for environment specs
The following package could not be installed
└─ gdb   does not exist (perhaps a typo or a missing channel).
C:\projects\arrow>set lastexitcode=1 

Component(s)

Continuous Integration, Python

@kou kou added the Type: bug label Apr 11, 2023
kou added a commit to kou/arrow that referenced this issue Apr 11, 2023
Because it's not available on Windows.
@assignUser assignUser added the Priority: Blocker Marks a blocker for the release label Apr 12, 2023
@assignUser assignUser added this to the 12.0.0 milestone Apr 12, 2023
@assignUser
Copy link
Member

This also affects the nightly verification task, so I am adding the blocker label.

@raulcd raulcd changed the title [Python][CI] AppVeyor job is failed because the gdb conda package isn't avaiable on Windows [Python][CI] AppVeyor job is failed because the gdb conda package isn't available on Windows Apr 12, 2023
jorisvandenbossche pushed a commit that referenced this issue Apr 12, 2023
Because it's not available on Windows.

### Rationale for this change

The gdb conda package isn't available on Windows:

https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/46748401#L266

```text
C:\projects\arrow>mamba create -n arrow -y -c conda-forge   --file=ci\conda_env_python.txt    --file=ci\conda_env_gandiva_win.txt --file=ci\conda_env_cpp.txt    "ccache"   "cmake"   "ninja"   "nomkl"   "pandas"   "fsspec"   "python=3.10"     || exit /B 
conda-forge/win-64                                          Using cache
conda-forge/noarch                                          Using cache
Looking for: ['boto3', 'cffi', 'cython', 'cloudpickle', 'fsspec', 'gdb', 'hypothesis', "numpy[version='>=1.16.6']", 'pytest', 'pytest-faulthandler', 'pytest-lazy-fixture', "s3fs[version='>=2021.8.0']", 'setuptools', 'setuptools_scm', "clangdev[version='<15']", "llvmdev[version='<15']", 'aws-sdk-cpp==1.10.13', "benchmark[version='>=1.6.0']", "boost-cpp[version='>=1.68.0']", 'brotli', 'bzip2', 'c-ares', 'cmake', 'flatbuffers', 'gflags', 'glog', "gmock[version='>=1.10.0']", "google-cloud-cpp[version='>=1.34.0']", 'grpc-cpp', "gtest[version='>=1.10.0']", 'libprotobuf', 'libutf8proc', 'lz4-c', 'make', 'ninja', 'orc', 'pkg-config', 'python', 'rapidjson', 're2', 'snappy', "thrift-cpp[version='>=0.11.0']", 'xsimd', 'zlib', 'zstd', 'ccache', 'cmake', 'ninja', 'nomkl', 'pandas', 'fsspec', 'python=3.10']
Could not solve for environment specs
The following package could not be installed
└─ gdb   does not exist (perhaps a typo or a missing channel).
C:\projects\arrow>set lastexitcode=1 
```

### What changes are included in this PR?

Don't install gdb on Windows.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #35056

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this issue May 11, 2023
Because it's not available on Windows.

### Rationale for this change

The gdb conda package isn't available on Windows:

https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/46748401#L266

```text
C:\projects\arrow>mamba create -n arrow -y -c conda-forge   --file=ci\conda_env_python.txt    --file=ci\conda_env_gandiva_win.txt --file=ci\conda_env_cpp.txt    "ccache"   "cmake"   "ninja"   "nomkl"   "pandas"   "fsspec"   "python=3.10"     || exit /B 
conda-forge/win-64                                          Using cache
conda-forge/noarch                                          Using cache
Looking for: ['boto3', 'cffi', 'cython', 'cloudpickle', 'fsspec', 'gdb', 'hypothesis', "numpy[version='>=1.16.6']", 'pytest', 'pytest-faulthandler', 'pytest-lazy-fixture', "s3fs[version='>=2021.8.0']", 'setuptools', 'setuptools_scm', "clangdev[version='<15']", "llvmdev[version='<15']", 'aws-sdk-cpp==1.10.13', "benchmark[version='>=1.6.0']", "boost-cpp[version='>=1.68.0']", 'brotli', 'bzip2', 'c-ares', 'cmake', 'flatbuffers', 'gflags', 'glog', "gmock[version='>=1.10.0']", "google-cloud-cpp[version='>=1.34.0']", 'grpc-cpp', "gtest[version='>=1.10.0']", 'libprotobuf', 'libutf8proc', 'lz4-c', 'make', 'ninja', 'orc', 'pkg-config', 'python', 'rapidjson', 're2', 'snappy', "thrift-cpp[version='>=0.11.0']", 'xsimd', 'zlib', 'zstd', 'ccache', 'cmake', 'ninja', 'nomkl', 'pandas', 'fsspec', 'python=3.10']
Could not solve for environment specs
The following package could not be installed
└─ gdb   does not exist (perhaps a typo or a missing channel).
C:\projects\arrow>set lastexitcode=1 
```

### What changes are included in this PR?

Don't install gdb on Windows.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#35056

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this issue May 15, 2023
Because it's not available on Windows.

### Rationale for this change

The gdb conda package isn't available on Windows:

https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/46748401#L266

```text
C:\projects\arrow>mamba create -n arrow -y -c conda-forge   --file=ci\conda_env_python.txt    --file=ci\conda_env_gandiva_win.txt --file=ci\conda_env_cpp.txt    "ccache"   "cmake"   "ninja"   "nomkl"   "pandas"   "fsspec"   "python=3.10"     || exit /B 
conda-forge/win-64                                          Using cache
conda-forge/noarch                                          Using cache
Looking for: ['boto3', 'cffi', 'cython', 'cloudpickle', 'fsspec', 'gdb', 'hypothesis', "numpy[version='>=1.16.6']", 'pytest', 'pytest-faulthandler', 'pytest-lazy-fixture', "s3fs[version='>=2021.8.0']", 'setuptools', 'setuptools_scm', "clangdev[version='<15']", "llvmdev[version='<15']", 'aws-sdk-cpp==1.10.13', "benchmark[version='>=1.6.0']", "boost-cpp[version='>=1.68.0']", 'brotli', 'bzip2', 'c-ares', 'cmake', 'flatbuffers', 'gflags', 'glog', "gmock[version='>=1.10.0']", "google-cloud-cpp[version='>=1.34.0']", 'grpc-cpp', "gtest[version='>=1.10.0']", 'libprotobuf', 'libutf8proc', 'lz4-c', 'make', 'ninja', 'orc', 'pkg-config', 'python', 'rapidjson', 're2', 'snappy', "thrift-cpp[version='>=0.11.0']", 'xsimd', 'zlib', 'zstd', 'ccache', 'cmake', 'ninja', 'nomkl', 'pandas', 'fsspec', 'python=3.10']
Could not solve for environment specs
The following package could not be installed
└─ gdb   does not exist (perhaps a typo or a missing channel).
C:\projects\arrow>set lastexitcode=1 
```

### What changes are included in this PR?

Don't install gdb on Windows.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#35056

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this issue May 16, 2023
Because it's not available on Windows.

### Rationale for this change

The gdb conda package isn't available on Windows:

https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/46748401#L266

```text
C:\projects\arrow>mamba create -n arrow -y -c conda-forge   --file=ci\conda_env_python.txt    --file=ci\conda_env_gandiva_win.txt --file=ci\conda_env_cpp.txt    "ccache"   "cmake"   "ninja"   "nomkl"   "pandas"   "fsspec"   "python=3.10"     || exit /B 
conda-forge/win-64                                          Using cache
conda-forge/noarch                                          Using cache
Looking for: ['boto3', 'cffi', 'cython', 'cloudpickle', 'fsspec', 'gdb', 'hypothesis', "numpy[version='>=1.16.6']", 'pytest', 'pytest-faulthandler', 'pytest-lazy-fixture', "s3fs[version='>=2021.8.0']", 'setuptools', 'setuptools_scm', "clangdev[version='<15']", "llvmdev[version='<15']", 'aws-sdk-cpp==1.10.13', "benchmark[version='>=1.6.0']", "boost-cpp[version='>=1.68.0']", 'brotli', 'bzip2', 'c-ares', 'cmake', 'flatbuffers', 'gflags', 'glog', "gmock[version='>=1.10.0']", "google-cloud-cpp[version='>=1.34.0']", 'grpc-cpp', "gtest[version='>=1.10.0']", 'libprotobuf', 'libutf8proc', 'lz4-c', 'make', 'ninja', 'orc', 'pkg-config', 'python', 'rapidjson', 're2', 'snappy', "thrift-cpp[version='>=0.11.0']", 'xsimd', 'zlib', 'zstd', 'ccache', 'cmake', 'ninja', 'nomkl', 'pandas', 'fsspec', 'python=3.10']
Could not solve for environment specs
The following package could not be installed
└─ gdb   does not exist (perhaps a typo or a missing channel).
C:\projects\arrow>set lastexitcode=1 
```

### What changes are included in this PR?

Don't install gdb on Windows.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#35056

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants