Skip to content

Instantly share code, notes, and snippets.

@bstrie
Created May 17, 2012 02:25
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 bstrie/2715752 to your computer and use it in GitHub Desktop.
Save bstrie/2715752 to your computer and use it in GitHub Desktop.
Rust ICE
ben@seleniac:~/rust [master]
⌁ RUST_LOG=rustc=0,::rt::backtrace make -j2
cfg: shell host triple i686-unknown-linux-gnu
cfg: host for i686-unknown-linux-gnu is i386
cfg: unix-y environment
cfg: using gcc
cfg: no pandoc found, omitting doc/rust.pdf
cfg: no llnextgen found, omitting grammar-verification
cfg: no pandoc found, omitting library doc build
compile_and_link: i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib/librustc.so
rust: upcall fail 'explicit failure', /home/rustbuild/src/rustbot/workspace-snap-stage3-x86_64-unknown-linux-gnu/src/src/libcore/run.rs:197
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_ZN9rust_task4failEv+0x39)[0x41077619]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_s_fail+0x8c)[0x4107a20c]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(+0x2d703)[0x4108e703]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_fail+0x176)[0x4107b656]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x41b72)[0x40062b72]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(_ZN3run14program_output17_4fa44c56d1586a273_02E+0x49)[0x400632b9]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-688fa7810161fd45-0.2.so(_ZN4back4link11link_binary17_7bab6093b47d5b5a3_02E+0x2526)[0x40da5676]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-688fa7810161fd45-0.2.so(+0x3d4211)[0x40e85211]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-688fa7810161fd45-0.2.so(+0x3d1e7d)[0x40e82e7d]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-688fa7810161fd45-0.2.so(_ZN6driver6driver12compile_upto17_b541ed964a117c1b3_02E+0x2d28)[0x40e80808]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-688fa7810161fd45-0.2.so(+0x3ed798)[0x40e9e798]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-688fa7810161fd45-0.2.so(_ZN6driver6driver13compile_input17_38986c48fd5f48d23_02E+0xc5)[0x40e852e5]
i686-unknown-linux-gnu/stage0/bin/rustc[0x804e435]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8052794]
i686-unknown-linux-gnu/stage0/bin/rustc[0x80522d2]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8051b92]
i686-unknown-linux-gnu/stage0/bin/rustc[0x805175d]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x2b513)[0x4004c513]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x31)[0x410785a1]
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=0,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: upcall fail 'explicit failure', /home/rustbuild/src/rustbot/workspace-snap-stage3-x86_64-unknown-linux-gnu/src/src/rustc/driver/rustc.rs:232
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_ZN9rust_task4failEv+0x39)[0x41077619]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_s_fail+0x8c)[0x4107a20c]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(+0x2d703)[0x4108e703]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_fail+0x176)[0x4107b656]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8051041]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8052794]
i686-unknown-linux-gnu/stage0/bin/rustc[0x80521bd]
i686-unknown-linux-gnu/stage0/bin/rustc(_rust_main+0x38)[0x8052228]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x31)[0x410785a1]
rust: domain main @0x943b0c8 root task failed
rust: upcall fail 'killed', /home/rustbuild/src/rustbot/workspace-snap-stage3-x86_64-unknown-linux-gnu/src/src/libcore/task.rs:454
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_ZN9rust_task4failEv+0x39)[0x41077619]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_s_fail+0x8c)[0x4107a20c]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(+0x2d703)[0x4108e703]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_fail+0x176)[0x4107b656]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(_ZN4task5yield17_7bd9d3fb519ec0963_02E+0xee)[0x4004ad9e]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x3b4da)[0x4005c4da]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x4dd58)[0x4006ed58]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(_ZN4priv11weaken_task17_e82589f194bb4fa03_02E+0xcf)[0x4005c37f]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x3b208)[0x4005c208]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x3ab3b)[0x4005bb3b]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x3a732)[0x4005b732]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x2b513)[0x4004c513]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x31)[0x410785a1]
make: *** [i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib/librustc.so] Error 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment