[00:01:08] <gauravsh> while compiling chrome, ld is crashing with a bus error. is that because it may be running out of memory? [00:01:56] *** lipsinV2 has joined #chromium-os [00:02:49] <Keybuk> bus error is generally alignment issue [00:03:01] <Keybuk> but it could be a side-effect of OOM I guess [00:04:48] <gauravsh> looks like this: [00:04:49] <gauravsh> chromeos-chrome-9999: collect2: ld terminated with signal 7 [Bus error] [00:04:49] <gauravsh> chromeos-chrome-9999: make: *** [c/Release/chrome] Error 1 [00:05:38] <ferringb> if it was OOMK, it should be logged in demsg... [00:05:40] <ferringb> *dmesg [00:05:47] *** behdad has quit IRC [00:06:13] *** gut4 has quit IRC [00:06:36] *** gut4 has joined #chromium-os [00:07:36] <seanpaul> ojn: FYI, http://gerrit.chromium.org/gerrit/#change,10350 [00:07:51] <ferringb> err, nvm, you said OOM, not whacked by the kernel. sigh :/ [00:09:00] <gauravsh> [614969.676703] INFO: task flush-8:16:11987 blocked for more than 120 seconds. [00:09:03] <gauravsh> [614969.676707] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [00:09:07] <gauravsh> [614969.676710] flush-8:16 D 00000000ffffffff 0 11987 2 0x00000080 [00:09:10] <gauravsh> [614969.676715] ffff8802ec661740 0000000000000046 0000000000015d80 0000000000015d80 [00:09:14] <gauravsh> [614969.676721] ffff88003812c888 ffff8802ec661fd8 0000000000015d80 ffff88003812c4d0 [00:09:17] <gauravsh> [614969.676725] 0000000000015d80 ffff8802ec661fd8 0000000000015d80 ffff88003812c888 [00:09:20] <gauravsh> [614969.676730] Call Trace: [00:09:23] <gauravsh> and a bunch of ata errors before that. bad disk? [00:10:51] *** vmil86 has quit IRC [00:11:11] <kees> gauravsh: ew :( maybe a cable got bumped? [00:13:18] <gauravsh> unlikely but I will double check. i do have 2 disks on there - hopefully one of them still works. :) [00:13:36] <davidjames> kees: Yeah, it's fine to use SCRIPT_ROOT, as long as SCRIPT_ROOT is pointing at the right place [00:13:52] <davidjames> kees: There's a long standing bug where SCRIPT_ROOT is pointing at the wrong place because of bad boilerplate at the top of the script [00:14:24] *** behdad has joined #chromium-os [00:15:31] <kees> davidjames: cool. how should I adjust my CL to address your concerns? [00:27:36] *** gauravsh has quit IRC [00:28:29] <davidjames> kees: So I was thinking we should fix the boilerplate SCRIPT_ROOT to do the right thing... in particular if you run from SCRIPTS_DIR, it should grab all dependencies from SCRIPTS_DIR [00:29:10] <davidjames> kees: In turn, if you run the script from /usr/lib/crosutils/*, SCRIPT_ROOT should also work [00:29:24] *** ChocoboLee has quit IRC [00:29:29] <davidjames> kees: I believe that just one line could replace the whole long boilerplate, as I commented in the CL [00:31:12] <kees> davidjames: from the boilerplate comment, it sounded like the purpose of that code was to forcibly run from /usr/lib/crosutils if it existed. wouldn't this change break that intent? [00:31:43] <davidjames> kees: The intent was wrong :) [00:32:58] *** darinski_ has quit IRC [00:33:15] <davidjames> kees: Problem with sourcing files partly from the source dir and partly from /usr/lib/crosutils is that they get out of sync... E.g. if you make a change to some list of build scripts it'll use a confusing combination of your changes until it gets marked as stable [00:33:40] <davidjames> kees: So better to either use the version that's marked as stable (i.e. /usr/lib/crosutils/*) or the version in your source tree (i.e. $HOME/trunk/...) [00:33:54] <davidjames> kees: Using either one is fine, but using both is very bad :) [00:40:24] <kees> davidjames: understood. :) do you want me to upload all boiler plates, or just the ones in the two files I touched? [00:41:58] *** stalled has quit IRC [00:50:03] *** darinski_ has joined #chromium-os [00:50:16] <davidjames> kees: Hmm, well, let's start with the two files since they're pretty clear cases. Once we get that approved we can move on to the rest [00:51:23] <kees> davidjames: okay, sounds good. [00:52:45] <davidjames> (There might be gotchas in other scripts, e.g. if they get installed to /usr/bin, then there's no common.sh in the current directory, in which case looking in /usr/lib/crosutils as a backup makes sense. But hopefully there are few scripts in that situation. In that case the same boilerplate as before, just reversing the order, makes sense) [00:56:17] *** mmocny_ has joined #chromium-os [01:00:37] *** jorgelo has quit IRC [01:01:17] *** petermayo has quit IRC [01:02:50] *** mmocny_ has quit IRC [01:02:58] *** gut4 has quit IRC [01:03:17] *** stalled has joined #chromium-os [01:04:16] *** rbyers has quit IRC [01:11:23] *** Sergiu_ has joined #chromium-os [01:11:23] *** Sergiu_ has joined #chromium-os [01:15:01] *** Sergiu has quit IRC [01:21:40] *** BThompson1 has joined #chromium-os [01:21:44] *** BThompson has quit IRC [01:21:53] *** ChanServ sets mode: +v BThompson1 [01:22:57] *** BThompson1 is now known as BThompson [01:23:47] *** BThompson has joined #chromium-os [01:23:48] *** ChanServ sets mode: +v BThompson [01:37:30] *** achuith has quit IRC [01:56:07] *** jorgelo has joined #chromium-os [01:56:07] *** ChanServ sets mode: +v jorgelo [02:09:32] *** sadrul has joined #chromium-os [02:09:32] *** ChanServ sets mode: +v sadrul [02:18:55] *** wfrichar has quit IRC [02:22:30] *** behdad has quit IRC [02:24:44] *** mazda1 has left #chromium-os [02:35:04] *** zatix has quit IRC [02:41:38] *** zatix has joined #chromium-os [02:42:42] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-zgb-binary" from 1bb4595c4809d7baf9361832fddbb1b6461fdae6: Matt Tennant <mtennant at chromium dot org>)' [02:44:10] *** darinski_ has quit IRC [02:49:37] <crosbot> tree became 'Tree is closed (keybuk, investigating)' [02:52:15] <Keybuk> oh, now the tree goes red [02:53:12] *** saintlou has quit IRC [02:53:32] *** cooled_ has joined #chromium-os [02:54:54] *** cooled has quit IRC [02:54:57] *** saintlou has joined #chromium-os [02:54:57] *** ChanServ sets mode: +v saintlou [03:05:42] *** saintlou has quit IRC [03:06:21] <crosbot> tree became 'Tree is open (failed to find zip file to unpack, but is in artifacts *shrug*)' [03:09:00] <Keybuk> ok, I go now [03:14:53] *** stalled has quit IRC [03:17:38] *** eggie has quit IRC [03:22:55] *** jennb has quit IRC [03:24:32] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-alex-binary" from fba499d6e9752f1aab6e0fe415a329d31c65d661: David James <davidjames at chromium dot org>)' [03:27:37] <crosbot> tree became 'Tree is closed (puneetster investigating)' [03:27:43] *** stalled has joined #chromium-os [03:30:29] *** jrbarnette has quit IRC [03:37:25] *** rongchang has joined #chromium-os [03:37:25] *** ChanServ sets mode: +v rongchang [03:39:14] <crosbot> tree became 'Tree is open (failed to find zip file like in zgb builder, should watch if this happens again)' [03:39:55] *** grundler has quit IRC [03:43:18] *** Sergiu_ has quit IRC [03:46:42] <msb_> anyone know if we store the .sym files needed by minidump_stackwalk anywhere in the chroot? [04:00:03] *** powderluv has quit IRC [04:00:59] *** BThompson has quit IRC [04:11:38] *** hashimoto has quit IRC [04:17:27] *** hashimoto has joined #chromium-os [04:25:43] <crosbot> tree became 'Tree is open (failed to find zip file like in zgb builder, push fixed by sosa )' [04:45:42] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-zgb canary" from None: )' [04:47:14] <crosbot> tree became 'Tree is closed ("x86-zgb canary" -> rongchang investegating)' [04:56:26] <crosbot> tree became 'Tree is open ("x86-zgb canary", "x86-zgb binary" -> failed to unzip, fixed by sosa)' [05:02:19] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-zgb-binary" from 6c59eb4b34ea046f13b87906f139d7b5a8ff629f: Jim Hebert <jimhebert at chromium dot org>, Mike Frysinger <vapier at chromium dot org>)' [05:07:58] <crosbot> tree became 'Tree is closed (puneetster investigating)' [05:08:59] <crosbot> tree became 'Tree is open ("x86-zgb canary", "x86-zgb binary" -> failed to unzip, fixed by sosa)' [05:10:43] *** mnissler has quit IRC [05:10:57] *** mnissler has joined #chromium-os [05:10:58] *** ChanServ sets mode: +v mnissler [05:13:22] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "stumpy canary" from None: )' [05:13:40] *** Inumedia has quit IRC [05:15:28] *** Inumedia has joined #chromium-os [05:15:40] <crosbot> tree became 'Tree is open (Unzip issues fixed. Older canaries are running into a code versioning issue, push was already in)' [05:26:55] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-alex canary" from None: )' [05:27:57] <crosbot> tree became 'Tree is open (Unzip issues fixed. Older canaries are running into a code versioning issue, push was already in)' [05:32:52] <crosbot> tree became 'Tree is open (all builders should be past unzip/versioning issues with ctest.py)' [06:02:04] *** mmocny_ has joined #chromium-os [06:11:30] *** saggu has joined #chromium-os [06:12:00] *** tty234 has quit IRC [06:12:35] *** deshantm has quit IRC [06:13:32] *** deshantm has joined #chromium-os [06:13:55] *** tty234 has joined #chromium-os [06:15:33] *** rbyers has joined #chromium-os [06:30:34] *** mmocny_ has quit IRC [06:50:27] *** rbyers has quit IRC [06:59:24] *** msb_ has quit IRC [07:07:25] *** Jahei has quit IRC [07:07:32] *** Jahei has joined #chromium-os [07:26:30] *** miletus has quit IRC [07:27:44] *** miletus has joined #chromium-os [07:27:44] *** ChanServ sets mode: +v miletus [07:27:53] *** nick761 has quit IRC [07:48:04] *** greyhat has joined #chromium-os [07:54:18] *** AndrewN has joined #chromium-os [07:55:36] *** AndrewN[AFK] has quit IRC [08:09:15] *** silverroots has joined #chromium-os [08:38:25] *** akrpic77 has joined #chromium-os [08:39:24] <akrpic77> hello [08:40:22] <akrpic77> i'd like to transfer final image to usb, but on another computer. how to generate appropriate image file? [08:46:37] *** greyhat has quit IRC [09:03:31] *** SoulRaven has joined #chromium-os [09:04:51] *** gut4 has joined #chromium-os [09:06:11] *** AndrewN_ has joined #chromium-os [09:08:39] *** AndrewN has quit IRC [09:09:36] *** AndrewN_ is now known as AndrewN [09:10:43] *** ed8t has joined #chromium-os [09:11:12] *** gut4 has quit IRC [09:18:59] *** gut4 has joined #chromium-os [09:19:24] *** ed8t has quit IRC [09:23:45] *** btipling has quit IRC [09:41:44] *** greyhat has joined #chromium-os [09:45:51] *** silverroots has left #chromium-os [10:06:57] *** gut4 has quit IRC [10:06:58] *** rkc has quit IRC [10:07:31] *** nick761 has joined #chromium-os [10:12:10] *** nexusz99 has joined #chromium-os [10:13:30] *** AndrewN is now known as AndrewN[AFK] [10:14:21] *** patcito has quit IRC [10:17:43] *** wbednarski has joined #chromium-os [10:37:39] *** gut4 has joined #chromium-os [10:53:09] *** behdad has joined #chromium-os [10:53:10] *** ChanServ sets mode: +v behdad [10:56:27] *** saggu has quit IRC [11:00:03] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86-zgb canary" from None: )' [11:04:31] *** behdad has quit IRC [11:04:42] *** behdad has joined #chromium-os [11:04:43] *** ChanServ sets mode: +v behdad [11:05:07] *** greyhat has quit IRC [11:05:33] *** silverroots has joined #chromium-os [11:08:51] <crosbot> tree became 'Tree is closed (all canary -> rongchang investigating )' [11:30:46] *** AndrewN[AFK] has quit IRC [11:38:20] *** behdad has quit IRC [11:45:45] *** stalled has quit IRC [11:46:19] <crosbot> tree became 'Tree is open (all x86 canary -> unzip issue again, investigating)' [11:53:54] <darinski> akrpic77: the .bin is the image file [12:01:27] *** stalled has joined #chromium-os [12:07:01] *** stalled has quit IRC [12:41:28] *** stalled has joined #chromium-os [12:45:43] *** jochen__ has quit IRC [12:45:54] *** jochen__ has joined #chromium-os [12:45:55] *** ChanServ sets mode: +v jochen__ [12:59:50] *** gut4 has quit IRC [13:05:06] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "lumpy-binary" from 4c9085386153487dd148e8935bb5a982d765b269: Hung-Te Lin <hungte at chromium dot org>)' [13:14:28] <crosbot> tree became 'Tree is open (unzip issue again, investigating)' [13:23:38] *** gut4 has joined #chromium-os [13:29:18] *** gut4 has quit IRC [13:44:20] *** gut4 has joined #chromium-os [13:47:38] *** Sergiu has joined #chromium-os [13:47:39] *** Sergiu has joined #chromium-os [13:48:36] *** gut4 has quit IRC [14:09:39] *** greyhat has joined #chromium-os [14:12:30] *** Flameeyes has quit IRC [14:14:21] *** Flameeyes has joined #chromium-os [14:18:49] *** vapier has quit IRC [14:19:08] *** vapier has joined #chromium-os [14:49:05] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86 generic full" from 4c9085386153487dd148e8935bb5a982d765b269: Hung-Te Lin <hungte at chromium dot org>)' [14:52:14] *** ChanServ sets mode: +v vapier [15:14:11] *** davidjames has quit IRC [15:14:28] *** davidjames has joined #chromium-os [15:14:29] *** ChanServ sets mode: +v davidjames [15:27:48] *** rbyers has joined #chromium-os [15:28:52] *** dots has quit IRC [15:28:56] *** Kyngdom has quit IRC [15:28:58] *** reveman has quit IRC [15:29:21] <crosbot> tree became 'Tree is throttled (ctest.py bug, investigating)' [15:29:54] *** Hexxeh has quit IRC [15:31:52] *** Hexxeh has joined #chromium-os [15:34:00] *** Hexxeh has quit IRC [15:34:05] *** rbyers has quit IRC [15:44:19] *** reveman has joined #chromium-os [15:45:25] *** Kyngdom has joined #chromium-os [15:46:26] *** elly has quit IRC [15:47:23] *** elly has joined #chromium-os [15:49:08] *** dots has joined #chromium-os [15:53:42] *** Hexxeh has joined #chromium-os [15:54:02] *** rharrison_chrome has joined #chromium-os [15:54:03] *** ChanServ sets mode: +v rharrison_chrome [16:01:51] *** Sarten-X has quit IRC [16:05:17] *** gut4 has joined #chromium-os [16:11:51] *** Sarten-X has joined #chromium-os [16:13:51] *** rbyers has joined #chromium-os [16:14:53] *** gut4 has quit IRC [16:15:55] *** rbyers has quit IRC [16:23:34] *** mnissler has quit IRC [16:23:39] *** rongchang has left #chromium-os [16:27:28] *** rbyers has joined #chromium-os [16:28:36] *** deshantm has quit IRC [16:34:12] *** semenzato has quit IRC [16:35:30] <akrpic77> darinski: thank you [16:35:56] *** gut4 has joined #chromium-os [16:36:29] *** semenzato has joined #chromium-os [16:36:30] *** ChanServ sets mode: +v semenzato [16:40:25] *** deshantm has joined #chromium-os [16:41:51] *** petermayo has joined #chromium-os [16:41:52] *** ChanServ sets mode: +v petermayo [16:53:37] *** rbyers has quit IRC [17:02:20] *** rharrison_chrome has quit IRC [17:04:25] *** behdad has joined #chromium-os [17:04:25] *** ChanServ sets mode: +v behdad [17:05:25] *** behdad1 has joined #chromium-os [17:05:26] *** ChanServ sets mode: +v behdad1 [17:08:59] *** behdad has quit IRC [17:09:31] *** rharrison_chrome has joined #chromium-os [17:09:32] *** ChanServ sets mode: +v rharrison_chrome [17:18:32] *** silverroots has quit IRC [17:18:50] *** akrpic77 has quit IRC [17:18:55] *** behdad has joined #chromium-os [17:18:55] *** ChanServ sets mode: +v behdad [17:20:04] *** behdad1 has quit IRC [17:27:04] *** McMAGIC--Copy has quit IRC [17:27:31] *** saintlou has joined #chromium-os [17:27:31] *** ChanServ sets mode: +v saintlou [17:28:33] *** cmasone has quit IRC [17:30:00] *** McMAGIC--Copy has joined #chromium-os [17:31:57] *** kevers has joined #chromium-os [17:31:58] *** ChanServ sets mode: +v kevers [17:33:32] *** saintlou has quit IRC [17:34:36] *** saintlou has joined #chromium-os [17:34:36] *** ChanServ sets mode: +v saintlou [17:37:26] *** cmasone has joined #chromium-os [17:37:26] *** ChanServ sets mode: +v cmasone [17:37:54] *** gut4 has quit IRC [17:39:57] *** wfrichar has joined #chromium-os [17:39:57] *** ChanServ sets mode: +v wfrichar [17:42:01] *** gut4 has joined #chromium-os [17:44:22] *** rbyers has joined #chromium-os [17:44:22] *** ChanServ sets mode: +v rbyers [17:46:00] *** rbyers has quit IRC [17:47:27] *** njw has quit IRC [17:50:04] *** rbyers has joined #chromium-os [17:50:04] *** ChanServ sets mode: +v rbyers [17:50:59] *** akrpic77 has joined #chromium-os [17:51:04] *** rbyers has quit IRC [17:51:17] *** njw has joined #chromium-os [17:51:18] *** ChanServ sets mode: +v njw [17:52:19] <kees> greetings! [17:53:48] *** rbyers has joined #chromium-os [17:53:48] *** ChanServ sets mode: +v rbyers [17:54:18] <akrpic77> hello [17:55:48] <eggy> hi? [18:01:24] *** sadrul has quit IRC [18:04:31] <redpig> went from enthusiastic to suspicious in 3 minutes. not bad :) [18:06:25] <cmasone> HOW DID YOU GUYS FIND ME HERE!?!?! [18:06:33] <cmasone> (to paranoid in 12mins...) [18:06:35] *** rbyers has quit IRC [18:08:39] *** rbyers has joined #chromium-os [18:08:40] *** ChanServ sets mode: +v rbyers [18:11:59] <redpig> well played [18:13:28] *** gut4 has quit IRC [18:13:59] *** rbyers has quit IRC [18:19:13] *** lipsinV2 has quit IRC [18:20:44] *** greyhat has quit IRC [18:21:01] *** jrbarnette has joined #chromium-os [18:24:00] *** jrbarnette_ has joined #chromium-os [18:24:45] *** jrbarnette has quit IRC [18:24:50] *** jrbarnette has joined #chromium-os [18:25:28] *** behdad has quit IRC [18:25:43] *** jrbarnette__ has joined #chromium-os [18:26:05] *** jrbarnette_ has quit IRC [18:29:09] *** jrbarnette has quit IRC [18:29:10] *** jrbarnette__ is now known as jrbarnette [18:29:23] *** puneet has joined #chromium-os [18:31:27] *** rbyers has joined #chromium-os [18:31:28] *** ChanServ sets mode: +v rbyers [18:33:49] *** behdad has joined #chromium-os [18:33:50] *** ChanServ sets mode: +v behdad [18:34:02] *** nexusz99 has quit IRC [18:35:16] *** behdad has quit IRC [18:36:55] <cmasone> what's the dilly-o with the tree? [18:43:05] *** gut4 has joined #chromium-os [18:46:58] *** behdad has joined #chromium-os [18:46:58] *** ChanServ sets mode: +v behdad [18:54:01] *** rbyers has quit IRC [18:54:40] <ellyjones> hmm [18:54:45] <ellyjones> someone throttled it [18:55:02] <ellyjones> rongchang [18:55:09] <ellyjones> who is not on IRC [18:55:16] <cmasone> nice [18:55:47] <ellyjones> well, it was closed by x86-gen-full build 598 [18:55:58] *** jennb has joined #chromium-os [18:55:58] *** ChanServ sets mode: +v jennb [18:56:09] <ellyjones> which has chrome aborting like a boss, so I dunno why that's "ctest.py bug" [18:56:27] <ellyjones> everything's green, though [18:56:34] <ellyjones> Keybuk: you around? [18:56:41] <ellyjones> puneet: you too [18:56:42] *** darinski_ has joined #chromium-os [18:56:56] <crosbot> tree became 'Tree is open (ellyjones: what could possibly go wrong?)' [18:56:59] <ellyjones> there, screw it [18:57:22] *** BThompson has joined #chromium-os [18:57:22] *** ChanServ sets mode: +v BThompson [18:57:25] * cmasone goes to watch "Like a boss" [18:57:35] <cmasone> DIRECT WORKFLOW! [18:57:37] <ellyjones> wait, that's a real thing? [18:57:48] <cmasone> ellyjones: o_O [18:58:02] <ellyjones> I thought it was just that bosses did stuff in a remarkable manner or something [18:58:04] <kliegs> looks like there's a bug in webkit that will break us tomorrow. [18:58:08] <cmasone> http://www.youtube.com/watch?v=NisCkxU544c [18:58:12] <kliegs> i'm going to go ping the chromium sheriffs about it [18:58:26] <ellyjones> what will they do about it? oO [18:58:31] <vapier> http://cheezcomixed.files.wordpress.com/2011/10/koma-comic-strip-the-origins.jpg [18:58:41] <kliegs> roll back webkit deps so it doesn't break? [18:58:56] <kliegs> at least that's my hope - we pin chromium against known good versions of webkit. so they should hopefully be able to fix [18:58:59] <vapier> let's say tangentially relevant [18:59:02] <kliegs> if not that, its off to #webkit [18:59:10] <ellyjones> sounds good [18:59:50] *** kevers has quit IRC [19:00:19] <kliegs> crosbot: sheriffs? [19:00:19] <crosbot> kliegs: sheriffs: keybuk, puneetster, josephsih [19:00:39] <kliegs> ^^^ heads up on the webkit issue in case a buildspec rolls over early instead of at midnight [19:02:15] *** rbyers has joined #chromium-os [19:02:15] *** ChanServ sets mode: +v rbyers [19:03:14] *** gut4 has quit IRC [19:04:22] <puneet> I am here [19:04:30] <puneet> I looked at the problem when I came in [19:04:40] <puneet> the ctest problem exists from last night [19:05:12] <puneet> Sosa had found the bug and checked in a fix around 7:25pm Pacific time; when I spoke with him at 9 he was still waiting for the builders to cycle green [19:06:13] <puneet> I am looking at the change he put in now [19:07:47] <ellyjones> the builders are green now [19:10:18] <puneet> btw rong's report to Sosa is here: https://docs.google.com/a/google.com/document/d/1kQvXvpHZIbLUhQ6L_ynMVI-ZqEnogOmVU-Gtymh26us/edit?pli=1 [19:10:58] <ellyjones> You need permission to access this item. [19:11:18] <ellyjones> it would have been very cool if rongchang had said any of this on IRC :P [19:15:02] *** behdad has quit IRC [19:19:27] *** powderluv has joined #chromium-os [19:19:27] *** ChanServ sets mode: +v powderluv [19:21:06] <puneet> changed permissions on doc [19:21:16] <puneet> davidjames is pointing me to a pending CL [19:21:33] <puneet> http://gerrit.chromium.org/gerrit/#change,10396,patchset=1 [19:21:37] <ellyjones> wow, my autotest:7772f4b3ae6e9714a3cff7ee4804d0bd41b335f1 lobotomized security_Minijail0 so it couldn't fail and neither I nor any of the reviewers noticed :\ [19:22:18] <puneet> that might be the fix; should wait for an ack from Sosa before checking in [19:22:31] <ellyjones> cool [19:22:48] *** gauravsh has joined #chromium-os [19:22:48] *** ChanServ sets mode: +v gauravsh [19:23:08] *** GodoPPL has joined #chromium-os [19:23:14] *** JesusFreke has joined #chromium-os [19:24:25] *** SoulRaven has quit IRC [19:25:46] <JesusFreke> I recently updated the firmware on my chromebook (the samsung one), and it seems the make-dev-ssd.sh script is no longer working. After a firmware update, I usually run that to make the main partition writable, so that I can tweak the keyboard layout [19:26:03] <ellyjones> JesusFreke: what does it say? [19:26:03] <JesusFreke> but now, after I run the script and reboot, it's still read-only [19:26:32] <JesusFreke> it runs fine - it says that it resigns the kernel - the usual output that I'm used to seeing [19:26:46] *** behdad has joined #chromium-os [19:26:46] *** ChanServ sets mode: +v behdad [19:26:49] <JesusFreke> Do you want me to pastebin the output? [19:27:25] <ellyjones> sure [19:27:37] <ellyjones> I won't be able to interpret it, but perhaps someone else will [19:28:27] *** BThompson has quit IRC [19:28:28] <kees> ellyjones: which CL was the busted minijail test? [19:28:32] <ojn> JesusFreke, are you using --remove_rootfs_verification? [19:28:52] <ellyjones> kees: it's not in the tree [19:29:30] <JesusFreke> ojn: nope, I'm not. just make-dev-ssd.sh --partitions 2 [19:29:35] <kees> ellyjones: ah! okay. :) that would explain why I couldn't find it. [19:29:38] <JesusFreke> should I be? :) [19:29:40] *** jrbarnette_ has joined #chromium-os [19:29:43] <JesusFreke> I haven't needed to in the past, at least [19:30:41] <JesusFreke> ah, I just tried --help with the script :) [19:31:19] *** njw has quit IRC [19:31:25] *** njw has joined #chromium-os [19:31:25] *** ChanServ sets mode: +v njw [19:31:46] <JesusFreke> rebooting, let me see if that worked :) [19:32:30] *** jrbarnette has quit IRC [19:32:30] *** jrbarnette_ is now known as jrbarnette [19:33:31] *** JesusFreke_ has joined #chromium-os [19:33:39] <JesusFreke_> yep, that worked. thanks :) [19:34:38] *** JesusFreke has quit IRC [19:34:44] *** JesusFreke_ is now known as JesusFreke [19:36:47] *** patcito has joined #chromium-os [19:37:45] *** posciak has joined #chromium-os [19:37:46] *** ChanServ sets mode: +v posciak [19:37:47] *** gut4 has joined #chromium-os [19:38:35] *** jrbarnette_ has joined #chromium-os [19:39:11] *** behdad has quit IRC [19:40:16] *** behdad has joined #chromium-os [19:40:16] *** ChanServ sets mode: +v behdad [19:42:15] *** jrbarnette has quit IRC [19:42:15] *** jrbarnette_ is now known as jrbarnette [19:42:35] *** akrpic77 has quit IRC [19:43:07] *** dpyf has joined #chromium-os [19:43:22] <kliegs> Do gerrit CL's not support BUG=chromium:####? [19:43:23] <dpyf> hi [19:43:46] <kliegs> I remember reitveld did - do all bugs need to be on crosbug now instead of allowing crosbug and cros? [19:44:04] <kliegs> err. crosbug and crbug [19:44:17] <dpyf> I'm having some problems trying to enter chroot after installing with cros_sdk: http://pastebin.com/jKTwwjV1 what should I do? [19:46:56] *** gut4 has quit IRC [19:47:56] <puneet> looks like the change that would fix the ctest problem failed to pass the commit queue; David James is going to push this manually (otherwise the trees will just cycle red on the next iteration of ctest) [19:53:33] *** behdad has quit IRC [19:58:51] *** BThompson has joined #chromium-os [19:58:52] *** ChanServ sets mode: +v BThompson [20:00:36] <puneet> David found a simpler fix: http://gerrit.chromium.org/gerrit/#change,10427,patchset=1 [20:01:10] <puneet> once it goes in via commit que we should make sure binary and canary builds go through [20:02:08] *** jrbarnette_ has joined #chromium-os [20:03:59] *** btipling has joined #chromium-os [20:04:09] *** behdad has joined #chromium-os [20:04:09] *** ChanServ sets mode: +v behdad [20:05:09] *** jrbarnette has quit IRC [20:06:07] *** btipling has joined #chromium-os [20:06:17] *** jrbarnette_ has quit IRC [20:06:19] *** achuith has joined #chromium-os [20:06:20] *** ChanServ sets mode: +v achuith [20:14:10] *** dpyf has quit IRC [20:16:28] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "x86 pineview full" from 0ad050a03dfb60ca2f5b74f9c4481f2b7bf1af1a: Hung-Te Lin <hungte at chromium dot org>)' [20:17:38] <ellyjones> puneet: is that expected? [20:20:07] *** puneet has quit IRC [20:20:25] *** darinski_ has quit IRC [20:20:56] <ttuttle|work> what's the R15 branch again? [20:21:07] <ttuttle|work> release-1011.B? [20:21:37] <sosa> ellyjones: no but that's another known flaky bug (21610) [20:22:10] <crosbot> tree became 'Tree is open (crosbug.com/21610)' [20:22:10] <ellyjones> ok [20:22:54] *** jrbarnette has joined #chromium-os [20:22:54] *** ChanServ sets mode: +v jrbarnette [20:23:03] *** msb_ has joined #chromium-os [20:23:03] *** ChanServ sets mode: +v msb_ [20:31:08] <kees> msb_: hrm, when I run kernelconfig oldconfig on kernel-next is seems to go crazy and butcher the configs (e.g. config.common.chromeos ends up with nothing in it). any idea what's happening? [20:32:14] <ojn> kees: any chance you have a .rej/.orig file in there? the scripts are really fragile. :( [20:32:45] <msb_> kees: hrm, that's really wierd. the script is super simple: http://git.chromium.org/gitweb/?p=chromiumos/third_party/kernel-next.git;a=blob;f=chromeos/scripts/splitconfig;hb=chromeos-3.0 [20:32:55] <kees> ojn: oh... I do! one moment... [20:33:50] <msb_> kees, ojn: we could make the script more robust by make config a suffix instead of a prefix. so *.config instead of config.* [20:34:03] <kees> msb_: ah, much nicer. yes. [20:34:35] <kees> that probably explains the weird config behavior I was seeing in the build too :P [20:34:38] * kees rebuilds... [20:36:35] *** behdad has quit IRC [20:37:31] *** JesusFreke has quit IRC [20:38:06] <sosa> if anyone had issues removing the Gerrit committer from your CL on a failed CL to the CQ, this has now been fixed in Gerrit. [20:42:20] *** rbyers has quit IRC [20:44:10] <kees> msb_: it's ugly, but what about something like this: [20:44:10] *** saintlou has quit IRC [20:44:12] <kees> + flavourconfigs=$(cd $archconfdir && find . -maxdepth 1 -type f -name 'config.flavour.*' ! -name '*~' ! -name '*.orig' ! -name '*.rej') [20:44:30] <kees> ojn: ^^ [20:45:53] *** saintlou has joined #chromium-os [20:45:53] *** ChanServ sets mode: +v saintlou [20:47:49] <ojn> kees/msb_: another option could be to use git ls-files that automatically excludes .gitignore-filtered files. [20:48:39] *** kevers has joined #chromium-os [20:48:39] *** ChanServ sets mode: +v kevers [20:52:04] <kees> ojn: oh! yeah [20:52:22] <kees> ojn: that requires that one always builds out of git, but I don't think that's too unreasonable [20:52:46] <ojn> yeah, we don't distribute tarball versions of our kernel tree so I think we're safe on that [20:53:10] <ojn> but don't invest too much time in it. we need a better kernel config system, it's been on my todo list for over a year but never at a high enough priority to get done. [20:53:49] *** jaharkes has joined #chromium-os [20:54:58] <kees> + flavourconfigs=$(cd $archconfdir && git ls-files 'config.flavour.*') [20:55:14] <kees> I just want to not get bit by it again :) [20:56:55] <marcheu> but then the issue is that if you toy with new configs you need to know to commit them beforehand [20:58:19] <kees> hrm [21:00:09] *** rbyers has joined #chromium-os [21:00:09] *** ChanServ sets mode: +v rbyers [21:00:44] *** saintlou has quit IRC [21:00:44] *** jaharkes has left #chromium-os [21:00:47] *** kevers has quit IRC [21:01:01] *** saintlou has joined #chromium-os [21:01:02] *** ChanServ sets mode: +v saintlou [21:03:24] *** darinski_ has joined #chromium-os [21:06:35] *** rbyers has quit IRC [21:09:27] *** BThompson has quit IRC [21:11:05] *** darinski__ has joined #chromium-os [21:15:05] *** darinski_ has quit IRC [21:18:26] *** njw has quit IRC [21:18:37] *** njw has joined #chromium-os [21:18:38] *** ChanServ sets mode: +v njw [21:20:25] *** patcito has quit IRC [21:21:06] *** wbednarski has quit IRC [21:23:30] *** patcito has joined #chromium-os [21:30:15] *** darinski has quit IRC [21:35:22] *** darinski__ has quit IRC [21:36:31] *** darinski has joined #chromium-os [21:36:32] *** ChanServ sets mode: +v darinski [21:49:10] *** D|sT has quit IRC [21:54:01] *** jochen___ has joined #chromium-os [21:54:01] *** ChanServ sets mode: +v jochen___ [21:54:12] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "tegra2_arthur canary" from None: )' [21:55:04] *** jochen__ has quit IRC [21:55:08] *** jochen___ is now known as jochen__ [21:55:09] <Keybuk> I would update the tree status, but that page isn't responding ;-) [21:55:21] <kees> hrm, kernel-next in a VM has really slow screen rendering speeds... [21:55:29] *** kevers has joined #chromium-os [21:55:29] *** ChanServ sets mode: +v kevers [21:56:37] <Keybuk> kees: yeah, run it outside the chroot [21:57:54] <crosbot> tree became 'Tree is closed (tegra2_arthur canary -> keybuk investigating)' [21:58:28] <kees> Keybuk: ah yeah, just realized the common cause. yup, fine outside the chroot [21:59:31] <Keybuk> ERROR : Unable to dump symbols for /build/tegra2_arthur/usr/lib/python2.6/config/python.o: [21:59:31] <Keybuk> Failed to write symbol file. [21:59:35] <Keybuk> seems to be the cause [21:59:56] <Keybuk> with "/build/tegra2_arthur/usr/lib/python2.6/config/python.o: unable to generate file identifier" in the middle, swallowed by IRC [22:02:19] *** darinski__ has joined #chromium-os [22:02:51] <crosbot> tree became 'Tree is closed (tegra2_arthur canary -> cros_generate_breakpad_symbols failure)' [22:04:32] *** puneet has joined #chromium-os [22:05:22] <puneet> we shouldn't care about arthur and the log of the failure is not so useful - might be a flakiness bug; should we reopen the tree? [22:05:44] <Keybuk> I'm just making sure there haven't been recent changes that might explain it [22:05:52] <Keybuk> and making sure that other builders pass that step on tegra2 [22:18:19] *** BThompson has joined #chromium-os [22:18:20] *** ChanServ sets mode: +v BThompson [22:18:22] <crosbot> tree became 'Tree is closed (open: random unrepeated cros_generate_breakpad_symbols failure)' [22:18:37] <crosbot> tree became 'Tree is open (random unrepeated cros_generate_breakpad_symbols failure)' [22:25:53] *** Malmis_ has joined #chromium-os [22:26:15] *** Malmis has quit IRC [22:29:39] <crosbot> tree became 'Tree is closed (Automatic: "cbuildbot" on "arm generic full" from 328b9eab02edacbe70e5aefdf7e091cfdc5601cd: Mike Frysinger <vapier at chromium dot org>, Rahul Chaturvedi <rkc at chromium dot org>)' [22:30:10] *** behdad has joined #chromium-os [22:30:11] *** ChanServ sets mode: +v behdad [22:31:54] <vapier> /build/arm-generic/usr/lib/python2.6/config/python.o: unable to generate file identifier [22:31:56] <vapier> that's a weird one [22:41:52] *** cros_ has joined #chromium-os [22:43:11] *** dkz has joined #chromium-os [22:43:14] <dkz> hi [22:43:26] *** behdad has quit IRC [22:43:58] <dkz> I'm having this error after executing cros_sdk: http://pastebin.com/XAHYYQXW what should I do? [22:54:14] <crosbot> tree became 'Tree is closed (puneetster investigating)' [22:58:48] *** dkz has quit IRC [23:00:56] *** Stepan has quit IRC [23:03:52] <puneet> keybuk what was your diagnosis on /build/arm-generic/usr/lib/python2.6/config/python.o: unable to generate file identifier [23:05:29] <msb_> ojn, kees: sent http://gerrit.chromium.org/gerrit/10438 to fix the config to use suffixes instead [23:06:07] <Keybuk> puneet: mkrebs concurred he thought it might be a zero-length python.o [23:06:34] <puneet> but how do we get there? [23:07:43] <Keybuk> unknown [23:07:49] *** behdad has joined #chromium-os [23:09:39] <Keybuk> usr/lib/python2.6/config/python.o [23:09:39] <Keybuk> usr/lib/libpython2.6.a [23:09:40] <Keybuk> ecompressdir: bzip2 -9 /usr/share/man [23:09:40] <Keybuk> /usr/lib64/portage/bin/misc-functions.sh: line 999: shopt: +s: invalid shell option name [23:09:40] <Keybuk> nullglob on [23:09:43] <Keybuk> hmm [23:09:50] <Keybuk> I assume unrelated ;) [23:10:17] <quiche> keybuk: yeah, the "shopt..." happens everywhere. [23:12:14] <ferringb> next portage upgrade resolves it [23:12:20] <ferringb> 2.1.10.11-r1 specifically [23:12:26] <ferringb> which hit the tree about 3-4 hours ago [23:13:14] <Keybuk> ferringb: yeah, I remember debugging that with grundler the other day [23:13:27] <ferringb> *cough* [23:13:30] <ferringb> pardon, that one was my doing [23:13:51] <ferringb> annoyance; doesn't actually do anything (that shell exits right after throwing the complaint) [23:14:39] <Keybuk> oh ok :) grundler worked out the fix too [23:15:32] *** rbyers has joined #chromium-os [23:15:33] *** ChanServ sets mode: +v rbyers [23:15:40] <Keybuk> puneet: this is one of those situations where I wish I could actually get onto the buildd and see what was in its config/python.o file [23:16:15] <puneet> keybuk: Anush is logging into the bot for me and checking what the python.o looks like [23:21:11] *** rbyers has quit IRC [23:22:39] *** rbyers has joined #chromium-os [23:22:39] *** ChanServ sets mode: +v rbyers [23:23:06] <puneet> still trying [23:26:47] <Keybuk> angrybirds image% ls -l /mnt/dev_image/lib/python2.6/config/python.o [23:26:47] <Keybuk> angrybirds image% file /mnt/dev_image/lib/python2.6/config/python.o [23:26:47] <Keybuk> /mnt/dev_image/lib/python2.6/config/python.o: ELF 32-bit LSB relocatable, ARM, version 1 (SYSV), not stripped [23:26:53] <Keybuk> that's in the artefacts [23:27:13] *** behdad has quit IRC [23:27:26] <Keybuk> $ dump_syms ~/trunk/python.o [23:27:26] <Keybuk> /home/keybuk/trunk/python.o: unable to generate file identifier [23:27:26] <Keybuk> Failed to write symbol file. [23:27:46] <Keybuk> has a valid ELF Header though [23:29:31] *** rharrison_chrome has quit IRC [23:30:19] <Keybuk> because it has a zero-length text size [23:30:23] <Keybuk> 0 .text 00000000 00000000 00000000 00000034 2**1 [23:30:23] <Keybuk> CONTENTS, ALLOC, LOAD, READONLY, CODE [23:30:27] <Keybuk> and file_id.cc has: [23:30:32] <Keybuk> if (FindElfTextSection(base, &text_section, &text_size) && (text_size > 0)) { [23:30:51] *** saintlou has quit IRC [23:31:31] *** rush2end_ has joined #chromium-os [23:31:46] <Keybuk> ahh [23:31:51] <Keybuk> I think I see something [23:32:02] <Keybuk> the config/python.o on my machine has: [23:32:09] <Keybuk> 0 .text 00000008 00000000 00000000 00000034 2**2 [23:32:10] <Keybuk> CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE [23:32:14] <Keybuk> RELOCATION RECORDS FOR [.text]: [23:32:14] <Keybuk> OFFSET TYPE VALUE [23:32:15] <Keybuk> 00000002 R_ARM_THM_CALL Py_Main [23:32:17] <Keybuk> *but* [23:32:20] <Keybuk> the one from the buildd has [23:32:27] <Keybuk> 0 .text 00000000 00000000 00000000 00000034 2**1 [23:32:28] <Keybuk> CONTENTS, ALLOC, LOAD, READONLY, CODE [23:32:31] <Keybuk> 3 .text.startup 00000004 00000000 00000000 00000034 2**2 [23:32:31] <Keybuk> CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE [23:32:35] <Keybuk> RELOCATION RECORDS FOR [.text.startup]: [23:32:36] <Keybuk> OFFSET TYPE VALUE [23:32:36] <Keybuk> 00000000 R_ARM_THM_JUMP24 Py_Main [23:32:47] <Keybuk> so the linker has put Py_Main in .text.startup, rather than .text [23:33:21] *** rush2end has quit IRC [23:33:41] *** rush2end_ is now known as rush2end [23:39:59] <puneet> keybuk - did you get this from the image.zip download in the artifacts? [23:40:13] <puneet> because the builder seems to have deleted it [23:40:30] *** raymes has joined #chromium-os [23:40:30] *** ChanServ sets mode: +v raymes [23:42:42] *** akrpic77 has joined #chromium-os [23:45:21] <crosbot> tree became 'Tree is closed (cros_generate_breakpad_symbols fail on arm)' [23:45:32] <puneet> keybuk's theory is that it has taken a while for gcc to use profiles to finally figure out that this function needs to go into a different section [23:45:46] <Keybuk> another theory is portage is stripping binaries differently now [23:48:06] <ferringb> heh [23:48:07] <raymes> we think it's due to http://gerrit.chromium.org/gerrit/#change,10255 [23:48:08] <ferringb> earthquake [23:49:11] <ferringb> else someone just drove a truck into my building... [23:50:03] <ferringb> hmm. east bay [23:50:05] <puneet> anush says vapier asked for this change [23:50:16] <ferringb> yeah [23:50:48] <vapier> yeah i'm poking it now [23:52:51] *** dianders has joined #chromium-os [23:52:51] *** ChanServ sets mode: +v dianders [23:52:53] <vapier> where is cros_generate_breakpad_symbols ? [23:53:41] <Keybuk> vapier: platform/google-breakpad [23:54:18] <crosbot> tree became 'Tree is closed (caused by http://gerrit.chromium.org/gerrit/#change,10255; need fix to reopen tree)' [23:55:06] <raymes> http://git.chromium.org/gitweb/?p=chromiumos/platform/crosutils.git;a=tree [23:55:13] <raymes> it's in the scripts dir [23:55:23] <Keybuk> oh, sorry, yeah :) [23:55:31] <Keybuk> and that calls dump_syms from platform/google-breakpad [23:55:39] <Keybuk> which is probably the bit vapier really wants to look at ;-) [23:55:53] <vapier> yeah i want dump_syms [23:57:49] <vapier> dump_syms fails on python.o from before the portage strip change too [23:57:59] *** darinski_ has joined #chromium-os [23:58:29] <davidjames> vapier: Noticed that some builders show that error but some don't, why is that? [23:58:45] <vapier> just arm ones ? [23:58:55] <puneet> so far arm ones only [23:59:08] <puneet> its curious why that is the case [23:59:15] <davidjames> vapier: Why was tegra2-kaen canary ok? [23:59:17] <puneet> did the portage upgrade not affect x86 tools yet? [23:59:35] <raymes> i'm guessing portage upgrade hasn't happened everywhere? not sure [23:59:38] <ferringb> should've cycled through already