Closed (fixed)
Project:
Drush
Component:
Base system (internal API)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2012 at 22:11 UTC
Updated:
15 Jun 2012 at 20:51 UTC
Jump to comment: Most recent file
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...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | interactive-or-fork.patch | 674 bytes | greg.1.anderson |
| #3 | out.txt | 90.82 KB | anarcat |
Comments
Comment #1
greg.1.anderson commentedWill look at this when I get a chance; could you run again, and include --debug output?
Comment #2
anarcat commentedIt 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.
Comment #3
anarcat commentedHere is the debug log.
Comment #4
greg.1.anderson commentedI'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.
Comment #5
anarcat commentedThat 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.
Comment #6
anarcat commentedComment #7
greg.1.anderson commentedMoving to Drush queue...
Comment #8
greg.1.anderson commented... and committed.
Comment #9
anarcat commented@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!