Antoine Pitrou created ARROW-15985:
--------------------------------------
Summary: [CI] conda-clean job failure
Key: ARROW-15985
URL: https://issues.apache.org/jira/browse/ARROW-15985
Project: Apache Arrow
Issue Type: Bug
Components: Continuous Integration, Packaging
Reporter: Antoine Pitrou
The conda-clean job fails when there are no stale builds to clean up:
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=21889&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181
{code}
usage: anaconda remove [-h] [-f] specs [specs ...]
anaconda remove: error: the following arguments are required: specs
0 builds may be deleted out of 390
Deleting ...
Traceback (most recent call last):
File "/home/vsts/work/1/s/arrow/dev/tasks/conda-recipes/clean.py", line 96,
in <module>
check_call(["anaconda", "remove", "-f"] + to_delete)
File "/usr/share/miniconda/lib/python3.9/subprocess.py", line 373, in
check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['anaconda', 'remove', '-f']' returned
non-zero exit status 2.
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)