Skip to content

Instantly share code, notes, and snippets.

@bstrie
Created May 17, 2012 02:42
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/2715815 to your computer and use it in GitHub Desktop.
Save bstrie/2715815 to your computer and use it in GitHub Desktop.
Rust ICE
ben@seleniac:~/rust [master]
⌁ RUST_LOG=rustc::back::link 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: "link_meta.name: rustc"
rust: "long_libname: librustc-688fa7810161fd45-0.2.so"
rust: "out_filename: i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib/librustc.so"
rust: "dirname(out_filename): i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib"
rust: "output: i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib/librustc-688fa7810161fd45-0.2.so"
rust: "cc link args: -L/home/ben/rust/i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib -m32 -o i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib/librustc-688fa7810161fd45-0.2.so i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib/librustc.o -L/home/ben/rust/i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib -lcore-d27e4777a53c3e50-0.2 -L/home/ben/rust/i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib -lstd-d399da1ab6f5bec0-0.2 -L/home/ben/rust/i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib -lrustsyntax-f46c525b40a26e24-0.2 -Lrustllvm -lrustllvm -shared -lrustrt -lrt -ldl -lmorestack -Wl,-rpath,$ORIGIN/. -Wl,-rpath,/home/ben/rust/i686-unknown-linux-gnu/stage0/lib/rustc/i686-unknown-linux-gnu/lib -Wl,-rpath,/usr/local/lib/rustc/i686-unknown-linux-gnu/lib"
rust: upcall fail 'explicit failure', /home/rustbuild/src/rustbot/workspace-snap-stage3-x86_64-unknown-linux-gnu/src/src/libcore/run.rs:197
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
rust: domain main @0x8ad80c0 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
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