You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched open reports and couldn't find a duplicate
What happened?
We have been observing conda-lock install emitting ERROR logs like the following:
ERROR:root:warning libmamba [foo-1.2.3-py310h99e81ca_0] The following files were already present in the environment:
ERROR:root: - lib/python3.10/site-packages/ctc/__init__.py
ERROR:root: - lib/python3.10/site-packages/ctc/__pycache__/__init__.cpython-310.pyc
ERROR:root: - lib/python3.10/site-packages/ctc/foo/__init__.py
ERROR:root: - lib/python3.10/site-packages/ctc/foo/__pycache__/__init__.cpython-310.pyc
The conda-lock install invocation succeeds and appears to be working as expected, so these error logs seem spurious. conda-lock misinterpreting libmamba warnings as errors?
We have alerting hooked up when our automated conda-lock install invocations either fail or emit error logs, so spurious error logs cause whoever is on call to get paged for false alarms until we come up with an automated way to ignore just the implicated output.
Checklist
What happened?
We have been observing
conda-lock install
emitting ERROR logs like the following:The
conda-lock install
invocation succeeds and appears to be working as expected, so these error logs seem spurious. conda-lock misinterpreting libmamba warnings as errors?We have alerting hooked up when our automated
conda-lock install
invocations either fail or emit error logs, so spurious error logs cause whoever is on call to get paged for false alarms until we come up with an automated way to ignore just the implicated output.Additional Context
The text was updated successfully, but these errors were encountered: