Created
September 3, 2016 01:30
-
-
Save durka/cbf97cf04b8e065f1a2cfda4c1b6bf95 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
[root@li1424-173 disable-codegen-config]# python2 src/bootstrap/bootstrap.py --stage 1 --step rustc downloading https://static.rust-lang.org/dist/2016-08-17/rust-std-beta-x86_64-unknown-linux-gnu.tar.gz.sha256 to /tmp/tmpVToYUt.sha256 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 112 100 112 0 0 340 0 --:--:-- --:--:-- --:--:-- 340 | |
downloading https://static.rust-lang.org/dist/2016-08-17/rust-std-beta-x86_64-unknown-linux-gnu.tar.gz to /tmp/tmpLqAQoE | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 58.1M 100 58.1M 0 0 58.8M 0 --:--:-- --:--:-- --:--:-- 58.8M | |
verifying /tmp/tmpLqAQoE | |
moving /tmp/tmpLqAQoE to /root/rust/rust/disable-codegen-config/build/cache/2016-08-17/rust-std-beta-x86_64-unknown-linux-gnu.tar.gz | |
removing /tmp/tmpVToYUt.sha256 | |
extracting /root/rust/rust/disable-codegen-config/build/cache/2016-08-17/rust-std-beta-x86_64-unknown-linux-gnu.tar.gz | |
downloading https://static.rust-lang.org/dist/2016-08-17/rustc-beta-x86_64-unknown-linux-gnu.tar.gz.sha256 to /tmp/tmpwtB5Es.sha256 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 109 100 109 0 0 1464 0 --:--:-- --:--:-- --:--:-- 1472 | |
downloading https://static.rust-lang.org/dist/2016-08-17/rustc-beta-x86_64-unknown-linux-gnu.tar.gz to /tmp/tmpbilIa7 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 45.3M 100 45.3M 0 0 59.3M 0 --:--:-- --:--:-- --:--:-- 59.3M [549/1896]verifying /tmp/tmpbilIa7 moving /tmp/tmpbilIa7 to /root/rust/rust/disable-codegen-config/build/cache/2016-08-17/rustc-beta-x86_64-unknown-linux-gnu.tar.gz removing /tmp/tmpwtB5Es.sha256 extracting /root/rust/rust/disable-codegen-config/build/cache/2016-08-17/rustc-beta-x86_64-unknown-linux-gnu.tar.gz downloading https://static.rust-lang.org/cargo-dist/2016-08-21/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz.sha256 to /tmp/tmpkt63wY.sha256 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 112 100 112 0 0 1393 0 --:--:-- --:--:-- --:--:-- 1400 | |
downloading https://static.rust-lang.org/cargo-dist/2016-08-21/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz to /tmp/tmpMk63b5 | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 4340k 100 4340k 0 0 23.8M 0 --:--:-- --:--:-- --:--:-- 23.9M | |
verifying /tmp/tmpMk63b5 | |
moving /tmp/tmpMk63b5 to /root/rust/rust/disable-codegen-config/build/cache/2016-08-21/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz | |
removing /tmp/tmpkt63wY.sha256 | |
extracting /root/rust/rust/disable-codegen-config/build/cache/2016-08-21/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz | |
Compiling gcc v0.3.31 | |
Compiling winapi-build v0.1.1 | |
Compiling build_helper v0.1.0 (file:///root/rust/rust/disable-codegen-config/src/build_helper) | |
Compiling md5 v0.1.1 | |
Compiling kernel32-sys v0.2.2 | |
Compiling libc v0.2.10 | |
Compiling memchr v0.1.11 | |
Compiling gcc v0.3.31 (https://github.com/alexcrichton/gcc-rs#b8e24008) [525/1896] Compiling utf8-ranges v0.1.3 Compiling regex-syntax v0.3.4 Compiling filetime v0.1.10 Compiling num_cpus v0.2.11 Compiling aho-corasick v0.5.2 | |
Compiling rustc-serialize v0.3.19 | |
Compiling toml v0.1.28 | |
Compiling cmake v0.1.17 | |
Compiling getopts v0.2.14 | |
Compiling winapi v0.2.6 | |
Compiling thread-id v2.0.0 | |
Compiling thread_local v0.2.6 | |
Compiling regex v0.1.73 | |
Compiling bootstrap v0.0.0 (file:///root/rust/rust/disable-codegen-config/src/bootstrap) | |
Finished debug [unoptimized + debuginfo] target(s) in 68.7 secs | |
thread 'main' panicked at 'filecheck executable "/root/rust/FileCheck" does not exist', src/bootstrap/sanity.rs:93 | |
note: Run with `RUST_BACKTRACE=1` for a backtrace. | |
[root@li1424-173 disable-codegen-config]# vim config.toml | |
[root@li1424-173 disable-codegen-config]# python2 src/bootstrap/bootstrap.py --stage 1 --step rustc | |
Finished debug [unoptimized + debuginfo] target(s) in 0.0 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment