ESMValGroup / ESMValTool

ESMValTool: A community diagnostic and performance metrics tool for routine evaluation of Earth system models in CMIP
https://www.esmvaltool.org
Apache License 2.0
227 stars 128 forks source link

[EsmvalbotTest] Periodic reminder to run an esmvalbot test #3804

Closed github-actions[bot] closed 2 weeks ago

github-actions[bot] commented 2 weeks ago

Automatic PR; please DO NOT merge! This is for testing Esmvalbot only. @valeriupredoi @bouweandela @schlunma please run an ESMValBot test here; if the bot runs fine, please close the auto PR, if it has issues, please open a Github issue and tag @valeriupredoi. Many thanks :beers:

valeriupredoi commented 2 weeks ago

@esmvalbot please run examples/recipe_python.yml

esmvalbot[bot] commented 2 weeks ago

Since @valeriupredoi asked, ESMValBot will run recipe examples/recipe_python.yml as soon as possible, output will be generated here

esmvalbot[bot] commented 2 weeks ago

ESMValBot is sorry to report it failed to run recipe examples/recipe_python.yml: exit is 1, output has been generated here

valeriupredoi commented 2 weeks ago

indeed, I killed the mamba process, environment solving was still going after 39min, manually killed it, and now am running the env creation manually as esmvalbot - need to understand what's the problem with it, since Python 3.13 is NOT a cause, we pin to it upper limit

EDIT: manual run solves the env in 2min - must have been a stale process. am rerunning it via GH invoke

valeriupredoi commented 2 weeks ago

@esmvalbot please run examples/recipe_python.yml

esmvalbot[bot] commented 2 weeks ago

Since @valeriupredoi asked, ESMValBot will run recipe examples/recipe_python.yml as soon as possible, output will be generated here

esmvalbot[bot] commented 2 weeks ago

ESMValBot is sorry to report it failed to run recipe examples/recipe_python.yml: exit is 1, output has been generated here

valeriupredoi commented 2 weeks ago

righto! The problem can be reproduced via GH invocation, it is a hang of

/mnt/esmvaltool_disk4/esmvalbot-work/esmvalbotwork-run-esmvalbot-m335x5n8/conda/bin/python /mnt/esmvaltool_disk4/esmvalbot-work/esmvalbotwork-run-esmvalbot-m335x5n8/conda/condabin/mamba env update --name esmvaltool

this is a deprecated manner of creating the environment! ->

/mnt/esmvaltool_disk4/esmvalbot-work/esmvalbotwork-run-esmvalbot-m335x5n8/conda/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.

It also hangs, forever! I'll have to change this now...

valeriupredoi commented 2 weeks ago

@esmvalbot please run examples/recipe_python.yml

esmvalbot[bot] commented 2 weeks ago

Since @valeriupredoi asked, ESMValBot will run recipe examples/recipe_python.yml as soon as possible, output will be generated here

esmvalbot[bot] commented 2 weeks ago

ESMValBot is happy to report recipe examples/recipe_python.yml ran OK, output has been generated here

valeriupredoi commented 2 weeks ago

this PR did its job, closing