On Nov 25, 2009, at 2:26 PM, Graham Binns wrote: > Hello folks. > > I'm having problems landing a branch through ec2. Whenever I run ec2 > land or ec2 test with the necessary options for landing, I see the > normal setup process followed by: > >> Looks like everything went ok. >> Now run "make schema" at the top level of the launchpad tree. >> Running tests... (output is available on >> http://ec2-72-44-35-49.compute-1.amazonaws.com/) >> ec2t...@i-2724534f$ python /var/launchpad/ec2test-remote.py --shutdown >> --email='[email protected]' --submit-pqm-message='[SNIP]' --daemon >> --public-branch=bzr+ssh://bazaar.launchpad.net/~gmb/launchpad/subscribers-timeout-bug-487015 >> --public-branch-revno=9945 -- -vv >> instance shutting-down > > So, no tests get run; the instance just shuts down. This has happened > 12 times straight for this branch, and I'm stumped by it. I'm going to > try running the tests without them being headless (i.e. old style). > > There's a full copy of the output from the most recent episode of fail > at http://pastebin.ubuntu.com/327919/. > > Ideas welcome...
--postmortem will keep the instance up and let you poke around until you ^D. You might want to try that in addition to not using --headless. Gary _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

