-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Describe the bug
This kind of test is failing on master
https://github.com/apache/arrow-rs/runs/4097486331?check_suite_focus=true
The output looks related to trying to install python 3.1 which presumably is no longer present
#6 [3/6] RUN conda install -q --file arrow/ci/conda_env_archery.txt numpy compilers maven=3.5 nodejs=14 yarn openjdk=8 && conda clean --all --force-pkgs-dirs
#6 sha256:fceef8c4b5db92c323dc02c5c1d84e48767e029dd22a83794efc67456852520d
#6 0.381 mesg: ttyname failed: Inappropriate ioctl for device
#6 2.620 Collecting package metadata (current_repodata.json): ...working... done
#6 12.75 Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
#6 12.75 Collecting package metadata (repodata.json): ...working... done
#6 54.82 Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
#6 99.42
#6 99.42 PackagesNotFoundError: The following packages are not available from current channels:
#6 99.42
#6 99.42 - python=3.1
#6 99.42
#6 99.42 Current channels:
To Reproduce
Make a PR and try to run it
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.