You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/04/11 21:37:33 UTC

[GitHub] [arrow] kou opened a new issue, #35056: [Python][CI] AppVeyor job is failed because the gdb conda package isn't avaiable on Windows

kou opened a new issue, #35056:
URL: https://github.com/apache/arrow/issues/35056

   ### 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
   
   ```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 
   ```
   
   ### Component(s)
   
   Continuous Integration, Python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] assignUser commented on issue #35056: [Python][CI] AppVeyor job is failed because the gdb conda package isn't avaiable on Windows

Posted by "assignUser (via GitHub)" <gi...@apache.org>.
assignUser commented on issue #35056:
URL: https://github.com/apache/arrow/issues/35056#issuecomment-1504356963

   This also affects the [nightly verification task](https://github.com/ursacomputing/crossbow/actions/runs/4667717067/jobs/8263865401), so I am adding the blocker label.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche closed issue #35056: [Python][CI] AppVeyor job is failed because the gdb conda package isn't available on Windows

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #35056: [Python][CI] AppVeyor job is failed because the gdb conda package isn't available on Windows
URL: https://github.com/apache/arrow/issues/35056


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org