Created
May 19, 2017 17:59
-
-
Save jorendorff/aa1f363e0c6c8c8c5ca46af6f6c727af to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ RUST_BACKTRACE=1 ./x.py dist --stage 0 | |
| Updating submodules | |
| Synchronizing submodule url for 'src/compiler-rt' | |
| Synchronizing submodule url for 'src/doc/book' | |
| Synchronizing submodule url for 'src/doc/nomicon' | |
| Synchronizing submodule url for 'src/doc/reference' | |
| Synchronizing submodule url for 'src/jemalloc' | |
| Synchronizing submodule url for 'src/liblibc' | |
| Synchronizing submodule url for 'src/llvm' | |
| Synchronizing submodule url for 'src/rt/hoedown' | |
| Synchronizing submodule url for 'src/tools/cargo' | |
| Synchronizing submodule url for 'src/tools/rls' | |
| Synchronizing submodule url for 'src/tools/rust-installer' | |
| HEAD is now at c8a8767c5 Merge pull request #26 from TimNN/arm-cc | |
| HEAD is now at 9742298 Merge pull request #584 from rust-lang/ch20 | |
| HEAD is now at 6fa139b Merge pull request #18 from Gankro/master | |
| HEAD is now at f7a108d Merge pull request #30 from matthewjasper/block-statement | |
| HEAD is now at 3288e06 Merge pull request #18 from arthurprs/update-to-4.5.0 | |
| HEAD is now at 03562b0c Auto merge of #585 - jonhoo:res_init, r=alexcrichton | |
| HEAD is now at 1ef3b9128e1 Merge pull request #78 from pftbest/msp430_libcalls | |
| HEAD is now at da282f1 Merge pull request #8 from GuillaumeGomez/line_information | |
| HEAD is now at 39735984 Auto merge of #4030 - alexcrichton:rewrite-cargo-toml, r=matklad | |
| HEAD is now at 38ca9b7 Merge pull request #314 from martinschleiss/master | |
| HEAD is now at daa2a05 Relax dependency on clap to 0.2.19 | |
| Finished dev [unoptimized] target(s) in 0.0 secs | |
| Building stage0 std artifacts (x86_64-apple-darwin -> x86_64-apple-darwin) | |
| Finished release [optimized] target(s) in 0.0 secs | |
| Copying stage0 std from stage0 (x86_64-apple-darwin -> x86_64-apple-darwin / x86_64-apple-darwin) | |
| Building stage0 test artifacts (x86_64-apple-darwin -> x86_64-apple-darwin) | |
| Finished release [optimized] target(s) in 0.0 secs | |
| Copying stage0 test from stage0 (x86_64-apple-darwin -> x86_64-apple-darwin / x86_64-apple-darwin) | |
| Building stage0 compiler artifacts (x86_64-apple-darwin -> x86_64-apple-darwin) | |
| warning: ../rustllvm/PassWrapper.cpp:285:3: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default] | |
| warning: default: | |
| warning: ^ | |
| warning: 1 warning generated. | |
| Finished release [optimized] target(s) in 0.0 secs | |
| Copying stage0 rustc from stage0 (x86_64-apple-darwin -> x86_64-apple-darwin / x86_64-apple-darwin) | |
| Building stage0 tool rustbook (x86_64-apple-darwin) | |
| Finished release [optimized] target(s) in 0.0 secs | |
| Documenting book index (x86_64-apple-darwin) | |
| Documenting book redirect pages (x86_64-apple-darwin) | |
| Building stage0 tool error_index_generator (x86_64-apple-darwin) | |
| Finished release [optimized] target(s) in 0.0 secs | |
| Documenting error index (x86_64-apple-darwin) | |
| Documenting stage0 std (x86_64-apple-darwin) | |
| Finished release [optimized] target(s) in 0.0 secs | |
| Documenting stage0 compiler (x86_64-apple-darwin) | |
| Finished release [optimized] target(s) in 0.0 secs | |
| Documenting standalone (x86_64-apple-darwin) | |
| Building stage0 tool rust-installer (x86_64-apple-darwin) | |
| Finished release [optimized] target(s) in 0.0 secs | |
| Dist docs stage0 (x86_64-apple-darwin) | |
| Dist rustc stage0 (x86_64-apple-darwin) | |
| thread 'main' panicked at 'fs::read_dir(src) failed with No such file or directory (os error 2)', src/bootstrap/util.rs:61 | |
| stack backtrace: | |
| 0: std::sys::imp::backtrace::tracing::imp::unwind_backtrace | |
| 1: std::panicking::default_hook::{{closure}} | |
| 2: std::panicking::default_hook | |
| 3: std::panicking::rust_panic_with_hook | |
| 4: std::panicking::begin_panic | |
| 5: std::panicking::begin_panic_fmt | |
| 6: bootstrap::util::cp_r | |
| 7: bootstrap::dist::rustc::prepare_image | |
| 8: bootstrap::dist::rustc | |
| 9: bootstrap::step::build_rules::{{closure}} | |
| 10: bootstrap::step::Rules::run | |
| 11: bootstrap::step::run | |
| 12: bootstrap::Build::build | |
| 13: bootstrap::main | |
| 14: __rust_maybe_catch_panic | |
| 15: std::rt::lang_start | |
| 16: main | |
| Build completed unsuccessfully in 0:00:36 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment