-
-
Save Mark-Simulacrum/f660624e0195d733da752649a6cf7538 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cp riscv32imac-unknown-elfilp32.json <<...>>/riscv-rust-toolchain/rust | |
sed config.toml.in \ | |
-e "s/@TARGET@/riscv32imac-unknown-elfilp32/" \ | |
-e "s,@TARGET_CC@,/usr/lib/ccache/bin/riscv64-unknown-elf-gcc," \ | |
-e "s,@TARGET_CXX@,/usr/lib/ccache/bin/riscv64-unknown-elf-g++," \ | |
-e "s,@TARGET_AR@,/usr/bin/riscv64-unknown-elf-ar," \ | |
-e "s,@TARGET_LD@,/usr/lib/ccache/bin/riscv64-unknown-elf-gcc," \ | |
-e "s/@DEBUG@/true/" \ | |
-e "s/@ASSERT@/true/" \ | |
-e "s/@DEBUGINFO@/true/" \ | |
-e "s/@OPTIMIZE@/false/" \ | |
-e "s,@SYSROOT_DIR@,<<...>>/riscv-rust-toolchain/toolchain," \ | |
> <<...>>/riscv-rust-toolchain/rust/config.toml | |
cd <<...>>/riscv-rust-toolchain/rust && env LD_LIBRARY_PATH=<<...>>/riscv-rust-toolchain/toolchain/lib ./x.py build --jobs=4 --on-fail=/bin/bash | |
Updating submodules | |
running: git submodule -q sync | |
running: git submodule update --init --recursive src/rt/hoedown src/tools/rust-installer src/liblibc src/doc/nomicon src/tools/cargo src/doc/reference src/doc/book src/tools/rls src/libcompiler_builtins src/tools/clippy src/tools/rustfmt src/tools/miri src/dlmalloc src/binaryen | |
running: git submodule -q foreach git reset -q --hard | |
running: git submodule -q foreach git clean -qdfx | |
running: <<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path <<...>>/riscv-rust-toolchain/rust/src/bootstrap/Cargo.toml --verbose --verbose --locked | |
Fresh cc v1.0.3 | |
Fresh libc v0.2.34 | |
Fresh itoa v0.3.4 | |
Fresh lazy_static v0.2.11 | |
Fresh quote v0.3.15 | |
Fresh unicode-xid v0.0.4 | |
Fresh num-traits v0.1.41 | |
Fresh cfg-if v0.1.2 | |
Fresh getopts v0.2.15 | |
Fresh dtoa v0.4.2 | |
Fresh serde v1.0.25 | |
Fresh cmake v0.1.29 | |
Fresh num_cpus v1.7.0 | |
Fresh synom v0.11.3 | |
Fresh filetime v0.1.14 | |
Fresh toml v0.4.5 | |
Fresh serde_json v1.0.8 | |
Fresh syn v0.11.11 | |
Fresh build_helper v0.1.0 (file://<<...>>/riscv-rust-toolchain/rust/src/build_helper) | |
Fresh serde_derive_internals v0.18.1 | |
Fresh serde_derive v1.0.25 | |
Fresh bootstrap v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/bootstrap) | |
Finished dev [unoptimized] target(s) in 0.0 secs | |
running: <<...>>/riscv-rust-toolchain/rust/build/bootstrap/debug/bootstrap build --jobs=4 --on-fail=/bin/bash | |
finding compilers | |
CC_riscv32imac-unknown-elfilp32 = "/usr/lib/ccache/bin/riscv64-unknown-elf-gcc" | |
AR_riscv32imac-unknown-elfilp32 = "/usr/bin/riscv64-unknown-elf-ar" | |
CC_x86_64-unknown-linux-gnu = "cc" | |
AR_x86_64-unknown-linux-gnu = "ar" | |
CXX_x86_64-unknown-linux-gnu = "c++" | |
running sanity check | |
learning about cargo | |
> Assemble { target_compiler: Compiler { stage: 2, host: "x86_64-unknown-linux-gnu" } } | |
> Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
> Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
< Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
> Rustc { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
> Test { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
> Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
> StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
< StartupObjects { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
> Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
< Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
running: "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-v" "--locked" "--features" "panic-unwind debug-jemalloc backtrace" "--manifest-path" "<<...>>/riscv-rust-toolchain/rust/src/libstd/Cargo.toml" "--message-format" "json" | |
Fresh libc v0.2.34 | |
Fresh core v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libcore) | |
Fresh cc v1.0.3 | |
Fresh cfg-if v0.1.2 | |
Fresh libc v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/rustc/libc_shim) | |
Fresh std_unicode v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libstd_unicode) | |
Fresh cmake v0.1.29 | |
Fresh filetime v0.1.14 | |
Fresh unwind v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libunwind) | |
Fresh panic_abort v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libpanic_abort) | |
Fresh alloc v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/liballoc) | |
Fresh build_helper v0.1.0 (file://<<...>>/riscv-rust-toolchain/rust/src/build_helper) | |
Fresh alloc_system v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/liballoc_system) | |
Fresh panic_unwind v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libpanic_unwind) | |
Fresh compiler_builtins v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/rustc/compiler_builtins_shim) | |
Fresh rustc_tsan v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_tsan) | |
Fresh rustc_asan v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_asan) | |
Fresh rustc_lsan v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_lsan) | |
Fresh rustc_msan v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_msan) | |
Fresh alloc_jemalloc v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/liballoc_jemalloc) | |
Fresh std v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libstd) | |
Finished dev [unoptimized] target(s) in 0.0 secs | |
not updating "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage0-std/x86_64-unknown-linux-gnu/debug/.libstd.stamp"; contents equal and 1516568953.990706596s <= 1516568954.098706296s | |
c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
> StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
> Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
< Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
> CleanTools { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", mode: Libstd } | |
< CleanTools { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", mode: Libstd } | |
< StdLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
< Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
running: "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-v" "--locked" "--manifest-path" "<<...>>/riscv-rust-toolchain/rust/src/libtest/Cargo.toml" "--message-format" "json" | |
Fresh getopts v0.2.15 | |
Fresh term v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libterm) | |
Fresh test v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libtest) | |
Finished dev [unoptimized] target(s) in 0.0 secs | |
not updating "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage0-test/x86_64-unknown-linux-gnu/debug/.libtest.stamp"; contents equal and 1516568961.905684492s <= 1516568961.963684329s | |
c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
> TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
> CleanTools { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", mode: Libtest } | |
< CleanTools { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", mode: Libtest } | |
< TestLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
< Test { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
> Llvm { target: "x86_64-unknown-linux-gnu" } | |
< Llvm { target: "x86_64-unknown-linux-gnu" } | |
c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
c Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
c Sysroot { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
running: "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-v" "--locked" "--features" " llvm" "--manifest-path" "<<...>>/riscv-rust-toolchain/rust/src/rustc/Cargo.toml" "--message-format" "json" | |
Fresh serialize v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libserialize) | |
Fresh rustc-demangle v0.1.5 | |
Fresh arena v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libarena) | |
Fresh fmt_macros v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libfmt_macros) | |
Fresh bitflags v1.0.1 | |
Fresh rustc-serialize v0.3.24 | |
Fresh cc v1.0.3 | |
Fresh byteorder v1.2.1 | |
Fresh smallvec v0.6.0 | |
Fresh unicode-width v0.1.4 | |
Fresh lazy_static v0.2.11 | |
Fresh rustc_platform_intrinsics v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_platform_intrinsics) | |
Fresh cfg-if v0.1.2 | |
Fresh libc v0.2.34 | |
Fresh ar v0.3.1 | |
Fresh stable_deref_trait v1.0.0 | |
Fresh graphviz v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libgraphviz) | |
Fresh rustc_cratesio_shim v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_cratesio_shim) | |
Fresh log v0.4.1 | |
Fresh rls-span v0.4.0 | |
Fresh cmake v0.1.29 | |
Fresh log_settings v0.1.1 | |
Fresh filetime v0.1.14 | |
Fresh rand v0.3.19 | |
Fresh num_cpus v1.7.0 | |
Fresh jobserver v0.1.8 | |
Fresh owning_ref v0.3.3 | |
Fresh rustc_apfloat v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_apfloat) | |
Fresh log v0.3.9 | |
Fresh rls-data v0.14.0 | |
Fresh build_helper v0.1.0 (file://<<...>>/riscv-rust-toolchain/rust/src/build_helper) | |
Fresh parking_lot_core v0.2.9 | |
Fresh tempdir v0.3.5 | |
Fresh env_logger v0.4.3 | |
Fresh backtrace-sys v0.1.16 | |
Fresh miniz-sys v0.1.10 | |
Fresh parking_lot v0.5.3 | |
Fresh rustc_binaryen v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_binaryen) | |
Fresh backtrace v0.3.4 | |
Fresh flate2 v1.0.1 | |
Fresh rustc_data_structures v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_data_structures) | |
Fresh rustc_llvm v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_llvm) | |
Fresh syntax_pos v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libsyntax_pos) | |
Fresh rustc_errors v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_errors) | |
Fresh syntax v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libsyntax) | |
Fresh rustc_back v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_back) | |
Fresh proc_macro v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libproc_macro) | |
Fresh rustc_const_math v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_const_math) | |
Fresh syntax_ext v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libsyntax_ext) | |
Fresh rustc v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc) | |
Fresh rustc_const_eval v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_const_eval) | |
Fresh rustc_trans_utils v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_trans_utils) | |
Fresh rustc_allocator v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_allocator) | |
Fresh rustc_metadata v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_metadata) | |
Fresh rustc_typeck v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_typeck) | |
Fresh rustc_resolve v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_resolve) | |
Fresh rustc_incremental v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_incremental) | |
Fresh rustc_lint v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_lint) | |
Fresh rustc_passes v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_passes) | |
Fresh rustc_mir v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_mir) | |
Fresh rustc_plugin v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_plugin) | |
Fresh rustc_privacy v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_privacy) | |
Fresh rustc_save_analysis v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_save_analysis) | |
Fresh rustc_borrowck v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_borrowck) | |
Fresh rustc_trans v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_trans) | |
Fresh rustc_driver v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/librustc_driver) | |
Fresh rustc-main v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/rustc) | |
Finished dev [unoptimized] target(s) in 0.1 secs | |
not updating "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/debug/.librustc.stamp"; contents equal and 1516569521.746556630s <= 1516569523.562548475s | |
c Assemble { target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } | |
> RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
> CleanTools { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", mode: Librustc } | |
< CleanTools { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", mode: Librustc } | |
< RustcLink { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target_compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
< Rustc { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
Assembling stage1 compiler (x86_64-unknown-linux-gnu) | |
> Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
< Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
c Libdir { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
< Assemble { target_compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
> Rustc { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
> Test { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
> Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
> StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
< StartupObjects { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu" } | |
Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
c Sysroot { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } | |
running: "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-v" "--locked" "--features" "panic-unwind debug-jemalloc backtrace" "--manifest-path" "<<...>>/riscv-rust-toolchain/rust/src/libstd/Cargo.toml" "--message-format" "json" | |
Fresh cc v1.0.3 | |
Compiling core v0.0.0 (file://<<...>>/riscv-rust-toolchain/rust/src/libcore) | |
Fresh cfg-if v0.1.2 | |
Running `<<...>>/riscv-rust-toolchain/rust/build/bootstrap/debug/rustc --crate-name core src/libcore/lib.rs --error-format json --crate-type lib --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on -C metadata=20b70e5979fa3c2f -C extra-filename=-20b70e5979fa3c2f --out-dir <<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/debug/deps -L dependency=<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1-std/debug/deps` | |
Fresh libc v0.2.34 | |
Fresh cmake v0.1.29 | |
Fresh filetime v0.1.14 | |
Fresh build_helper v0.1.0 (file://<<...>>/riscv-rust-toolchain/rust/src/build_helper) | |
rustc command: "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "--crate-name" "core" "src/libcore/lib.rs" "--crate-type" "lib" "--emit=dep-info,link" "-C" "debug-assertions=off" "-C" "overflow-checks=on" "-C" "metadata=20b70e5979fa3c2f-rustc" "-C" "extra-filename=-20b70e5979fa3c2f" "--out-dir" "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/debug/deps" "--target" "x86_64-unknown-linux-gnu" "-L" "dependency=<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/debug/deps" "-L" "dependency=<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1-std/debug/deps" "--cfg" "stage1" "--sysroot" "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1" "-Cprefer-dynamic" "-g" "-C" "debug-assertions=y" "-Zsave-analysis" "-C" "link-args=-Wl,-rpath,$ORIGIN/../lib" "-Z" "force-unstable-if-unmarked" | |
error: internal compiler error: src/librustc/ty/context.rs:263: node unknown node (id=1) with HirId::owner DefId(0/0:0 ~ core[c12a]) cannot be placed in TypeckTables with local_id_root DefId(0/0:1631 ~ core[c12a]::panicking[0]::panic_fmt[0]) | |
note: the compiler unexpectedly panicked. this is a bug. | |
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports | |
note: rustc 1.24.0-dev running on x86_64-unknown-linux-gnu | |
note: run with `RUST_BACKTRACE=1` for a backtrace | |
thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:504:8 | |
stack backtrace: | |
0: 0x7f2dc988a14b - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h53f5add8cbce5f1b | |
at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 | |
1: 0x7f2dc9881b4d - std::sys_common::backtrace::_print::h72ecbe7bef817e6e | |
at src/libstd/sys_common/backtrace.rs:68 | |
2: 0x7f2dc9880f8c - std::sys_common::backtrace::print::h750ebe14474a4754 | |
at src/libstd/sys_common/backtrace.rs:57 | |
3: 0x7f2dc9930541 - std::panicking::default_hook::{{closure}}::h9d869d7de6ad50a4 | |
at src/libstd/panicking.rs:381 | |
4: 0x7f2dc9930045 - std::panicking::default_hook::h6dd2eb149d1396b4 | |
at src/libstd/panicking.rs:391 | |
5: 0x7f2dc9930dd8 - std::panicking::rust_panic_with_hook::h047460f5035f05e0 | |
at src/libstd/panicking.rs:577 | |
6: 0x7f2dc01d60b6 - std::panicking::begin_panic::h8d5d5c48aa4ae70f | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/panicking.rs:538 | |
7: 0x7f2dc016f5e5 - rustc_errors::Handler::bug::hfaba0e24e3971a4d | |
at src/librustc_errors/lib.rs:504 | |
8: 0x7f2dc2487b15 - rustc::session::opt_span_bug_fmt::{{closure}}::hc0efa7b59ab4cefa | |
at src/librustc/session/mod.rs:1129 | |
9: 0x7f2dc1fce37f - rustc::ty::context::tls::with_opt::{{closure}}::h9a20461c5ef68fc0 | |
at src/librustc/ty/context.rs:1602 | |
10: 0x7f2dc1fcb111 - rustc::ty::context::tls::with::{{closure}}::h2aa5d00976ed08bf | |
at src/librustc/ty/context.rs:1591 | |
11: 0x7f2dc2b2afc0 - <std::thread::local::LocalKey<T>>::try_with::hda5fd7d37000d3c2 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/local.rs:377 | |
12: 0x7f2dc2b1f5dd - <std::thread::local::LocalKey<T>>::with::h552a23a9c49adcd5 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/local.rs:288 | |
13: 0x7f2dc1fca52e - rustc::ty::context::tls::with::hf478563710e6d21f | |
at src/librustc/ty/context.rs:1587 | |
14: 0x7f2dc1fcdbbd - rustc::ty::context::tls::with_opt::h90a5319e5803c178 | |
at src/librustc/ty/context.rs:1602 | |
15: 0x7f2dc2487711 - rustc::session::opt_span_bug_fmt::hb51066752040d40c | |
at src/librustc/session/mod.rs:1125 | |
16: 0x7f2dc2487444 - rustc::session::bug_fmt::h6fed7a053f8ea095 | |
at src/librustc/session/mod.rs:1109 | |
17: 0x7f2dc215d86f - rustc::ty::context::validate_hir_id_for_typeck_tables::{{closure}}::ha63fca74b3fbaa85 | |
at src/librustc/ty/context.rs:263 | |
18: 0x7f2dc1fcd48e - rustc::ty::context::tls::with::{{closure}}::he756bca694ee819e | |
at src/librustc/ty/context.rs:1591 | |
19: 0x7f2dc2b23806 - <std::thread::local::LocalKey<T>>::try_with::h30e7365742d06872 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/local.rs:377 | |
20: 0x7f2dc2b1f69a - <std::thread::local::LocalKey<T>>::with::h56e612d3c7f29027 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/local.rs:288 | |
21: 0x7f2dc1fca049 - rustc::ty::context::tls::with::hcc2a95300c48bf69 | |
at src/librustc/ty/context.rs:1587 | |
22: 0x7f2dc215d5ae - rustc::ty::context::validate_hir_id_for_typeck_tables::had88434bf9fa9e0a | |
at src/librustc/ty/context.rs:258 | |
23: 0x7f2dc215e399 - rustc::ty::context::TypeckTables::node_id_to_type_opt::h125521f847da7656 | |
at src/librustc/ty/context.rs:488 | |
24: 0x7f2dc86f9a98 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O>>::process_formals::h6735f861a5f1419d | |
at src/librustc_save_analysis/dump_visitor.rs:350 | |
25: 0x7f2dc87225c3 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O> as syntax::visit::Visitor<'l>>::visit_foreign_item::{{closure}}::hfa52bb76737130ab | |
at src/librustc_save_analysis/dump_visitor.rs:1765 | |
26: 0x7f2dc86f4693 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O>>::nest_tables::hcc6a1eb9807732e8 | |
at src/librustc_save_analysis/dump_visitor.rs:132 | |
27: 0x7f2dc872193a - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O> as syntax::visit::Visitor<'l>>::visit_foreign_item::h4c8e01cffc886627 | |
at src/librustc_save_analysis/dump_visitor.rs:1763 | |
28: 0x7f2dc875644d - syntax::visit::walk_item::h110a0fa9ac11b84e | |
at <<...>>/riscv-rust-toolchain/rust/src/libsyntax/visit.rs:156 | |
29: 0x7f2dc87166ab - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O> as syntax::visit::Visitor<'l>>::visit_item::h93277a9a8432b08e | |
at src/librustc_save_analysis/dump_visitor.rs:1484 | |
30: 0x7f2dc8758bbf - syntax::visit::walk_stmt::he1fef291a969687a | |
at <<...>>/riscv-rust-toolchain/rust/src/libsyntax/visit.rs:640 | |
31: 0x7f2dc871fec2 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O> as syntax::visit::Visitor<'l>>::visit_stmt::hc4759dde80395c02 | |
at src/librustc_save_analysis/dump_visitor.rs:1739 | |
32: 0x7f2dc8744340 - syntax::visit::walk_block::h65aac81592da3524 | |
at <<...>>/riscv-rust-toolchain/rust/src/libsyntax/visit.rs:156 | |
33: 0x7f2dc86f1aac - syntax::visit::Visitor::visit_block::h6f560fd41747baa0 | |
at <<...>>/riscv-rust-toolchain/rust/src/libsyntax/visit.rs:68 | |
34: 0x7f2dc86feddf - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O>>::process_fn::{{closure}}::{{closure}}::h14e6768c2e7ec3b5 | |
at src/librustc_save_analysis/dump_visitor.rs:508 | |
35: 0x7f2dc86f2e93 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O>>::nest_scope::hc6e4ab8a9b3d193d | |
at src/librustc_save_analysis/dump_visitor.rs:116 | |
36: 0x7f2dc86fee6b - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O>>::process_fn::{{closure}}::h03283a4ea68c30e9 | |
at src/librustc_save_analysis/dump_visitor.rs:508 | |
37: 0x7f2dc86f48f6 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O>>::nest_tables::hd13d5ca834c54119 | |
at src/librustc_save_analysis/dump_visitor.rs:129 | |
38: 0x7f2dc86fe3e7 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O>>::process_fn::h6b2d2f18f0f21b4c | |
at src/librustc_save_analysis/dump_visitor.rs:508 | |
39: 0x7f2dc8716ef7 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O> as syntax::visit::Visitor<'l>>::visit_item::h93277a9a8432b08e | |
at src/librustc_save_analysis/dump_visitor.rs:1435 | |
40: 0x7f2dc874ce82 - syntax::visit::walk_mod::h710e524cd716ada5 | |
at <<...>>/riscv-rust-toolchain/rust/src/libsyntax/visit.rs:156 | |
41: 0x7f2dc8718e3f - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O> as syntax::visit::Visitor<'l>>::visit_item::{{closure}}::h3b518f2115199cb4 | |
at src/librustc_save_analysis/dump_visitor.rs:1451 | |
42: 0x7f2dc86f2d13 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O>>::nest_scope::h959819a933417c22 | |
at src/librustc_save_analysis/dump_visitor.rs:116 | |
43: 0x7f2dc871703f - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O> as syntax::visit::Visitor<'l>>::visit_item::h93277a9a8432b08e | |
at src/librustc_save_analysis/dump_visitor.rs:1451 | |
44: 0x7f2dc874ce82 - syntax::visit::walk_mod::h710e524cd716ada5 | |
at <<...>>/riscv-rust-toolchain/rust/src/libsyntax/visit.rs:156 | |
45: 0x7f2dc871657f - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O> as syntax::visit::Visitor<'l>>::visit_mod::{{closure}}::hb5ed47b7f825cf29 | |
at src/librustc_save_analysis/dump_visitor.rs:1395 | |
46: 0x7f2dc86f2b13 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O>>::nest_scope::h261dab80de5ef0fe | |
at src/librustc_save_analysis/dump_visitor.rs:116 | |
47: 0x7f2dc8716338 - <rustc_save_analysis::dump_visitor::DumpVisitor<'l, 'tcx, 'll, O> as syntax::visit::Visitor<'l>>::visit_mod::hf37565c7d2a8622e | |
at src/librustc_save_analysis/dump_visitor.rs:1395 | |
48: 0x7f2dc87444cf - syntax::visit::walk_crate::hbd0355fc5d374cb4 | |
at <<...>>/riscv-rust-toolchain/rust/src/libsyntax/visit.rs:190 | |
49: 0x7f2dc87c921d - <rustc_save_analysis::DumpHandler<'a> as rustc_save_analysis::SaveHandler>::save::hef691fe1a2675958 | |
at src/librustc_save_analysis/lib.rs:1043 | |
50: 0x7f2dc9db9d5b - rustc_save_analysis::process_crate::h2e330c93f52ece8f | |
at <<...>>/riscv-rust-toolchain/rust/src/librustc_save_analysis/lib.rs:1094 | |
51: 0x7f2dc9f74fd6 - rustc_driver::enable_save_analysis::{{closure}}::{{closure}}::h2aadf544e356ceae | |
at src/librustc_driver/lib.rs:642 | |
52: 0x7f2dc9f4742c - rustc::util::common::time::hdfdc59ecf99f8fca | |
at <<...>>/riscv-rust-toolchain/rust/src/librustc/util/common.rs:120 | |
53: 0x7f2dc9f75059 - rustc_driver::enable_save_analysis::{{closure}}::h53e14b0de41d9aea | |
at src/librustc_driver/lib.rs:641 | |
54: 0x7f2dc9fefce3 - rustc_driver::driver::compile_input::{{closure}}::he6597be5b177e7d5 | |
at src/librustc_driver/driver.rs:247 | |
55: 0x7f2dc9fff119 - rustc_driver::driver::phase_3_run_analysis_passes::{{closure}}::h27617ececd8aff02 | |
at src/librustc_driver/driver.rs:1101 | |
56: 0x7f2dc9f3a056 - rustc::ty::context::tls::enter::{{closure}}::hf98aa279306db8c7 | |
at <<...>>/riscv-rust-toolchain/rust/src/librustc/ty/context.rs:1575 | |
57: 0x7f2dc9d90a74 - <std::thread::local::LocalKey<T>>::try_with::hd31113dda317626f | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/local.rs:377 | |
58: 0x7f2dc9d75500 - <std::thread::local::LocalKey<T>>::with::hea06313a1c2e5a87 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/local.rs:288 | |
59: 0x7f2dc9f39032 - rustc::ty::context::tls::enter::h655d5e7818c702f1 | |
at <<...>>/riscv-rust-toolchain/rust/src/librustc/ty/context.rs:1572 | |
60: 0x7f2dc9f389a3 - rustc::ty::context::tls::enter_global::{{closure}}::hd9d5cdc75ff49f89 | |
at <<...>>/riscv-rust-toolchain/rust/src/librustc/ty/context.rs:1559 | |
61: 0x7f2dc9d81278 - <std::thread::local::LocalKey<T>>::try_with::h62376afbb177cc35 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/local.rs:377 | |
62: 0x7f2dc9d71080 - <std::thread::local::LocalKey<T>>::with::h3d3af136074a119b | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/local.rs:288 | |
63: 0x7f2dc9f3816c - rustc::ty::context::tls::enter_global::hc2e97023c3880bbe | |
at <<...>>/riscv-rust-toolchain/rust/src/librustc/ty/context.rs:1556 | |
64: 0x7f2dc9e050ee - rustc::ty::context::TyCtxt::create_and_enter::h5a8f4f63af253f79 | |
at <<...>>/riscv-rust-toolchain/rust/src/librustc/ty/context.rs:1199 | |
65: 0x7f2dc9ffb0df - rustc_driver::driver::phase_3_run_analysis_passes::hc85ea625cbc4eb65 | |
at src/librustc_driver/driver.rs:1024 | |
66: 0x7f2dc9fee5a3 - rustc_driver::driver::compile_input::h59d25c9070cb8203 | |
at src/librustc_driver/driver.rs:224 | |
67: 0x7f2dc9f71581 - rustc_driver::run_compiler::h18d314ad3118345e | |
at src/librustc_driver/lib.rs:253 | |
68: 0x7f2dc9f7d14e - rustc_driver::main::{{closure}}::h57a92d2db0130fb1 | |
at src/librustc_driver/lib.rs:1302 | |
69: 0x7f2dc9f70492 - rustc_driver::run::{{closure}}::h6c9c87af74eacc53 | |
at src/librustc_driver/lib.rs:132 | |
70: 0x7f2dc9f7cbc0 - rustc_driver::monitor::{{closure}}::hcbc42afa7a09b90f | |
at src/librustc_driver/lib.rs:1217 | |
71: 0x7f2dc9dba174 - std::sys_common::backtrace::__rust_begin_short_backtrace::h1c578e5714aeb988 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/sys_common/backtrace.rs:133 | |
72: 0x7f2dc9de04bc - std::thread::Builder::spawn::{{closure}}::{{closure}}::hfce34621a4f956e0 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/mod.rs:406 | |
73: 0x7f2dc9db7c04 - <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hedf515cff6882144 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/panic.rs:300 | |
74: 0x7f2dc9f2c951 - std::panicking::try::do_call::he4312a7de3adfa0f | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/panicking.rs:480 | |
75: 0x7f2dc993c947 - __rust_try | |
76: 0x7f2dc993c864 - __rust_maybe_catch_panic | |
at src/libpanic_unwind/lib.rs:101 | |
77: 0x7f2dc9f2c632 - std::panicking::try::h06d47f131e8aa0eb | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/panicking.rs:459 | |
78: 0x7f2dc9dba85b - std::panic::catch_unwind::h1d3da4099d59d436 | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/panic.rs:365 | |
79: 0x7f2dc9de0304 - std::thread::Builder::spawn::{{closure}}::h4c2037d9e1670b0a | |
at <<...>>/riscv-rust-toolchain/rust/src/libstd/thread/mod.rs:405 | |
80: 0x7f2dc9dee517 - <F as alloc::boxed::FnBox<A>>::call_box::h1c0a9921b55bb355 | |
at <<...>>/riscv-rust-toolchain/rust/src/liballoc/boxed.rs:815 | |
81: 0x7f2dc9856a18 - <alloc::boxed::Box<alloc::boxed::FnBox<A, Output$u3d$R$GT$$u20$$u2b$$u20$$u27$a$GT$$u20$as$u20$core..ops..function..FnOnce$LT$A$GT$$GT$::call_once::h8d9f2606fabd2f9e | |
at <<...>>/riscv-rust-toolchain/rust/src/liballoc/boxed.rs:825 | |
82: 0x7f2dc9887f73 - std::sys_common::thread::start_thread::hce03401267b82e07 | |
at src/libstd/sys_common/thread.rs:24 | |
83: 0x7f2dc990aa34 - std::sys::unix::thread::Thread::new::thread_start::hbd54bc38d34c4a8a | |
at src/libstd/sys/unix/thread.rs:90 | |
84: 0x7f2dbf75f8b9 - <unknown> | |
85: 0x7f2dc953839e - clone | |
86: 0x0 - <unknown> | |
error: Could not compile `core`. | |
Caused by: | |
failed to parse process output: `<<...>>/riscv-rust-toolchain/rust/build/bootstrap/debug/rustc --crate-name core src/libcore/lib.rs --error-format json --crate-type lib --emit=dep-info,link -C debug-assertions=off -C overflow-checks=on -C metadata=20b70e5979fa3c2f -C extra-filename=-20b70e5979fa3c2f --out-dir <<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/debug/deps --target x86_64-unknown-linux-gnu -L dependency=<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1-std/x86_64-unknown-linux-gnu/debug/deps -L dependency=<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage1-std/debug/deps` (exit code: 0) | |
Caused by: | |
compiler stdout is not empty: `Did not run successfully:` | |
thread 'main' panicked at 'command did not execute successfully: "<<...>>/riscv-rust-toolchain/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-v" "--locked" "--features" "panic-unwind debug-jemalloc backtrace" "--manifest-path" "<<...>>/riscv-rust-toolchain/rust/src/libstd/Cargo.toml" "--message-format" "json" | |
expected success, got: exit code: 101', src/bootstrap/compile.rs:886:8 | |
stack backtrace: | |
0: 0x5601b72559c3 - std::sys::imp::backtrace::tracing::imp::unwind_backtrace::hd278582b7bf125b4 | |
at /checkout/src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 | |
1: 0x5601b7251e8c - std::sys_common::backtrace::_print::h585aeaf99da81bd9 | |
at /checkout/src/libstd/sys_common/backtrace.rs:68 | |
2: 0x5601b725d381 - std::panicking::default_hook::{{closure}}::h2cf5ae2c765258ee | |
at /checkout/src/libstd/sys_common/backtrace.rs:57 | |
at /checkout/src/libstd/panicking.rs:381 | |
3: 0x5601b725d0f7 - std::panicking::default_hook::h4df9c6962fc8f370 | |
at /checkout/src/libstd/panicking.rs:397 | |
4: 0x5601b725d88a - std::panicking::rust_panic_with_hook::hec57cb9076b0053e | |
at /checkout/src/libstd/panicking.rs:577 | |
5: 0x5601b725d70e - std::panicking::begin_panic::hf1e5e0b8a9c20d4e | |
at /checkout/src/libstd/panicking.rs:538 | |
6: 0x5601b725d609 - std::panicking::begin_panic_fmt::hae9efc5efbaf8262 | |
at /checkout/src/libstd/panicking.rs:522 | |
7: 0x5601b6d89abc - bootstrap::compile::run_cargo::h8d9d4b5da39c1f74 | |
8: 0x5601b6d8034b - <bootstrap::compile::Std as bootstrap::builder::Step>::run::h0eb6ae00831ed49b | |
9: 0x5601b6c8921a - bootstrap::builder::Builder::ensure::he34f6e03b77a91a2 | |
10: 0x5601b6d827c2 - <bootstrap::compile::Test as bootstrap::builder::Step>::run::h62fe80a4ff232d3e | |
11: 0x5601b6c85caa - bootstrap::builder::Builder::ensure::hdb247f16686f56cc | |
12: 0x5601b6d839ea - <bootstrap::compile::Rustc as bootstrap::builder::Step>::run::h0206e1c19f5d2413 | |
13: 0x5601b6c4d6ea - bootstrap::builder::Builder::ensure::h45bceb30fa9bce69 | |
14: 0x5601b6d862d4 - <bootstrap::compile::Assemble as bootstrap::builder::Step>::run::h850ceb0d5456e2d5 | |
15: 0x5601b6c813e4 - bootstrap::builder::Builder::ensure::hd1a674068aa29ce2 | |
16: 0x5601b6c2cac8 - bootstrap::builder::Builder::compiler::hd37fc5a677414108 | |
17: 0x5601b6d7f807 - <bootstrap::compile::Std as bootstrap::builder::Step>::make_run::h1326d17b89ef2fe8 | |
18: 0x5601b6c29bc2 - bootstrap::builder::StepDescription::maybe_run::h3eb0e693722c0717 | |
19: 0x5601b6c29f08 - bootstrap::builder::StepDescription::run::h1af414a11f4ffdb5 | |
20: 0x5601b6c2c94a - bootstrap::builder::Builder::run::h714480c748758a63 | |
21: 0x5601b6e85129 - bootstrap::Build::build::h5698ce5c8ec84d6d | |
22: 0x5601b6c16b8b - bootstrap::main::hb093e3286aa89858 | |
23: 0x5601b7265f6e - __rust_maybe_catch_panic | |
at /checkout/src/libpanic_unwind/lib.rs:101 | |
24: 0x5601b725de2b - std::rt::lang_start::hee06cb52bfc299e1 | |
at /checkout/src/libstd/panicking.rs:459 | |
at /checkout/src/libstd/panic.rs:365 | |
at /checkout/src/libstd/rt.rs:58 | |
25: 0x5601b6c16c0d - main | |
26: 0x7efcb44d8f8b - __libc_start_main | |
27: 0x5601b6c12ce9 - _start | |
28: 0x0 - <unknown> | |
Traceback (most recent call last): | |
File "./x.py", line 20, in <module> | |
bootstrap.main() | |
File "<<...>>/riscv-rust-toolchain/rust/src/bootstrap/bootstrap.py", line 758, in main | |
bootstrap() | |
File "<<...>>/riscv-rust-toolchain/rust/src/bootstrap/bootstrap.py", line 749, in bootstrap | |
run(args, env=env, verbose=build.verbose) | |
File "<<...>>/riscv-rust-toolchain/rust/src/bootstrap/bootstrap.py", line 148, in run | |
raise RuntimeError(err) | |
RuntimeError: failed to run: <<...>>/riscv-rust-toolchain/rust/build/bootstrap/debug/bootstrap build --jobs=4 --on-fail=/bin/bash | |
make: *** [Makefile:114: rust-build] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment