| Updating only changed submodules | |
| Submodules updated in 0.02 seconds | |
| downloading https://static.rust-lang.org/dist/2019-01-04/rust-std-beta-x86_64-unknown-linux-gnu.tar.gz | |
| ####################################################################################################################################################################################### 100.0% | |
| extracting /home/mprchlik/build/rustc/build/cache/2019-01-04/rust-std-beta-x86_64-unknown-linux-gnu.tar.gz | |
| downloading https://static.rust-lang.org/dist/2019-01-04/rustc-beta-x86_64-unknown-linux-gnu.tar.gz | |
| ####################################################################################################################################################################################### 100.0% | |
| extracting /home/mprchlik/build/rustc/build/cache/2019-01-04/rustc-beta-x86_64-unknown-linux-gnu.tar.gz | |
| downloading https://static.rust-lang.org/dist/2019-01-04/cargo-beta-x86_64-unknown-linux-gnu.tar.gz | |
| ####################################################################################################################################################################################### 100.0% | |
| extracting /home/mprchlik/build/rustc/build/cache/2019-01-04/cargo-beta-x86_64-unknown-linux-gnu.tar.gz | |
| Compiling proc-macro2 v0.4.24 | |
| Compiling unicode-xid v0.1.0 | |
| Compiling serde v1.0.82 | |
| Compiling ryu v0.2.7 | |
| Compiling libc v0.2.46 | |
| Compiling ordermap v0.3.5 | |
| Compiling itoa v0.4.3 | |
| Compiling fixedbitset v0.1.9 | |
| Compiling cfg-if v0.1.6 | |
| Compiling cc v1.0.25 | |
| Compiling getopts v0.2.17 | |
| Compiling build_helper v0.1.0 (/home/mprchlik/git/happz/rust/src/build_helper) | |
| Compiling lazy_static v0.2.11 | |
| Compiling petgraph v0.4.13 | |
| Compiling num_cpus v1.8.0 | |
| Compiling time v0.1.40 | |
| Compiling filetime v0.2.4 | |
| Compiling quote v0.6.10 | |
| Compiling cmake v0.1.33 | |
| Compiling syn v0.15.22 | |
| Compiling serde_derive v1.0.81 | |
| Compiling toml v0.4.10 | |
| Compiling serde_json v1.0.33 | |
| Compiling bootstrap v0.0.0 (/home/mprchlik/git/happz/rust/src/bootstrap) | |
| Finished dev [unoptimized] target(s) in 34.72s | |
| Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
| Compiling cc v1.0.25 | |
| Compiling libc v0.2.46 | |
| Compiling core v0.0.0 (/home/mprchlik/git/happz/rust/src/libcore) | |
| warning: unnecessary `unsafe` block | |
| --> src/libcore/num/mod.rs:71:30 | |
| | | |
| 71 | Some(unsafe { $Ty(n) }) | |
| | ^^^^^^ unnecessary `unsafe` block | |
| ... | |
| 100 | / nonzero_integers! { | |
| 101 | | NonZeroU8(u8); | |
| 102 | | NonZeroU16(u16); | |
| 103 | | NonZeroU32(u32); | |
| ... | | |
| 106 | | NonZeroUsize(usize); | |
| 107 | | } | |
| | |_- in this macro invocation | |
| | | |
| = note: #[warn(unused_unsafe)] on by default | |
| warning: unnecessary `unsafe` block | |
| --> src/libcore/num/mod.rs:71:30 | |
| | | |
| 71 | Some(unsafe { $Ty(n) }) | |
| | ^^^^^^ unnecessary `unsafe` block | |
| ... | |
| 100 | / nonzero_integers! { | |
| 101 | | NonZeroU8(u8); | |
| 102 | | NonZeroU16(u16); | |
| 103 | | NonZeroU32(u32); | |
| ... | | |
| 106 | | NonZeroUsize(usize); | |
| 107 | | } | |
| | |_- in this macro invocation | |
| warning: unnecessary `unsafe` block | |
| --> src/libcore/ptr.rs:2785:18 | |
| | | |
| 2785 | Some(unsafe { Unique { pointer: ptr as _, _marker: PhantomData } }) | |
| | ^^^^^^ unnecessary `unsafe` block | |
| warning: unnecessary `unsafe` block | |
| --> src/libcore/ptr.rs:2841:9 | |
| | | |
| 2841 | unsafe { Unique { pointer: reference as *mut T, _marker: PhantomData } } | |
| | ^^^^^^ unnecessary `unsafe` block | |
| warning: unnecessary `unsafe` block | |
| --> src/libcore/ptr.rs:2848:9 | |
| | | |
| 2848 | unsafe { Unique { pointer: reference as *const T, _marker: PhantomData } } | |
| | ^^^^^^ unnecessary `unsafe` block | |
| warning: unnecessary `unsafe` block | |
| --> src/libcore/ptr.rs:2855:9 | |
| | | |
| 2855 | unsafe { Unique { pointer: p.pointer, _marker: PhantomData } } | |
| | ^^^^^^ unnecessary `unsafe` block | |
| warning: unnecessary `unsafe` block | |
| --> src/libcore/ptr.rs:3044:9 | |
| | | |
| 3044 | unsafe { NonNull { pointer: unique.pointer } } | |
| | ^^^^^^ unnecessary `unsafe` block | |
| warning: unnecessary `unsafe` block | |
| --> src/libcore/ptr.rs:3052:9 | |
| | | |
| 3052 | unsafe { NonNull { pointer: reference as *mut T } } | |
| | ^^^^^^ unnecessary `unsafe` block | |
| warning: unnecessary `unsafe` block | |
| --> src/libcore/ptr.rs:3060:9 | |
| | | |
| 3060 | unsafe { NonNull { pointer: reference as *const T } } | |
| | ^^^^^^ unnecessary `unsafe` block | |
| warning: unused attribute | |
| --> src/libcore/num/mod.rs:50:17 | |
| | | |
| 50 | #[rustc_layout_scalar_valid_range_start(1)] | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ... | |
| 100 | / nonzero_integers! { | |
| 101 | | NonZeroU8(u8); | |
| 102 | | NonZeroU16(u16); | |
| 103 | | NonZeroU32(u32); | |
| ... | | |
| 106 | | NonZeroUsize(usize); | |
| 107 | | } | |
| | |_- in this macro invocation | |
| | | |
| = note: #[warn(unused_attributes)] on by default | |
| warning: unused attribute | |
| --> src/libcore/num/mod.rs:50:17 | |
| | | |
| 50 | #[rustc_layout_scalar_valid_range_start(1)] | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| ... | |
| 100 | / nonzero_integers! { | |
| 101 | | NonZeroU8(u8); | |
| 102 | | NonZeroU16(u16); | |
| 103 | | NonZeroU32(u32); | |
| ... | | |
| 106 | | NonZeroUsize(usize); | |
| 107 | | } | |
| | |_- in this macro invocation | |
| warning: unused attribute | |
| --> src/libcore/ptr.rs:2720:1 | |
| | | |
| 2720 | #[rustc_layout_scalar_valid_range_start(1)] | |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| Compiling build_helper v0.1.0 (/home/mprchlik/git/happz/rust/src/build_helper) | |
| Compiling unwind v0.0.0 (/home/mprchlik/git/happz/rust/src/libunwind) | |
| Compiling compiler_builtins v0.1.4 | |
| Compiling cmake v0.1.33 | |
| Compiling backtrace-sys v0.1.27 | |
| Compiling std v0.0.0 (/home/mprchlik/git/happz/rust/src/libstd) | |
| Compiling rustc-std-workspace-core v1.0.0 (/home/mprchlik/git/happz/rust/src/tools/rustc-std-workspace-core) | |
| Compiling rustc_asan v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_asan) | |
| Compiling rustc_lsan v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_lsan) | |
| Compiling rustc_tsan v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_tsan) | |
| Compiling rustc_msan v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_msan) | |
| Compiling alloc v0.0.0 (/home/mprchlik/git/happz/rust/src/liballoc) | |
| Compiling rustc-demangle v0.1.10 | |
| Compiling panic_abort v0.0.0 (/home/mprchlik/git/happz/rust/src/libpanic_abort) | |
| Compiling panic_unwind v0.0.0 (/home/mprchlik/git/happz/rust/src/libpanic_unwind) | |
| Finished release [optimized] target(s) in 52.54s | |
| Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
| Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
| Compiling term v0.0.0 (/home/mprchlik/git/happz/rust/src/libterm) | |
| Compiling getopts v0.2.17 | |
| Compiling proc_macro v0.0.0 (/home/mprchlik/git/happz/rust/src/libproc_macro) | |
| Compiling test v0.0.0 (/home/mprchlik/git/happz/rust/src/libtest) | |
| Finished release [optimized] target(s) in 20.77s | |
| Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
| Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
| Compiling cfg-if v0.1.6 | |
| Compiling nodrop v0.1.12 | |
| Compiling libc v0.2.46 | |
| Compiling void v1.0.2 | |
| Compiling lazy_static v1.2.0 | |
| Compiling rand_core v0.3.0 | |
| Compiling memoffset v0.2.1 | |
| Compiling scopeguard v0.3.3 | |
| Compiling stable_deref_trait v1.1.0 | |
| Compiling rustc-rayon-core v0.1.1 | |
| Compiling semver-parser v0.7.0 | |
| Compiling byteorder v1.2.7 | |
| Compiling bitflags v1.0.4 | |
| Compiling either v1.5.0 | |
| Compiling unicode-width v0.1.5 | |
| Compiling graphviz v0.0.0 (/home/mprchlik/git/happz/rust/src/libgraphviz) | |
| Compiling cc v1.0.25 | |
| Compiling rustc_target v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_target) | |
| Compiling crc32fast v1.1.2 | |
| Compiling scoped-tls v0.1.2 | |
| Compiling termcolor v1.0.4 | |
| Compiling lazy_static v0.2.11 | |
| Compiling syntax v0.0.0 (/home/mprchlik/git/happz/rust/src/libsyntax) | |
| Compiling rustc v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc) | |
| Compiling datafrog v2.0.1 | |
| Compiling rustc-demangle v0.1.10 | |
| Compiling remove_dir_all v0.5.1 | |
| Compiling rustc_fs_util v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_fs_util) | |
| Compiling rustc_incremental v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_incremental) | |
| Compiling rustc_metadata v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_metadata) | |
| Compiling fmt_macros v0.0.0 (/home/mprchlik/git/happz/rust/src/libfmt_macros) | |
| Compiling rustc-serialize v0.3.24 | |
| Compiling quick-error v1.2.2 | |
| Compiling rustc_platform_intrinsics v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_platform_intrinsics) | |
| Compiling rustc_driver v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_driver) | |
| Compiling crossbeam-utils v0.2.2 | |
| Compiling log v0.4.6 | |
| Compiling arrayvec v0.4.7 | |
| Compiling unreachable v1.0.0 | |
| Compiling log_settings v0.1.2 | |
| Compiling rand_core v0.2.2 | |
| Compiling rand_hc v0.1.0 | |
| Compiling rand_xorshift v0.1.0 | |
| Compiling rand_isaac v0.1.1 | |
| Compiling owning_ref v0.3.3 | |
| Compiling semver v0.9.0 | |
| Compiling rustc-hash v1.0.1 | |
| Compiling miniz-sys v0.1.11 | |
| Compiling backtrace-sys v0.1.27 | |
| Compiling chalk-macros v0.1.0 | |
| Compiling rls-span v0.4.0 | |
| Compiling humantime v1.2.0 | |
| Compiling rustc_cratesio_shim v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_cratesio_shim) | |
| Compiling ena v0.11.0 | |
| Compiling crossbeam-epoch v0.3.1 | |
| Compiling smallvec v0.6.7 | |
| Compiling lock_api v0.1.3 | |
| Compiling rustc_version v0.2.3 | |
| Compiling polonius-engine v0.6.2 | |
| Compiling chalk-engine v0.9.0 | |
| Compiling rls-data v0.18.1 | |
| Compiling crossbeam-deque v0.2.0 | |
| Compiling rand v0.4.3 | |
| Compiling num_cpus v1.8.0 | |
| Compiling rand v0.5.5 | |
| Compiling atty v0.2.11 | |
| Compiling jobserver v0.1.12 | |
| Compiling memmap v0.6.2 | |
| Compiling serialize v0.0.0 (/home/mprchlik/git/happz/rust/src/libserialize) | |
| Compiling rustc_apfloat v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_apfloat) | |
| Compiling rand_chacha v0.1.0 | |
| Compiling rand_pcg v0.1.1 | |
| Compiling rand v0.6.1 | |
| Compiling parking_lot_core v0.3.0 | |
| Compiling env_logger v0.5.13 | |
| Compiling flate2 v1.0.6 | |
| Compiling backtrace v0.3.11 | |
| Compiling rustc-rayon v0.1.1 | |
| Compiling parking_lot v0.6.4 | |
| Compiling rustc_data_structures v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_data_structures) | |
| Compiling arena v0.0.0 (/home/mprchlik/git/happz/rust/src/libarena) | |
| Compiling tempfile v3.0.5 | |
| Compiling syntax_pos v0.0.0 (/home/mprchlik/git/happz/rust/src/libsyntax_pos) | |
| Compiling rustc_errors v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_errors) | |
| Compiling syntax_ext v0.0.0 (/home/mprchlik/git/happz/rust/src/libsyntax_ext) | |
| Compiling rustc_mir v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_mir) | |
| Compiling rustc_typeck v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_typeck) | |
| Compiling rustc_allocator v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_allocator) | |
| Compiling rustc_traits v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_traits) | |
| Compiling rustc_lint v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_lint) | |
| Compiling rustc_borrowck v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_borrowck) | |
| Compiling rustc_passes v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_passes) | |
| Compiling rustc_resolve v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_resolve) | |
| Compiling rustc_plugin v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_plugin) | |
| Compiling rustc_codegen_utils v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_codegen_utils) | |
| Compiling rustc_privacy v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_privacy) | |
| Compiling rustc_save_analysis v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_save_analysis) | |
| Compiling rustc_codegen_ssa v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_codegen_ssa) | |
| Compiling rustc-main v0.0.0 (/home/mprchlik/git/happz/rust/src/rustc) | |
| Finished release [optimized] target(s) in 31m 02s | |
| Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
| Building stage0 codegen artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu, llvm) | |
| Compiling cc v1.0.25 | |
| Compiling libc v0.2.46 | |
| Compiling build_helper v0.1.0 (/home/mprchlik/git/happz/rust/src/build_helper) | |
| Compiling rustc_codegen_llvm v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_codegen_llvm) | |
| Compiling rustc-demangle v0.1.10 | |
| Compiling rustc_llvm v0.0.0 (/home/mprchlik/git/happz/rust/src/librustc_llvm) | |
| Compiling num_cpus v1.8.0 | |
| Compiling memmap v0.6.2 | |
| Finished release [optimized] target(s) in 2m 15s | |
| Building rustdoc for stage0 (x86_64-unknown-linux-gnu) | |
| Compiling semver-parser v0.7.0 | |
| Compiling libc v0.2.46 | |
| Compiling rand_core v0.3.0 | |
| Compiling void v1.0.2 | |
| Compiling stable_deref_trait v1.1.0 | |
| Compiling pulldown-cmark v0.1.2 | |
| Compiling scopeguard v0.3.3 | |
| Compiling bitflags v0.9.1 | |
| Compiling cfg-if v0.1.6 | |
| Compiling remove_dir_all v0.5.1 | |
| Compiling macro-utils v0.1.2 | |
| Compiling semver v0.9.0 | |
| Compiling rand_core v0.2.2 | |
| Compiling rand_hc v0.1.0 | |
| Compiling rand_xorshift v0.1.0 | |
| Compiling rand_isaac v0.1.1 | |
| Compiling unreachable v1.0.0 | |
| Compiling owning_ref v0.3.3 | |
| Compiling minifier v0.0.20 | |
| Compiling rustc_version v0.2.3 | |
| Compiling smallvec v0.6.7 | |
| Compiling lock_api v0.1.3 | |
| Compiling rand_chacha v0.1.0 | |
| Compiling rand_pcg v0.1.1 | |
| Compiling rand v0.6.1 | |
| Compiling rand v0.5.5 | |
| Compiling parking_lot_core v0.3.0 | |
| Compiling parking_lot v0.6.4 | |
| Compiling tempfile v3.0.5 | |
| Compiling rustdoc v0.0.0 (/home/mprchlik/git/happz/rust/src/librustdoc) | |
| Compiling rustdoc-tool v0.0.0 (/home/mprchlik/git/happz/rust/src/tools/rustdoc) | |
| Finished release [optimized] target(s) in 3m 09s | |
| Build completed successfully in 0:38:50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment