It seems that hosting-dispatch has just decided to just be verbose with us:

aegir@marcos:~/hostmaster-6.x-1.9$ drush @hostmaster hosting-dispatch
aegir@marcos:~/hostmaster-6.x-1.9$ DRUSH_BACKEND:{"type":"bootstrap","message":"Bootstrap to phase 0.","timestamp":1338502105.4197,"memory":9692968,"error":null,"packet":"log"}

DRUSH_BACKEND:{"type":"bootstrap","message":"Bootstrap to phase 5.","timestamp":1338502105.4294,"memory":9694168,"error":null,"packet":"log"}

DRUSH_BACKEND:{"type":"bootstrap","message":"Drush bootstrap phase : _drush_bootstrap_drupal_root()","timestamp":1338502105.43,"memory":9696784,"error":null,"packet":"log"}

DRUSH_BACKEND:{"type":"notice","message":"Initialized Drupal 6.26 root directory at \/var\/aegir\/hostmaster-6.x-2.x\/","timestamp":1338502105.4411,"memory":11329584,"error":null,"packet":"log"}

DRUSH_BACKEND:{"type":"bootstrap","message":"Drush bootstrap phase : _drush_bootstrap_drupal_site()","timestamp":1338502105.4416,"memory":11331528,"error":null,"packet":"log"}

DRUSH_BACKEND:{"type":"notice","message":"Initialized Drupal site aegir.anarcat.ath.cx at sites\/aegir.anarcat.ath.cx","timestamp":1338502105.4417,"memory":11333864,"error":null,"packet":"log"}

DRUSH_BACKEND:{"type":"debug","message":"Cache HIT cid: 5.3-commandfiles-2-774eda7c3f0324cdd636d035a7aebb59","timestamp":1338502105.4455,"memory":11337032,"error":null,"packet":"log"}
[...]

this goes on and on. Maybe closing #1433406: Make hosting (specifically hosting-dispatch) work with Drush 5 was a bit premature, but it *does* work, it is just too verbose...

CommentFileSizeAuthor
#4 interactive-or-fork.patch674 bytesgreg.1.anderson
#3 out.txt90.82 KBanarcat

Comments

greg.1.anderson’s picture

Will look at this when I get a chance; could you run again, and include --debug output?

anarcat’s picture

It looks like it's not hosting-dispatch itself that barfs but hosting-task calls... I had tried to paste the error message here but d.o is freaking out on it, i'll upload it as an attach.

anarcat’s picture

StatusFileSize
new90.82 KB

Here is the debug log.

greg.1.anderson’s picture

Status: Active » Needs review
StatusFileSize
new674 bytes

I'm having trouble reproducing this outside of hostmaster (I don't have Aegir installed), but here's something I found by inspection. Please give this patch a try.

anarcat’s picture

Status: Needs review » Reviewed & tested by the community

That patch works, i think it can be committed to drush. That in turn outlines a much worse compatibility problem: #1613376: how to not explode aliases in drush_invoke_process, but I think this can be closed once the patch is factored into Drush.

anarcat’s picture

Title: hosting-dispatch throws loads of garbage when running » hosting-dispatch throws loads of garbage when running in drush 5
greg.1.anderson’s picture

Project: Hostmaster (Aegir) » Drush
Version: 6.x-2.x-dev »
Component: User interface » Base system (internal API)

Moving to Drush queue...

greg.1.anderson’s picture

Status: Reviewed & tested by the community » Fixed

... and committed.

anarcat’s picture

@greg.1.anderson - I think i have found another issue with the invoke_process in #1613376: how to not explode aliases in drush_invoke_process, but I am hesitant in moving it to the drush queue directly. Please do take a look at it if you have the time.

Thanks for the commit!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.