=== Zhenech_ is now known as Zhenech === TheMuso` is now known as TheMuso === _salem is now known as salem_ === salem_ is now known as _salem [07:17] MacSlow: ping [07:19] veebers, pong [07:20] MacSlow: morning, this is the branch containing the autopilot additions, but I stumbled when it came to the packaging: lp:~veebers/unity-notifications/adding_autopilot_tests [07:24] didrocks, mhr3 I definitely disabled recordmydesktop for unity testsuite (the whole testsuite only it is still enabled for the others) as it is clearly one of the cause of memory fragmentation and OOM issues we have. We'll see how it goes without it. [07:24] ok [07:28] Saviq: mzanetti: any idea why the sudden surge of failing tests? [07:28] tsdgeos, not yet, will investigate after the QA sync [07:30] ah, there's actually a PASS? [07:34] ? [07:55] tsdgeos, can you have a look at http://s-jenkins:8080/job/unity-phablet-qmluitests-saucy/354/testReport/junit/%28root%29/ListViewWithPageHeaderTestSection/testInsertItemsBeforeValidIndex/ [07:56] tsdgeos, to see if we maybe need to improve that test's reliability [07:56] the others stopped failing suddenly... [07:57] oh [07:57] sure [07:57] let me see [08:00] * Saviq is going to be back in 20, gotta clean my fans... [08:03] lol [08:05] still needing some review-love... -> https://code.launchpad.net/~macslow/unity8/snap-decision-expansion/+merge/172091 [08:05] any takers? [08:11] mzanetti, morning [08:12] fginther: hi [08:13] MacSlow: can do [08:13] mzanetti, all of the VMs should have the right set of packages on them now [08:13] mzanetti, that would be great... thanks! [08:13] fginther: yep, I've seen you enabled all 3 VMs [08:14] fginther: we had some weird test failures yesterday evening where we couldn't figure the reason yet. I don't think its related to the VM setup tho [08:14] fginther: but just to let you know. We'll keep an eye on them [08:15] fginther: thanks for fixing the VMs [08:16] mzanetti, no problem, please let me know if anything else is needed (or if we need more). [08:16] fginther: yep. I will. [08:24] are autopilot tests working for you guys when run locally? [08:24] tsdgeos, ^ [08:24] for me, there are long periods of "nothing happening". [08:25] dandrader, any test in particular? [08:25] sometimes the mouse pointer moves but there's not even a unity8 window open [08:25] MacSlow, no, I guess I big bunch of them [08:28] MacSlow: is there any way to generate notifications when running unity8 with ./run? [08:28] dandrader: hmm.... I've seen some weirdness too yesterday. sometimes it was clicking outside the window for me [08:29] dandrader: but I haven't seen the long periods nothing happening [08:29] mzanetti, I use the exmaples from lp:unity-notifications... [08:30] MacSlow: tell me more [08:30] mzanetti, pkill notify-osd [08:30] mzanetti, and run any of http://bazaar.launchpad.net/~unity-api-team/unity-notifications/trunk/files/head:/examples/ [08:30] mzanetti, and speaking of that... I didn't push the "more-than-2-actions" snap-decisions to lp:unity-notifications... but I'll push a branch with updated examples... one sec [08:30] Saviq, it appears in the gallery preview that the components heights are being restrained, which is the cause of the bug I'm running into. Any ideas? [08:31] nic-doffay, wtym restrained? [08:31] mzanetti, hmm... then maybe there might be something wrong/missing in my new setup. I installed saucy from scratch (usb stick) a week or so ago [08:31] Saviq, because on my components expansion it's height is modified by the code. This works as it should in a qmlscene, however in the gallery the height is never changed for some reason, even though the code is called. [08:32] onHeightChanged doesn't log anything. [08:32] Only at startup. [08:33] mzanetti, ideas on how to debug, what to check, are welcome :) [08:33] dandrader: hmm... I still have a quantal installation upgraded to raring, then to saucy. But tbh I don't think that should make a difference [08:33] dandrader: well, it depends on what's happening. I would probably start hammering some prints into the autopilot tests to understand what exactly is hanging [08:33] dandrader: works here [08:33] dandrader: is your user part of the autopilot group? [08:34] tsdgeos, yes [08:34] tsdgeos, some tests do work. I see the unity8 window there and mouse moves things around [08:34] ok, then no clue what may be wrong .-/ [08:34] tsdgeos, but then there are some long periods of nothing showing up at all in between those [08:34] :) [08:35] that happened to me when my user wasn't part of the autopilot group [08:35] mzanetti, bzr branch lp:~macslow/unity-notifications/snap-decision-with-many-actions [08:35] Saviq: had a look at that test and tbh unless it is running in an ultra slow machine, i can't see how it'd be failing :-/ [08:36] tsdgeos: :( [08:36] tsdgeos, k, let's see what's gonna happen [08:36] mzanetti, there try unity-notifications/examples/sd-example-incoming-call.py [08:36] Saviq: i mean the only thing that was done before it failing was "scroll down", and then i check that we are where we should [08:37] btw. jenkins machine is currently at 90% idle with 3 - 6% IO wait. [08:37] mzanetti, of course the stand-alone and interactive qmltest work too [08:37] tsdgeos, k [08:38] mzanetti, http://s-jenkins:8080/job/unity-phablet-qmluitests-saucy/ looks like we're back in business... [08:38] Saviq: a bit unsatisfying tho that we have no clue what actually happened [08:38] but at least it works again [08:39] mzanetti, I put it down to the fact the machine was just hogged overnight [08:39] but yeah something may be wrong :-/ [08:39] https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-saucy/345/console failed too [08:39] and that's not even moving [08:39] it's just inside the "verify position after showing" [08:39] * Saviq goes on and restarts all the failed MPs [08:41] nic-doffay, the gallery is just a Column { Repeater { } }, really, no height restriction I can see [08:42] Saviq, I can't think of any other reason this would work as a child in another column (in my qmlscene) but not in the gallery. [08:43] Mouse clicks are detected etc. [08:44] nic-doffay, I can see you disabled some of the behaviours in your branch now, can you bring it back to a state where it exposes the issue you're seeing so that I can have a look? [08:45] Saviq, the issue is still there. If you run modules/Ubuntu/Components/ListItems/test.qml you'll see it working correctly in a qmlscene. If you run the gallery you'll see it broken. [08:46] nic-doffay, there's no expansion going on in the gallery, though (it doesn't react to mouse clicks) - is that your issue? [08:46] mzanetti, https://code.launchpad.net/~mzanetti/unity8/launcher-follow-unity-api/+merge/172557/comments/385956 [08:47] Saviq, yeah but the mouse clicks are detected and the selectors.expanded bool changes accordingly. [08:47] Saviq: d'oh [08:47] nic-doffay, ok, will have a look [09:15] mzanetti, updated the branch... and also commented with some additional info. [09:15] MacSlow: approved [09:17] mzanetti, thanks [09:17] mzanetti, yeah, looking good http://s-jenkins:8080/job/unity-phablet-qmluitests-saucy/ [09:18] Saviq: \o/ [09:18] Saviq: btw. when porting the launcher code to the unity-api i realized that we generate .pc files for each plugin [09:19] Saviq: thing is, all of them set include_dir to /usr/include which makes them somehow useless [09:19] mzanetti, but Version will be different [09:19] Saviq: wouldn't it make sense to actually point directly to /usr/include/unity/shell/launcher/ ? [09:19] mzanetti, we need per-API Version [09:19] ah, right... [09:19] mzanetti, we could point there indeed [09:20] mzanetti, I don't think I have any objections to that [09:20] mzanetti, except maybe that #includes will be less expressive [09:20] hmm... also true... === dandrader is now known as dandrader|afk [10:10] nic-doffay, dude, you got me chasing there... [10:11] nic-doffay, you only have a single value for the OptionSelector in ListItems.qml [10:13] Saviq, you mean in test.qml? [10:13] nic-doffay, no [10:13] nic-doffay, in ListItems.qml [10:13] nic-doffay, where you added the OptionSelector [10:13] nic-doffay, you have values: [i18n.tr("Value 1")] [10:14] nic-doffay, so there's no expansion going on, 'cause there's only one value to select from! [10:14] Saviq, yeah, but I've been trying with four too. [10:14] nic-doffay, anyway [10:14] nic-doffay, I have a bunch of other changes, just preparing the diff [10:15] Saviq, but I just remembered that it was before I made some other changes to the Selector >_< [10:17] nic-doffay, http://pastebin.ubuntu.com/5839891/ [10:18] Saviq, line 24 in the diff? [10:18] nic-doffay, Header is ambiguous === dandrader|afk is now known as dandrader [10:19] nic-doffay, so to use it we need to import "." (current dir) under a namespace [10:19] dednick, seems good to go: https://code.launchpad.net/~dandrader/unity8/panelDragHandle/+merge/172142 [10:20] nic-doffay, obviously visually and behaviourally there's still work to do [10:20] nic-doffay, like the fact that the other items should get dimmed [10:20] Saviq, yeah def. [10:20] nic-doffay, and that the whole list should move into view [10:21] nic-doffay, and the OptionSelector's height needs to be limited [10:21] nic-doffay, btw, you should not have removed ValueSelector [10:21] nic-doffay, it's in use by apps, we'll need to phase it out [10:21] nic-doffay, (or replace it with the OptionSelector - but that's a decision the SDK team needs to make) [10:22] Saviq, I'll move it onto another branch when I'm done with it. [10:22] So it exists with the deprecated ValueSelector. [10:23] nic-doffay, yup [10:23] nic-doffay, if you have any questions about the diff, let me know [10:23] Saviq, seems pretty straight forward aside from that ambiguous header. [10:23] ta [10:24] mhr3, https://code.launchpad.net/~mhr3/unity8/use-dee-filtermodel/+merge/171846/comments/386003 [10:27] dandrader: taking a look now [10:30] Saviq, thx, pushed fix [10:31] and made a note to run make test next time as well :) [10:33] mhr3, :) [10:33] Trevinho: ping [10:33] mhr3, you could also install our shiny commit hook :D [10:33] Saviq, oh? where is it? [10:33] mhr3, .bazaar [10:35] hmm, now i'll have to commit from inside jhbuild shell [10:36] ah, actually it won't work in jhbuild setup :/ [10:40] Saviq, one question. Selected is set twice, what are the reasons for that? Even if they are separate components... [10:40] nic-doffay, might've been an omission on my side [10:40] Saviq, nm [10:40] didrocks, https://code.launchpad.net/~unity-team/unity8/packaging-cleanup/+merge/172578/comments/386016 [10:40] my mistake. [10:40] I see one was removed further down. [10:41] Saviq: ah, I think there is a missing dep, one sec [10:42] Saviq, i wish the ci bots were doing what you are :) [10:42] mhr3, ;) [10:49] Saviq, what are your thoughts on the OptionSelector being repeated four times in the gallery? Is that correct behaviour? [10:49] The contained values I can understand. [10:49] nic-doffay, it's just a gallery, it's supposed to show you the interaction [10:49] But the entire thing? [10:49] Yeah but four version with labels Saviq ? [10:49] nic-doffay, you wouldn't be able to show the dimming otherwise, for example [10:49] Surely one would be enough? [10:49] nic-doffay, because the dimming is only supposed to affect the immediate neighbours [10:50] nic-doffay, it's the same as with the others, it just shows four of them to show how they interact [10:50] nic-doffay, having just one would be somewhat lonely :) [10:50] Saviq, fair enough. [10:51] Saviq, soo, further behaviour mods. [10:51] dandrader, as for your autopilot issues, I sometimes find that the unity8 window isn't created [10:51] dandrader, even when using ./run [10:51] What do you think still should be added to this component? [10:51] Dimmed items. [10:52] Saviq: I'll look in a bit, it seems that it was expanded to nothing in my trial, will debug it [10:52] nic-doffay, add a set of contained: false to the gallery [10:53] Saviq, waiting on assets too. I'll chase that up now. [10:53] nic-doffay, yup, and make sure you talk to the guys about the visuals for the SDK [10:54] nic-doffay, and there's the "non-full-width" case [10:54] nic-doffay, btw, that's what "contained" stands for, no? [10:54] Saviq, yeah the ubuntu shape. [10:54] Saviq, contained is whether it's always expanded or not. [10:55] nic-doffay, I beg to differ :) http://design.ubuntu.com/apps/building-blocks/option-selector [10:55] nic-doffay, or at least ckpringle does ;) [10:56] Saviq, I assumed that was set manually by the person using the component. [10:56] nic-doffay, it is [10:57] Saviq, I was working off this: https://docs.google.com/a/canonical.com/document/d/1cg9ruHiEpRynEr_Ipf39Z0MQINEWoChIN-d111yx-Qw/edit#heading=h.cpfn81n0c0rr [10:57] nic-doffay, I just mean that the "property bool contained" is used wrong [10:57] See page 67 [10:57] On the left... [10:57] nic-doffay, it should be "property bool expanded" instead [10:57] nic-doffay, which says that it is supposed to be expanded all the time [10:58] Saviq, there's already an expanded boolean on the selector which deals with temporary expansion. [10:58] Which is why I made another. [10:59] nic-doffay, simply rename the internal one, then [10:59] Saviq, yeah that's what I've done now. [10:59] nic-doffay, what we want to expose as the API needs to be as close to the design docs as possible [10:59] nic-doffay, so that we don't confuse people (and ourselves) [11:00] Saviq, gotcha [11:02] dandrader, also, what you might be seeing is (I'm seeing it now after libusermetrics support was merged) [11:02] dandrader, is that the libusermetrics plugin blocks for a long time on startup... [11:02] we need to fix that [11:03] dandrader, UserMetricsOutput::UserMetrics::getInstance(); takes a good 15s on startup (probably waiting for something on DBus that's never showing up) [11:03] Saviq, well, that behavior I explained was without the libusermetrics patch [11:04] dandrader, k [11:07] mzanetti, https://code.launchpad.net/~cimi/ubuntu-settings-components/calendar-newmodel/+merge/172598 [11:07] Cimi: ack [11:07] Saviq, fixed this up now. Throwing in the assets then I plan on getting a review from design. [11:08] nic-doffay, there's one thing you might want to investigate [11:08] Thanks for taking a look. Btw I couldn't find any information on the "interactive" property on the ListView. [11:08] mzanetti, I should not clear and repopulate the model onMinimumDateChanged and onMaximumDateChanged [11:08] Saviq: ok, the main issue is in libunity, let me fix it [11:08] mzanetti, something smarter would be better [11:08] nic-doffay, http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-flickable.html#interactive-prop [11:08] nic-doffay, when you switch from Value 1 to Value 4 [11:08] mzanetti, however, I do something else now because I'm sick of this calendar for a while :) [11:09] didn't find bugs so far and tests are better [11:09] nic-doffay, the list contracts faster than the item gets into position === MacSlow is now known as MacSlow|lunch [11:09] Saviq, yeah I noticed that. [11:09] nic-doffay, you might want to positionViewAtIndex first [11:09] nic-doffay, http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-listview.html#positionViewAtIndex-method [11:10] tsdgeos, do you know what speed is used when using the ListView::position* methods? [11:11] tsdgeos, or when the ListView takes care of it itself by positioning the current item in view? [11:11] not really, i can check [11:12] tsdgeos, you're our ListView expert, so you're going to be the fastest to do so :) [11:13] ah [11:13] Saviq, it looks good. [11:13] nic-doffay, actually [11:13] nic-doffay, it could be enough to just use http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-listview.html#highlightMoveDuration-prop [11:13] nic-doffay, and set it to SnapDuration [11:13] tsdgeos, ↑ found it (I think [11:13] hmm or maybe not [11:14] Saviq: that may work for current index changes [11:14] not sure if positionAtViewBeginning is the same [11:14] Saviq, I start having a look at unity theming now.. [11:14] tsdgeos, and anyway that concerns the highlight, not the view itself [11:14] tsdgeos, so it probably doesn't anyway [11:15] pstolowski: hey, mind having a look? https://code.launchpad.net/~didrocks/libunity/rename-while-installing/+merge/172788 [11:16] Cimi, thanks [11:18] Saviq, highlightMove didn't do the job. [11:18] nic-doffay, yeah, thought as much [11:18] Stayed with the positionViewAtIndex. [11:18] nic-doffay, yup [11:18] didrocks: hi, looking [11:19] didrocks, why that? didn't it work via the .install file? [11:20] Saviq: i'd have to do a test, but my guess right now is 200ms [11:20] Saviq: do you have a test file i can trace where the code goes? [11:20] tsdgeos, will have one in 2 === alan_g is now known as alan_g|afk [11:21] Saviq: no, it's creating a directory with the name [11:21] and put the file in it [11:21] (even without trailing /) [11:21] didrocks, uh [11:24] tsdgeos, http://pastebin.ubuntu.com/5840020/ [11:25] didrocks, so we'll have to wait for another release of libunity... :/ [11:25] Saviq, the issue with positionViewAtIndex is that it always positions it at the first index for some reason. [11:26] nic-doffay, meaning? [11:26] Saviq: ok, may take a while, just realized i had a weird mixup in my qt selfcompiled sources [11:26] git submodules suck [11:26] tsdgeos, ignore [11:26] tsdgeos, leave it [11:26] or more likely, my knowledge of git submodules suck :D [11:27] Saviq: ok [11:27] Saviq, it shows the first index the whole time when positionViewAtIndex is used after it collapses. [11:27] nic-doffay, can you push? I'm not sure I get what you mean [11:28] Saviq, pushed. === alan_g|afk is now known as alan_g [11:33] didrocks: hi! [11:33] nic-doffay, right, so it actually doesn't do anything useful [11:33] nic-doffay, interesting... [11:34] nic-doffay, it might be because the list is able to contain all the items at this point [11:34] nic-doffay, just leave it for now [11:37] pete-woods, hey, it seems that UserMetricsOutput::UserMetrics::getInstance() blocks for quite some time [11:37] pete-woods, like it's maybe waiting for the DBus service that never shows up? [11:38] Saviq: it does block on the service [11:38] pete-woods, could it not? [11:38] Saviq: but the service should be there? (Id have thought) [11:38] pete-woods, it should never block on any service [11:38] pete-woods, even if it's there, or coming up [11:38] hey pete-woods :) [11:38] Saviq: okay, should it return null or something when there's no service? [11:38] Saviq: as soon as pstolowski ack it, I'll republish libunity [11:39] (well, once merged of course :p) [11:39] pete-woods, ideally it should return straight away [11:39] pete-woods, and wait for the service in another thread, if it needs to block [11:39] pete-woods, and just update itself when the service comes up [11:39] didrocks: I was looking to make a new release of the libusermetrics [11:39] or, if possible in the same thread, just wait for the service to come up and update then [11:40] didrocks: I approved your MP 10 mins ago [11:40] Saviq: I'll have a look at it [11:40] pete-woods, thanks [11:42] pete-woods: it's in the indicator stack, check with cyphermox who is responsible for it. It seems though that indicator-client is failing to biuld rejecting the whole stack then [11:43] pete-woods: it was published yesterday FYI [11:44] didrocks: yes, but I fixed an important bug just after release :/ [11:44] didrocks: I will speak to the correct person, thanks! :) [11:44] pete-woods: yw :) [11:50] pete-woods, ah, but usermetricsservice only runs in the LightDM session, does it? [11:53] pete-woods, btw, http://pastebin.ubuntu.com/5840105/ [11:53] pete-woods, sorry for the PL in there, let me know if I can translate something :D [11:57] Saviq: whoops! looks like I need to fix the removal script! [11:58] (I like I get the idea) [11:58] like->think [11:58] didrocks, dee-qt is not part of unity stack releases? [11:59] mhr3: I think it was put on the platform stack [11:59] hum, no sdk stack === MacSlow|lunch is now known as MacSlow [12:15] Saviq: I can't seem to reproduce that package purging error (just tried purging my install), what was the exact command you ran? [12:15] pstolowski, https://code.launchpad.net/~stolowski/unity8/activation-and-previews/+merge/172102/comments/386086 [12:15] pete-woods, the usual - apt-get purge [12:15] pete-woods, but the service was running under user 119 [12:15] Saviq: ok, fixing [12:16] pete-woods, and that resulted in the error, I believe [12:17] pete-woods, right, 119 is the usermetrics user [12:17] pete-woods, http://pastebin.ubuntu.com/5840153/ === dandrader is now known as dandrader|lunch [12:18] pete-woods, so it somehow needs to stop the service first [12:21] Saviq: there's a prerm script that is supposed to be doing that [12:22] pstolowski: I'm puzzled, this pass both builders and failed in the ppa: mv debian/libunity-scopes-json-def-phone/usr/share/unity/client-scopes-phone.json debian/libunity-scopes-json-def-phone/usr/share/unity/client-scopes.json [12:22] mv: cannot stat 'debian/libunity-scopes-json-def-phone/usr/share/unity/client-scopes-phone.json': No such file or directory [12:22] (the local pbuilder worked as well [12:22] wth is happening? [12:22] didrocks: weird... I built it locally with no problems.. [12:22] didrocks: I built with dpkg-buildpackage (not pbuilder) === ChrisTownsend1 is now known as ChrisTownsend [12:24] pstolowski: I retried trunk and it's fine as well :/ [12:24] wth? [12:27] Saviq: fixed [12:34] didrocks: just guessing.. is it possible that it builds e.g. twice but unpackas it only once, and the file is no longer there on 2nd build? [12:34] pstolowski: I checked the logs and it doesn't seem so… [12:35] pstolowski: and anyway dh_install is run just before, so we would have it in debian/tmp/ [12:35] uhm [12:36] hum, pbuilder fails now on the tests, grrr [12:36] it's probably a race, it's passsing on i386 [12:36] but what? === greyback is now known as greyback|lunch [12:46] pstolowski, cheers === greyback|lunch is now known as greyback [12:59] Saviq, did this show up before yet... https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-saucy/381/testReport/junit/(root)/ListViewWithPageHeaderTestSection/testCreationDeletion [13:02] MacSlow, nope, I've restarted, let's see what happens [13:03] pstolowski: you have a conflict now, can you fix it? [13:03] ah, see Saviq already said so [13:03] tsdgeos, it should be fixed already [13:03] tsdgeos: yes, it's fixed [13:04] i'm confused by https://code.launchpad.net/~aacid/unity8/remove28403workarounds/+merge/172608 [13:04] wyh everything is success but the topone is failure? [13:04] I have a MouseArea, and with onClicked and onDoubleClicked. But when I double clicked it, it brings up onClicked first, and then onDoubleClicked. Is that correct? [13:06] Saviq: answered your question about the clip [13:06] paulliu: think that's the default behaviour yes [13:06] otherwise all the clicks would have to be delayed a noticeable number of ms [13:07] hey ho. here's a MP ready for review: https://code.launchpad.net/~mzanetti/unity8/launcher-improve-flicking-behavior/+merge/172648 [13:07] tsdgeos: hmm, so how to implement two different actions. I mean I don't want the onClicked triggered if it is a double-click. [13:09] paulliu: well, usually the click and double click are "not exclusive" [13:09] i.e. click selects and double click opens [13:09] so it's not a problem doing click and then double click [13:09] paulliu: what does click and double click do? [13:09] In App lens, it seems to me that the click opens the preview, and double click "activates" it. [13:10] and this one too: https://code.launchpad.net/~mzanetti/unity8/launcher-follow-unity-api/+merge/172557 [13:11] ok.. then I have to use onPress and onRelease to implement that by hand. [13:11] paulliu: afaics it "can't be done", other than making the click wait a bit to see if double click is going to happen or not [13:11] which is baaaaaaaad imho [13:11] and will give us a weird usability [13:12] +1 for what tsdgeos said [13:13] paulliu: tsdgeos: well.. what I guess could be done is this: [13:13] tsdgeos, mzanetti: oh? but what's so weird? I mean isn't double-click always have a delay threshold? [13:14] wooooo, Qt 5.1 is out [13:14] paulliu: the wierd is that i do a single click [13:14] actually... true... tsdgeos: if you double, tap, I'm not sure if the clicked signal is even emitted [13:14] and then you wait 300ms to see if it is really a single click or a double one [13:14] tsdgeos: yeah, that's it. [13:14] paulliu, that's not right anymore [13:14] that 300ms will drive me crazy [13:15] tsdgeos, there's no dbl-click for apps [13:15] Saviq: https://docs.google.com/a/canonical.com/document/d/1qjnUirxkswgCvWRT5ervfQoR03zs-7HIIMI2e3Lvuqs/edit [13:15] mzanetti: it has to, otherwise everything is delayed by the "valid double click interval", no? [13:15] Saviq: in Installing the apps, it is double click, isn't it? [13:16] or maybe it is and the "valid double click interval" is too short my mind doesn't realize? [13:16] s/too/so [13:16] tsdgeos: yeah true, but I'm not sure if we aren't used to that delay yet... And I think its less than 300ms [13:16] * mzanetti tries [13:17] pstolowski, where was sabdfl's comment about the dbl click in apps scope? [13:17] paulliu, I know, but I think that's outdated [13:17] Saviq: ok... [13:18] tsdgeos: nah... you get both... clicked on the first one, and doubleClicked on the second [13:18] makes sense [13:20] Saviq: comment on dbl click? not sure, I only know of this - https://bugs.launchpad.net/unity/+bug/1189088 - comment #20; so we won't be showing previews for installed apps on single left-click inunity7 [13:21] Launchpad bug 1189088 in unity (Ubuntu) "Unity Dash, left mouse button starts preview instead of directly the application" [High,In progress] [13:21] pstolowski, yeah, I meant https://bugs.launchpad.net/unity/+bug/1189088/comments/20 [13:21] paulliu, ↑ [13:21] ok.. === dandrader|lunch is now known as dandrader === _salem is now known as salem_ [13:44] mterry: http://s-jenkins:8080/job/ubuntu-touch-phablet-image-saucy-mir/ <- grab the preinstall from there and sideload it on to your flipped saucy device [13:45] greyback, thanks, will try [13:45] mterry: I'm using yesterday's image, which works fine. I'm a tiny bit worried the MESA problems that hit me yesterday are in that image, but hopefully not [13:45] mterry: don't "apt-get update" :) [13:46] mzanetti, I see the qmluitests are running better now, may I asked what led to the improvement? [13:55] greyback, can you point me to that unity8+mir image you talked about? [13:56] dandrader: http://s-jenkins:8080/job/ubuntu-touch-phablet-image-saucy-mir/ grab the preinstall image [13:57] greyback, thanks [14:10] fginther: good news: yeah, they seem ok now [14:10] fginther: bad new: we have no clue what was wrong [14:10] fginther: we decided to blame it on machine load [14:10] mzanetti, yeah, that always gives me a bad feeling too [14:11] mzanetti, thanks for the update. glad it's working again [14:14] Saviq: can you top-approve my MP? [14:14] pstolowski, oh, didn't I already? [14:14] pstolowski, sorry [14:14] tsdgeos: may I ask you for this one? https://code.launchpad.net/~mzanetti/unity8/launcher-improve-flicking-behavior/+merge/172648 [14:14] pstolowski, done [14:14] mzanetti: okidoki [14:15] Saviq: ty [14:15] Saviq: and I fear you're the right person for this one: https://code.launchpad.net/~mzanetti/unity8/launcher-follow-unity-api/+merge/172557 [14:15] mzanetti, yeah, now I'm past indicators-client I'll definitely do more :) [14:16] mzanetti, one thing I didn't like in the WIP one for launcher backend [14:16] * mzanetti tries to avoid asking Saviq for reviews as he does way too many of them already [14:16] mzanetti, was the fact that you hardcoded /usr/share/applications [14:16] Saviq: gone already [14:16] mzanetti, cool [14:16] mzanetti, does the backend look at XDG_DATA_DIRS or does the .desktop file parser? [14:17] Saviq: dunno... I defined a method called QString desktopFile(appId) which I expect Wellark to fill :P [14:18] mzanetti, re: me doing too many reviews, all of you guys have been very helpful in that field recently [14:18] mzanetti, so I can't complain [14:18] mzanetti, :D [14:20] Saviq, yeah. now it takes a long time for the unity8 window to finally show up :( [14:20] dandrader, -f [14:20] dandrader, pete-woods is already noticed we can't be doing that (blocking on a service to show up) [14:21] Saviq: I have a fix in for the service actually starting now - haven't done the blocking fix yet [14:21] pete-woods, that's fine [14:21] ok, "./run --fake" bring back the old "./run" behavior [14:22] pete-woods, mterry, btw, we have a separate, private qml import path for the shell, feels like a separate one for lightdm (or $greeter) would be good to have, too? [14:22] Saviq, maybe... the greeter might just want to share the shell's though [14:22] depends on what's in there [14:23] mterry, yup [14:23] I imagine my split branch shares the same import path unless we explicitly do something different [14:23] (just because it uses the same main.cpp with a few minor DEFINE changes) [14:23] mterry, otoh most of the interfaces will need to be proxied through the accounts service or whatever forwards things from the user session to the greeter session [14:25] Saviq, true, but does that change logic about the private import path? [14:25] Mirv: do we have a timeframe for Qt 5.1 in saucy now that it's officially released? [14:32] mterry, if there's different plugins for greeter (talking to accounts service) and shell (directly talking to whatever they want to talk to) [14:32] mterry, we could have separate plugins for shell and greeter implementing the exact same API [14:33] mterry, reducing the need to adapt between the shell and greeter, where applicable [14:33] mzanetti: why are dragLauncherIntoView and waitUntilLauncherDisappears in a different UnityTestCase? [14:33] Saviq, oh hmm, sure, alternatively we might call them different names. But regardless, we can solve that when we come to it [14:33] tsdgeos: because I need it for multiple different test cases [14:34] ah [14:34] tsdgeos: and it needs to be inside a testcase because it uses compare() [14:34] ok [14:34] Saviq, truly, even for things like accountsservice, accountsservice can be considered the source data, and even the session would pull data from it [14:34] tsdgeos: could have left it in one of the others, but I decided its better structured this way [14:35] mterry, sure, that would be possible as well [14:35] tsdgeos: I see this quite frequently: https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-saucy/390/testReport/junit/%28root%29/ListViewWithPageHeaderTestSection/growWindowAtBottom/ [14:35] mterry, that doesn't preclude a separate greeter-only set of plugins [14:35] Saviq, yup [14:36] mterry, that override those that would normally be used by the shell [14:36] Saviq, we may indeed want our own set of plugins. But not yet I don't think [14:36] mzanetti: that's bad [14:36] mterry, sure, I wasn't saying right now [14:36] yar [14:37] mzanetti: let me finish your review and then see if i can loop it and see how it goes [14:37] mterry, although the fact that we need --fake now to get the shell to run did trigger me thinking about this :) [14:37] tsdgeos: ok [14:37] mterry, are we supposed to be able to just consume the usermetricsservice from a user session, btw? === alan_g is now known as alan_g|tea [14:38] Saviq, I believe that's what the libusermetricsinput1 library is for (vs the libusermetricsoutput1 library that the greeter consumes) [14:39] pete-woods, maybe a "you" question - should we be able to use libusermetricsoutput1 from a user session? [14:39] pete-woods, i.e. is that the reason why we're failing to connect to the service? is it only accessible from the greeter session? [14:40] Saviq: definitely [14:40] Saviq: no, the reason you can't connect is to do with dbus being very strict, I think [14:40] pete-woods, ok, so for some reason we can't (it's blocking for like 15s) [14:40] pete-woods, let me know if we can help debugging that [14:41] Saviq: basically I say "only this user can own the service", but when the config files get put in /etc/dbus-1/... the user doesn't exist yet [14:41] mzanetti: what's the expected startup position for the Laucnher? [14:41] at bottom? [14:41] Saviq: so you have to "touch /etc/dbus-1/system.d/com.canonical.UserMetrics.conf" [14:41] the side where the Home button is should be unfolded [14:41] ok [14:41] Saviq: I have added it to the packaging rules in 1.0.3 [14:42] pete-woods, indeed, so fixed already, thanks! [14:43] mzanetti, are you sure you saw https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-saucy/390/testReport/junit/%28root%29/ListViewWithPageHeaderTestSection/growWindowAtBottom/ more than once? [14:43] mzanetti, first time I saw it [14:43] mzanetti, tsdgeos there's two other failures in there, though [14:43] https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-saucy/381/testReport/junit/%28root%29/ListViewWithPageHeaderTestSection/testCreationDeletion/ [14:43] https://jenkins.qa.ubuntu.com/job/unity-phablet-qmluitests-saucy/354/testReport/junit/%28root%29/ListViewWithPageHeaderTestSection/testInsertItemsBeforeValidIndex/ [14:43] but all three of them I only saw once [14:43] mzanetti: that timer looks spooky [14:44] tsdgeos: yeah... any better idea? [14:44] tsdgeos: actually its sort of invokeMethod(Qt::QueuedConnection) [14:45] tsdgeos: as the interval 1 makes it run the next time the event loop idles. Its not that I wait for a random time until hopefully everything is done [14:46] tsdgeos: also, there is a test which tests this. It doesn't seem to fail in jenkins so its kinda a confirmation that its not a problem on slow systems [14:47] mzanetti: is there? [14:47] i commented the code and test still passed :D [14:47] noooooo [14:47] really? [14:47] yeah [14:47] damn [14:47] * mzanetti fixes [14:48] mzanetti: http://paste.kde.org/~tsdgeos/788318/ [14:49] tsdgeos: ah yeah... you never set it to snapped now [14:49] tsdgeos: in that case it starts up as it should, but later snapping is not working [14:49] tsdgeos: but try to set snapping directly in the beginning, or in onCompleted. that will make the test fail [14:50] is there a way we can make the tests fail if no snapping is set? [14:50] i.e. flick a bit and check x,y coords of something [14:52] tsdgeos: hmm... well, I guess I could compare(listView.snapping, true [14:52] that'd be cheating :D [14:52] tsdgeos: by the time the test runs that init logic should have happened already [14:52] tsdgeos: no, in combination with the initUnfolded test its not I'd say [14:53] mzanetti: so why is snapping from the beginning a problem exactly? [14:53] tsdgeos: set it and you'll see === alan_g|tea is now known as alan_g [14:54] yay! we're flipping! [14:54] tsdgeos: also the comment on the timer should explain it, I hope. If not, I need to improve it [14:55] well, it says "if i snap to the beginning it fails" [14:55] doesn't tell me why [14:55] anyway i did http://paste.kde.org/~tsdgeos/788324/ and tests are still passing :-S [14:55] mzanetti: ↑↑ [14:55] * mzanetti -> pacepalm [14:56] tsdgeos: ok... will check again in a minute... [14:56] thanks [14:59] didrocks: well, noticed you already merged the qtubuntu one :-) [14:59] tsdgeos: regarding the comment... I think it says quite more than "if i snap to the beginning it fails" [14:59] tsdgeos: I mean line 45 in the diff [14:59] didrocks: any other pending mr? [15:01] mzanetti: sure it does say a lot more, but tbh the jump from "snapping from the beginning" to "might cause the first item to be half folded at the beginning" is a bit of a "leap of faith" to me [15:01] tsdgeos: ok. I'll improve it [15:01] rsalveti: yeah, I merged it once ogra has sent his email [15:02] rsalveti: I'm just building it as part of dailies and then will update the seed + upload [15:02] mzanetti: thanks :-) Also having the test fail would be cool :-) [15:02] this will free Saviq (libunity is already testing) [15:02] didrocks, I'm fixing the branch, too [15:06] didrocks: cool [15:26] tsdgeos: ok... the reason why the test wasn't failing is because I resized the window after writing the test... [15:26] tsdgeos: unluckily the new size did not trigger the snapping [15:27] tsdgeos: so I'll add a verify() that the launchers height is in fact one that causes the issue [15:27] cool [15:27] tsdgeos: bad news is, I'm hitting a bug somewhere and I guess it'll take me a bit to figure it out [15:28] ok, no worries [15:28] tsdgeos: problem is, if I set the snapping some inner logic in QML is updated to fold the icon while the painting part is not [15:28] tsdgeos: try this: do a ./run and reveal the launcher [15:28] tsdgeos: you will see the launcher looks as it should [15:29] tsdgeos: but then try to click on an icon if you're careful enough you'll notice the whole view jumping a bit [15:29] wow [15:29] i'm not that fast :D [15:29] need a faster set of eyes [15:30] launcher hides too quickly [15:30] tsdgeos: if you click on the phone app you will notice that the list is flicked upwards instead of launching the phone-app [15:30] ah [15:30] tsdgeos: thats because the inner logic says, yep, it is folded for more than 12 degrees [15:30] tsdgeos: while the UI still painted it as non-folded [15:31] trueth [15:31] test++! [15:31] tsdgeos: tbh I'm a bit lost [15:32] tsdgeos: how the heck can I make sure this thing is unfolded in the beginning while still keeping the highlight area in the middle of the view and have snapping to that enabled? [15:33] mzanetti: why the highlight in are is in the middle? [15:33] E_CANT_TYPE [15:33] tsdgeos: because design requirement is that folding is symmetrical [15:42] mzanetti, hmm hanging http://10.97.2.10:8080/job/unity-phablet-qmluitests-saucy/393/console ? [15:43] Saviq: maybe... but if yes, I'd say because of an endless loop in the test [15:43] phew, not me :D [15:44] mzanetti, it feels like it's not using the fake Unity plugin [15:45] Saviq: right... that might be [15:45] mzanetti, otoh I'm getting the same errors locally, so maybe not in the end [15:46] or not, the scopes are not installed at all [15:46] mzanetti: i'm confused :D So the phone item (the one at the bottom) is index 0 but i can't find where you tell the list you'll be bottomup instead topbottom :-S [15:46] tsdgeos: hehe [15:47] tsdgeos: LauncherPanel.qml [15:47] tsdgeos: inverted: true [15:48] mzanetti: but that only affects the delegate not the list [15:48] are you basically painting the delegate somewhere else it thinks it is? [15:48] or¿? [15:48] tsdgeos: no... the listView is rotated [15:48] arg [15:48] right [15:49] why that instead ListView.BottomToTop? [15:49] tsdgeos: Saviq: what's also really weird. I have a MouseArea and onClicked I call listView.flick(). That _always_ works and flicks 4 items [15:49] ah because we don't want bottomtotop [15:49] obviously [15:49] tsdgeos: but when I call mouseArea.clicked() programmatically, which should do the same, it's not strong enough to flick the list over the snapping [15:49] Saviq: ^ [15:50] mzanetti, "not strong enough"? wth? [15:50] yeah exactly [15:50] mzanetti: both under qmltestrunner? [15:50] qmlscene [15:51] mzanetti, shit, it's hanging here, too http://10.97.2.10:8080/job/unity-phablet-qmluitests-saucy/393/console [15:51] mzanetti: weird :S [15:51] uh [15:51] or does it [15:52] tsdgeos: Saviq: lp:~mzanetti/unity8/dafuq-is-happening [15:52] mzanetti, lol [15:52] reveal the launcher and make the phone-app icon half-folded [15:54] pstolowski, merged! [15:54] pstolowski, jeez that took ages [15:55] Saviq: yeah, seen that. finally :) [15:57] mzanetti, now it hangs at the finish here http://10.97.2.10:8080/job/unity-phablet-qmluitests-saucy/394/console ? [15:57] mzanetti: at least i can tell you why clicking on the phone makes it do weird stuff [15:57] mzanetti, awesome! [15:57] mzanetti, it's alive :D [15:57] * mzanetti is listening [15:57] Saviq: huh? [15:58] mzanetti: priv.distanceFromEdge is -22 and that's why you get a -30 as angle [15:58] now, why priv.distanceFromEdge is -22 that's something you need to find out :D [15:58] * Saviq makes a video [15:58] Saviq: ah, you mean the flicks in the launcher? [15:58] Saviq: yeah, thats a timer that clicks on the mousearea every few seconds [15:59] Saviq: to demonstrate that if you click it manually it works, but if the timer does it, its not strong enough [15:59] mzanetti, we wanted a heartbeat, we have a heartbeat :) [15:59] mzanetti, actually it does, I think [15:59] mzanetti, it flattens out completely here [15:59] Saviq: all the time? [16:00] Saviq: here it fails to flatten in most of the cases [16:00] mzanetti, it takes two clicks, but yeah [16:01] hmm... doesn't work here :/ [16:02] mzanetti, ok got it to fail when swipied [16:02] swpied [16:02] swiped [16:02] ! [16:02] http://10.97.2.10:8080/job/unity-phablet-qmluitests-saucy/394/console [16:02] urgh [16:03] http://ubuntuone.com/67BJJcwJaj5ut99P1Lf6J9 [16:03] mzanetti, if I click to move the list, it works [16:03] mzanetti, but not if I swipe [16:03] mzanetti, so it feels like the overshot influences that [16:04] mzanetti, wth http://10.97.2.10:8080/job/unity-phablet-qmluitests-saucy/394/console :/ [16:04] mzanetti, it's like that for 10 minutes now [16:04] Saviq: yeah... already investigating in the qmltests [16:05] Saviq: does that hang all the time? [16:06] or just sometimes? [16:06] mzanetti, first two times I noticed [16:06] mzanetti, and it hangs in a different place now [16:07] mzanetti, the second and third jobs here v [16:07] http://s-jenkins:8080/job/unity-phablet-qmluitests-saucy/ [16:07] dednick, there's a bunch of conflicts in indicators-client I'm afraid [16:07] grrraw! [16:08] mzanetti: something that i think will help you debug your problem with the angle, just comment out the whole onClicked in the delegate [16:08] and click on the phone icon [16:08] see that it gets angled [16:08] Saviq: oh, now I see what you mean with 394... thats weird [16:09] fginther: help please! [16:09] mzanetti, you called? [16:09] fginther: seen this before? http://10.97.2.10:8080/job/unity-phablet-qmluitests-saucy/394/console [16:09] tsdgeos: yeah, seems like qml is out of sync somehow [16:09] mzanetti: my understanding is that clicking on it makes it the currentitem and some bad things happen with the contentY that break your angle calculations [16:10] i.e. the list "moves" when clicking in it [16:10] and that is what makes your angle change [16:11] tsdgeos: no... I don't think it makes it the current item [16:11] mzanetti: well, the contentY of the list is changing [16:11] something makes it change [16:11] mzanetti, does this appear stuck to you as well? [16:12] tsdgeos: as I said, I think qml is somehow out of sync because the snapping wants the list somewhere else then it actually is [16:12] fginther: yeah... sits there for like 10 mins [16:12] fginther: and we have some other jobs that are hanging too [16:12] mzanetti, *maybe* it's coping files to archive, but that's just a guess [16:12] mzanetti, I'll hope on the VM and see if ps doesn't help [16:12] s/hope/hop/ [16:12] fginther: the other jobs are hanging somewhere else [16:13] gah! [16:13] fginther: http://10.97.2.10:8080/job/unity-phablet-qmluitests-saucy/393/console [16:13] fginther: seems like the VM's are frozen and jenkins still keeping the pipe open waiting for more data [16:13] ok. someone killed it now [16:14] mzanetti, I didn't kill it, Saviq did you kill it? [16:14] fginther, nope [16:15] maybe timeout [16:15] IIRC they are killed after 1.5 hours or so [16:15] oh yeah: Build timed out (after 60 minutes). Marking the build as failed. [16:15] 393 only ran for 1 hour [16:15] ok, that's it then [16:15] yeah, it timed out [16:16] the other one SUCCESSed [16:16] 394 [16:16] after having hung (hanged?) for 15 mins or so at "closing log"... [16:16] hmm... maybe related to the other VM going down [16:16] freed up some resource that made this one continue [16:17] mzanetti: right the index is not changing [16:17] mzanetti: but contentY is [16:17] tsdgeos: yeah... but I actually think the issue is this [16:17] tsdgeos: I set contentY somehow (with that timer for example) [16:17] mzanetti: i can try to debug it tomorrow with my compiled 5.1 and see who is changing contentY if you want [16:17] tsdgeos: that does not work well with the defined snapping [16:18] so what happens is that contentY is set, but not all the other states updated accordingly [16:18] I triggered a rebuild of the one that timed out [16:18] let's see [16:18] mzanetti, fginther ↑ [16:18] tsdgeos: once there is interaction from the mouse, contentY is adjusted to what it should be according to the other states [16:18] mzanetti, after looking at the files archived, I don't think that was the problem (there was nothing huge). Perhaps the VM host was overwhelmed, it is close to capacity [16:18] tsdgeos: does that make somehow sense to you? [16:18] Saviq, will watch [16:19] ack [16:19] fginther: btw... I told this mmrazik some time ago already but I fear someone else needs to catch up with this: [16:19] fginther, /me too [16:20] fginther: some time back I monitored naartjie for its usage because we were struggling with having 4 VM's there [16:20] mzanetti, and now we have a bazillion? [16:20] fginther: turns out the machine's CPU is 95% idle all the time, the memory consumption is like 10% of it [16:20] fginther: BUT: disk IO waits are more than 10% [16:21] mzanetti: not sure tbh, bit tired atm, talk tomorrow, ok? [16:22] fginther: so imho we are wasting 95% of naartjies resources waiting for its HDD [16:22] tsdgeos: ok, sure [16:22] tsdgeos: thanks a bunch already [16:22] mzanetti, the sys admin has already mentioned the need to rework the hardware resources... I'll ping him again and see if the solution is already in the works. [16:23] mzanetti, thanks for the reminder [16:23] mzanetti, what tool were you using to collect your data? [16:23] fginther: just sitting there and watching top for a while [16:24] mzanetti, ack [16:24] fginther: try to do anything on your machines, you won't be able to get disk IO's > 1% unless you really badly mess with the system [16:24] fginther: watch top on naartjie and there is everything close to 0 except big IO waits [16:25] fginther: and you feel the VM's getting lots slower whenever the IO waits are bigger than like 3% [16:26] mzanetti, I'll check it out [16:40] mzanetti: ping [16:44] pete-woods, can you propose https://pastebin.canonical.com/93700/ ? I don't remember why that was a proposed change, besides to "fix things" [16:47] Saviq, would the parent view of the OptionSelector handle scrolling if the OptionSelector expands below the view bounds? [16:51] dednick: pong [16:52] mzanetti: hey. was just wondering how CI runs the autopilot tests. where does it get the commands from? [16:52] eg autopilot run unity8 [16:52] dednick: job parameters [16:52] dednick: actually... I think jenkins doesn't support multiple test suites (yet) [16:53] mzanetti: ok. i htink i'll just leave it as a single target for now then [16:53] dednick: I could create a test job for you [16:54] dednick: shouldn't be too hard to hack support for multiple targets in [16:54] dednick: do you have a branch that would do everything already? [16:54] mzanetti: or the other option is to create multiple targets + a global one, [16:55] dednick: jenkins doesn't run make autopilot [16:55] mzanetti: ah right [16:55] dednick: it installs the autopilot package into the system and runs "autopilot run $test_suite" [16:55] so it would be running 'autopilot run unity8'? [16:55] i c [16:55] yeah. thats what it does [16:56] so to have a single target we would need one python autopilot test suite that calls the others [16:56] mzanetti: my indicators-client branch has a indicators_client ap suite. [16:56] hm [16:57] mzanetti: doesnt REALLY matter right now. it is a very simple siute, but i want to get started on some more fairly soon [16:59] dednick: ok. I'll have a test run [16:59] pete-woods, I filed https://code.launchpad.net/~unity-team/unity8/older-months/+merge/172860 -- please fill out with your infographic smarts [17:00] pete-woods, hilfe - unity/source/libusermetrics/src/libusermetricsinput/MetricImpl.cpp:56:50: error: ‘logic_error’ was not declared in this scope [17:01] pete-woods, where is that supposed to come from? [17:02] hm, stdexcept, who would have expected that === alan_g is now known as alan_g|EOD [17:14] dednick: do you have a jenkins run on your branch that created packages for the multiple autopilot test suites? [17:15] dednick: I think I should have a job now that can do that [17:15] there's only a single package [17:15] but 2 suites [17:15] dednick: doesn't matter. should work [17:19] dednick: do you have a link perhaps? [17:19] mzanetti: https://code.launchpad.net/~unity-team/unity8/indicators-client [17:23] dednick: it has conflicts [17:23] dednick: and no recent ci run that would have built the packages [17:24] dednick: please fix the conflicts and ping me when CI as run over it. then I can grab the package and run through my testing job [17:24] mzanetti: ah. sorry, i pushed latest to wrong branch [17:24] veebers, ping [17:25] right, won't answer on 5am ;) [17:32] mzanetti, ideas about traceback-1 from https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-saucy/597/testReport/junit/unity8.tests.testlockscreen/TestLockscreens/test_unlock_wrong_Pinlock_/ ? [17:34] sigh.. bring back the days when it took 3 seconds to build unity8 [17:34] Saviq: code-wise: lightdm didn't respond to the authenticate() call [17:35] Saviq: did anything change when loading the libs? [17:35] mzanetti, no, I meant the python traceback [17:35] mzanetti, not the test failure [17:35] mzanetti, TypeError: on_test_end() takes no arguments (2 given) [17:35] oh... traceback-1 [17:35] mzanetti, re: the failure, not that I know of, restarted and will check again (it might be) [17:36] we've moved all the libs around enough for this to break... [17:36] how do i get some useful info from make test? [17:36] Saviq: hmm...the on_test_end(). no, haven't seen that before [17:36] mhr3, CTEST_OUTPUT_ON_FAILURE=1 [17:37] mzanetti, it's everywhere here https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-saucy/597/testReport/? [17:37] Saviq, dzenkuje [17:37] mhr3, ę [17:37] mhr3, but proszem [17:37] don't have that here :) [17:38] Není zač [17:40] meh, google translate cheating :P [17:40] -translate ;) [17:40] just google [17:42] you guys are making it harder and harder to run this on precise [17:42] mzanetti: what do you mean by multiple test suites in jenkins? [17:43] sergiusens: hi. how come you know of this? :P [17:43] sergiusens: unity8-autopilot installs multiple test suites now. unity8, indicators_client [17:43] mzanetti: read the back log ;-) [17:44] sergiusens: I just modded the job to run a for-loop over $test_suites instead of just calling it on $test_suite [17:44] mzanetti: so from a jenkins perspective you should be able to collect them [17:44] sergiusens: so a space separated list should do [17:44] mzanetti: ah, great [17:47] mhr3, hum? ;) [18:02] Saviq, https://code.launchpad.net/~mhr3/unity8/use-dee-filtermodel/+merge/171846 you know you want to ack it, right? :) [18:03] mhr3, I do, assuming I will review it first :) [18:03] mterry, shite, I missed the powerd meeting (my calendar hates me, as usual) [18:04] Saviq, oh you do actual reviews? i thought you just copy hidden bot messages around ;) [18:04] mhr3, when there's no more hidden bot messages, yes! [18:05] Saviq, you saw the notes? [18:06] mterry, yeah, reading now [18:06] mterry, anything else I should know? or maybe provide input for? [18:07] Saviq, from my end, no. It sounds like powerd will be able to provide the interface for blanking, so I'll wait on that for the final 'show greeter on blank' fix [18:08] mterry, k [18:10] dednick: http://s-jenkins:8080/job/generic-mediumtests-runner-testing/ [18:10] dednick: this will run your branch now with 2 test suites [18:10] * mzanetti crosses fingers [18:12] mterry, would those failures suggest LD_LIBRARY_PATH is not set correctly http://10.97.2.10:8080/job/generic-mediumtests-saucy/671/ ? [18:13] yes it does... [18:15] seb128, if you're still around... any idea how to find the multiarch libdir in a python script? [18:16] ah sysconfig! [18:17] Saviq, yeah, could be pointing at 'single' instead of 'single-pin' or some such [18:17] mterry, yeah, it points at a non-existing dir after we've moved stuff around [18:17] Saviq, or even maybe QML_IMPORT_PATH is wrong and we're using real LightDM plugin [18:17] Saviq, ah [18:20] mterry: sorry, just got back from re-attaching the exhaust pipe to my car :/ [18:24] mterry: have added details to that commit [18:25] pete-woods, thanks man [18:25] pete-woods, you can't use wild animals as exhaust pipes, they'll just keep running off on you [18:26] mterry: :p [18:26] mhr3: sorry for not getting back sooner, have you managed to compile libusermetrics now? [18:26] I'm a bit puzzled why built-in C++ classes wouldn't be visible [18:43] dednick: looks good. just one small mistake but I think the next run should succeed === seb128_ is now known as seb128 === bschaefer_ is now known as bschaefer === jhodapp is now known as jhodapp|holiday [21:47] so when I have a lot of apps open on my Nexus 7, the unity8 process consistently runs at about 10% - 30% CPU utilization when sitting on the Apps lens [21:48] since all of those apps should have their process suspended, I would expect more CPU idle than this [21:49] it doesn't appear that any of the app processes are active, so something just with unity8 [21:50] Saviq: ^^ what can I do to help determine why this is? [21:50] mhall119, we had a report like this some days ago, just didn't mention that apps need to be running [21:51] mhall119, if we can reproduce we'll have a look [21:51] mhall119, obviously it should be idle [21:51] Saviq: I have 17 apps open, all of them QML apps using qmlscene [21:51] mhall119, 17!? and they're not killed? [21:51] mhall119, nice one ;D [21:51] which, granted, multi-tasking 17 apps on a nexus 7 is pretty damn impressive on it's own [21:52] mhall119, regardless, should be idle [21:52] mhall119, we'll have a look tomorrow [21:52] ok, let me know if there's some extra data I can get you [21:54] mhall119, will try and reproduce now [22:01] Saviq: looks like a combination of unity8 and surfaceflinger [22:01] if that helps any [22:02] mhall119, yeah, I expect something to be pinging the shell unnecessarily [22:02] mhall119, resulting in UI updates === salem_ is now known as _salem [22:38] mhall119, can't reproduce on neither manta or maguro :/ [22:38] mhall119, several apps, unity8 goes down to 0.naught CPU [22:38] to the point where htop is at the top with 5% [22:42] mhall119, will ask the guys tomorrow to try on all the devices we have around [23:10] Saviq: like I said, I'm happy to provide whatever data I can from my N7