CumulusCI: sfdx force:source:push hanging on job ID after dependencies deploy

Windows Version 10.0.15063 Build 15063 Python 3.7.3 CumulusCI 3.7.0

Running cci flow run dev_org --org dev

flow hangs on: Running command: sfdx force:source:push -u test-rjaaao1g5seg@example.com Job ID | 0Af0t00000SGJeGCAX

When I open the scratch org and look at the deploy status I can see the deploy succeeded. However no permissions were set for any of my objects or apps. Also none of my datasets are loaded.

I applied some of my managed permission sets to the User User and was able to get my application running (though not automated)

I thought this might be because of some branch work I was doing so I switched to my previously working master branch and that isn’t working either.

Switched over to my laptop running CumulusCI 3.4.0 and was able to get a successful build.

My project: https://github.com/tcdahlberg/Summit-Events-App

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 23 (10 by maintainers)

Most upvoted comments

I just installed 3.10.0 and it appears to be working successfully.

@davisagli, thanks for the effort! I’m in a workable state at the moment with manually running through the flow so I can continue to develop.