September 29, 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:00:07] <dennisjeffrey__> davidjames: i think we should do it then.
[00:00:40] <davidjames> Keybuk: ^
[00:04:11] <dennisjeffrey__> davidjames: does a "^" mean to have that person look at the above post?
[00:05:11] <quiche> FWIW, keybuk's away from his desk right now
[00:08:03] <davidjames> dennisjeffrey__: Yup
[00:08:18] <davidjames> Ok I pushed http://gerrit.chromium.org/gerrit/8445
[00:08:36] <davidjames> I noticed there were other references to extras in our tree, hopefully they won't be broken too
[00:13:25] <Keybuk> I don't know what "copying keybuk's change over to a stable ebuild" means
[00:14:17] <davidjames> Keybuk: That means marking your change as stable so that other bots pick it up
[00:14:28] <davidjames> Keybuk: But looks like tree is broken on arm even with your change
[00:14:36] <Keybuk> oh, how comes?
[00:14:42] <davidjames> keybuk: Did you test on arm? http://gerrit.chromium.org/gerrit/#patch,sidebyside,8378,2,sci-geosciences/gpsd/gpsd-2.95-r2.ebuild
[00:14:46] <davidjames> Keybuk: It lists ~arm
[00:15:14] <Keybuk> I did a test build on tegra2_kaen
[00:15:34] <Keybuk> gpsd isn't used at all on arm, right?
[00:15:58] <davidjames> Keybuk: Maybe but did your build include your change ? :) Probably your change was rejected due to failing dependencies, which looks like that's what happened on preflight builder
[00:16:14] <Keybuk> davidjames: emerge exited 0
[00:16:25] <Keybuk> [ebuild   R   ] sci-geosciences/gpsd-2.95 to /build/tegra2_kaen/ USE="dbus usb -ntp -python"
[00:16:30] <Keybuk> right, no gpsd on tegra2
[00:16:56] <davidjames> Keybuk: Preflight arm builder still has sys-fs/udev-170 installed and refuses to install sys-fs/udev-171-r2
[00:17:03] <Keybuk> why does it refuse to install it?
[00:17:29] <davidjames> Keybuk: Because sci-geosciences/gpsd-2.95-r2 can't be installed
[00:17:45] <Keybuk> but sci-geosciences/gpsd should not be installed on arm?\
[00:17:50] <Keybuk> what's depending on it?
[00:18:32] <davidjames> Keybuk: chromeos ebuild requests gpsd to be installed
[00:18:41] <Keybuk> davidjames: so how did it build before?
[00:18:48] <Keybuk> the only change I made was to the DEPEND line
[00:18:52] <Keybuk> it would have still been masked on arm
[00:19:12] <davidjames> Keybuk: Well yes, it works incrementally because it uses old version of gpsd
[00:19:28] <davidjames> Keybuk: New version of gpsd is rejected because you marked it as 'not working on arm'
[00:19:40] <Keybuk> I didn't mark it ;)
[00:19:46] <davidjames> Keybuk: So instead it uses old version of gpsd (already installed) which is marked as 'working on arm'
[00:20:29] <Keybuk> why is an old version of gpsd installed?
[00:20:30] <Keybuk> KEYWORDS="amd64 ~arm x86"
[00:20:40] <Keybuk> ^ davidjames: no it isn't, gpsd-2.95 is also masked on arm
[00:21:30] <davidjames> Keybuk: Check profiles/targets/chromeos/package.keywords
[00:21:49] <Keybuk> so that file needs updating to be -rX ?
[00:22:06] <davidjames> Well I would just delete the package from package.keywords, delete the old ebuilds, and just mark ebuild itself as stable on arm
[00:22:27] <davidjames> keybuk: No reason to have that layer of indirection, just confuses people such as yourself :)
[00:22:32] <Keybuk> well, indeed :)
[00:23:09] <Keybuk> I suggest we revert the top udev update (the one that unmasks 171-r2)
[00:23:15] <Keybuk> to get the tree green for other people
[00:23:34] <davidjames> Keybuk: Confusing part is that -r1 ebuild was introduced by jglasgow and was never used on arm
[00:23:36] <Keybuk> and then you show me how I can do the equivalent of a full build on my workstation, to actually make these problems show up
[00:23:50] <Keybuk> davidjames: I suspect jglasgow doesn't know about package.keywords either ;-)
[00:24:39] <davidjames> Keybuk: https://sites.google.com/a/chromium.org/dev/chromium-os/local-trybot-documentation
[00:25:14] <Keybuk> davidjames: is there not an emerge command that would actually *break* if I'm violating all of the dependencies?
[00:25:36] <tbroch> Keybuk: this one? http://gerrit.chromium.org/gerrit/#change,8392
[00:25:59] <Keybuk> tbroch: yes, you'll also need to revert
[00:26:16] <Keybuk> http://gerrit.chromium.org/gerrit/#change,8432 and http://gerrit.chromium.org/gerrit/#change,8443
[00:26:50] <davidjames> Keybuk: Full trybot is best way (e.g. with x86-generic-full builder) because it reproduces everything the bot does. If you want to try to reproduce it by hand you can, you're just more likely to miss something
[00:27:14] <Keybuk> davidjames: ok
[00:27:33] <marcheu> davidjames: but is there an emerge option that would catch at least some of the problems? the trybot thing takes a long time, so if an emerge option can at least catch some of those it's going to be a win
[00:28:21] <davidjames> marcheu: Sure just emerge-arm-generic -pe chromeos chromeos-dev chromeos-test autotest-all --root=/tmp/does-not-exist
[00:28:45] <marcheu> ok, now that sounds interesting, thanks
[00:28:48] <davidjames> marcheu: I was thinking of adding that to build_packages so that it fails earlier for people
[00:29:09] <davidjames> (it just fakes an emerge, should take about ~5 seconds more)
[00:29:39] <Keybuk> err, isn't that just "pretend to remove chromeos" ?
[00:29:54] <Keybuk> oh, no, "reinstall and their deep dep tree"
[00:30:19] <Keybuk> tbroch: thanks
[00:30:23] <Keybuk> so that should get us back to green tree
[00:32:08] <davidjames> Keybuk: Yeah it's just pretend to install everything from scratch. It catches dep problems that would only show up on full build
[00:32:14] <tbroch> Keybuk: pushing reverts of 8392,8432,8443 now
[00:33:25] <Keybuk> ok, that'd be good first pass then
[00:36:33] *** lipsinV2 has joined #chromium-os
[00:37:50] <Keybuk> tbroch: davidjames: I guess http://gerrit.chromium.org/gerrit/8445 needs to revert too?
[00:37:53] <davidjames> Keybuk: Interestingly, arm builder worked with your changes, but the reason why it worked is because it pulled gpsd-2.32 (an ancient version!)
[00:37:56] <marcheu> davidjames: so that command fails here on a clean tree, but I can build_image though. does that mean we have packages which are working only because they have prebuilts?
[00:38:15] <davidjames> marcheu: Maybe, would need to look and see what the failure was
[00:38:51] <davidjames> tbroch: Yup just reverted that too
[00:39:28] <davidjames> tbroch: preflights should be fine without it because they uprev by hand, that revert just helps the full builders
[00:39:30] <tbroch> davidjames: thanks
[00:40:30] <grundler> crosbot: tree?
[00:40:30] <crosbot> grundler: tree: Tree is closed (Automatic: "cbuildbot" on "arm generic full" from 51c238d35606ccce7f422e265518906034b274a4: Dennis Jeffrey <dennisjeffrey at chromium dot org> --> sheriffs investigating)
[00:41:06] <crosbot> tree became 'Tree is closed (reverts of udev changes http://gerrit.chromium.org/gerrit/#change,8392 8432,8443,8445 pushed)'
[00:42:30] <davidjames> marcheu: Just ran the cmd on my machine and yeah it fails due to the earlier breakage
[00:42:41] <davidjames> marcheu: But now I'm syncing to see if latest tree has working emptytree merge
[00:59:31] *** behdad has joined #chromium-os
[01:01:22] *** jennb has quit IRC
[01:02:40] *** behdad has quit IRC
[01:02:59] *** behdad has joined #chromium-os
[01:04:00] *** behdad has quit IRC
[01:04:10] *** behdad has joined #chromium-os
[01:04:28] <crosbot> tree became 'Tree is open (full builders seem happy)'
[01:05:45] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot_master" on "x86 generic PFQ" from 04f46ea662572e0a13678ba286c259f57036f23b: Todd Broch <tbroch at chromium dot org>)'
[01:08:35] <crosbot> tree became 'Tree is open (crbug.com/20323)'
[01:09:18] *** vapier has quit IRC
[01:10:07] <crosbot> tree became 'Tree is open (crosbug.com/20323)'
[01:11:16] *** jennb has joined #chromium-os
[01:11:17] *** ChanServ sets mode: +v jennb
[01:11:25] *** vapier has joined #chromium-os
[01:21:56] *** Keybuk has quit IRC
[01:23:57] <crosbot> tree became 'Tree is closed (full builders complaining of blacklisted package --> sheriffs investigating)'
[01:24:06] <dennisjeffrey__> ERROR   : Blacklisted packages found: dev-lang/python
[01:24:28] <cmasone> Something pulled python intot he dependecy tree
[01:24:46] <sosa> NOOO
[01:24:55] *** behdad has quit IRC
[01:25:13] <cmasone> </vader>
[01:31:49] <cmasone> davidjames: do you have any idea about what happened here?  I think ther eused to be some issue with gpsd depending on python, but I assumed we'd solved it
[01:32:53] <davidjames> cmasone: That builder is from before  keybuk's change was reverted
[01:33:16] <davidjames> cmasone: So another TODO for keybuk before he re-merges his change :)
[01:33:52] <cmasone> shall we reopen then?
[01:33:56] <davidjames> cmasone: Note that it's using gpsd-2.32 which requires python
[01:34:02] <davidjames> cmasone: Yeah I'd recommend reopening
[01:34:30] <dennisjeffrey__> will reopen
[01:34:37] <tbroch> thanks for 411 cmasone,davidjames
[01:34:43] <dennisjeffrey__> ditto
[01:35:32] <crosbot> tree became 'Tree is open (full builders should cycle green next round)'
[01:36:00] *** saintlou has joined #chromium-os
[01:36:16] *** saintlou has joined #chromium-os
[01:36:30] *** vapier has quit IRC
[01:36:50] *** vapier has joined #chromium-os
[01:38:13] <xiyuan> cmason,nirnimesh: our worry that chrome has tightened ssl check got confirmed. :( See my comments @60 in http://crosbug.com/20323
[01:40:11] <davidjames> tbroch: Looks like tree is still broken on arm
[01:40:29] <davidjames> tbroch: Because of gpsd-2.9.1-r2 not being unmasked, why don't we just go ahead and fix that
[01:44:14] <tbroch> davidjames: can you submit CL not sure I know what you mean
[01:44:16] <davidjames> tbroch, dennisjeffrey__ : http://gerrit.chromium.org/gerrit/#change,8465
[01:44:28] <davidjames> It's masked on arm so it does not work :(
[01:45:15] <davidjames> Anyway, that CL fixes new gpsd so it can be installed
[01:45:25] <davidjames> This is breakage from keybuk's other change that wasn't reverted
[01:47:24] <tbroch> davidjames: gotcha ... sorry missed you'd sent cl already
[01:47:33] <tbroch> davidjames: lgtm
[01:48:17] <davidjames> tbroch: Great, pushed
[01:49:00] <dennisjeffrey__> davidjames, tbroch: thanks!
[01:49:46] *** wfrichar has quit IRC
[01:59:25] *** rbyers_ has joined #chromium-os
[02:00:59] <tbroch> going off-duty ... thanks for all the help DWP's (designated wise people) and fellow sherrifs
[02:01:24] <dennisjeffrey__> tbroch: see you later - and thanks!
[02:03:19] *** benchan has joined #chromium-os
[02:03:19] *** ChanServ sets mode: +v benchan
[02:05:31] *** rbyers_ has quit IRC
[02:05:39] *** rbyers_ has joined #chromium-os
[02:05:39] *** ChanServ sets mode: +v rbyers_
[02:10:14] *** behdad has joined #chromium-os
[02:16:18] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot_master" on "x86 generic PFQ" from 8af0c003485472bcd5345611977cf0766c60740c: David James <davidjames at chromium dot org>)'
[02:16:34] <grundler> suite_Smoke/login_CryptohomeMounted                FAIL
[02:19:03] <dennisjeffrey__> another instance of either crosbug.com/20323 or crosbug.com/20887
[02:19:22] <dennisjeffrey__> will reopen tree
[02:20:08] <crosbot> tree became 'Tree is open (flakiness --> crosbug.com/20323,crosbug.com/20887)'
[02:20:42] *** gman1 has quit IRC
[02:28:13] *** gman1 has joined #chromium-os
[02:28:14] *** ChanServ sets mode: +v gman1
[02:29:01] *** gman2 has joined #chromium-os
[02:30:10] *** gman2 has left #chromium-os
[02:32:31] *** gman1 has quit IRC
[02:33:34] *** mkunze has quit IRC
[02:41:20] *** Inumedia has quit IRC
[02:41:56] *** Inumedia has joined #chromium-os
[02:54:14] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "tegra2_arthur canary" from None: )'
[02:55:52] <dennisjeffrey__> ERROR   : Blacklisted packages found: dev-lang/python again
[02:57:07] <davidjames> dennisjeffrey: Yeah canaries kicked off before my commit to fix that (they kicked off at 4:30pm, my fix was at 4:44pm)
[02:57:22] <dennisjeffrey__> davidjames: aha, thanks for the info
[02:57:24] <dennisjeffrey__> i'll reopen tree
[02:58:11] *** Sergiu has quit IRC
[02:58:45] *** Sergiu has joined #chromium-os
[02:58:51] <crosbot> tree became 'Tree is open (canaries should cycle green once they pick up changes from http://gerrit.chromium.org/gerrit/#change,8465)'
[03:02:53] *** satorux_ has quit IRC
[03:02:59] *** saintlou has quit IRC
[03:11:29] *** satorux_ has joined #chromium-os
[03:11:29] *** ChanServ sets mode: +v satorux_
[03:13:13] <dennisjeffrey__> i'm going off-duty now.  thanks to everyone for all of your help - really enjoyed my first sheriff experience!
[03:13:41] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "tegra2_asymptote canary" from None: )'
[03:14:00] <dennisjeffrey__> coming back on-duty for a sec....
[03:15:57] *** Sergiu has quit IRC
[03:17:17] *** dennisjeffrey has quit IRC
[03:18:13] <dennisjeffrey__> same reason as previous tree failure (canary started after a fix was submitted)
[03:18:15] <dennisjeffrey__> will reopen tree
[03:18:48] <crosbot> tree became 'Tree is open (canaries should cycle green once they pick up http://gerrit.chromium.org/gerrit/#change,8465)'
[03:21:47] <dennisjeffrey__> going back off-duty now :-)
[03:29:49] *** grundler has quit IRC
[03:34:45] *** benchan has quit IRC
[03:39:11] *** satorux_ has quit IRC
[03:41:04] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86 pineview full" from f97fd17fcefcff5e99961536fe23deea1c368c71: David James <davidjames at chromium dot org>, Scott James Remnant <keybuk at chromium dot org>, Todd Broch <tbroch at chromium dot org>)'
[03:48:07] *** satorux_ has joined #chromium-os
[03:48:08] *** ChanServ sets mode: +v satorux_
[04:03:28] <crosbot> tree became 'Tree is open (hoping the VMTest failure is transient)'
[04:16:06] *** behdad has quit IRC
[04:33:27] *** satorux_ has quit IRC
[04:42:10] *** satorux_ has joined #chromium-os
[04:42:11] *** ChanServ sets mode: +v satorux_
[05:27:47] *** behdad has joined #chromium-os
[05:35:25] 
[05:40:39] *** rbyers_ has quit IRC
[05:41:04] *** BladeFreak has quit IRC
[05:43:52] <crosbot> tree became 'Tree is open (x86 generic full -> crosbug.com/20323)'
[05:45:02] *** jochen__ has quit IRC
[05:45:06] *** jochen__ has joined #chromium-os
[05:45:07] *** ChanServ sets mode: +v jochen__
[05:45:12] *** srao has joined #chromium-os
[05:45:26] <srao> anyone mind if I re-open the tree?
[05:45:36] <srao> ah too late :-)
[05:45:43] <redpig> DENIED
[05:45:57] <srao> :-(
[05:46:15] <redpig> in a good way :)
[05:46:22] <srao> my attempt at procrastination failed :-)
[05:46:41] <redpig> hehe yeah. I've done more work procrastinating than not
[06:14:09] *** ScriptRipper has quit IRC
[06:14:25] *** ScriptRipper has joined #chromium-os
[06:23:36] *** TW1920 has joined #chromium-os
[06:36:36] *** behdad has quit IRC
[06:36:37] *** nick761 has quit IRC
[06:36:37] *** ukai has quit IRC
[06:36:37] *** ellyjones has quit IRC
[06:36:38] *** jiffe98 has quit IRC
[06:45:00] *** srao has quit IRC
[06:45:10] *** nick761 has joined #chromium-os
[06:45:10] *** ukai has joined #chromium-os
[06:45:10] *** ellyjones has joined #chromium-os
[06:45:10] *** jiffe98 has joined #chromium-os
[06:45:10] *** gibson.freenode.net sets mode: +vv ukai ellyjones
[07:06:38] *** unreal has quit IRC
[07:07:25] *** unreal has joined #chromium-os
[07:10:49] *** Inumedia has quit IRC
[07:11:22] *** Inumedia has joined #chromium-os
[07:13:23] *** behdad has joined #chromium-os
[07:17:22] *** unreal has quit IRC
[07:18:06] *** unreal has joined #chromium-os
[07:23:30] *** unreal has quit IRC
[07:24:34] *** unreal has joined #chromium-os
[07:26:01] *** radhermit has quit IRC
[07:29:35] *** HW__ has quit IRC
[07:32:15] *** HW_ has joined #chromium-os
[07:35:26] *** radhermit has joined #chromium-os
[07:52:34] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "stumpy-binary" from 7f7a763ed17d49e17e228e7ffedac1fcb023f4e2: Mike Frysinger <vapier at chromium dot org>)'
[07:53:25] *** patcito has quit IRC
[07:56:24] <crosbot> tree became 'Tree is closed (stumpy-binary -> rongchang investigating)'
[07:56:55] <crosbot> tree became 'Tree is open (stumpy-binary -> crosbug.com/19005)'
[08:06:39] *** behdad has quit IRC
[08:14:06] *** behdad has joined #chromium-os
[08:19:07] *** aaronp has quit IRC
[08:23:28] *** behdad has quit IRC
[08:29:41] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "stumpy canary" from None: )'
[08:34:48] <crosbot> tree became 'Tree is closed (stumpy canary -> rongchang investigating)'
[08:49:32] <crosbot> tree became 'Tree is open (multiple -> crosbug.com/20984 new!)'
[08:51:20] *** jochen__ has quit IRC
[08:51:36] *** jochen__ has joined #chromium-os
[08:51:36] *** ChanServ sets mode: +v jochen__
[08:58:41] *** jennb has quit IRC
[09:50:34] *** Ruetobas has quit IRC
[09:53:11] *** petermayo has quit IRC
[10:30:36] *** unreal has quit IRC
[10:31:19] *** unreal has joined #chromium-os
[10:48:37] *** unreal has quit IRC
[10:49:14] *** unreal has joined #chromium-os
[10:54:34] *** ScriptRipper has quit IRC
[10:54:34] *** ScriptRipper has joined #chromium-os
[11:14:18] *** unreal has quit IRC
[11:15:07] *** unreal has joined #chromium-os
[11:37:42] *** mkunze has joined #chromium-os
[11:44:29] *** mkunze has quit IRC
[11:48:26] *** unreal has quit IRC
[11:49:01] *** unreal has joined #chromium-os
[11:49:14] *** tty234_ is now known as tty234
[12:04:09] *** unreal has quit IRC
[12:04:47] *** unreal has joined #chromium-os
[12:19:21] *** nexusz99 has quit IRC
[12:39:00] *** adlr_ has joined #chromium-os
[12:39:10] *** adlr has quit IRC
[13:35:04] *** McMAGIC--Copy has quit IRC
[13:35:54] *** McMAGIC--Copy has joined #chromium-os
[13:38:56] *** nexusz99 has joined #chromium-os
[13:41:29] *** nexusz99 has quit IRC
[13:48:05] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-alex canary" from None: )'
[13:48:29] *** nexusz99 has joined #chromium-os
[15:04:32] *** jochen___ has joined #chromium-os
[15:04:32] *** ChanServ sets mode: +v jochen___
[15:05:25] *** jochen__ has quit IRC
[15:05:28] *** jochen___ is now known as jochen__
[15:09:56] *** jshin has quit IRC
[15:09:56] *** FusionX has quit IRC
[15:09:56] *** achuith has quit IRC
[15:09:56] *** thieule has quit IRC
[15:09:56] *** sosa has quit IRC
[15:09:56] *** varunjain has quit IRC
[15:09:56] *** davidjames has quit IRC
[15:09:56] *** gspencer has quit IRC
[15:09:56] *** gsam_ has quit IRC
[15:09:56] *** sbyer has quit IRC
[15:09:57] *** SeligArkin has quit IRC
[15:09:57] *** jennyz has quit IRC
[15:09:57] *** ojn has quit IRC
[15:09:57] *** cwolfe has quit IRC
[15:09:57] *** bpontes has quit IRC
[15:09:57] *** sadrulhc has quit IRC
[15:09:57] *** mazda has quit IRC
[15:09:57] *** dgarrett has quit IRC
[15:09:57] *** gsam has quit IRC
[15:09:57] *** njw has quit IRC
[15:09:57] *** arun has quit IRC
[15:09:57] *** bleung has quit IRC
[15:09:57] *** quiche has quit IRC
[15:09:57] *** rginda has quit IRC
[15:09:57] *** nirnimesh_ has quit IRC
[15:09:57] *** nsanders has quit IRC
[15:09:57] *** rbyers has quit IRC
[15:11:59] *** jshin has joined #chromium-os
[15:11:59] *** sadrulhc has joined #chromium-os
[15:11:59] *** FusionX has joined #chromium-os
[15:11:59] *** achuith has joined #chromium-os
[15:11:59] *** thieule has joined #chromium-os
[15:11:59] *** gibson.freenode.net sets mode: +vvvv jshin sadrulhc achuith thieule
[15:11:59] *** sosa has joined #chromium-os
[15:11:59] *** davidjames has joined #chromium-os
[15:11:59] *** varunjain has joined #chromium-os
[15:11:59] *** gspencer has joined #chromium-os
[15:11:59] *** gibson.freenode.net sets mode: +vvvv sosa davidjames varunjain gspencer
[15:11:59] *** bleung has joined #chromium-os
[15:11:59] *** gsam_ has joined #chromium-os
[15:11:59] *** sbyer has joined #chromium-os
[15:11:59] *** SeligArkin has joined #chromium-os
[15:11:59] *** jennyz has joined #chromium-os
[15:11:59] *** gibson.freenode.net sets mode: +vvvv bleung gsam_ sbyer jennyz
[15:11:59] *** ojn has joined #chromium-os
[15:11:59] *** cwolfe has joined #chromium-os
[15:11:59] *** bpontes has joined #chromium-os
[15:11:59] *** mazda has joined #chromium-os
[15:11:59] *** dgarrett has joined #chromium-os
[15:11:59] *** gibson.freenode.net sets mode: +vvvv ojn cwolfe bpontes dgarrett
[15:11:59] *** gsam has joined #chromium-os
[15:11:59] *** njw has joined #chromium-os
[15:11:59] *** arun has joined #chromium-os
[15:11:59] *** quiche has joined #chromium-os
[15:11:59] *** rginda has joined #chromium-os
[15:11:59] *** gibson.freenode.net sets mode: +vvvv gsam njw quiche rginda
[15:11:59] *** nsanders has joined #chromium-os
[15:11:59] *** nirnimesh_ has joined #chromium-os
[15:11:59] *** rbyers has joined #chromium-os
[15:11:59] *** gibson.freenode.net sets mode: +vvv nsanders nirnimesh_ rbyers
[15:13:49] *** nexusz99 has quit IRC
[15:21:38] *** behdad has joined #chromium-os
[15:32:46] *** nexusz99 has joined #chromium-os
[15:33:59] *** nexusz99 has quit IRC
[15:36:37] *** nkostylev has quit IRC
[15:37:01] *** nkostylev has joined #chromium-os
[15:37:01] *** ChanServ sets mode: +v nkostylev
[15:37:26] *** rharrison_chrome has joined #chromium-os
[15:37:26] *** ChanServ sets mode: +v rharrison_chrome
[15:39:16] <cwolfe> canaries still look like crosbug.com/20984
[15:45:54] <crosbot> tree became 'Tree is closed (crosbug.com/20984)'
[15:53:25] *** unreal has quit IRC
[15:54:14] *** unreal has joined #chromium-os
[16:01:48] <crosbot> tree became 'Tree is open (multiple crosbug.com/20984)'
[16:02:26] <cwolfe> the active ones look like they're going green, so things shouldn't blow up again for a few hours :)
[16:03:52] *** aaronp has joined #chromium-os
[16:04:05] *** Ruetobas has joined #chromium-os
[16:26:10] <kliegs> ellyjones: can crosbot add who made the status change when it does "tree became ..."?
[16:30:43] *** nexusz99 has joined #chromium-os
[16:32:42] *** nexusz99_ has joined #chromium-os
[16:36:01] *** nexusz99 has quit IRC
[16:46:14] *** HW_ has quit IRC
[16:46:53] *** HW_ has joined #chromium-os
[16:57:40] *** petermayo has joined #chromium-os
[16:57:40] *** ChanServ sets mode: +v petermayo
[16:59:21] *** Ruetobas has quit IRC
[17:03:12] *** Ruetobas has joined #chromium-os
[17:03:35] *** arun_ has quit IRC
[17:09:38] *** benchan has joined #chromium-os
[17:09:39] *** ChanServ sets mode: +v benchan
[17:14:18] *** HW_ has quit IRC
[17:14:18] *** sadrul has joined #chromium-os
[17:14:19] *** ChanServ sets mode: +v sadrul
[17:18:14] *** ARBALEST_ has joined #chromium-os
[17:18:55] *** grundler has joined #chromium-os
[17:18:55] *** ChanServ sets mode: +v grundler
[17:19:11] *** dennisjeffrey has joined #chromium-os
[17:19:11] *** ChanServ sets mode: +v dennisjeffrey
[17:20:23] *** behdad has quit IRC
[17:20:29] * grundler reporting for duty as substitute sheriff today...dianders is out sick
[17:30:14] *** kochi has quit IRC
[17:31:41] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot_master" on "x86 generic PFQ" from a85ee3bf5b384b2d2e2728543b0b6efad33eeda4: Ben Chan <benchan at chromium dot org>)'
[17:33:16] *** kochi has joined #chromium-os
[17:34:10] *** wfrichar has joined #chromium-os
[17:34:10] *** ChanServ sets mode: +v wfrichar
[17:34:16] <crosbot> tree became 'Tree is open (x86 generic PFQ -> 20323)'
[17:34:49] <vapier> not sure if the sheriffs care, but this CL fixes the current amd64-generic bot failure: http://gerrit.chromium.org/gerrit/8485
[17:35:38] <redpig> vapier: is it likely to go green or is there a stack of changes to follow still?
[17:35:57] <vapier> it might go green :)
[17:36:06] <vapier> i'll let you know when it finishes locally
[17:36:12] <redpig> hehe
[17:36:33] <vapier> hmm, no, another package broke in amd64 and no one noticed
[17:36:55] <vapier> probably going to play whack-a-mole as long as this stays out of main rotation
[17:37:14] <kliegs> is amd64-generic a closer bot?  or still experimental?
[17:37:15] <redpig> yeah that seems likely
[17:37:25] <vapier> it isn't a closer
[17:41:40] <vpalatin> rue89.com
[17:43:00] <grundler> vpalatin: ? -EWRONGWINDOW maybe?
[17:47:35] *** davidjames has quit IRC
[17:52:07] <vpalatin> grundler: -EBADBROWSERTESTSCRIPT
[17:52:52] * vpalatin needs to brush up his X11 skills
[17:54:57] *** adlr_ is now known as adlr
[17:55:09] *** ChanServ sets mode: +v adlr
[18:00:24] * gsam_ appears
[18:00:49] <gsam_> good tree is green
[18:03:32] *** behdad has joined #chromium-os
[18:05:00] *** behdad1 has joined #chromium-os
[18:06:09] *** lipsinV2 has quit IRC
[18:07:53] *** behdad has quit IRC
[18:07:56] *** nexusz99_ has quit IRC
[18:08:06] *** nexusz99 has joined #chromium-os
[18:11:19] <grundler> an internal canary build failed because of: "curl: (56) Failure when receiving data from the peer"
[18:11:32] <grundler> Is that something one of the troopers should look at?
[18:11:38] <grundler> crosbot: troopers?
[18:11:39] <crosbot> grundler: troopers: djmm, scottz, bradnelson, maruel (EST), kliegs (EST)
[18:12:00] <grundler> http://chromeos-botmaster.mtv.corp.google.com:8026/builders/x86-alex%20canary/builds/1063/steps/cbuildbot/logs/stdio
[18:13:24] *** ARBALEST_ has quit IRC
[18:14:36] *** ARBALEST_ has joined #chromium-os
[18:18:45] <gsam_> grundler, is that a repeat of 20323
[18:20:21] *** patcito has joined #chromium-os
[18:20:31] *** BladeFreak has joined #chromium-os
[18:24:24] *** Ruetobas has quit IRC
[18:25:24] <grundler> gsam_: I don't think so
[18:25:41] <grundler> IIRC, 20323 was a VMTEST failure
[18:25:55] <grundler> (test was unable to detect login screen
[18:25:56] <grundler> )
[18:26:52] <gsam_> sorry, 20984
[18:27:13] <gsam_> it was network connectivity
[18:27:27] * grundler looks at 20984
[18:28:26] *** Ruetobas has joined #chromium-os
[18:31:44] <gsam_> grundler, yes, definitely 20984
[18:32:13] <grundler> gsam_: yeah, it could be the exact error has been recorded yet...I'll add it
[18:32:24] <grundler> erm has NOT been recorded yet
[18:33:49] <gsam_> just added it
[18:33:52] <gsam_> not to the bug
[18:33:54] <gsam_> but to the doc
[18:37:10] <grundler> pam-1.1.3: curl: (56) Failed to connect to 2001:4860:8005::84: Network is unreachable
[18:37:17] <grundler> A different canary - same bug
[18:38:28] <grundler> ok...we really need a trooper to look at this I think. Having all the canaries fail because of this is not good.
[18:42:10] <gsam_> what's x86 generic chrome PFQ?
[18:43:35] * grundler doesn't know...assume it's just to build ToT Chrome
[18:43:53] <gsam_> vm test failed w/ flakey cryptohomed failure
[18:44:11] <gsam_> don't see where to restart it
[18:44:47] <grundler> hrm....maybe need to look at the internal page for that build bot?
[18:45:15] <gsam_> don't see it
[18:48:39] *** Hydrogenum has quit IRC
[18:51:57] <kliegs> grundler: sorry - was at lunch. whats up?
[18:52:17] <gsam_> kliegs, where's the internal page for the chrome pfq so i can kick it?
[18:52:26] <grundler> crosbug.com/20984
[18:52:55] <grundler> kliegs: something is wrong with the infrastructure - too many of the bots are having networking problems.
[18:52:58] <kliegs> gsam_: sent
[18:53:22] <kliegs> grundler: i remember seeing some emails about that yesterday.  is that the bug for it?
[18:53:33] <grundler> kliegs: I don't know when it started...could be
[18:53:37] *** sque has joined #chromium-os
[18:54:01] <grundler> kliegs: Reported by project member rongchang at chromium dot org, Today (10 hours ago)
[18:54:24] <grundler> but looks like first reported failures are from last night.
[18:55:16] <grundler> pushimage: /var/www/chromeos-official/dev-channel/tegra2-kaen/16 already exists.
[18:55:16] <grundler> pushimage: Unable to continue!
[18:55:18] <kliegs> hmm. multiple locations
[18:55:22] <grundler> http://chromeos-botmaster.mtv.corp.google.com:8026/builders/tegra2_kaen%20canary/builds/955/steps/cbuildbot/logs/stdio
[18:55:29] <grundler> that's a different fail :(
[18:55:45] <kliegs> grundler: was going to say - not sure the log you gave is necessarily the same issue
[18:56:05] <grundler> kliegs: I'm not sure either - gsam seemed to be sure though :)
[18:57:32] <kliegs> pushimage one looks bad - "not exist"
[18:59:06] *** jennb has joined #chromium-os
[18:59:07] *** ChanServ sets mode: +v jennb
[19:01:30] <kliegs> grundler: i think i need to bump the pushimage one - don't believe i've got access to the destination server.  give me a sec to find someone
[19:02:09] <gsam_> grundler, was only clustering curl failures
[19:03:44] <grundler> kliegs: I suspect the networking failure might be related to testlab migration -> MTV
[19:03:59] <grundler> kliegs: who should I pester here about that? Dale?
[19:04:28] <kliegs> grundler: test lab?  I'm not sure who's responsible now that it moved
[19:06:44] <gsam_> rtc is ooo
[19:06:47] <gsam_> or i'd say him
[19:07:04] <gsam_> saw scottz wandering around carrying gear on tues
[19:07:05] <kliegs> chromeos-images is down - blank page for me.  so looks like something bigger
[19:07:35] <kliegs> grundler: can you file a bug on crbug.com as a build infrastructure issue for this?
[19:07:55] <grundler> kliegs: crosbug.com ?
[19:07:58] <kliegs> I've only really got access/ability to poke around on the bots themselves - the other pieces in our infrastructure I can't get
[19:08:08] <kliegs> grundler: crbug.com - the build infrastructure team responds there quicker
[19:08:14] <kliegs> and its got a 'build infrastructure' template to use
[19:08:16] <grundler> ah ok :)
[19:09:03] <kliegs> you can forward to troopers@ as well, but it should get a response
[19:10:40] <grundler> kliegs: Issue 98569 submitted
[19:12:55] <grundler> we can poke troopers@ in 10-15 minutes if this doesn't get a response
[19:14:09] <kliegs> grundler: sounds good.  i'm probably going to go hide again in a bit.  still got more reviews to do
[19:19:32] *** dennisjeffrey has quit IRC
[19:20:02] <grundler> ok
[19:20:11] *** sque has quit IRC
[19:20:16] * grundler has one more perf review to write as well
[19:21:08] *** dennisjeffrey has joined #chromium-os
[19:21:18] *** ChanServ sets mode: +v dennisjeffrey
[19:23:03] *** sque has joined #chromium-os
[19:23:04] *** ChanServ sets mode: +v sque
[19:23:29] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-alex-binary" from 3ac27bf5caed1e98e55a2418cddbecfe17a3d9ba: Taylor Hutt <thutt at chromium dot org>)'
[19:27:01] <gsam_> looking
[19:27:04] <crosbot> tree became 'Tree is closed (possibly crosbug.com/19005, sque investigating)'
[19:27:58] <gsam_> suite_Smoke/login_LoginSuccess.default             FAIL
[19:28:31] <sque> it's a previously encountered flakiness issue i think
[19:28:36] <sque> crosbug/19005
[19:28:49] <sque> "Timed out waiting to revert DNS. "
[19:28:53] <gsam_> thought cmasone had redone stuff so it wouldn't happen again
[19:28:56] <grundler> strongswan-4.5.1-r3: pbzip2: *ERROR on decompress - last in segment reached before BZ_STREAM_END: ret=0; block=0; seq=15; isLastInSeq=1; avail_in=0
[19:29:03] <grundler> http://chromeos-botmaster.mtv.corp.google.com:8026/builders/tegra2_kaen%20canary/builds/959/steps/BuildTarget/logs/stdio
[19:29:12] <grundler> that's got to be another infrastructure problem.
[19:29:57] <gsam_> Timed out waiting to revert DNS.
[19:30:02] <gsam_> so yes 19005
[19:30:29] <gsam_> sque, log it and re-open?
[19:30:39] <sque> done
[19:30:42] <crosbot> tree became 'Tree is open (x86-alex-binary -> crosbug.com/19005)'
[19:31:33] <kliegs> grundler: want me to remove that file to force it to regenerate next time?
[19:32:15] <kliegs> I just did 'tar -tjf chroot/var/lib/portage/distfiles-target/strongswan-4.5.1.tar.bz2' and saw an error
[19:32:57] <kliegs> it looks like its corrupt - I won't have much time to poke around but removing it should hopefully clear it.
[19:33:07] <kliegs> just if you want someone to poke into why it got corrupted I could leave it there for debugging
[19:33:25] <gsam_> kliegs, maybe mv it aside for later
[19:34:16] <kliegs> gsam_: done.
[19:34:30] <kliegs> grundler: is there a bug for this? so i can add that info to?
[19:34:45] <grundler> kliegs: I'm looking for one
[19:34:58] <gsam_> kliegs, you can add to current doc and we can transfer later if you want
[19:35:00] <kliegs> ok. i've moved the file to saved.for.debug.strongswan-4.5.1.tar.bz2 in the same dir
[19:35:29] <ttuttle|work> okay, this is exciting
[19:35:33] <grundler> kliegs: yes please...I'll include that info in the bug
[19:35:34] <ttuttle|work> I have a modem that is showing up in cromo but not flimflam.
[19:36:06] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-zgb-binary" from 3ac27bf5caed1e98e55a2418cddbecfe17a3d9ba: Taylor Hutt <thutt at chromium dot org>)'
[19:38:56] *** shankar has quit IRC
[19:38:56] <gsam_> same problem 19005
[19:39:04] <gsam_> cmasone is out today or i'd ask him
[19:39:11] <gsam_> otherwise it's actually my issue
[19:39:48] <sque> reopen like before?
[19:40:01] *** shankar has joined #chromium-os
[19:40:22] <gsam_> sque, doing it now
[19:40:43] <crosbot> tree became 'Tree is open (x86-zgb-binary -> crosbugs.com/19005)'
[19:46:47] <ellyjones> kliegs: unfortunately no... the service that knows that is hidden behind openid
[19:48:07] *** Keybuk has joined #chromium-os
[19:48:07] *** ChanServ sets mode: +v Keybuk
[19:53:02] <kliegs> ellyjones: what are you responding to?
[19:53:39] <ellyjones> 10:24 <+kliegs> ellyjones: can crosbot add who made the status change when it does "tree became ..."?
[19:53:52] *** behdad1 has quit IRC
[19:53:53] <kliegs> ellyjones: ahh..  bummer :(
[19:54:15] *** behdad has joined #chromium-os
[19:54:15] *** ChanServ sets mode: +v behdad
[19:55:48] <ellyjones> yeah
[19:57:33] *** Sergiu has joined #chromium-os
[19:57:33] *** Sergiu has joined #chromium-os
[20:02:01] *** Keybuk has quit IRC
[20:08:25] *** Keybuk has joined #chromium-os
[20:08:25] *** ChanServ sets mode: +v Keybuk
[20:17:46] *** mascondante has joined #chromium-os
[20:18:40] <gsam_> forgot about strace mod for diagnosing 19005
[20:22:00] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "tegra2_aebl canary" from None: )'
[20:23:54] <sque> the strongswan issue that grundler and kliegs discussed earlier
[20:24:31] <grundler> sque: 'k please update the sheriff doc with a link to the failed build
[20:26:12] <grundler> sque: nm...I'll add to sheriff doc...care to reopen tree?
[20:26:26] <sque> k
[20:27:37] <sque> kliegs has handled it right?
[20:27:39] <crosbot> tree became 'Tree is open (strongswan build flakiness -> kliegs)'
[20:28:07] <grundler> yeah, he moved the offending file out of the way so it would get downloaded on the next build attempt
[20:28:28] <grundler> I don't know if that's really necessary though...
[20:28:34] <grundler> crosbot: troopers?
[20:28:34] <crosbot> grundler: troopers: djmm, scottz, bradnelson, maruel (EST), kliegs (EST)
[20:29:20] * grundler sighs...none of the troopers are around :(
[20:34:31] <grundler> all the canaries are red....I think it's lunch time and I need to prep for an interview this afternoon...
[20:34:44] <gsam_> grundler, i'm here, np
[20:35:05] * grundler is signing off as sheriff for the rest of today...poke me if someone needs to be covered.
[20:36:02] <sque> im here too
[20:36:23] <grundler> sque, gsam_ : can one of you file bugs for the two issue at the top of the "issues faced" list? I can't find bugs for those on crbug.com or crosbug.com
[20:36:37] <sque> in tammo's doc?
[20:36:43] <grundler> the "blacklisted" issue sounds familiar though...ISTR hearing about that earlier this week
[20:36:44] <grundler> yes
[20:37:08] <gsam_> sque, just added you to the doc
[20:37:42] *** behdad1 has joined #chromium-os
[20:39:38] *** behdad has quit IRC
[20:41:51] *** mascondante has quit IRC
[20:45:00] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "stumpy-binary" from 0e61fbdda1c4fc664d397ab3a29bf89453e398b7: Stefan Reinauer <reinauer at chromium dot org>)'
[20:46:09] <gsam_> curl: (56) Failed to connect to 2001:4860:8005::84: Network is unreachable
[20:53:28] *** dennisjeffrey has quit IRC
[20:53:44] <crosbot> tree became 'Tree is open (stumpy_binary failed due to apparent network flakiness)'
[20:56:02] <gsam_> tangent failure looks real
[20:56:22] <gsam_> lots of red
[20:59:34] <sque> sosa: has a bug been filed about dev-lang/python being included?
[21:00:05] <sosa> sque:  why would there be?  it was removed already
[21:00:33] <sosa> sque:  I don't think we file bugs for things we just revert
[21:02:42] <sque> oh ok
[21:03:14] <sosa> kliegs:  ^^ tangent build failure -- chromeos-chrome-16.0.895.0_rc-r1:  * Failed Patch: webkit.2011092701.patch !
[21:03:40] <sque> sosa: got a link to the revert CL?  i'd like to incl. it in the sheriffing notes
[21:04:28] <gsam_> sosa, is kliegs the right person for that? was just looking
[21:05:30] <sosa> gsam:  kliegs / petermayo
[21:07:02] <sosa> sque:  i dunno, there were 4 reverts from keybuk / davidjames / tbroch yesterday.  best to check with one of them.  i wasn't directly involved.
[21:07:15] <gsam_> sosa, thanks
[21:13:10] <Stepan> uh
[21:13:17] <Stepan> now i was shocked for a second
[21:19:19] <gsam_> sque, filing a bug for webkit breakage
[21:20:29] <sque> gsam: k. btw i updated the sheriffing notes with the two issues that grundler mentioned
[21:25:04] *** shankar has quit IRC
[21:25:31] *** shankar has joined #chromium-os
[21:26:59] *** unreal has quit IRC
[21:26:59] *** unreal has joined #chromium-os
[21:26:59] *** unreal has joined #chromium-os
[21:29:06] <sque> gsam_: did you update the doc with the webkit issue? i don't see it
[21:31:08] *** radhermit has quit IRC
[21:36:00] <gsam_> sque, yes
[21:36:20] <gsam_> been doing reverse chronological order
[21:36:23] <gsam_> so at top
[21:37:58] *** Sergiu has quit IRC
[21:38:06] *** Sergiu has joined #chromium-os
[21:38:07] *** Sergiu has joined #chromium-os
[21:38:18] *** rharrison_chrome has quit IRC
[21:39:51] * gsam_ off to lunch
[21:40:32] * grundler sheriff's while gsam_ + sque  have lunch
[21:46:06] <grundler> uh...all the x86 builds are cycling green I hope?
[21:47:28] *** aaronp has quit IRC
[21:48:27] *** dennisjeffrey has joined #chromium-os
[21:48:27] *** ChanServ sets mode: +v dennisjeffrey
[21:50:26] *** ojn has quit IRC
[21:53:21] <Keybuk> hmm, is arm-generic known bad at the moment?
[21:56:33] <grundler> Keybuk: external builder looks happy...am I missing something?
[21:56:41] <grundler> http://chromegw.corp.google.com/i/chromiumos/waterfall
[21:56:59] <grundler> oh..that looks like an internal URL
[21:57:11] <Keybuk> an internal build fails on gtalk
[21:57:18] <Keybuk> Packages failed: chromeos-base/gtalk-23769231
[21:57:32] *** ojn has joined #chromium-os
[21:57:48] *** rginda_home has quit IRC
[21:58:46] *** rginda_home has joined #chromium-os
[21:59:36] *** rginda_home has left #chromium-os
[22:05:04] * gsam_ returns
[22:10:06] *** aaronp has joined #chromium-os
[22:11:45] *** radhermit has joined #chromium-os
[22:12:15] *** ChanServ sets mode: +v ojn
[22:17:00] *** rochberg has joined #chromium-os
[22:17:00] *** ChanServ sets mode: +v rochberg
[22:19:46] <grundler> gsam_, sque : external tree is all green still and I suspect all the canaries are b0rked on the internal tree due to networking problems. Might be worth chasing down scottz and/or dalecurtis to track down what's wrong with the infrastructure.
[22:23:21] <gsam_> grundler, did you send email already?
[22:23:47] * gsam_ goes to look for the trooper alias
[22:27:25] <grundler> gsam_: indirectly via the bugreport, yes...not directly though.
[22:27:36] <grundler> so , that's probably a good idea
[22:27:57] <grundler> crosbot: troopers?
[22:27:57] <crosbot> grundler: troopers: djmm, scottz, bradnelson, maruel (EST), kliegs (EST)
[22:28:07] <gsam_> grundler, sent email
[22:29:14] *** dalecurtis has joined #chromium-os
[22:31:31] <dalecurtis> Looks like maybe a failure in googleapis storage curl: (56) Failure when receiving data from the peer Downloading sdk: "http://commondatastorage.googleapis.com/chromiumos-sdk/cros-sdk-29.09.11.025921.tbz2" Traceback (most recent call last):
[22:31:42] <sque> grundler: dalecurtis is here
[22:31:46] <dalecurtis> The failure here is a pam-1.1.3: pbzip2: *ERROR: File ends unexpectedly!  Skipping... pam-1.1.3: tar: This does not look like a tar archive pam-1.1.3: tar: Error exit delayed from previous errors Which would indicate corrupt download. http://chromeos-botmaster.mtv.corp.google.com:8026/builders/x86-mario%20canary/builds/1070/steps/BuildTarget/logs/stdio
[22:31:57] <dalecurtis> zgb has another curl failure.
[22:32:16] <dalecurtis> bnelson is who i'd normally talk to about this, but maybe want to fire an email to chromeos-re
[22:32:34] *** rbyers_ has joined #chromium-os
[22:32:35] *** ChanServ sets mode: +v rbyers_
[22:33:32] <dalecurtis> (possibly related to googleapis failure, youtube is experiencing failures right now)
[22:33:36] <grundler> dalecurtis: why are only the canaries seeing this? What do they share in the process?
[22:33:57] <dalecurtis> Not sure, I'm just calling what I've seen thus far.
[22:34:07] <grundler> or maybe other builds did see this?
[22:34:13] <dalecurtis> They do a full build each time I believe, where as others used cached packages.
[22:34:30] *** eggy has quit IRC
[22:34:41] *** behdad1 has quit IRC
[22:34:58] <sque> bnelson = bradnelson?
[22:35:07] <grundler> hrm...so they are just exercising that API harder (is what I understood)
[22:35:09] <dalecurtis> Every log I look at has a curl failure or corrupt download.
[22:35:16] <dalecurtis> possibly.
[22:35:20] <dalecurtis> sque: yes.
[22:35:24] <dalecurtis> he's out on vacation it hink though.
[22:35:33] <sosa> hmm
[22:35:39] <gsam_> scottz is out says sosa
[22:35:43] <sosa> it seems like it's only affecting internal builders
[22:36:04] <sosa> the "full" builders on the chromiumos waterfall also build everything from source and aren't seeing this problem
[22:36:38] <sosa> it could be a problem with the jalied networking of our internal builders ... our external / interneral builders are on separate networks and locations
[22:37:16] <dalecurtis> That sounds more plausible since the full builders are working properly.
[22:37:56] <sosa> also some of the internal "binary" builders are also seeing networking issues ... just not as reliably as the canaries which re-download / re-build everything
[22:39:33] <sque> sosa, dalecurtis: do you think we should go look at the physical setup of the builders?
[22:39:46] <dalecurtis> Probably a job for chromeos-re.
[22:39:57] <dalecurtis> I'd keep digging, but ping them too.
[22:40:16] <sosa> while i have physical access, i'm not sure that'll help without help from someone who understands the network configuration -- chromeos-re / bradnelson etc
[22:40:42] <gsam_> sque, can you send mail to chromeos-re?
[22:40:55] <gsam_> sque, or maybe just add them to the other mail i sent
[22:41:13] <sque> sure
[22:42:02] <sque> dalecurtis: are you on chromeos-re?
[22:42:49] <sque> gsam_: writing response to your email, will include more details
[22:42:55] <gsam_> thanks
[22:43:02] <dalecurtis> no, i'm not.
[22:45:31] *** wfrichar has quit IRC
[22:50:28] *** rharrison_chrome has joined #chromium-os
[22:50:28] *** ChanServ sets mode: +v rharrison_chrome
[22:53:04] *** rharrison_chrome has quit IRC
[23:02:35] *** behdad has joined #chromium-os
[23:04:59] *** dalecurtis has quit IRC
[23:15:12] <gsam_> still green? yowza
[23:15:49] *** TW1920 has quit IRC
[23:16:13] *** rbyers_ has quit IRC
[23:23:35] *** ModusPwnens has joined #chromium-os
[23:23:38] *** ModusPwnens has left #chromium-os
[23:30:47] *** eggy has joined #chromium-os
[23:36:40] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86 pineview full" from c60db3b818736c39ab2c49e866a37a0921f201ba: Jungshik Shin <jshin at chromium dot org>, Simon Que <sque at chromium dot org>)'
[23:39:28] <crosbot> tree became 'Tree is closed (sque investigating)'
[23:40:22] *** dalecurtis has joined #chromium-os
[23:40:25] <sque> during autotests:
[23:40:25] <sque> ERROR|  warnings:0029| /usr/local/lib/python2.6/site-packages/dbus/connection.py:242: DeprecationWarning: object.__init__() takes no parameters
[23:40:25] <sque> 09/29 14:13:29 ERROR|  warnings:0029|   super(Connection, self).__init__(*args, **kwargs) 09/29 14:14:26 ERROR|logging_ma:0560| [11078:11078:0929/141426:201667377:ERROR:proxy_launcher.cc(109)] WaitForInitialLoads failed. 09/29 14:14:26 ERROR|logging_ma:0560| [11078:11078:0929/141426:201669862:ERROR:proxy_launcher.cc(562)] Failed to ConnectToRunningBrowser
[23:40:56] <gsam_> any changes?
[23:41:00] *** rush2end has quit IRC
[23:41:01] <sque> looks like a known issue
[23:41:02] <gsam_> (possibly related)
[23:41:05] <gsam_> k
[23:42:33] <crosbot> tree became 'Tree is open (x86 pineview full -> crosbug.com/20323)'
[23:43:00] *** rush2end_ has joined #chromium-os
[23:43:20] *** rush2end_ is now known as rush2end

top