Skip to content

Instantly share code, notes, and snippets.

@bstrie
Created June 11, 2012 20:29
Show Gist options
  • Save bstrie/2912477 to your computer and use it in GitHub Desktop.
Save bstrie/2912477 to your computer and use it in GitHub Desktop.
Rust ICE
⌁ 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_task13begin_failureEPKcS1_j+0x72)[0x41286f62]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(rust_task_fail+0x36)[0x41287006]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_ZN9rust_task4failEPKcS1_j+0x32)[0x41287072]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_s_fail+0x6a)[0x4128ad1a]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(+0x2ee23)[0x4129ee23]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_fail+0x176)[0x4128b516]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x4bf82)[0x4006cf82]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(_ZN3run14program_output17_6ef64e958b10d8e43_02E+0x49)[0x4006d719]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-73389320c1332876-0.2.so(_ZN4back4link11link_binary17_d58cca738b417e2e3_02E+0x2354)[0x4100d5f4]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-73389320c1332876-0.2.so(+0x438061)[0x41063061]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-73389320c1332876-0.2.so(+0x43551a)[0x4106051a]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-73389320c1332876-0.2.so(_ZN6driver6driver12compile_upto17_672e6a1f083a57d13_02E+0x2f9f)[0x4105deaf]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-73389320c1332876-0.2.so(+0x4516b4)[0x4107c6b4]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustc-73389320c1332876-0.2.so(_ZN6driver6driver13compile_input17_caa838c775d2c88f3_02E+0xc5)[0x41063135]
i686-unknown-linux-gnu/stage0/bin/rustc[0x804f281]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8054084]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8053b22]
i686-unknown-linux-gnu/stage0/bin/rustc[0x80533c2]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8052e7d]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x331f3)[0x400541f3]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x31)[0x41288281]
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:256
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_ZN9rust_task13begin_failureEPKcS1_j+0x72)[0x41286f62]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(rust_task_fail+0x36)[0x41287006]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_ZN9rust_task4failEPKcS1_j+0x32)[0x41287072]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_s_fail+0x6a)[0x4128ad1a]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(+0x2ee23)[0x4129ee23]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_fail+0x176)[0x4128b516]
i686-unknown-linux-gnu/stage0/bin/rustc[0x805259d]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8054084]
i686-unknown-linux-gnu/stage0/bin/rustc[0x8053a2f]
i686-unknown-linux-gnu/stage0/bin/rustc(_rust_main+0x38)[0x8053a78]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x31)[0x41288281]
rust: domain main @0x8af80c8 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_task13begin_failureEPKcS1_j+0x72)[0x41286f62]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(rust_task_fail+0x36)[0x41287006]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_ZN9rust_task4failEPKcS1_j+0x32)[0x41287072]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_s_fail+0x6a)[0x4128ad1a]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(+0x2ee23)[0x4129ee23]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(upcall_fail+0x176)[0x4128b516]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(_ZN4task5yield17_8bfde8cf2fff81633_02E+0xee)[0x4005269e]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x44465)[0x40065465]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x58328)[0x40079328]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(_ZN4priv11weaken_task17_e2157be65ae623583_02E+0xcf)[0x400652ff]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x44188)[0x40065188]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x43a0b)[0x40064a0b]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x435b2)[0x400645b2]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/libcore-d27e4777a53c3e50-0.2.so(+0x331f3)[0x400541f3]
/home/ben/rust/i686-unknown-linux-gnu/stage0/bin/../lib/librustrt.so(_Z18task_start_wrapperP10spawn_args+0x31)[0x41288281]
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