September 24, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[00:02:41] *** Solet has quit IRC
[00:23:35] *** Solet has joined #chromium-os
[00:26:19] *** achuith has quit IRC
[00:27:39] *** chocobo__ has quit IRC
[00:27:39] *** Honoome has quit IRC
[00:27:39] *** SeligArkin has quit IRC
[00:33:41] *** unreal_ has joined #chromium-os
[00:34:22] *** SeligArkin has joined #chromium-os
[00:34:36] *** Flameeyes has joined #chromium-os
[00:36:42] <davemoore> the screenlocker test has failed on x86-generic three times in a row
[00:37:14] *** TW1920 has quit IRC
[00:38:35] <gauravsh> it's also failing on x86-generic-commit-queue which means it's refusing to submit any change via the commit queue
[00:39:31] <davemoore> that's the one I meant
[00:39:52] <davemoore> Or I meant the PFQ
[00:41:48] <gauravsh> it has failed twice on the commit queue so far.
[00:43:51] *** GodoPPL has joined #chromium-os
[00:47:06] <gsam_> gauravsh, is the PFQ waterfall where i'll find the reason a CL didn't go through (gerrit told me my cl failed but didn't tell me what happened or where to find the log)
[00:48:13] <gauravsh> it's the commit-queue waterfall that you should be looking at. make sure you are looking at the run where your CL is listed under the CommitQueueSync stage.
[00:48:24] <gauravsh> (as per http://dev.chromium.org/developers/tree-sheriffs/sheriff-details-chromium-os/commit-queue-overview)
[00:48:48] <gsam_> this is new since my last sherrif stint; thanks
[00:50:14] *** GodoPPL_ has joined #chromium-os
[00:50:51] <cmasone_> davemoore: looks like it's time to pull the screen locker test and see if nirnimesh and oshima can diagnose why it's so flaky
[00:51:29] *** GodoPPL has quit IRC
[00:51:48] *** GodoPPL_ is now known as GodoPPL
[00:53:08] <cmasone_> davemoore: take it out of http://git.chromium.org/gitweb/?p=chromiumos/third_party/autotest.git;a=blob;f=client/site_tests/suite_Smoke/control;h=597785c1ca10458ea262aa0d3926ab14b2c8586f;hb=HEAD
[00:54:33] <nirnimesh> oh no. same timeout problem again :(
[00:55:08] <nirnimesh> fwiw, I don't think this test qualifies for smoke suite anyway
[00:55:11] <gsam_> so my changes are not the issue; it's just collateral damage
[00:55:49] <gauravsh> gsam: yes. same thing happened to me.
[00:56:33] *** Titmouse has joined #chromium-os
[00:56:54] <gauravsh> cmasone: do you know if I can just flip the ready bit again to do another commit queue run? or do I need re-upload with a different commit message as the sites page suggests?
[00:59:06] <gsam_> if equery can find an ebuild why would emerge be unable to?
[00:59:14] <Titmouse> Anyone think the Google OS is going to popularise Linux. To a stage where developers port their applications to it?
[00:59:53] <cmasone_> nirnimesh: why?  We don't need to avoid regressions in screen locking?
[01:00:10] *** cmasone_ has quit IRC
[01:04:09] <wfrichar> crosbot: sherrifs?
[01:04:17] <wfrichar> crosbot: sheriffs?
[01:04:17] <crosbot> wfrichar: sheriffs: thutt, davemoore, rongchang
[01:05:24] <wfrichar> davemoore: I've got two interrelated CLs that need to go in together. How's the tree feeling?
[01:05:31] <wfrichar> lucky?
[01:06:52] <wfrichar> <crickets>
[01:07:21] <nirnimesh> cmasone_: we do, but not in smoke stage
[01:07:26] <wfrichar> Oh, it's only 4pm on Friday, here goes...
[01:09:07] <davemoore> back now
[01:09:32] *** zbehan has joined #chromium-os
[01:10:12] <davemoore> wfrichar: have you already done your commit
[01:10:19] *** jennyz has joined #chromium-os
[01:10:20] *** ChanServ sets mode: +v jennyz
[01:10:20] <wfrichar> Yep. both of 'em.
[01:10:30] <davemoore> have you already left for the weekend?
[01:10:31] *** Titmouse has quit IRC
[01:10:39] <wfrichar> no, I'm hanging around another hour or so.
[01:10:45] <davemoore> just kidding
[01:10:50] <wfrichar> Might go to TGIF, though. ;-)
[01:11:05] <wfrichar> But I won't go home if my commits fail.
[01:11:31] <wfrichar> How long should I wait before I see the changes to the waterfall? I thought it was usually just a minute or so?
[01:13:49] <satorux_> does anyone know how brightness hotkeys are handled? chrome doesn't seem to have code for that
[01:15:40] <kliegs> satorux_: i think they're treated as a fake input device that looks a bit like a keyboard.  i recall seeing them listed in /dev/input events
[01:16:24] <satorux_> kliegs: what program handles the events?
[01:16:55] <satorux_> brightness seems to be changed by power_manager at the end
[01:16:57] <kliegs> satorux_: that I'm not sure of. and not 100% on that - don't have a device active I can login to check.  it'd likely be part of X
[01:17:58] <satorux_> maybe power_manager handles the key events itself
[01:18:27] <satorux_> ah, the code reads /dev/input
[01:18:39] <davemoore> so that test got reenabled about 3 weeks ago. Would it make sense to just revert that change and reopen the bug?
[01:18:41] <marcheu> satorux_: yeah power_manager handles the key events, and then asks chrome to draw the bubble
[01:18:49] <kliegs> satorux_: that seems right
[01:18:57] <kliegs> satorux_: wasn't sure of the exact path but recall seeing it from evtest
[01:18:58] <satorux_> kliegs, marcheu: thanks!
[01:19:02] <davemoore> http://git.chromium.org/gitweb/?p=chromiumos/third_party/autotest.git;a=commitdiff;h=753e221dd1b326c36390d76573bc62420cea0d69;hp=00d32244035f855cfbcd8ea5cdfdf5c7222ad4a8
[01:19:20] <satorux_> then i can safely remove some code from chrome
[01:19:45] <marcheu> sometimes I wish power_manager would just draw the bubble, but that means duplicating gtk code in there
[01:20:08] <satorux_> and then eradicated ?
[01:20:16] <kliegs> marcheu: yah. no gtk
[01:20:26] <marcheu> kliegs: the bubble is gtk I think :)
[01:22:17] <satorux_> marcheu: ah, i didn't know that. let oshima remove it.
[01:25:18] <oshima> satorux_: yes we know about it.
[01:26:07] <oshima> we're going to move everything to chrome
[01:26:52] <satorux_> oshima: anyone working on it? mazda/yoshiki may be good people to handle this. they implemented keyboard overlay and the new task manager as webui
[01:26:59] <oshima> leu
[01:27:01] <oshima> ooops
[01:27:55] <oshima>  mazda/yoshiki will probably work on D&D and Clipboard for aura.
[01:29:00] <oshima> this interface is relatively simple. hooking up with powerd should be easy with your framework i guess?
[01:31:42] <satorux_> oshima: we already have code in chrome to handle signals from power_manager
[01:31:56] <satorux_> oshima: we need to change the way to display the bubble from gtk to webui
[01:32:22] <oshima> it's probably views, not webui. not sure yet though.
[01:33:16] <satorux_> oshima: i bet webui is easier to implement but i'm no expert here
[01:37:22] <oshima> satorux_: i think this is simple enough that difference is marginal. since there is no need to hook message, could be easier with views.
[01:38:34] *** jennb has joined #chromium-os
[01:38:35] *** ChanServ sets mode: +v jennb
[01:38:45] <oshima> This has to be transparent, so we first need to implement  renderer with transparent background, which requires additional work. (There is a plan for this though)
[01:40:39] <satorux_> fwiw, crrev.com/102600 brightness hotkeys handling is now being moved to chrome
[01:41:07] <satorux_> what a coincidence. i was about to remove the functions...
[01:41:13] <satorux_> glad i didn't
[01:41:22] *** kliegs has quit IRC
[01:44:37] <thutt> Can someone take a look at http://gerrit.chromium.org/gerrit/8244
[01:44:55] <thutt> Davemoore asked me to disable the test; he had to take off.
[01:45:10] <davemoore> I reviewed it
[01:45:15] <davemoore> hadn't quite left yet
[01:46:41] *** bryeung has quit IRC
[01:46:44] <nirnimesh> sheriffs: have you seen issue 20323 today? -- WaitForInitialLoads problem?
[01:47:07] *** seanpaul has quit IRC
[01:47:44] *** flackr has quit IRC
[01:47:54] *** danakj has quit IRC
[01:48:22] *** rjkroege has quit IRC
[01:48:28] *** mbolohan has quit IRC
[01:49:34] <thutt> I don't think issue 20323 has shown up today.
[01:51:32] <crosbot> tree became 'Tree is open (thutt -> waiting for fix for crosbug.com/20641 to land)'
[01:52:02] *** GodoPPL has quit IRC
[01:53:55] <thutt> Anyone know if 'looks good, approved', 'verified' and 'ready' are enough to get a change actually commited with the auto-commit stuff?
[02:12:10] *** sadrul has joined #chromium-os
[02:12:11] *** ChanServ sets mode: +v sadrul
[02:18:05] *** lipsinV2 has joined #chromium-os
[02:20:38] *** Sergiu has quit IRC
[02:21:31] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-zgb-binary" from 2131f2a84f98a9c538f0606e648d8c3858e36f3e: Will Drewry <wad at chromium dot org>)'
[02:29:48] <grundler> suite_Smoke/login_CryptohomeMounted                FAIL
[02:30:53] <grundler> and there was a dump present...so something crashed during the suite_Smoke test run
[02:32:05] *** Vennril has quit IRC
[02:32:17] <grundler> crosbot: sheriffs?
[02:32:18] <crosbot> grundler: sheriffs: thutt, davemoore, rongchang
[02:36:03] *** wfrichar has quit IRC
[02:38:17] <crosbot> tree became 'Tree is open (VMTest Report failure again)'
[02:44:17] <thutt> Anyone know what this message means from chromebot, in a change?
[02:44:21] <thutt> The Commit Queue failed to verify your change. If you believe this happened in error, please re-upload a new patch with TEST= updated describing why you believe this to be true.
[02:44:22] <grundler> Is this reall ythe same failure?
[02:45:01] <grundler> it wasn't the ScreenLocker that failed
[02:45:28] <thutt> Is the ScreenLocker responsible for the VMTest Report failure?
[02:45:40] <grundler> it was for 20641
[02:45:57] <thutt> (I came home, logged in and Dave asked me to make the change cause he had to leave.  I got no other background...)
[02:46:20] <grundler> the log reports it found a crash dump.
[02:48:14] <thutt> I see that the tar command failed to run.  Are we looking at the same thing?
[02:48:23] <thutt> http://chromeos-botmaster.mtv.corp.google.com:8026/builders/x86-zgb-binary/builds/1379/steps/VMTest/logs/stdio
[02:59:00] <grundler> thutt: yup...that's the one I was looking at
[03:05:25] <grundler> thutt, sorry for introducing doubt without helping to sort it out...gotta head home. :(
[03:05:36] *** grundler has quit IRC
[03:13:59] <thutt> No problem, though you probably won't see this... :-)
[03:15:20] <thutt> eating dinner.... back in a bit...
[03:31:03] *** saintlou has quit IRC
[03:41:53] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot_master" on "TOT Pre-Flight Queue" from ce9a2070758043a90445bddbd46f895203b0cbfa: J. Richard Barnette <jrbarnette at chromium dot org>)'
[03:42:32] *** McMAGIC--Copy has quit IRC
[03:42:59] *** McMAGIC--Copy has joined #chromium-os
[03:58:25] *** dennisjeffrey has quit IRC
[04:13:14] <crosbot> tree became 'Tree is open (VMTest Report failure again)'
[04:17:05] <crosbot> tree became 'Tree is open (VMTest Report failure again: chromium-os:20793)'
[04:17:19] <thutt> I'm done for the day.
[04:17:20] *** thutt has quit IRC
[04:19:51] *** Moritz__ has quit IRC
[04:20:14] *** achuith has joined #chromium-os
[04:20:14] *** ChanServ sets mode: +v achuith
[04:26:49] *** achuith has quit IRC
[04:42:42] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-zgb canary" from None: )'
[05:01:57] *** seanpaul has joined #chromium-os
[05:01:57] *** ChanServ sets mode: +v seanpaul
[05:02:01] *** danakj has joined #chromium-os
[05:02:02] *** ChanServ sets mode: +v danakj
[05:02:27] *** flackr has joined #chromium-os
[05:02:30] *** bryeung has joined #chromium-os
[05:02:35] *** mbolohan has joined #chromium-os
[05:06:04] *** rjkroege has joined #chromium-os
[05:11:54] *** echelog-1 has joined #chromium-os
[05:12:40] *** msb_ has joined #chromium-os
[05:12:41] *** ChanServ sets mode: +v msb_
[05:12:46] *** mbolohan has joined #chromium-os
[05:12:51] *** yoshiki has joined #chromium-os
[05:13:06] *** falken has joined #chromium-os
[05:17:20] <crosbot> tree became 'Tree is open (x86-zgb canary -> crosbug.com/20323 again)'
[05:17:58] *** ngharo has joined #chromium-os
[05:18:21] *** lool has joined #chromium-os
[05:18:52] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86 pineview full" from ab11b87c47e796a2eef39308c034518922957995: Mike Frysinger <vapier at chromium dot org>)'
[05:25:05] *** m1k3l has joined #chromium-os
[05:28:18] *** katier has joined #chromium-os
[05:28:21] *** ChanServ sets mode: +v katier
[05:33:44] <crosbot> tree became 'Tree is open (crosbug.com/20794)'
[05:34:29] *** sadrul has joined #chromium-os
[05:34:29] *** ChanServ sets mode: +v sadrul
[05:50:04] *** eggy has quit IRC
[05:52:38] *** BladeFreak has quit IRC
[06:12:29] *** wakeras has joined #chromium-os
[06:13:57] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "tegra2_aebl-binary" from e6aa629e6a96388c0b47c00b6f0541a3b8e9ea4e: Hung-Te Lin <hungte at chromium dot org>)'
[06:21:57] *** FusionX has quit IRC
[06:25:36] *** FusionX has joined #chromium-os
[06:28:04] <crosbot> tree became 'Tree is closed (crosbug.com/20795)'
[06:37:58] *** FusionX has quit IRC
[06:46:06] *** FusionX has joined #chromium-os
[06:57:58] *** rongchang has quit IRC
[07:04:12] *** m1k3l has quit IRC
[07:19:05] <crosbot> tree became 'Tree is open (crosbug.com/20795)'
[08:11:47] *** m1k3l has joined #chromium-os
[08:19:04] *** rsleevi has quit IRC
[08:20:37] *** vapier has quit IRC
[08:21:14] *** vapier has joined #chromium-os
[08:33:17] *** nexusz99 has joined #chromium-os
[08:40:17] *** patr|ck_ has joined #chromium-os
[08:43:36] *** patr|ck has quit IRC
[09:18:34] *** wakeras has left #chromium-os
[09:28:11] *** btipling has quit IRC
[09:31:38] *** patcito has quit IRC
[09:42:27] *** btipling has joined #chromium-os
[10:01:32] *** m1k3l has quit IRC
[10:08:21] *** nexusz99 has quit IRC
[10:12:56] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-alex_he canary" from None: )'
[10:29:03] *** Clark008 has joined #chromium-os
[10:39:47] *** nexusz99 has joined #chromium-os
[11:04:45] *** mascond4 has quit IRC
[11:18:53] *** Moritz__ has joined #chromium-os
[11:24:42] *** zmedico has quit IRC
[11:30:31] *** TW1920 has joined #chromium-os
[11:32:57] *** Administrator has joined #chromium-os
[11:33:24] *** Administrator is now known as Guest15788
[11:35:26] *** TW1920 has quit IRC
[11:36:45] *** Guest15788 has quit IRC
[11:37:02] *** TW1920 has joined #chromium-os
[11:42:46] *** TW1920 has quit IRC
[11:44:34] *** TW1920 has joined #chromium-os
[11:54:21] *** ccallahan has joined #chromium-os
[11:56:47] *** Guest48377 has quit IRC
[12:10:27] *** TW1920 has quit IRC
[12:10:39] *** TW1920 has joined #chromium-os
[12:14:48] <crosbot> tree became 'Tree is open (x86-alex_he canary -> crosbug.com/20323)'
[12:15:28] *** TW1920_ has joined #chromium-os
[12:18:18] *** TW1920 has quit IRC
[12:34:05] *** TW1920 has joined #chromium-os
[12:37:59] *** TW1920_ has quit IRC
[12:48:38] *** Moritz__ has quit IRC
[12:48:46] *** Moritz__ has joined #chromium-os
[12:54:03] *** Moritz__ has quit IRC
[13:09:59] *** Malmis has joined #chromium-os
[13:14:09] *** Administrator has joined #chromium-os
[13:14:36] *** Administrator is now known as Guest48272
[13:16:22] *** TW1920 has quit IRC
[13:41:28] *** Guest48272 has quit IRC
[13:41:41] *** TW1920 has joined #chromium-os
[13:45:14] *** shankar_ has joined #chromium-os
[13:50:40] *** Administrator has joined #chromium-os
[13:51:06] *** Administrator is now known as Guest10867
[13:53:16] *** TW1920 has quit IRC
[13:54:14] *** Guest10867 is now known as TW1920_
[13:54:28] *** TW1920_ is now known as TW1920
[13:55:33] *** mkunze has joined #chromium-os
[14:00:33] *** rosso_ has joined #chromium-os
[14:04:13] *** Vennril has joined #chromium-os
[14:04:21] *** Vennril has left #chromium-os
[14:09:58] *** mkunze has quit IRC
[14:15:23] *** TW1920 has quit IRC
[14:15:35] *** TW1920 has joined #chromium-os
[14:40:55] *** jochen__ has quit IRC
[14:41:00] *** jochen__ has joined #chromium-os
[14:41:01] *** ChanServ sets mode: +v jochen__
[15:03:24] *** Sthebig has quit IRC
[15:04:41] *** TW1920 has quit IRC
[15:05:55] *** TW1920 has joined #chromium-os
[15:06:48] *** Sthebig has joined #chromium-os
[15:30:19] *** TW1920_ has joined #chromium-os
[15:31:21] *** TW1920 has quit IRC
[15:39:09] *** TW1920_ has quit IRC
[15:40:24] *** TW1920 has joined #chromium-os
[15:48:26] *** TW1920 has quit IRC
[15:48:40] *** TW1920 has joined #chromium-os
[16:08:23] *** nexusz99 has quit IRC
[16:58:49] *** TW1920_ has joined #chromium-os
[17:00:56] *** TW1920 has quit IRC
[17:12:05] *** TW1920_ has quit IRC
[17:12:20] *** TW1920 has joined #chromium-os
[17:22:44] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-alex canary" from None: )'
[17:27:25] *** TW1920_ has joined #chromium-os
[17:30:08] *** TW1920 has quit IRC
[17:39:02] *** Malmis_ has joined #chromium-os
[17:40:53] *** Malmis has quit IRC
[17:41:17] *** TW1920_ has quit IRC
[17:41:30] *** TW1920 has joined #chromium-os
[17:53:35] *** TW1920_ has joined #chromium-os
[17:54:40] *** nexusz99 has joined #chromium-os
[17:56:09] *** TW1920 has quit IRC
[17:59:23] *** TW1920_ has quit IRC
[17:59:35] *** TW1920 has joined #chromium-os
[18:01:00] *** mkunze has joined #chromium-os
[18:06:24] *** McMAGIC--Copy has quit IRC
[18:07:20] <crosbot> tree became 'Tree is open (x86-alex canary -> crosbug.com/20323)'
[18:07:41] *** TW1920_ has joined #chromium-os
[18:10:37] *** TW1920 has quit IRC
[18:14:03] *** TW1920_ has quit IRC
[18:14:16] *** TW1920 has joined #chromium-os
[18:22:41] *** McMAGIC--Copy has joined #chromium-os
[18:28:08] *** lipsinV2 has quit IRC
[18:30:31] *** patcito has joined #chromium-os
[18:34:19] *** TW1920 has quit IRC
[18:35:41] *** TW1920 has joined #chromium-os
[18:51:31] *** zmedico has joined #chromium-os
[18:58:24] *** saintlou has joined #chromium-os
[19:01:23] *** saintlou has quit IRC
[19:01:44] *** saintlou has joined #chromium-os
[19:12:21] *** TW1920 has quit IRC
[19:12:31] *** TW1920 has joined #chromium-os
[19:15:46] *** Sarten-X has quit IRC
[19:25:56] *** Sarten-X has joined #chromium-os
[19:26:28] *** nexusz99 has quit IRC
[19:36:56] *** TW1920_ has joined #chromium-os
[19:39:48] *** TW1920 has quit IRC
[19:39:56] *** gauravsh has quit IRC
[19:40:58] *** gauravsh has joined #chromium-os
[19:40:59] *** ChanServ sets mode: +v gauravsh
[19:44:54] *** BladeFreak has joined #chromium-os
[20:33:45] *** achuith has joined #chromium-os
[20:33:45] *** ChanServ sets mode: +v achuith
[20:35:23] *** dennisjeffrey has joined #chromium-os
[20:48:18] *** TW1920 has joined #chromium-os
[20:52:10] *** TW1920_ has quit IRC
[21:00:45] *** kliegs has joined #chromium-os
[21:00:45] *** ChanServ sets mode: +v kliegs
[21:14:55] *** dennisjeffrey has quit IRC
[21:17:12] *** Sarten-X has quit IRC
[21:24:05] *** Andrevan has joined #chromium-os
[21:27:15] *** Sarten-X has joined #chromium-os
[21:29:21] *** TW1920_ has joined #chromium-os
[21:32:00] *** TW1920 has quit IRC
[21:43:14] *** Malmis_ has quit IRC
[21:47:53] *** rsleevi has joined #chromium-os
[21:57:38] *** TW1920_ has quit IRC
[21:57:50] *** TW1920 has joined #chromium-os
[22:05:06] *** m1k3l has joined #chromium-os
[22:07:25] *** aaronp has quit IRC
[22:21:27] *** Adys has joined #chromium-os
[22:30:21] *** rginda_home has quit IRC
[22:34:07] *** Adys has quit IRC
[22:34:13] *** gauravsh has quit IRC
[22:39:00] *** unreal_ has quit IRC
[22:51:27] *** TW1920_ has joined #chromium-os
[22:53:40] *** lool has quit IRC
[22:53:40] *** lool has joined #chromium-os
[22:53:46] *** TW1920 has quit IRC
[22:57:23] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-zgb_he canary" from None: )'
[22:58:17] *** rosso_ has quit IRC
[23:01:41] *** ccallahan has left #chromium-os
[23:05:43] *** TW1920_ has quit IRC
[23:05:54] *** TW1920 has joined #chromium-os
[23:06:26] *** unreal has joined #chromium-os
[23:16:56] *** petermayo has joined #chromium-os
[23:16:56] *** ChanServ sets mode: +v petermayo
[23:23:54] *** Ruetobas has quit IRC
[23:24:22] *** TW1920 has quit IRC
[23:26:38] *** TW1920 has joined #chromium-os
[23:28:00] *** Ruetobas has joined #chromium-os
[23:33:47] *** gauravsh has joined #chromium-os
[23:33:47] *** ChanServ sets mode: +v gauravsh

top