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

Integration tests are failing on master #914

Closed
alamb opened this issue Nov 4, 2021 · 2 comments
Closed

Integration tests are failing on master #914

alamb opened this issue Nov 4, 2021 · 2 comments
Labels

Comments

@alamb
Copy link
Contributor

alamb commented Nov 4, 2021

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.

@alamb alamb added the bug label Nov 4, 2021
@jorgecarleitao
Copy link
Member

Fixed in apache/arrow#11609 :)

@alamb
Copy link
Contributor Author

alamb commented Nov 4, 2021

Looks like @jorgecarleitao has re-triggered the run https://github.com/apache/arrow-rs/actions/runs/1418458814 🤞 for a clean run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants