=== chihchun is now known as chihchun_afk | ||
=== chihchun_afk is now known as chihchun | ||
=== chihchun is now known as chihchun_afk | ||
=== chihchun_afk is now known as chihchun | ||
=== chihchun is now known as chihchun_afk | ||
pitti | Good morning | 06:44 |
---|---|---|
=== _salem is now known as salem_ | ||
balloons | hello world | 13:45 |
knome | hello balloons | 13:45 |
balloons | happy monday to you knome | 13:46 |
knome | heh, happy monday to you too ;) | 13:46 |
davmor2 | balloons: Hey dude | 13:50 |
=== salem_ is now known as _salem | ||
=== _salem is now known as salem_ | ||
elfy | hi balloons | 15:03 |
dobey | pitti: ping | 15:05 |
dobey | pitti: http://pastebin.ubuntu.com/9385488/ <- any idea what would cause the insserv problem when installing packages in the qemu image? | 15:07 |
=== salem_ is now known as _salem | ||
pitti | dobey: old autopkgtest, it's fixed in newer releases | 15:25 |
dobey | pitti: i still have the same problem with autopkgtest 3.8.1 though | 15:30 |
pitti | dobey: but I strongly suppose your image was built with an older version of adt-buildvm-ubuntu-cloud | 15:32 |
pitti | it happens at that stage, not adt-run | 15:32 |
dobey | oh | 15:32 |
=== roadmr is now known as roadmr_afk | ||
dobey | could not import package unityclickscope: cannot import name Notify, introspection typelib not found | 15:51 |
dobey | hmm | 15:51 |
balloons | pitti, ohh, the image has the old version, so it matters not that dobey updated his local install? | 15:55 |
pitti | balloons: correct | 15:55 |
balloons | good to know. This would be the case for containers or vm's yes? | 15:55 |
=== _salem is now known as salem_ | ||
=== salem_ is now known as _salem | ||
=== roadmr_afk is now known as roadmr | ||
=== _salem is now known as salem_ | ||
=== chihchun_afk is now known as chihchun | ||
=== chihchun is now known as chihchun_afk | ||
=== toddyhb is now known as toddy | ||
=== roadmr is now known as roadmr_afk | ||
=== salem_ is now known as _salem | ||
=== roadmr_afk is now known as roadmr | ||
=== txspud|afk is now known as txspud | ||
dobey | File "/usr/lib/python3/dist-packages/autopilot/utilities.py", line 62, in _pick_backend | 22:49 |
dobey | "Unable to instantiate any backends\n%s" % '\n'.join(failure_reasons)) | 22:49 |
dobey | RuntimeError: Unable to instantiate any backends | 22:49 |
dobey | X11: ImportError("No module named 'Xlib'",) | 22:50 |
dobey | elopio, thomi: any ideas why that would happen, how to fix it? | 22:50 |
thomi | dobey: I probably need the whole stack trace to tell you | 22:50 |
dobey | thomi: http://pastebin.ubuntu.com/9433150/ | 22:51 |
elopio | dobey: do you have python3-xlib installed? | 22:52 |
dobey | elopio: not sure. it seems to have been installed on my trusty host when i did "apt-get install python3-autopilot" but i'm not sure if it got installed in the vivid qemu image | 22:53 |
dobey | or why it wouldn't have been installed | 22:53 |
elopio | dobey: it comes from recommends | 22:54 |
dobey | i guess autopkgtest isn't installing the recommends inside the qemu? :( | 22:55 |
dobey | runtime options are so annoying | 22:56 |
dobey | anyway, i seem to have an x/upstart/dbus session running for the tests now | 22:56 |
elopio | dobey: you would have to add: Restrictions: needs-recommends | 22:57 |
thomi | but you shouldn't need that | 22:57 |
thomi | I think? | 22:57 |
dobey | so hopefully it'll work this time around after adding a dep to debian/control | 22:57 |
elopio | dobey: I would add python3-xlib to debian/test/control | 22:58 |
dobey | ideally, yeah, i wouldn't need to add extra deps | 22:58 |
alesage | elopio, need some style guidance from you, find myself wanting to remove some of the assertions here, e.g. testing the title of the page, etc., for our sanity test--should I, or should I start a new test in our own repo which is less verbose? http://bazaar.launchpad.net/~system-settings-touch/ubuntu-system-settings/trunk/view/head:/tests/autopilot/ubuntu_system_settings/tests/test_security.py#L204 | 22:58 |
elopio | alesage, if you have time, it sounds better to clean up the uss test. But that could mean splitting the test, moving helpers around and maybe even adding QML test. | 23:00 |
alesage | elopio, ok I'll start a separate test :) ("adding a QML test" is what convinced me) | 23:01 |
elopio | If you won't have time to get all that by Thursday, then use our branch and file bugs. | 23:01 |
alesage | elopio, ack | 23:01 |
elopio | veebers: the merge should be alright now | 23:01 |
elopio | For some reason, the first run takes forever. We need a verbose option to see what's going on. | 23:02 |
elopio | Second time it's faster. | 23:02 |
veebers | elopio: sweet cheers, perhaps it's the packages being installed and the system getting setup which takes a while | 23:06 |
elopio | veebers, maybe. Take a look at the two // I had to add. | 23:06 |
elopio | That's because ubuntu-sanity-tests is not on the archive | 23:07 |
veebers | elopio: ah, does that mean that the command will work from wherever you run it? | 23:07 |
veebers | right | 23:07 |
dobey | http://pastebin.ubuntu.com/9433286/ | 23:07 |
dobey | well, that's progress i guess | 23:07 |
dobey | so now what is the problem | 23:07 |
elopio | veeber: I don't think so | 23:08 |
elopio | dobey: indeed. | 23:09 |
elopio | dobey: I've just found /use/share/autopkgtest/setup-commands/ubuntu-touch-session | 23:10 |
elopio | *usr | 23:10 |
elopio | You might find useful tricks there. | 23:11 |
dobey | elopio: what is that provided by? | 23:11 |
dobey | err | 23:11 |
dobey | it helps to not have typos :) | 23:12 |
elopio | :) | 23:17 |
dobey | bah, now it's apparently not wanting to actually run the tests at all | 23:33 |
dobey | oh there it goes | 23:33 |
dobey | ok, still failing for now. and need to go. i guess we'll have to run Xvfb manually rather than using xvfb-run, here | 23:57 |
dobey | will try i in the morning | 23:58 |
dobey | later :) | 23:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!