Skip to content

Instantly share code, notes, and snippets.

@lkuper
Created January 4, 2013 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lkuper/4458486 to your computer and use it in GitHub Desktop.
Save lkuper/4458486 to your computer and use it in GitHub Desktop.
lkuper@lenny:~/repos/rust/build$ x86_64-unknown-linux-gnu/stage2/bin/rustc /home/lkuper/repos/rust/src/test/run-pass/traits-default-method-self.rs -o x86_64-unknown-linux-gnu/test/run-pass/traits-default-method-self.stage2-x86_64-unknown-linux-gnu -L x86_64-unknown-linux-gnu/test/run-pass -L x86_64-unknown-linux-gnu/test/run-pass/traits-default-method-self.libaux --target=x86_64-unknown-linux-gnu
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
lkuper@lenny:~/repos/rust/build$ RUST_LOG=rustc=1::rt::backtrace x86_64-unknown-linux-gnu/stage2/bin/rustc /home/lkuper/repos/rust/src/test/run-pass/traits-default-method-self.rs -o x86_64-unknown-linux-gnu/test/run-pass/traits-default-method-self.stage2-x86_64-unknown-linux-gnu -L x86_64-unknown-linux-gnu/test/run-pass -L x86_64-unknown-linux-gnu/test/run-pass/traits-default-method-self.libaux --target=x86_64-unknown-linux-gnu
rust: task failed at 'option::get none', /home/lkuper/repos/rust/src/librustc/rustc.rc:1
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_m+0x4b)[0x7fef3d6d5f6b]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(+0x2ca99)[0x7fef3d6e9a99]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(upcall_fail+0x1a8)[0x7fef3d6d8718]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(_ZN3sys6rustrt16rust_upcall_fail16_38662ad1d62c25c3_06E+0x37)[0x7fef3f838c67]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(_ZN3sys13begin_unwind_17_b4a8f78676f728663_06E+0x67)[0x7fef3f838f87]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0x3e856)[0x7fef3f761856]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x1fa239)[0x7fef3db13239]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x1fa0ad)[0x7fef3db130ad]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4meth16method_with_name17_19371cd9bd8c6ea03_06E+0x29f)[0x7fef3dd1b2bf]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4meth19trans_method_callee17_1cb74dcc769c41543_06E+0x9a4)[0x7fef3db86884]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x27a067)[0x7fef3db93067]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x295c5a)[0x7fef3dbaec5a]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4base10with_scope16_19ce78bc11f21ac3_06E+0xf06)[0x7fef3db3f9a6]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans6callee16trans_call_inner16_93dfef1dd7672783_06E+0x1f2)[0x7fef3db92972]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans6callee17trans_method_call17_d17eba822a5a50fb3_06E+0x351)[0x7fef3db92dc1]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x2af882)[0x7fef3dbc8882]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x2a69f9)[0x7fef3dbbf9f9]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4expr10trans_into17_c32d3a75669c49903_06E+0x1df)[0x7fef3db2270f]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans11controlflow11trans_block16_f6a5d2e166554583_06E+0x343)[0x7fef3db1e943]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4base13trans_closure16_aa436669c18d8e63_06E+0xbad)[0x7fef3dc71e7d]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4base8trans_fn17_dec7a2117567cbef3_06E+0x74f)[0x7fef3da5c31f]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4meth12trans_method17_aea06f86c7c262293_06E+0xd8b)[0x7fef3db11fab]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans12monomorphize14monomorphic_fn16_fa105dfffbedcfc3_06E+0x6832)[0x7fef3da62ea2]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans6callee25trans_fn_ref_with_vtables17_e87e51677e15732f3_06E+0x1cef)[0x7fef3db8d8df]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd85830)[0x7fef3e69e830]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans6callee12trans_fn_ref16_f0e9f56597d91b73_06E+0x1b3)[0x7fef3db87893]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4meth19trans_method_callee17_1cb74dcc769c41543_06E+0xc24)[0x7fef3db86b04]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x27a067)[0x7fef3db93067]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x295c5a)[0x7fef3dbaec5a]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4base10with_scope16_19ce78bc11f21ac3_06E+0xf06)[0x7fef3db3f9a6]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans6callee16trans_call_inner16_93dfef1dd7672783_06E+0x1f2)[0x7fef3db92972]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans6callee17trans_method_call17_d17eba822a5a50fb3_06E+0x351)[0x7fef3db92dc1]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x2af882)[0x7fef3dbc8882]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x2a69f9)[0x7fef3dbbf9f9]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4expr10trans_into17_c32d3a75669c49903_06E+0x1df)[0x7fef3db2270f]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans11controlflow11trans_block16_f6a5d2e166554583_06E+0x343)[0x7fef3db1e943]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4base13trans_closure16_aa436669c18d8e63_06E+0xbad)[0x7fef3dc71e7d]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4base8trans_fn17_dec7a2117567cbef3_06E+0x74f)[0x7fef3da5c31f]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4meth12trans_method17_aea06f86c7c262293_06E+0xd8b)[0x7fef3db11fab]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x4017ba)[0x7fef3dd1a7ba]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x207402)[0x7fef3db20402]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x20730e)[0x7fef3db2030e]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x2071c7)[0x7fef3db201c7]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4meth10trans_impl17_849eb6d4426af9ba3_06E+0x308)[0x7fef3dc7b778]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4base10trans_item17_b52cb0d03029e34c3_06E+0x626)[0x7fef3da4d146]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x36312d)[0x7fef3dc7c12d]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x207402)[0x7fef3db20402]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x20730e)[0x7fef3db2030e]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0x2071c7)[0x7fef3db201c7]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4base9trans_mod15_e548135ec2b92d3_06E+0xf1)[0x7fef3dc7b951]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6middle5trans4base11trans_crate16_ad21545572c42503_06E+0xadc5)[0x7fef3dcb7cf5]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd85830)[0x7fef3e69e830]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd1b8e2)[0x7fef3e6348e2]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd1ae7e)[0x7fef3e633e7e]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6driver6driver12compile_upto17_33ec97487853af463_06E+0x3ea8)[0x7fef3e62e4c8]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd85830)[0x7fef3e69e830]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN6driver6driver13compile_input16_e6d1c21f7245af03_06E+0x1b0)[0x7fef3e634b90]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN12run_compiler15_150fa9ec9712d63_06E+0x39b5)[0x7fef3e68fee5]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd85830)[0x7fef3e69e830]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd85597)[0x7fef3e69e597]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd838e9)[0x7fef3e69c8e9]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd7dae7)[0x7fef3e696ae7]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd85830)[0x7fef3e69e830]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0xc32da)[0x7fef3f7e62da]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0x13d870)[0x7fef3f860870]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x24)[0x7fef3d6d67d4]
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /home/lkuper/repos/rust/src/librustc/rustc.rc:425
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_m+0x4b)[0x7fef3d6d5f6b]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(+0x2ca99)[0x7fef3d6e9a99]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(upcall_fail+0x1a8)[0x7fef3d6d8718]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(_ZN3sys6rustrt16rust_upcall_fail16_38662ad1d62c25c3_06E+0x37)[0x7fef3f838c67]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(_ZN3sys13begin_unwind_17_b4a8f78676f728663_06E+0x67)[0x7fef3f838f87]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0x3e856)[0x7fef3f761856]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN7monitor17_ecd433ec40f633e73_06E+0x850)[0x7fef3e693d30]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(+0xd85830)[0x7fef3e69e830]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustc-c84825241471686d-0.6.so(_ZN4main16_2fb85b4a659c4103_06E+0xf1)[0x7fef3e69e511]
x86_64-unknown-linux-gnu/stage2/bin/rustc[0x400c3e]
x86_64-unknown-linux-gnu/stage2/bin/rustc(_rust_main+0x2e)[0x400c6e]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x24)[0x7fef3d6d67d4]
rust: domain main @0xe0b1f0 root task failed
rust: task failed at 'killed', /home/lkuper/repos/rust/src/libcore/task/mod.rs:581
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_m+0x4b)[0x7fef3d6d5f6b]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(+0x2ca99)[0x7fef3d6e9a99]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(upcall_fail+0x1a8)[0x7fef3d6d8718]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(_ZN3sys6rustrt16rust_upcall_fail16_38662ad1d62c25c3_06E+0x37)[0x7fef3f838c67]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(_ZN3sys13begin_unwind_17_b4a8f78676f728663_06E+0x67)[0x7fef3f838f87]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0x3e856)[0x7fef3f761856]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(_ZN4task5yield17_56812fae66173efd3_06E+0x12c)[0x7fef3f7b640c]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0xe8c26)[0x7fef3f80bc26]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0xe85ed)[0x7fef3f80b5ed]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(_ZN7private11weaken_task17_1f8f7f75dabe95cf3_06E+0x16e)[0x7fef3f80b43e]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0xe8269)[0x7fef3f80b269]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0xdeeec)[0x7fef3f801eec]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0x13d870)[0x7fef3f860870]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0xc32da)[0x7fef3f7e62da]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/libcore-c3ca5d77d81b46c1-0.6.so(+0x13d870)[0x7fef3f860870]
/home/lkuper/repos/rust/build/x86_64-unknown-linux-gnu/stage2/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x24)[0x7fef3d6d67d4]
lkuper@lenny:~/repos/rust/build$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment