#Dagger stuck in initialization (locally)

1 messages · Page 1 of 1 (latest)

distant fox
#

Hi, I'm tryign to run our dagger pipeline locally (Mac M1) and it seems no matter what I do dagger gets stuck in initialize phase.

» dagger version
dagger v0.11.8 (registry.dagger.io/engine) darwin/arm64

I've tried:

  1. upgraded dagger (via homebrew)
  2. killing dagger engine via docker
  3. restarting my machine
» dagger call test --source=. unit
13:11:55 WRN canceling... (press again to exit immediately)

✘ initialize 3m13.5s
#

^i canceled after 3m

#

nevermind. it seems to be unstuck now

tepid plume
#

Did you recently upgrade the dagger version?

The first time you run it its doing a bunch of container downloads and stuff - it would be great if we showed you more of what was happening IMO

distant fox
#

yeah thats likely it

#

thanks @tepid plume ! we just merged the upgrade PR to 0.11.8 in Flipt CI too. hoping caching with cloud will improve our CI times