Mise tasks hang with no output #4127
Replies: 4 comments 1 reply
-
I narrowed this down to what I think is a dependency loop. mise considering this scenario a dependency loop, which doesn't make sense (or I have an incorrect idea of how depends and depends_post works) This is effectively the setup:
And running |
Beta Was this translation helpful? Give feedback.
-
And now full circle, even getting rid of the depends loop, seems like the task is still freezing with the output in the original item. Some have no output and it just looks like this:
|
Beta Was this translation helpful? Give feedback.
-
Tried removing all dependencies from all scripts; even after this it still hangs, so seems like the issue isn't with dependencies. Looks like it's hanging sometime after the first process starts but before anything continues. I am calling
|
Beta Was this translation helpful? Give feedback.
-
You can run |
Beta Was this translation helpful? Give feedback.
-
Attempting to run mise tasks has occasionally just hung when running in our CI environment.
mise run generate:environment
runs a task that looks like this:But it never even seems to get to the point of actually invoking the task. With verbose output, this is the output that we get, and it will just loop over and over outputting this block until the job is killed.
Re-runs sometimes result in a success.
Beta Was this translation helpful? Give feedback.
All reactions