Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psite-create hangs when echoing ............... #199

Closed
dearmond opened this issue Dec 30, 2014 · 6 comments · Fixed by #200
Closed

psite-create hangs when echoing ............... #199

dearmond opened this issue Dec 30, 2014 · 6 comments · Fixed by #200

Comments

@dearmond
Copy link

Here's the output of my bash script. As you can see, it's hanging for about half an hour and then barfs out a big 'ol array which continues for a couple hundred lines. I truncated it here.

error   30-Dec-2014 11:56:07    Queuing build.                                                       �[1;32;40m�[1m[ok]�[0m
error   30-Dec-2014 11:56:13    Your new site "xxxxxxxxx" is now building with   �[1;32;40m�[1m[ok]�[0m
error   30-Dec-2014 11:56:13    UUID "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx".
build   30-Dec-2014 11:56:13    Waiting for site spin-up to complete. You can cancel at any point and the process will continue in the background.
build   30-Dec-2014 11:58:21    .........................
build   30-Dec-2014 11:58:21    Git repository created and deployed to dev in 90 seconds. 
build   30-Dec-2014 12:27:06    ................................................................................................................................................................................................................................................................................................................................................Array
build   30-Dec-2014 12:27:06    (
build   30-Dec-2014 12:27:06        [0] => stdClass Object
build   30-Dec-2014 12:27:06            (
build   30-Dec-2014 12:27:06                [environment_id] => dev
@dearmond
Copy link
Author

The site is actually created, and appears to be fine in the dashboard, but the command obviously doesn't complete properly. Not good for scripts.

@joshkoenig
Copy link
Contributor

Looks like maybe it's hitting the failsafe timeout?

https://github.com/pantheon-systems/terminus/blob/master/terminus.drush.inc#L1724

However, you should get some additional output with that.

Do you mind secret-gisting the whole object that's dumped?

@dearmond
Copy link
Author

Yup, it looks like that's where it's failing. I emailed you the secret gist. Thanks Josh!

@joshkoenig
Copy link
Contributor

Ok thanks. This looks like an internal workflow name change we didn't pick up. Should be an easy fix.

@joshkoenig
Copy link
Contributor

Pushing a branch now. Can you verify the fix?

@dearmond
Copy link
Author

dearmond commented Jan 2, 2015

Looks like that fixed it! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants