[01:02] Clang once again to the rescue, with error messages that are (a) readable on a 1366x768 screen and (b) actually tell you what the error is. [02:03] RAOF: Any idea why we have all-the-X-things in staging now? Looks crowded... https://launchpad.net/~mir-team/+archive/staging [02:06] duflu: Because we're about to go through the Xserver 1.14 transition, so I pushed that through staging first. [02:06] OIC [02:06] And you can't just upload the server + any drivers with XMir changes, because the server ABI changed; you need the full enchilada. [02:07] Hm. [02:08] Dear filesystem: why is that file 0 bytes? [02:14] RAOF: New laptop yet? [02:14] Nope. Should be shipping soon. === duflu_ is now known as duflu [03:24] robert_ancell: Can you add this to 0.0.6? https://bugs.launchpad.net/mir/+bug/1130553 [03:24] Ubuntu bug 1130553 in Mir "Mir does not support eglSwapInterval(0)" [Medium,Fix released] [03:25] duflu, done [03:28] Ta === jono is now known as Guest27980 [05:06] good morning :) [05:33] Morning tvoss [05:34] duflu, hey :) how goes? [05:34] tvoss: Monday afternoon and still waking up. You? [05:34] duflu, Monday morning, mostly awake :) [05:35] although my caffeine level could be higher [05:37] It could always be higher... [05:37] To about 100 cups a day, which I believe is the lethal dose [06:25] tvoss: hey [06:26] how are you? [06:26] didrocks, hey :) quite good, summer here in Germany. How about you? [06:26] tvoss: same here, and seems the week will stay on that note ;) [06:27] didrocks, hopefully :) So for Unity and Nux: I will push out those branches shortly [06:27] summer finally \o/ (before apparently not so splending end of July and bad August) [06:27] tvoss: excellent, you answered before even I asked! :p [06:27] didrocks, sure :) [06:27] tvoss: do you still have my branch somewhere? [06:27] didrocks, let me find it :) [06:28] should be https://code.launchpad.net/~didrocks/unity/new-gmock [06:28] https://code.launchpad.net/~didrocks/unity/new-gmock [06:29] :) [06:32] didrocks, mind pinging me the gmock package location again? would like to check in a chroot [06:32] * duflu wonders who "Ken" is [06:35] duflu: kenvandine? [06:35] or kevin duboi? [06:35] duboit*? [06:35] didrocks: Kidding. I think your meant Kevin... https://code.launchpad.net/~didrocks/mir/use-system-googlemock/+merge/173008 [06:36] ah Kevin ;) [06:36] I think I meant "you", not "your" [06:36] duflu: more than possible, it's coffee-1 here (speaking of which…) ;) [06:37] tvoss: https://code.launchpad.net/~didrocks/location-service/devsuggestsdoc/+merge/173136 [06:37] tvoss: btw, you did approve it, but not globally approve? [06:37] didrocks, done [06:37] tvoss: thanks [06:38] let me look for the location service gmock branch [06:38] tvoss: https://code.launchpad.net/~didrocks/location-service/build-with-system-gmock [06:38] didrocks, did you see my question for the new gmock package? [06:39] didrocks, wanna propose that location-service branch? [06:40] tvoss: we need to upload the gmock package first to distro, but sure, can propose [06:40] tvoss: ppa:didrocks/ppa for the gmock package [06:41] https://code.launchpad.net/~didrocks/location-service/build-with-system-gmock/+merge/173407 [06:48] didrocks, approved but no top-approve yet [06:49] tvoss: perfect, thanks! [07:05] alf___, hello... ? [07:06] duflu: hi! [07:07] alf___: compositor_buffer(), is that actually latest_complete_buffer() ? [07:09] good morning [07:11] Morning dholbach [07:11] hi duflu [07:11] duflu: it's the next buffer to be consumed by the compositor, it may be the latest submitted clien buffer or not (e.g. if the client has submitted two unprocessed buffers it's not the latest) [07:11] alf___, cool. But it is "complete" either way [07:12] duflu: what does complete mean? [07:12] alf___, I mean the client has finished rendering to it [07:12] duflu: yes [07:15] duflu: @different-mesa-display-validation-functions, how about mir_server_mesa_egl_display_is_valid(), mir_toolkit_mesa_egl_display_is_valid()? [07:15] alf___, Argh. I think I prefer "server". We have outstanding tasks/arguments against "toolkit" [07:16] duflu: mir_server_mesa_egl_display_is_valid(), mir_client_mesa_egl_display_is_valid() ? [07:16] alf___, I don't think my review was blocking really [07:17] alf___, Yup sounds better. I wonder if we're still inconsistent omitting "native". Bu that makes it longer [07:18] That reminds me. I meant to add a typedef for mir_bool to improve the client API readability [07:33] duflu: mir_server_mesa_egl_native_display_is_valid(), mir_client_mesa_egl_native_display_is_valid(): perphaps they are not too bad considering only mesa (through dlsym) and a couple of tests will use them. [07:34] alf__: Yeah I'm undecided about "native". It's more consistent but makes it marginally too long. Abstain. [07:48] duflu: (flaky connection may have lost messages) mir_server_mesa_egl_native_display_is_valid(), mir_client_mesa_egl_native_display_is_valid(): perphaps they are not too bad considering only mesa (through dlsym) and a couple of tests will use them. [07:49] alf___: Yeah I'm undecided about "native". It's more consistent but makes it marginally too long. Abstain. [07:49] alf___: I will use MPs/email for you from now on :) === JoseAntonioR is now known as JoseeAntonioR [08:04] alf___: duflu: hi guys, either of you have good understanding of the input stack? [08:04] greyback: I have some experience from the client POV [08:04] duflu: it's more the server POV I'm asking from. But maybe you'll have an idea [08:06] Shell is a surface that will always be "on top". I also need shell to receive all input events, even with another surface has focus [08:07] so in my shell mir configuration, I can add a EventFilter to the chain of eventFilters - which is the solution I believe [08:07] greyback: Yeah InputFilters are meant to do that. But I'm not saying the design is perfect yet. Perhaps we need to marry InputFilters with a particular surface, sometimes [08:07] but what I need to be able to do is pass those Events to the shell input handler itself [08:08] greyback: The one from mir_surface_set_event_handler ? [08:08] duflu: yep [08:09] greyback: We could do that. We already merge multiple event sources into that behind the scenes in libmirclient [08:09] greyback: Not sure about specifics. Can you log an enhancement for racarr to look at too? [08:09] duflu: will do [08:09] thanks [08:09] No problems [08:09] -s [08:10] greyback: So that means you're linking libmirclient and libmirserver? [08:10] duflu: no I'm not [08:11] it's something I need to do from the server side [08:11] duflu: quick terminology check: EventFilter handles events, returns true if accepted, false if not. EventSink similar but always returns true? [08:12] i.e. doesn't allow events to propagate [08:12] greyback: Argh. I wrote EventSink and don't remember [08:12] * duflu checks [08:13] greyback: EventSink is unconditional (returns void) [08:14] So that's kind of like true (handled) and false (continue to next sink) [08:14] duflu: ok, that's how I expected it. [08:14] Although AFAIK, we don't yet have chains of EventSinks. It's only ever 1:1 [08:15] that's ok [08:16] really my issue is, how to get the EventFilter associated with a Surface [08:18] greyback: Yeah it's a good question. But there might be architectural considerations racarr can think of before we dive in [08:18] greyback, what are you trying to solve? [08:19] duflu: indeed. I'll get his advice [08:19] greyback: Actually I had thought of it already, and started. Some events already contain surface IDs. We need more of them to (input events too) [08:20] tvoss: the shell surface will always be on top of the application surfaces. I need also that the shell surface receives all events, even if application surfaces have focus. [08:20] So we need a mir_surface_post_event(event_caught_by_my_filter) [08:20] greyback, hmmm, I would propose an event filter implementation that "knows" about the shell surface [08:21] tvoss: sounds right, yes [08:21] but the part I'm unable to solve is how to know get the event filter of the shell surface [08:21] greyback: How about just letting the filter "requeue" it conditionally and the event trickles down to the surface per usual? [08:22] duflu: that could work... [08:22] greyback: We should have it already. If filter returns false I would have thought it should go on to the surface... ? [08:23] Otherwise, what's the point in returning that bool? [08:23] duflu: true. I can't see why it wouldn't. I'll give it a go [08:24] greyback: Sounds vaguely like some input bugs I've encountered. So maybe it's just a little broken. But I think it is meant to work like that in theory [08:25] Of course, a filter can handle an event and still return false to send it on to the surface too. [08:25] duflu: ah there will be times when shell should accept the event, so application doesn't get it [08:25] greyback: Yes just return true in that case [08:26] Oh, I forgot. You need the surface handle still [08:26] OK [08:26] yep [08:28] greyback: So all you want to know is what was the surface that "would have" received the event, had it not been caught in the filter? [08:29] Of course, this is why XEvent has the window field :) [08:29] duflu: with my current understanding: I want a pointer to the event filter for surface x [08:30] because I think it makes most sense for me to grab the event filter of the shell, and push it to the start of the EventFilterChain. As is done in demo-shell [08:31] greyback, +1 [08:32] duflu, I think we can save the hassle of hit testing if greyback's filter implementation knows the shell surface and just passes on the event [08:32] tvoss: Yeah there might be a use case for redirection in future anyway. In which case we just want a send_event(event, surface) [08:33] Although it would be nice if input events told you the target surface ID too [08:33] duflu, later down in the filter chain: yes, definitely. [08:43] didrocks, down to one issue with mismatch between header files and library linked in for unity [08:44] tvoss: phew, nice work! It seems they changed the API quite extensively (but not surprising in 2 years) [08:44] didrocks, oh, it's more or less subtle: testing::internal::String is now std::string and the linker gets confused [08:45] tvoss: am I the only one to think there are too many internal replications of std types in unity btw? [08:46] didrocks, not sure what you are referring to [08:47] tvoss: the glib::string types and all those kinds of mapper [08:47] didrocks, oh yeah, that's ugly, but still: I don't think we should touch that code until absolutely necessary [08:47] tvoss: agreed, that's why I wasn't sure the mismatch with latest gmock was due to something like that, I didn't take time to look at it closely TBH [08:56] didrocks, different question: assume that I would like to install test executables. Where would be the most appropriate place to put them? [08:57] tvoss: I think we would create a binary -tests package [08:57] tvoss: not sure what's the point for non integration tests though [08:58] didrocks, basic smoke testing could benefit from being able to run the tests against an existing image [08:58] didrocks, mir is not the best example for that approach, but platform-api is [08:58] tvoss: ok, so tests for the integration with the rest of the platform (libs, perfs and so on) [08:58] yeah, I think a -tests package is reasonable [08:58] didrocks, yup [08:59] didrocks, what about the path? /usr/bin? [08:59] tvoss: I would prefer libexec to not polluate the $PATH [08:59] didrocks, ack. btw: for nux, we need bregma's help, my autoconf foo is not sufficient [08:59] tvoss: sounds good :) [09:10] alan_g: Why does mir_demo_server* lose/hide/mangle stdout and stderr? [09:10] Sometimes I can see part of one line, but that's all [09:10] duflu: I didn't know it did [09:10] it shouldn't [09:10] Hmm maybe it's only when I run it from the VT. Maybe the VT output is blocked [09:11] alf___: ^ [09:13] duflu: If you mean that you lose the output that should be output to the VT, that's normal since we put the VT in graphics mode. If you mean that you lose output after having redirected it, then that's a problem. [09:14] alf___, OK normal is good [09:14] I'll use ssh for debugging [09:14] duflu: (or redirect to a file for non-live debugging) [09:14] alf___, Yep thanks [09:16] * duflu stresses his GPU so much that it makes a /new sound/ [09:25] Wow. They're not lying when they say clang's static analyser makes compilation slow. [09:34] RAOF: BTW confirmed clang on saucy works well. So well I can actually run clang-built mir with it [09:35] Tho, clang's binaries are slightly slower [09:38] Feel like trying -O4? :) [09:38] * alan_g thinks the point of supporting clang is that the binaries work [09:39] Clang was just to improve code scanning... and to further prove the correctness of the code. Yes. [09:40] Also error messages. [09:45] Yes, how could I forget clang's lovely colours [09:45] ? [10:01] didrocks, https://code.launchpad.net/~thomas-voss/unity/new-gmock/+merge/173450 [10:02] tvoss: building and testing :) [10:16] tvoss: argh, failing to build, but it's because I don't have the right xorg version yet [10:16] tvoss: I'll wait for the current proposed migration to finish [10:16] didrocks, okay [10:17] didrocks, ack [10:22] Wow. clang-analyse finds only 22 bugs in Mir, of which only 5 are actually in our code, most of which are in the demos. [10:30] RAOF: *Only*? That's 22 too many! (How many are legit bugs?) [10:32] Of the 5 I've looked at, it's not clear that 3 of them are bugs, one is an obvious bug, and one is a not-checking-for-errors. [10:34] That's pretty good. IME static analysis tools can create a LOT of false positives. [10:35] * alan_g decides to look himself later [10:36] Enjoy: https://code.launchpad.net/~raof/mir/fix-two-clang-analyse-results/+merge/173462 [10:42] Hm, first result in android-input also looks legit. [10:44] Ah, and the protobuf ones would be because clang doesn't understand GOOGLE_CHECK(), which I presume will evaluate to either an exception or an assertion. [10:56] alf__: RAOF - do you guys recognise "/usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libEGL.so: undefined reference to `mir_egl_mesa_display_is_valid'" - I'm getting that on trunk this morning [10:57] alan_g: We *have* been poking around that area of the code, but I thought we'd removed all the direct linkages. [10:57] * RAOF checks his checkout. [10:59] alan_g: RAOF: Yes, I don't see any direct linkage that could cause this error, what does 'ldd /usr/lib/gcc/x86_64-linux-gnu/libEGL.so' say? [11:00] alf__: "ldd: /usr/lib/gcc/x86_64-linux-gnu/libEGL.so: No such file or directory" ;) [11:01] alan_g: oops, ldd /usr/lib/x86_64-linux-gnu/libEGL.so [11:02] alf__: ;) http://paste.ubuntu.com/5855073/ [11:04] alan_g: objdump -p /usr/lib/x86_64-linux-gnu/libEGL.so ? [11:05] alf__: http://paste.ubuntu.com/5855080/ [11:07] alan_g: that's not right: "NEEDED libmirclient.so.1", so you need to update your mesa version, and I also need to push some naming changes to trunk, just a moment [11:10] alf__: looks like I should read upgrade info more carefully - http://paste.ubuntu.com/5855087/ [11:11] alan_g: :) [11:19] RAOF: Is the Mesa in staging uploaded automatically when your repo changes? [11:19] alf__: Yes. [11:20] After an hour or so. [11:20] There *is* a manual step of propagating the changes from the egl-platform-mir branch to the mir-ppa branch. [11:33] Hm. Again with the everything-deadlocking-in-the-kernel. [11:34] * RAOF goes to sleep, like his kernel. === hikiko is now known as hikiko|lunch === alan_g is now known as alan_g|lunch === hikiko|lunch is now known as hikiko === alan_g|lunch is now known as alan_g [13:26] alf__: are you happy with https://code.launchpad.net/~alan-griffiths/mir/SessionMediator-session-race/+merge/173247? [13:50] alan_g: looks good, although I was under the impression that each SessionMediator would need to handle only one request at a time [13:52] alf__: I don't think there's anything stopping asio starting a new request while an existing one is running. And then there are shutdown cases... [13:52] alan_g: yeah, I guess my impression came from the client side, where we have a single thread servicing client requests... [14:56] does Mir use the Gallium open source driver? [15:00] netlar: I don't think that's been tried. alf__ ^? [15:02] netlar: Mir uses the Mesa drivers on the desktop. The radeon and nouveau drivers are implemented using Gallium3D internally. [15:07] alf__: So it should be very similar to X.org [15:07] netlar: the plan is not to be :D [15:08] alf__: I do wonder if my graphics card will be supported [15:08] I have a Radeon 7750, has the Cape Verde chipset [15:08] netlar: (but in terms of hardware support it would be similar) [15:09] Is that because it is going to use the Mesa and Gallium drivers? [15:11] netlar: yes [15:12] alf__: Is there a list of radeon cards that have full support, becuase I think my card is still in testing stage [15:12] netlar: http://xorg.freedesktop.org/wiki/RadeonFeature/ [15:13] thanks [15:14] One more question please [15:15] Is it going to be recommended to use the open source driver over the binary driver? [15:23] netlar, whichever one works and is best suited to your preferences, I suppose [15:24] kdub: I have always had trouble with the binary driver. Just I do not get any 3d performance with the open source driver [15:26] Morning! [15:28] didrocks: just a quick check...how are we for xmir into universe? [15:28] hello racarr [15:29] kgunn: I think xmir will just be a patch on top of xorg? That's how RAOF wants to deal with it AFAIK [15:29] Hi kevin :) [15:29] yep [15:29] racarr: hey [15:29] kgunn: personnaly, every daily release but Mir because of the bug lists I tagged 1.5 weeks ago :) [15:29] everything* [15:29] and hello also kevin :D [15:29] kgunn: I see you cancelled mir/unity sync...that must mean its done right? [15:30] racarr: you wish :) [15:30] racarr: greyback was looking fwd to chatting today [15:30] racarr: hey! [15:30] i just cancelled the regular meeting....cause we weren't being very regular [15:30] figured we'd just go ad-hoc [15:30] greyback: Hey! [15:30] want to sync up in say...15 min? [15:31] racarr: sounds good [15:31] I am still waiting for brian to come online [15:31] ok great [15:31] brb [15:31] racarr, can I book a sync on remove-surface-target with you after that? :) [15:31] kdub: Ok [15:31] didrocks: so we are good for daily release but not in universe [15:31] ? [15:32] kgunn: no, mir doesn't build on armhf/powerpc AFAIK [15:32] kgunn: so this is still blocking daily [15:32] (we can skip tests for both for daily, but we need the tests running on armhf for universe) [15:33] didrocks: this is what i was wanting to confirm with you....e.g. can we skip armhf/powerpc tests for daily [15:34] didrocks: my bad....didn't realize the intree gmock issue was still open [15:34] kgunn: yeah, but not for distro (at least, armhf) [15:34] kgunn: this is blocking for universe, I've done most of the patching [15:34] (7 components involved) [15:34] tvoss finished unity [15:34] the remaining one is nux [15:34] I tvoss asked bregma to do it? [15:34] think* [15:35] didrocks, not yet [15:36] netlar: proper support for you chipset recently landed upstream (kernel+mesa) and it should be soon landing in distributions, so expect the situation to improve [15:36] kgunn, i think we need a task to have the tests run 'driverless' on armhf [15:36] or at least skip the tests without proper driver support [15:36] I think we need to disable all integration tests within the package build, because they make no sense and give no useful results [15:38] bregma: can we have them as autopilot tests then? if they are integration tests? (I'm still wondering what they are testing then on i386 and amd64 ;)) [15:38] the tests that fail on armhf do not run on other platforms because they require the andoid drivers [15:39] bregma: so yeah, autopilot tests that can be triggered dynamically if a file is present maybe? [15:39] (like a file from qtubuntu-android) [15:39] alf__: that is great news. and that would include 3d support? [15:42] netlar: yes [15:42] woohoo, love it [15:51] greyback: Ok inviting you to a hangout whenever it's good [15:51] racarr: go for it [15:51] from my phone so I dont have a url [15:51] but you hould get it in G+ [15:52] greyback: Not working? [15:52] racarr: just managed to get into G+ now [15:59] racarr: lp:~gerboland/+junk/qml-demo-shell/ [16:01] kdub: Want to talk about remove-surace-target now? [16:01] racarr, sure [16:02] kdub: Ok trying to invite you on G+ === tvoss is now known as tvoss|dinner [18:42] greyback: Working some on the demo shell [18:42] just installed a SurfaceBuilder to assign DepthIds [18:43] so now clients open under the shell and transparency works, etc [18:43] racarr: nice [18:43] I still need to figure out why focus is broken [18:44] racarr: though for me, clients were opening under shell and transparency was working [18:44] but all's good :) [18:44] I'm using a build of mir that's over a week or two old I think [18:44] oh [18:44] tht would explin it [18:44] the stacking order was backwards actually [18:44] aha [18:44] but it wasn't noticeable because we [18:45] used the hiding every other surface [18:45] that explains a lot then, yes [18:45] rather than restack approach [18:45] but the shell surface isn't [18:45] um [18:45] subject to that [18:45] tho still, the second app opened under shell, on top of first one... [18:45] anyway, am building latest mir to check things out [18:45] because [18:45] the irst one was hidden [18:46] it was actually "under" the first one still [18:46] racarr: yep, makes sense [18:47] greyback: "Makes sense" [18:47] XD [18:49] well, it explains why what I was seeing was happening [18:49] you know what I mean [18:57] hey, so im hitting a fun problem: [18:57] (EE) Failed to load /usr/lib/xorg/modules/drivers/intel_drv.so: /usr/lib/xorg/modules/drivers/intel_drv.so: undefined symbol: xorgMir [18:57] seems theres a new intel driver the mir ppa hasn't been built with? [18:59] bschaefer, did you pin the ppa? [18:59] greyback: Of course :) [18:59] tvoss|dinner, pin the ppa? [19:01] bschaefer, making sure that updates from the archive that are newer than the ppa don't override the ppa packages [19:01] tvoss|dinner, o, well thats a nice features... and no I have not pined it, which I should have :) [19:06] racarr, i'm teasing out the state from ms::Surface, and looking at the transformation [19:07] seems that its just used by the graphics side, but will the input side need the transform eventually? === tvoss|dinner is now known as tvoss|test === tvoss|test is now known as tvoss [19:12] kdub: Yes. [19:13] racarr, thought so, i'll just put that info in the generic info about the surface [19:13] for anticipated future use :) [19:18] Excellent [19:20] bschaefer, http://www.olli-ries.com/running-mir/ [19:20] greyback, ping [19:20] tvoss: pong [19:21] tvoss, thanks [19:21] bschaefer, yw [19:37] racarr: just reading the scrollback...i guess client focus notif is broken huh?...so nvmd my last question about it [19:59] kgunn: It's 90% done. I just need to find time to come bck to the branch [19:59] racarr: np [20:13] racarr: you fixed it? https://code.launchpad.net/~robertcarr/mir/fix-input-obscurance/+merge/173586 [20:14] greyback: Yes the other thing is [20:14] greyback: lp:~robertcarr/+junk/demo-shell-with-surface-controller [20:14] it's kind of a hack [20:14] in one place [20:15] the shell is using..Window 1 a the surface name apparently? (maybe somewhere in papi or qtubuntu) [20:15] and it just matches on tht to stack the shell surface higher [20:16] racarr: ok. No idea what's setting the surface name. Probably papi, need to check [20:31] is qtubuntu. WIll need to make that harder to guess [20:55] kgunn, these are the blocker bugs for entering the archive https://bugs.launchpad.net/mir/+bugs?field.tag=entering-saucy [20:55] (matches what we said) [20:55] yep [20:58] kgunn, https://blueprints.launchpad.net/ubuntu/+spec/mir-testing fyi [20:58] I will add a BP for the cert test rollout [20:59] olli: ack === francisco is now known as Guest93946 [21:55] ms::Surface is shaping up :) === JoseeAntonioR is now known as j === j is now known as JoseeAntonioR === JoseeAntonioR is now known as jose [22:43] olli: let me know what you think https://blueprints.launchpad.net/ubuntu/+spec/mir-testing [22:43] robert_ancell: bregma ^ [22:44] * bregma looks [22:44] kgunn, is this supposed to be mir or unity testing? [22:47] kgunn, as I read it this is tests on Unity 7 on X, and then followed up later with the same tests on XMir? [22:49] robert_ancell: yes thats the idea [22:50] its a bit of regression testing combined wirh perf/ux [22:50] kgunn, ok, the name of the bp is a bit confusing, but the tests / rationale seem good [22:50] kgunn, I believe some of these tests should already exist right? [22:51] OK, might want to add Super-S (a known problem performer in the past) and some FPS numbers for something like glxgears as a general representation of games [23:01] greyback: For surface destruction I guess you could use the surface builder for notification but it's a little weird [23:01] the session listener could be extended [23:05] racarr: a bit yes, but it would work. [23:12] bregma: ack.... [23:12] will add [23:28] robert_ancell: Is the mir-team responsible for the ubuntu platform API? [23:28] thomi, no, see ricmm_ and others [23:28] robert_ancell: OK, last time I asked I was told that the mir team would be taking over responsibility some time in the future. Is that still the case? [23:29] thomi, not that I'm aware of [23:29] kgunn, ^ ? [23:29] ok, good to know - want to make sure I don't drop the wrong person in it ;) [23:31] thomi: mmm, where's that rumor coming from? [23:32] thomi: altho we do contribute to it in a way sometimes [23:32] kgunn: I asked someone about it in Oakland... I think it was tvoss? [23:32] but i think that api is quite broad....e.g. convenience api's for an os basically [23:32] so even things like vcr functionality for music/video etc. [23:33] note...i've been known to be wrong [23:33] thomi: btw...since you're here....i see mir-stress on jenkins [23:33] so is there an extra step to make it part of ci ? [23:33] kgunn: ugh... that thing is killing me slowly. [23:34] kgunn: The job needs to be re-worked. I'm having huge trouble provisioning a machine and running mir on it. First I tried using UTAH, but when that failed miserably, I'm now tryingn an lxc container and otto [23:35] it's been cauing me much stress - the bloody tests are there, but getting them to run is much harder than it ought to be [23:46] thomi: thanks for continuing to chase...i think you've proven them to be good tests which caught quite a few bugs [23:47] kgunn: it certainly catches bugs, it's a pain that sooo much work is involved integrating it with our existing infrastructure [23:49] thomi: hmmm....is there any help to be called in ? any other experts to lean on or bang ideas against ? [23:49] kgunn: I'm already leaning on people - my time zone gets in the way, as does the fact that at the moment my Internet connection is intermittent at best [23:51] thomi: well, if there's anyway to do something clever with your problem and sharing it...let me know...its definitely something we want [23:51] yeah, will do