-
-
Save mati865/579d833afab7e0c77adbdb584f5ce869 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
Attempting with retry: docker build --rm -t rust-ci -f /home/mateusz_arch/Projects/rust/rust/src/ci/docker/dist-x86_64-musl/Dockerfile /home/mateusz_arch/Projects/rust/rust/src/ci/docker | |
Sending build context to Docker daemon 508.4kB | |
Step 1/11 : FROM ubuntu:16.04 | |
---> b0ef3016420a | |
Step 2/11 : RUN apt-get update && apt-get install -y --no-install-recommends g++ make file wget curl ca-certificates python2.7 git cmake xz-utils sudo gdb patch libssl-dev pkg-config | |
---> Using cache | |
---> 67e9710e4dcb | |
Step 3/11 : WORKDIR /build/ | |
---> Using cache | |
---> 39b2bb35982f | |
Step 4/11 : COPY scripts/musl-toolchain.sh /build/ | |
---> Using cache | |
---> 222f2492d61d | |
Step 5/11 : RUN CFLAGS="-Wa,-mrelax-relocations=no" CXXFLAGS="-Wa,-mrelax-relocations=no" bash musl-toolchain.sh x86_64 && rm -rf build | |
---> Using cache | |
---> c91810f9fb92 | |
Step 6/11 : COPY scripts/sccache.sh /scripts/ | |
---> Using cache | |
---> 1de02ff4c43e | |
Step 7/11 : RUN sh /scripts/sccache.sh | |
---> Using cache | |
---> 580bb7f61472 | |
Step 8/11 : ENV RUST_CONFIGURE_ARGS --musl-root-x86_64=/usr/local/x86_64-linux-musl --enable-extended --disable-docs --set target.x86_64-unknown-linux-musl.crt-static=false | |
---> Using cache | |
---> dceb9b41d0d8 | |
Step 9/11 : ENV CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no | |
---> Using cache | |
---> 8dc04213d65e | |
Step 10/11 : ENV HOSTS=x86_64-unknown-linux-musl CC_x86_64_unknown_linux_musl=x86_64-linux-musl-gcc CXX_x86_64_unknown_linux_musl=x86_64-linux-musl-g++ | |
---> Using cache | |
---> 5744bd327da4 | |
Step 11/11 : ENV SCRIPT python2.7 ../x.py test --host $HOSTS --target $HOSTS | |
---> Using cache | |
---> f9ae7e6806d8 | |
Successfully built f9ae7e6806d8 | |
Successfully tagged rust-ci:latest | |
Starting sccache server... | |
configure: processing command line | |
configure: | |
configure: rust.dist-src := False | |
configure: build.extended := True | |
configure: target.x86_64-unknown-linux-musl.crt-static := False | |
configure: build.print-step-timings := True | |
configure: rust.codegen-units-std := 1 | |
configure: rust.verify-llvm-ir := True | |
configure: build.submodules := False | |
configure: rust.debug-assertions := True | |
configure: llvm.assertions := True | |
configure: build.docs := False | |
configure: build.locked-deps := True | |
configure: llvm.ccache := sccache | |
configure: rust.verbose-tests := True | |
configure: build.cargo-native-static := True | |
configure: target.x86_64-unknown-linux-musl.musl-root := /usr/local/x86_64-linux- ... | |
configure: dist.missing-tools := True | |
configure: build.configure-args := ['--musl-root-x86_64=/usr/local/x86_64-linux-m ... | |
configure: | |
configure: writing `config.toml` in current directory | |
configure: | |
configure: run `python /checkout/x.py --help` | |
configure: | |
Attempting with retry: make prepare | |
Compiling bootstrap v0.0.0 (/checkout/src/bootstrap) | |
Finished dev [unoptimized] target(s) in 5.11s | |
Build completed successfully in 0:00:06 | |
bin_root (bootstrap.RustBuild) | |
Doctest: bootstrap.RustBuild.bin_root ... ok | |
bootstrap_binary (bootstrap.RustBuild) | |
Doctest: bootstrap.RustBuild.bootstrap_binary ... ok | |
cargo_stamp (bootstrap.RustBuild) | |
Doctest: bootstrap.RustBuild.cargo_stamp ... ok | |
get_string (bootstrap.RustBuild) | |
Doctest: bootstrap.RustBuild.get_string ... ok | |
get_toml (bootstrap.RustBuild) | |
Doctest: bootstrap.RustBuild.get_toml ... ok | |
program_config (bootstrap.RustBuild) | |
Doctest: bootstrap.RustBuild.program_config ... ok | |
rustc_stamp (bootstrap.RustBuild) | |
Doctest: bootstrap.RustBuild.rustc_stamp ... ok | |
format_build_time (bootstrap) | |
Doctest: bootstrap.format_build_time ... ok | |
test_stage0_data (__main__.Stage0DataTestCase) | |
Extract data from stage0.txt ... ok | |
test_invalid_file (__main__.VerifyTestCase) | |
Should verify that the file is invalid ... invalid checksum: | |
found: 334d016f755cd6dc58c53a86e183882f8ec14f52fb05345887c8a5edd42c87b7 | |
expected: 64ec88ca00b268e5ba1a35678a1b5316d212f4f366b2477232534a8aeca37f3c | |
ok | |
test_valid_file (__main__.VerifyTestCase) | |
Check if the sha256 sum of the given file is valid ... ok | |
test_dates_are_different (__main__.ProgramOutOfDate) | |
Return True when the dates are different ... ok | |
test_same_dates (__main__.ProgramOutOfDate) | |
Return False both dates match ... ok | |
test_stamp_path_does_not_exists (__main__.ProgramOutOfDate) | |
Return True when the stamp file does not exists ... ok | |
---------------------------------------------------------------------- | |
Ran 14 tests in 0.019s | |
OK | |
processor : 0 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 4045.597 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 0 | |
cpu cores : 8 | |
apicid : 0 | |
initial apicid : 0 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 1 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 3611.164 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 0 | |
cpu cores : 8 | |
apicid : 1 | |
initial apicid : 1 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 2 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 4062.722 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 1 | |
cpu cores : 8 | |
apicid : 2 | |
initial apicid : 2 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 3 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2692.059 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 1 | |
cpu cores : 8 | |
apicid : 3 | |
initial apicid : 3 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 4 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2247.044 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 2 | |
cpu cores : 8 | |
apicid : 4 | |
initial apicid : 4 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 5 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2987.113 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 2 | |
cpu cores : 8 | |
apicid : 5 | |
initial apicid : 5 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 6 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2178.500 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 3 | |
cpu cores : 8 | |
apicid : 6 | |
initial apicid : 6 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 7 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2177.557 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 3 | |
cpu cores : 8 | |
apicid : 7 | |
initial apicid : 7 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 8 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2656.020 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 4 | |
cpu cores : 8 | |
apicid : 8 | |
initial apicid : 8 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 9 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 4299.429 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 4 | |
cpu cores : 8 | |
apicid : 9 | |
initial apicid : 9 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 10 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 3347.340 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 5 | |
cpu cores : 8 | |
apicid : 10 | |
initial apicid : 10 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 11 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2269.604 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 5 | |
cpu cores : 8 | |
apicid : 11 | |
initial apicid : 11 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 12 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2401.289 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 6 | |
cpu cores : 8 | |
apicid : 12 | |
initial apicid : 12 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 13 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2489.314 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 6 | |
cpu cores : 8 | |
apicid : 13 | |
initial apicid : 13 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 14 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2182.347 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 7 | |
cpu cores : 8 | |
apicid : 14 | |
initial apicid : 14 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
processor : 15 | |
vendor_id : AuthenticAMD | |
cpu family : 23 | |
model : 8 | |
model name : AMD Ryzen 7 2700X Eight-Core Processor | |
stepping : 2 | |
microcode : 0x800820b | |
cpu MHz : 2101.122 | |
cache size : 512 KB | |
physical id : 0 | |
siblings : 16 | |
core id : 7 | |
cpu cores : 8 | |
apicid : 15 | |
initial apicid : 15 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate sme ssbd sev ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif overflow_recov succor smca | |
bugs : sysret_ss_attrs null_seg spectre_v1 spectre_v2 spec_store_bypass | |
bogomips : 7399.18 | |
TLB size : 2560 4K pages | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 43 bits physical, 48 bits virtual | |
power management: ts ttp tm hwpstate cpb eff_freq_ro [13] [14] | |
MemTotal: 16435400 kB | |
MemFree: 943328 kB | |
MemAvailable: 7833800 kB | |
Buffers: 729516 kB | |
Cached: 5996336 kB | |
SwapCached: 0 kB | |
Active: 11199936 kB | |
Inactive: 2828380 kB | |
Active(anon): 7306444 kB | |
Inactive(anon): 84624 kB | |
Active(file): 3893492 kB | |
Inactive(file): 2743756 kB | |
Unevictable: 16 kB | |
Mlocked: 16 kB | |
SwapTotal: 0 kB | |
SwapFree: 0 kB | |
Dirty: 135600 kB | |
Writeback: 0 kB | |
AnonPages: 7299840 kB | |
Mapped: 1163260 kB | |
Shmem: 88920 kB | |
KReclaimable: 589424 kB | |
Slab: 1002648 kB | |
SReclaimable: 589424 kB | |
SUnreclaim: 413224 kB | |
KernelStack: 26768 kB | |
PageTables: 58308 kB | |
NFS_Unstable: 0 kB | |
Bounce: 0 kB | |
WritebackTmp: 0 kB | |
CommitLimit: 8217700 kB | |
Committed_AS: 18027284 kB | |
VmallocTotal: 34359738367 kB | |
VmallocUsed: 0 kB | |
VmallocChunk: 0 kB | |
Percpu: 21760 kB | |
HardwareCorrupted: 0 kB | |
AnonHugePages: 0 kB | |
ShmemHugePages: 0 kB | |
ShmemPmdMapped: 0 kB | |
CmaTotal: 0 kB | |
CmaFree: 0 kB | |
HugePages_Total: 0 | |
HugePages_Free: 0 | |
HugePages_Rsvd: 0 | |
HugePages_Surp: 0 | |
Hugepagesize: 2048 kB | |
Hugetlb: 0 kB | |
DirectMap4k: 1833176 kB | |
DirectMap2M: 14893056 kB | |
DirectMap1G: 1048576 kB | |
+ python2.7 ../x.py test --host x86_64-unknown-linux-musl --target x86_64-unknown-linux-musl | |
Finished dev [unoptimized] target(s) in 0.23s | |
[src/bootstrap/compile.rs:965] Rustc{compiler: build_compiler, target: target_compiler.host,} = Rustc { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:505] Test{compiler: builder.compiler(self.compiler.stage, builder.config.build), | |
target: builder.config.build,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:643] Rustc{compiler, target,} = Rustc { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:965] Rustc{compiler: build_compiler, target: target_compiler.host,} = Rustc { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:505] Test{compiler: builder.compiler(self.compiler.stage, builder.config.build), | |
target: builder.config.build,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:643] Rustc{compiler, target,} = Rustc { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 2, | |
host: "x86_64-unknown-linux-musl" | |
} | |
} | |
[src/bootstrap/compile.rs:965] Rustc{compiler: build_compiler, target: target_compiler.host,} = Rustc { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:505] Test{compiler: builder.compiler(self.compiler.stage, builder.config.build), | |
target: builder.config.build,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:643] Rustc{compiler, target,} = Rustc { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:365] Test{compiler: builder.compiler(1, builder.config.build), target,} = Test { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 2, | |
host: "x86_64-unknown-linux-musl" | |
} | |
} | |
[src/bootstrap/compile.rs:490] Rustc{compiler: builder.compiler(1, builder.config.build), target,} = Rustc { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-musl" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-musl" | |
} | |
} | |
[src/bootstrap/compile.rs:505] Test{compiler: builder.compiler(self.compiler.stage, builder.config.build), | |
target: builder.config.build,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:965] Rustc{compiler: build_compiler, target: target_compiler.host,} = Rustc { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:505] Test{compiler: builder.compiler(self.compiler.stage, builder.config.build), | |
target: builder.config.build,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:643] Rustc{compiler, target,} = Rustc { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 2, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 2, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:365] Test{compiler: builder.compiler(1, builder.config.build), target,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:490] Rustc{compiler: builder.compiler(1, builder.config.build), target,} = Rustc { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
Building stage0 tool tidy (x86_64-unknown-linux-gnu) | |
Finished release [optimized] target(s) in 0.30s | |
[TIMING] ToolBuild { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", tool: "tidy", path: "src/tools/tidy", mode: ToolBootstrap, is_optional_tool: false, source_type: InTree, extra_features: [] } -- 0.315 | |
tidy check | |
* 570 error codes | |
* highest error code: E0725 | |
* lib stable 1.30.0 | |
* aarch64_target_feature lang unstable 1.27.0 | |
* abi_amdgpu_kernel lang unstable 1.29.0 | |
* abi_msp430_interrupt lang unstable 1.16.0 | |
* abi_ptx lang unstable 1.15.0 | |
* abi_sysv64 lang stable 1.24.0 | |
* abi_thiscall lang unstable 1.19.0 | |
* abi_unadjusted lang unstable 1.16.0 | |
* abi_vectorcall lang unstable 1.7.0 | |
* abi_x86_interrupt lang unstable 1.17.0 | |
* addr_from_into_ip lib stable 1.17.0 | |
* addr_parse_error_error lib stable 1.4.0 | |
* advanced_slice_patterns lang removed 1.0.0 | |
* adx_target_feature lang unstable 1.32.0 | |
* align_offset lib unstable None | |
* alloc lib unstable None | |
* alloc_error_handler lang unstable 1.29.0 | |
* alloc_error_hook lib unstable None | |
* alloc_internals lib unstable None | |
* alloc_layout lib stable 1.28.0 | |
* alloc_layout_extra lib unstable None | |
* alloc_module lib stable 1.28.0 | |
* alloc_prelude lib unstable None | |
* alloc_system_type lib stable 1.28.0 | |
* allocator lang removed 1.0.0 | |
* allocator_api lib unstable None | |
* allocator_internals lang unstable 1.20.0 | |
* allow_fail lang unstable 1.19.0 | |
* allow_internal_unsafe lang unstable 1.0.0 | |
* allow_internal_unstable lang unstable 1.0.0 | |
* any_send_sync_methods lib stable 1.28.0 | |
* append lib stable 1.4.0 | |
* arbitrary_self_types lang unstable 1.23.0 | |
* arc_counts lib stable 1.15.0 | |
* arc_unique lib stable 1.4.0 | |
* arc_weak lib stable 1.4.0 | |
* arm_target_feature lang unstable 1.27.0 | |
* array_borrow lib stable 1.4.0 | |
* array_default lib stable 1.4.0 | |
* array_error_internals lib unstable None | |
* as_c_str lib stable 1.20.0 | |
* as_cell lib unstable None | |
* ascii lib stable 1.9.0 | |
* ascii_ctype_on_intrinsics lib stable 1.24.0 | |
* ascii_methods_on_intrinsics lib stable 1.23.0 | |
* asm lang unstable 1.0.0 | |
* asraw_stdio lib stable 1.21.0 | |
* assert_ne lib stable 1.13.0 | |
* assoc_unix_epoch lib stable 1.28.0 | |
* associated_consts lang stable 1.20.0 | |
* associated_type_defaults lang unstable 1.2.0 | |
* associated_types lang stable 1.0.0 | |
* async_await lang unstable 1.28.0 | |
* atomic_access lib stable 1.15.0 | |
* atomic_bool_from lib stable 1.24.0 | |
* atomic_debug lib stable 1.3.0 | |
* atomic_from lib stable 1.23.0 | |
* atomic_min_max lib unstable None | |
* atomic_pointer lib stable 1.24.0 | |
* attr_literals lang stable 1.30.0 | |
* augmented_assignments lang stable 1.8.0 | |
* avx512_target_feature lang unstable 1.27.0 | |
* await_macro lib unstable None | |
* binary_heap_append lib stable 1.11.0 | |
* binary_heap_extras_15 lib stable 1.5.0 | |
* binary_heap_peek_mut lib stable 1.12.0 | |
* binary_heap_peek_mut_pop lib stable 1.18.0 | |
* binaryheap_debug lib stable 1.4.0 | |
* bind_by_move_pattern_guards lang unstable 1.30.0 | |
* box_borrow lib stable 1.1.0 | |
* box_default_extra lib stable 1.17.0 | |
* box_error lib stable 1.8.0 | |
* box_from_c_str lib stable 1.17.0 | |
* box_from_c_string lib stable 1.20.0 | |
* box_from_os_str lib stable 1.17.0 | |
* box_from_os_string lib stable 1.20.0 | |
* box_from_path lib stable 1.17.0 | |
* box_from_path_buf lib stable 1.20.0 | |
* box_from_slice lib stable 1.17.0 | |
* box_from_str lib stable 1.20.0 | |
* box_from_vec lib stable 1.20.0 | |
* box_into_pin lib unstable None | |
* box_into_raw_non_null lib unstable None | |
* box_leak lib stable 1.26.0 | |
* box_patterns lang unstable 1.0.0 | |
* box_raw lib stable 1.4.0 | |
* box_slice_clone lib stable 1.3.0 | |
* box_str lib stable 1.4.0 | |
* box_syntax lang unstable 1.0.0 | |
* boxed_slice_from_iter lib stable 1.32.0 | |
* boxed_str_conv lib stable 1.19.0 | |
* braced_empty_structs lang stable 1.8.0 | |
* btree_append lib stable 1.11.0 | |
* btree_drop lib stable 1.7.0 | |
* btree_range lib stable 1.17.0 | |
* btree_split_off lib stable 1.11.0 | |
* bufreader_buffer lib unstable None | |
* bufreader_seek_relative lib unstable None | |
* build_hasher lib stable 1.7.0 | |
* build_hasher_eq lib stable 1.29.0 | |
* c_string_from_box lib stable 1.18.0 | |
* c_variadic lang unstable 1.34.0 | |
* c_variadic lib unstable None | |
* c_void_variant lib unstable None | |
* catch_unwind lib stable 1.9.0 | |
* cell_as_ptr lib stable 1.12.0 | |
* cell_eq lib stable 1.2.0 | |
* cell_extras lib stable 1.15.0 | |
* cell_from lib stable 1.12.0 | |
* cell_get_mut lib stable 1.11.0 | |
* cell_map lib stable 1.8.0 | |
* cell_ord lib stable 1.10.0 | |
* cell_update lib unstable None | |
* cfg_attr_multi lang stable 1.33.0 | |
* cfg_target_feature lang stable 1.27.0 | |
* cfg_target_has_atomic lang unstable 1.9.0 | |
* cfg_target_thread_local lang unstable 1.7.0 | |
* cfg_target_vendor lang stable 1.33.0 | |
* chain_bufread lib stable 1.9.0 | |
* char_convert lib stable 1.13.0 | |
* char_error_internals lib unstable None | |
* char_escape_debug lib stable 1.20.0 | |
* char_from_str lib stable 1.20.0 | |
* char_from_unchecked lib stable 1.5.0 | |
* char_struct_display lib stable 1.16.0 | |
* checked_duration_since lib unstable , issue = | |
* chunks_exact lib stable 1.31.0 | |
* clamp lib unstable None | |
* clone_closures lang stable 1.26.0 | |
* clone_from_slice lib stable 1.7.0 | |
* closure_to_fn_coercion lang stable 1.19.0 | |
* cmp_os_str lib stable 1.8.0 | |
* cmp_path lib stable 1.8.0 | |
* cmpxchg16b_target_feature lang unstable 1.32.0 | |
* coerce_unsized lib unstable None | |
* collection_debug lib stable 1.17.0 | |
* collections_bound lib stable 1.17.0 | |
* collections_range lib stable 1.28.0 | |
* command_envs lib stable 1.19.0 | |
* compile_error lang stable 1.20.0 | |
* compile_error_macro lib stable 1.20.0 | |
* compiler_builtins lang unstable 1.13.0 | |
* compiler_fences lib stable 1.21.0 | |
* concat_idents lang unstable 1.0.0 | |
* concat_idents_macro lib unstable None | |
* condvar_default lib stable 1.10.0 | |
* conservative_impl_trait lang stable 1.26.0 | |
* const_compare_raw_pointers lang unstable 1.27.0 | |
* const_cstr_unchecked lib unstable None | |
* const_fn lang unstable 1.2.0 | |
* const_fn_union lang unstable 1.27.0 | |
* const_generics lang unstable 1.34.0 | |
* const_indexing lang stable 1.26.0 | |
* const_int_conversion lib unstable None | |
* const_let lang stable 1.33.0 | |
* const_needs_drop lib unstable None | |
* const_panic lang unstable 1.30.0 | |
* const_ptr_nonnull lib unstable None | |
* const_raw_ptr_deref lang unstable 1.27.0 | |
* const_raw_ptr_to_usize_cast lang unstable 1.27.0 | |
* const_saturating_int_methods lib unstable None | |
* const_slice_len lib unstable None | |
* const_str_as_bytes lib unstable None | |
* const_str_len lib unstable None | |
* const_string_new lib unstable None | |
* const_transmute lang unstable 1.29.0 | |
* const_type_id lib unstable None | |
* const_vec_new lib unstable None | |
* convert_id lib stable 1.33.0 | |
* convert_infallible lib stable 1.34.0 | |
* copied lib stable 1.35.0 | |
* copy_closures lang stable 1.26.0 | |
* copy_from_slice lib stable 1.9.0 | |
* copy_within lib unstable None | |
* copysign lib unstable None | |
* core lib stable 1.6.0 | |
* core_ascii lib stable 1.26.0 | |
* core_char lib stable 1.2.0 | |
* core_hint lib stable 1.27.0 | |
* core_impl_debug lib stable 1.9.0 | |
* core_intrinsics lib unstable None | |
* core_panic lib unstable None | |
* core_panic_info lib unstable None | |
* core_prelude lib stable 1.4.0 | |
* core_private_bignum lib unstable None | |
* core_private_diy_float lib unstable None | |
* cow_add lib stable 1.14.0 | |
* cow_box_error lib stable 1.22.0 | |
* cow_from_cstr lib stable 1.28.0 | |
* cow_from_osstr lib stable 1.28.0 | |
* cow_from_path lib stable 1.6.0 | |
* cow_from_pathbuf_ref lib stable 1.28.0 | |
* cow_from_string_ref lib stable 1.28.0 | |
* cow_from_vec lib stable 1.8.0 | |
* cow_from_vec_ref lib stable 1.28.0 | |
* cow_os_str_as_ref_path lib stable 1.8.0 | |
* cow_str_from_iter lib stable 1.12.0 | |
* cow_str_to_string_specialization lib stable 1.17.0 | |
* crate_in_paths lang stable 1.30.0 | |
* crate_visibility_modifier lang unstable 1.23.0 | |
* cstr_borrow lib stable 1.3.0 | |
* cstr_debug lib stable 1.3.0 | |
* cstr_default lib stable 1.10.0 | |
* cstr_from_bytes lib stable 1.10.0 | |
* cstr_memory lib stable 1.4.0 | |
* cstr_to_str lib stable 1.4.0 | |
* cstring_asref lib stable 1.7.0 | |
* cstring_drop lib stable 1.13.0 | |
* cstring_from_cow_cstr lib stable 1.28.0 | |
* cstring_into lib stable 1.7.0 | |
* cursor_box_slice lib stable 1.5.0 | |
* cursor_mut_vec lib stable 1.25.0 | |
* custom_attribute lang unstable 1.0.0 | |
* custom_derive lang removed 1.0.0 | |
* custom_inner_attributes lang unstable 1.30.0 | |
* custom_test_frameworks lang unstable 1.30.0 | |
* dbg_macro lib stable 1.32.0 | |
* deadline_api lib unstable None | |
* debug_btree_map lib stable 1.12.0 | |
* debug_builders lib stable 1.2.0 | |
* debug_hash_map lib stable 1.12.0 | |
* dec2flt lib unstable None | |
* decl_macro lang unstable 1.17.0 | |
* decode_utf16 lib stable 1.9.0 | |
* dedup_by lib stable 1.16.0 | |
* default lib stable 1.11.0 | |
* default_box_extra lib stable 1.17.0 | |
* default_for_pathbuf lib stable 1.17.0 | |
* default_mut_str lib stable 1.28.0 | |
* default_type_parameter_fallback lang unstable 1.3.0 | |
* default_type_params lang stable 1.0.0 | |
* deprecated lang stable 1.9.0 | |
* deque_extras lib stable 1.16.0 | |
* deque_extras_15 lib stable 1.5.0 | |
* derefmut_for_string lib stable 1.3.0 | |
* derive_clone_copy lib unstable None | |
* derive_eq lib unstable None | |
* dir_builder lib stable 1.6.0 | |
* dir_entry_debug lib stable 1.13.0 | |
* dir_entry_ext lib stable 1.1.0 | |
* discriminant_value lib stable 1.21.0 | |
* dispatch_from_dyn lib unstable None | |
* doc_alias lang unstable 1.27.0 | |
* doc_cfg lang unstable 1.21.0 | |
* doc_keyword lang unstable 1.28.0 | |
* doc_masked lang unstable 1.21.0 | |
* doc_spotlight lang unstable 1.22.0 | |
* dotdot_in_tuple_patterns lang stable 1.14.0 | |
* dotdoteq_in_patterns lang stable 1.26.0 | |
* double_ended_skip_iterator lib stable 1.9.0 | |
* downgraded_weak lib stable 1.10.0 | |
* drain lib stable 1.6.0 | |
* drain_filter lib unstable None | |
* drop_in_place lib stable 1.8.0 | |
* drop_types_in_const lang stable 1.22.0 | |
* dropck_eyepatch lang unstable 1.10.0 | |
* dropck_parametricity lang unstable 1.3.0 | |
* duration lib stable 1.3.0 | |
* duration_as_u128 lib stable 1.33.0 | |
* duration_checked_ops lib stable 1.16.0 | |
* duration_constants lib unstable None | |
* duration_core lib stable 1.25.0 | |
* duration_debug_impl lib stable 1.27.0 | |
* duration_extras lib stable 1.27.0 | |
* duration_float lib unstable None | |
* duration_from_micros lib stable 1.27.0 | |
* duration_sum lib stable 1.16.0 | |
* dyn_trait lang stable 1.27.0 | |
* encode_utf16 lib stable 1.8.0 | |
* entry_and_modify lib stable 1.26.0 | |
* entry_or_default lib stable 1.28.0 | |
* env lib stable 1.0.0 | |
* env_iterators lib stable 1.12.0 | |
* env_unimpl_send_sync lib stable 1.26.0 | |
* eprint lib stable 1.19.0 | |
* error_downcast lib stable 1.3.0 | |
* error_iter lib unstable None | |
* error_source lib stable 1.30.0 | |
* error_type_id lib stable 1.34.0 | |
* euclidean_division lib unstable None | |
* exact_size_escape lib stable 1.11.0 | |
* exact_size_is_empty lib unstable None | |
* exclusive_range_pattern lang unstable 1.11.0 | |
* exhaustive_integer_patterns lang stable 1.33.0 | |
* exhaustive_patterns lang unstable 1.13.0 | |
* existential_type lang unstable 1.28.0 | |
* exit_status_from lib stable 1.12.0 | |
* expand_open_options2 lib stable 1.9.0 | |
* extend_for_unit lib stable 1.28.0 | |
* extend_ref lib stable 1.2.0 | |
* extend_string lib stable 1.4.0 | |
* extended_compare_and_swap lib stable 1.10.0 | |
* extern_absolute_paths lang stable 1.30.0 | |
* extern_crate_item_prelude lang stable 1.31.0 | |
* extern_crate_self lang stable 1.34.0 | |
* extern_in_paths lang removed 1.33.0 | |
* extern_prelude lang stable 1.30.0 | |
* extern_types lang unstable 1.23.0 | |
* external_doc lang unstable 1.22.0 | |
* extra_log_consts lib unstable None | |
* f32_deg_rad_conversions lib stable 1.7.0 | |
* fd lib unstable None | |
* fd_read lib unstable None | |
* ffi_returns_twice lang unstable 1.34.0 | |
* field_init_shorthand lang stable 1.17.0 | |
* file_offset lib stable 1.15.0 | |
* file_try_clone lib stable 1.9.0 | |
* file_type lib stable 1.1.0 | |
* file_type_ext lib stable 1.5.0 | |
* fixed_size_array lib unstable None | |
* float_bits_conv lib stable 1.20.0 | |
* flt2dec lib unstable None | |
* fmt_error lib stable 1.11.0 | |
* fmt_flags lib stable 1.5.0 | |
* fmt_flags_align lib stable 1.28.0 | |
* fmt_internals lib unstable None | |
* fmt_write_blanket_impl lib stable 1.4.0 | |
* fmt_write_char lib stable 1.1.0 | |
* fn_must_use lang stable 1.27.0 | |
* fn_once_output lib stable 1.12.0 | |
* fn_traits lib unstable None | |
* fnbox lib unstable None | |
* fnptr_impls lib stable 1.4.0 | |
* forget_unsized lib unstable None | |
* format_args_nl lang unstable 1.29.0 | |
* formatter_write lib stable 1.2.0 | |
* from_bool lib stable 1.28.0 | |
* from_for_ptrs lib stable 1.6.0 | |
* from_nonzero lib stable 1.31.0 | |
* from_path_buf_for_os_string lib stable 1.14.0 | |
* from_raw_os lib stable 1.1.0 | |
* from_ref lib stable 1.28.0 | |
* from_slice_v4 lib stable 1.9.0 | |
* from_string_for_vec_u8 lib stable 1.14.0 | |
* from_utf8_error_as_bytes lib stable 1.26.0 | |
* frombyteswithnulerror_impls lib stable 1.17.0 | |
* fs_canonicalize lib stable 1.5.0 | |
* fs_ext lib stable 1.1.0 | |
* fs_read_write lib stable 1.26.0 | |
* fs_read_write_bytes lib stable 1.26.0 | |
* fs_time lib stable 1.10.0 | |
* fundamental lang unstable 1.0.0 | |
* fused lib stable 1.26.0 | |
* futures_api lib unstable None | |
* gen_future lib unstable None | |
* generator_trait lib unstable None | |
* generators lang unstable 1.21.0 | |
* generic_associated_types lang unstable 1.23.0 | |
* generic_param_attrs lang stable 1.27.0 | |
* get_type_id lib stable 1.34.0 | |
* getpid lib stable 1.26.0 | |
* global_alloc lib stable 1.28.0 | |
* global_allocator lang stable 1.28.0 | |
* global_asm lang unstable 1.18.0 | |
* globs lang stable 1.0.0 | |
* hash_extend_copy lib stable 1.4.0 | |
* hash_map_remove_entry lib stable 1.27.0 | |
* hash_raw_entry lib unstable None | |
* hash_slice lib stable 1.3.0 | |
* hasher_write lib stable 1.3.0 | |
* hashmap_build_hasher lib stable 1.7.0 | |
* hashmap_default_hasher lib stable 1.13.0 | |
* hashmap_internals lib unstable None | |
* hashmap_public_hasher lib stable 1.9.0 | |
* herd_cows lib stable 1.19.0 | |
* hexagon_target_feature lang unstable 1.27.0 | |
* i128 lib stable 1.26.0 | |
* i128_type lang stable 1.26.0 | |
* if_let lang stable 1.0.0 | |
* if_while_or_patterns lang stable 1.33.0 | |
* impl_header_lifetime_elision lang stable 1.31.0 | |
* impl_trait_in_bindings lang unstable 1.30.0 | |
* import_shadowing lang removed 1.0.0 | |
* in_band_lifetimes lang unstable 1.23.0 | |
* inclusive_range lib stable 1.26.0 | |
* inclusive_range_methods lib stable 1.27.0 | |
* inclusive_range_syntax lang stable 1.26.0 | |
* indirect_hasher_impl lib stable 1.22.0 | |
* infer_outlives_requirements lang stable 1.30.0 | |
* infer_static_outlives_requirements lang unstable 1.26.0 | |
* inner_deref lib unstable None | |
* insert_str lib stable 1.16.0 | |
* int_error_internals lib unstable None | |
* int_error_matching lib unstable None | |
* int_to_from_bytes lib stable 1.32.0 | |
* integer_atomics lib unstable None | |
* into_boxed_c_str lib stable 1.20.0 | |
* into_boxed_os_str lib stable 1.20.0 | |
* into_boxed_path lib stable 1.20.0 | |
* into_raw_os lib stable 1.4.0 | |
* intrinsics lang unstable 1.0.0 | |
* io_error_from_errorkind lib stable 1.14.0 | |
* io_error_inner lib stable 1.3.0 | |
* io_invalid_data lib stable 1.2.0 | |
* io_take_into_inner lib stable 1.15.0 | |
* iovec lib unstable None | |
* ip lib unstable None | |
* ip_17 lib stable 1.7.0 | |
* ip_addr lib stable 1.7.0 | |
* ip_cmp lib stable 1.16.0 | |
* ip_constructors lib stable 1.30.0 | |
* ip_from_ip lib stable 1.16.0 | |
* ip_from_slice lib stable 1.17.0 | |
* ip_shared lib stable 1.12.0 | |
* ip_u32 lib stable 1.1.0 | |
* ipaddr_checker lib stable 1.16.0 | |
* ipv6_from_octets lib stable 1.9.0 | |
* ipv6_from_segments lib stable 1.16.0 | |
* ipv6_to_octets lib stable 1.12.0 | |
* irrefutable_let_patterns lang stable 1.33.0 | |
* is_char_boundary lib stable 1.9.0 | |
* is_sorted lib unstable None | |
* issue_5723_bootstrap lang stable 1.0.0 | |
* item_like_imports lang stable 1.15.0 | |
* iter_arith lib stable 1.11.0 | |
* iter_arith_traits lib stable 1.12.0 | |
* iter_arith_traits_result lib stable 1.16.0 | |
* iter_cloned lib stable 1.1.0 | |
* iter_cmp_by_key lib stable 1.6.0 | |
* iter_copied lib unstable None | |
* iter_empty lib stable 1.2.0 | |
* iter_from_fn lib stable 1.34.0 | |
* iter_max_by lib stable 1.15.0 | |
* iter_min_by lib stable 1.15.0 | |
* iter_nth_back lib unstable None | |
* iter_once lib stable 1.2.0 | |
* iter_once_with lib unstable None | |
* iter_order lib stable 1.5.0 | |
* iter_rfind lib stable 1.27.0 | |
* iter_rfold lib stable 1.27.0 | |
* iter_successors lib stable 1.34.0 | |
* iter_to_slice lib stable 1.4.0 | |
* iterator_find_map lib stable 1.30.0 | |
* iterator_flatten lib stable 1.29.0 | |
* iterator_for_each lib stable 1.21.0 | |
* iterator_repeat_with lib stable 1.28.0 | |
* iterator_step_by lib stable 1.28.0 | |
* iterator_try_fold lib stable 1.27.0 | |
* joinhandle_impl_send_sync lib stable 1.29.0 | |
* label_break_value lang unstable 1.28.0 | |
* lang_items lang unstable 1.0.0 | |
* libstd_io_internals lib unstable None | |
* libstd_sys_internals lib unstable None | |
* libstd_thread_internals lib unstable None | |
* link_args lang unstable 1.0.0 | |
* link_cfg lang unstable 1.14.0 | |
* link_llvm_intrinsics lang unstable 1.0.0 | |
* linkage lang unstable 1.0.0 | |
* linked_list_contains lib stable 1.12.0 | |
* linked_list_extras lib unstable None | |
* lint_reasons lang unstable 1.31.0 | |
* log_syntax lang unstable 1.0.0 | |
* loop_break_value lang stable 1.19.0 | |
* lossless_float_conv lib stable 1.6.0 | |
* lossless_int_conv lib stable 1.5.0 | |
* lossless_iusize_conv lib stable 1.26.0 | |
* macro_at_most_once_rep lang stable 1.32.0 | |
* macro_lifetime_matcher lang stable 1.27.0 | |
* macro_literal_matcher lang stable 1.32.0 | |
* macro_reexport lang removed 1.0.0 | |
* macro_rules lang stable 1.0.0 | |
* macro_vis_matcher lang stable 1.30.0 | |
* macros_in_extern lang unstable 1.27.0 | |
* main lang unstable 1.0.0 | |
* managed_boxes lang removed 1.0.0 | |
* manually_drop lib stable 1.20.0 | |
* manually_drop_take lib unstable None | |
* map_entry_keys lib stable 1.10.0 | |
* map_entry_recover_keys2 lib stable 1.12.0 | |
* map_entry_replace lib unstable None | |
* map_get_key_value lib unstable None | |
* map_values_mut lib stable 1.10.0 | |
* marker_trait_attr lang unstable 1.30.0 | |
* match_beginning_vert lang stable 1.25.0 | |
* match_default_bindings lang stable 1.26.0 | |
* maybe_uninit lib unstable None | |
* maybe_uninit_array lib unstable None | |
* maybe_uninit_ref lib unstable None | |
* maybe_uninit_slice lib unstable None | |
* metadata_ext lib stable 1.1.0 | |
* metadata_ext2 lib stable 1.8.0 | |
* min_const_fn lang stable 1.31.0 | |
* min_const_unsafe_fn lang stable 1.33.0 | |
* mips_target_feature lang unstable 1.27.0 | |
* mmx_target_feature lang unstable 1.27.0 | |
* more_box_slice_clone lib stable 1.29.0 | |
* more_io_inner_methods lib stable 1.20.0 | |
* more_struct_aliases lang stable 1.16.0 | |
* movbe_target_feature lang unstable 1.34.0 | |
* move_cell lib stable 1.17.0 | |
* mpsc_debug lib stable 1.8.0 | |
* mpsc_error_conversions lib stable 1.24.0 | |
* mpsc_recv_timeout lib stable 1.12.0 | |
* mpsc_recv_timeout_error lib stable 1.15.0 | |
* mpsc_select lib unstable None | |
* mut_slice_default lib stable 1.5.0 | |
* mutex_default lib stable 1.10.0 | |
* mutex_from lib stable 1.24.0 | |
* mutex_get_mut lib stable 1.6.0 | |
* mutex_into_inner lib stable 1.6.0 | |
* mutexguard lib stable 1.19.0 | |
* n16 lib unstable None | |
* naked_functions lang unstable 1.9.0 | |
* needs_allocator lang unstable 1.4.0 | |
* needs_drop lib stable 1.21.0 | |
* needs_panic_runtime lang unstable 1.10.0 | |
* negate_unsigned lang removed 1.0.0 | |
* net2_mutators lib stable 1.9.0 | |
* never_hash lib stable 1.29.0 | |
* never_type lang unstable 1.13.0 | |
* never_type lib unstable None | |
* nll lang unstable 1.0.0 | |
* no_core lang unstable 1.3.0 | |
* no_debug lang unstable 1.5.0 | |
* no_more_cas lib unstable None | |
* no_panic_abs lib stable 1.13.0 | |
* no_panic_pow lib stable 1.34.0 | |
* no_std lang stable 1.6.0 | |
* non_ascii_idents lang unstable 1.0.0 | |
* non_exhaustive lang unstable 1.22.0 | |
* non_modrs_mods lang stable 1.30.0 | |
* nonnull lib stable 1.25.0 | |
* nonnull_cast lib stable 1.27.0 | |
* nonzero lib stable 1.28.0 | |
* num_wrapping lib stable 1.2.0 | |
* omit_gdb_pretty_printer_section lang unstable 1.5.0 | |
* on_unimplemented lang unstable 1.0.0 | |
* once_is_completed lib unstable None | |
* once_new lib stable 1.2.0 | |
* once_poison lib unstable None | |
* op_assign_builtins_by_ref lib stable 1.22.0 | |
* op_assign_traits lib stable 1.8.0 | |
* open_options_ext lib stable 1.10.0 | |
* opt_out_copy lang removed 1.0.0 | |
* optimize_attribute lang unstable 1.34.0 | |
* optin_builtin_traits lang unstable 1.0.0 | |
* option_entry lib stable 1.20.0 | |
* option_filter lib stable 1.27.0 | |
* option_from lib stable 1.12.0 | |
* option_iter lib stable 1.4.0 | |
* option_ref_from_ref_option lib stable 1.30.0 | |
* option_ref_mut_cloned lib stable 1.26.0 | |
* option_replace lib stable 1.31.0 | |
* option_xor lib unstable None | |
* ord_max_min lib stable 1.21.0 | |
* ordering_chaining lib stable 1.17.0 | |
* os lib stable 1.0.0 | |
* os_str_str_ref_eq lib stable 1.29.0 | |
* os_string_from_box lib stable 1.18.0 | |
* osstring_default lib stable 1.9.0 | |
* osstring_from_cow_osstr lib stable 1.28.0 | |
* osstring_shrink_to_fit lib stable 1.19.0 | |
* osstring_simple_functions lib stable 1.9.0 | |
* overlapping_marker_traits lang unstable 1.18.0 | |
* panic_abort lib unstable None | |
* panic_col lib stable 1.25.0 | |
* panic_handler lang stable 1.30.0 | |
* panic_hook_display lib stable 1.26.0 | |
* panic_hooks lib stable 1.10.0 | |
* panic_implementation lang removed 1.28.0 | |
* panic_info_message lib unstable None | |
* panic_internals lib unstable None | |
* panic_runtime lang unstable 1.10.0 | |
* panic_unwind lib unstable None | |
* park_timeout lib stable 1.4.0 | |
* partialeq_path lib stable 1.6.0 | |
* path_ancestors lib stable 1.28.0 | |
* path_buf_capacity lib unstable None | |
* path_buf_from_box lib stable 1.18.0 | |
* path_component_asref lib stable 1.25.0 | |
* path_components_debug lib stable 1.13.0 | |
* path_ext lib stable 1.5.0 | |
* path_from_str lib stable 1.32.0 | |
* path_into_iter lib stable 1.6.0 | |
* path_iter_debug lib stable 1.13.0 | |
* path_strip_prefix lib stable 1.7.0 | |
* pathbuf_from_cow_path lib stable 1.28.0 | |
* pattern lib unstable None | |
* pattern_parentheses lang stable 1.31.0 | |
* peek lib stable 1.18.0 | |
* pin lib stable 1.33.0 | |
* pin_partialeq_partialord_impl_applicability lib stable 1.34.0 | |
* platform_intrinsics lang unstable 1.4.0 | |
* plugin lang unstable 1.0.0 | |
* plugin_registrar lang unstable 1.0.0 | |
* pointer_methods lib stable 1.26.0 | |
* powerpc_target_feature lang unstable 1.27.0 | |
* precise_pointer_size_matching lang unstable 1.32.0 | |
* prelude_import lang unstable 1.2.0 | |
* print_internals lib unstable None | |
* proc_macro lang stable 1.29.0 | |
* proc_macro_def_site lib unstable None | |
* proc_macro_diagnostic lib unstable None | |
* proc_macro_expr lang removed 1.27.0 | |
* proc_macro_gen lang removed 1.27.0 | |
* proc_macro_hygiene lang unstable 1.30.0 | |
* proc_macro_internals lib unstable None | |
* proc_macro_lib lib stable 1.15.0 | |
* proc_macro_lib2 lib stable 1.29.0 | |
* proc_macro_mod lang removed 1.27.0 | |
* proc_macro_non_items lang removed 1.27.0 | |
* proc_macro_path_invoc lang stable 1.30.0 | |
* proc_macro_quote lib unstable None | |
* proc_macro_raw_ident lib unstable None | |
* proc_macro_span lib unstable None | |
* process lib stable 1.0.0 | |
* process_abort lib stable 1.17.0 | |
* process_exec lib stable 1.15.0 | |
* process_exec2 lib stable 1.9.0 | |
* process_exitcode_placeholder lib unstable None | |
* process_extensions lib stable 1.2.0 | |
* process_id lib stable 1.3.0 | |
* process_internals lib unstable None | |
* process_output_debug lib stable 1.7.0 | |
* process_pre_exec lib stable 1.34.0 | |
* process_try_wait lib stable 1.18.0 | |
* profiler_runtime lang unstable 1.18.0 | |
* profiler_runtime_lib lib unstable None | |
* pthread_t lib stable 1.8.0 | |
* ptr_as_ref lib stable 1.9.0 | |
* ptr_eq lib stable 1.17.0 | |
* ptr_hash lib unstable None | |
* ptr_internals lib unstable None | |
* ptr_offset_from lib unstable None | |
* ptr_unaligned lib stable 1.17.0 | |
* ptr_wrapping_offset lib stable 1.16.0 | |
* ptr_wrapping_offset_from lib unstable None | |
* pub_restricted lang stable 1.18.0 | |
* pushpop_unsafe lang removed 1.2.0 | |
* quad_precision_float lang removed 1.0.0 | |
* question_mark lang stable 1.13.0 | |
* quote lang removed 1.0.0 | |
* range_contains lib stable 1.35.0 | |
* range_is_empty lib unstable None | |
* raw lib unstable None | |
* raw_ext lib stable 1.1.0 | |
* raw_identifiers lang stable 1.30.0 | |
* raw_os lib stable 1.1.0 | |
* raw_vec_internals lib unstable None | |
* rc_counts lib stable 1.15.0 | |
* rc_downcast lib stable 1.29.0 | |
* rc_into_raw_non_null lib unstable None | |
* rc_raw lib stable 1.17.0 | |
* rc_unique lib stable 1.4.0 | |
* rc_weak lib stable 1.4.0 | |
* rchunks lib stable 1.31.0 | |
* re_rebalance_coherence lang unstable 1.32.0 | |
* read_exact lib stable 1.6.0 | |
* read_initializer lib unstable None | |
* receiver_into_iter lib stable 1.1.0 | |
* receiver_trait lib unstable None | |
* receiver_try_iter lib stable 1.15.0 | |
* refcell_map_split lib unstable None | |
* refcell_replace lib stable 1.24.0 | |
* refcell_replace_swap lib unstable None | |
* refcell_swap lib stable 1.24.0 | |
* reflect lang removed 1.0.0 | |
* relaxed_adts lang stable 1.19.0 | |
* rename_connect_to_join lib stable 1.3.0 | |
* renamed_spin_loop lib unstable None | |
* repeat_generic_slice lib unstable None | |
* repeat_str lib stable 1.16.0 | |
* repr128 lang unstable 1.16.0 | |
* repr_align lang stable 1.25.0 | |
* repr_align_enum lang unstable 1.34.0 | |
* repr_packed lang stable 1.33.0 | |
* repr_simd lang unstable 1.4.0 | |
* repr_transparent lang stable 1.28.0 | |
* result_expect lib stable 1.4.0 | |
* result_expect_err lib stable 1.17.0 | |
* result_iter lib stable 1.4.0 | |
* result_map_or_else lib unstable None | |
* result_unwrap_or_default lib stable 1.16.0 | |
* resume_unwind lib stable 1.9.0 | |
* retain_hash_collection lib stable 1.18.0 | |
* reverse_bits lib unstable None | |
* reverse_cmp_key lib stable 1.19.0 | |
* rt lib unstable None | |
* rust1 lib stable 1.0.0 | |
* rustc_attrs lang unstable 1.0.0 | |
* rustc_const_unstable lang unstable 1.0.0 | |
* rustc_diagnostic_macros lang unstable 1.0.0 | |
* rustc_private lib unstable None | |
* rvalue_static_promotion lang stable 1.21.0 | |
* rw_exact_all_at lib stable 1.33.0 | |
* rw_lock_default lib stable 1.10.0 | |
* rw_lock_from lib stable 1.24.0 | |
* rwlock_get_mut lib stable 1.6.0 | |
* rwlock_guard_sync lib stable 1.23.0 | |
* rwlock_into_inner lib stable 1.6.0 | |
* sanitizer_runtime lang unstable 1.17.0 | |
* sanitizer_runtime_lib lib unstable None | |
* self_in_typedefs lang stable 1.32.0 | |
* self_struct_ctor lang stable 1.32.0 | |
* set_permissions lib stable 1.1.0 | |
* set_permissions_atomic lib stable 1.16.0 | |
* set_recovery lib stable 1.9.0 | |
* set_stdio lib unstable None | |
* sgx_platform lib unstable None | |
* shared_from_slice lib stable 1.21.0 | |
* shared_from_slice2 lib stable 1.24.0 | |
* shrink_to lib unstable None | |
* signed_nonzero lib stable 1.34.0 | |
* simd lang removed 1.0.0 | |
* simd_arch lib stable 1.27.0 | |
* simd_ffi lang unstable 1.0.0 | |
* slice_align_to lib stable 1.30.0 | |
* slice_binary_search_by_key lib stable 1.10.0 | |
* slice_concat_ext lib unstable None | |
* slice_get_slice lib stable 1.28.0 | |
* slice_get_slice_impls lib stable 1.15.0 | |
* slice_index_methods lib unstable None | |
* slice_internals lib unstable None | |
* slice_iter_as_ref lib stable 1.13.0 | |
* slice_iter_mut_as_slice lib unstable None | |
* slice_partition_dedup lib unstable None | |
* slice_patterns lang unstable 1.0.0 | |
* slice_rotate lib stable 1.26.0 | |
* slice_rsplit lib stable 1.27.0 | |
* slice_sort_by_cached_key lib stable 1.34.0 | |
* slice_sort_by_key lib stable 1.7.0 | |
* slice_splits lib stable 1.5.0 | |
* slice_to_socket_addrs lib stable 1.8.0 | |
* slicing_syntax lang stable 1.0.0 | |
* smart_ptr_as_ref lib stable 1.5.0 | |
* sockaddr_checker lib stable 1.16.0 | |
* sockaddr_setters lib stable 1.9.0 | |
* socket_addr_from_str lib stable 1.5.0 | |
* socket_timeout lib stable 1.4.0 | |
* sort_internals lib unstable None | |
* sort_unstable lib stable 1.20.0 | |
* specialization lang unstable 1.7.0 | |
* spin_loop_hint lib stable 1.24.0 | |
* splice lib stable 1.27.0 | |
* split_ascii_whitespace lib stable 1.34.0 | |
* split_off lib stable 1.4.0 | |
* split_whitespace lib stable 1.1.0 | |
* sse4a_target_feature lang unstable 1.27.0 | |
* staged_api lang unstable 1.0.0 | |
* start lang unstable 1.0.0 | |
* static_in_const lang stable 1.17.0 | |
* static_nobundle lang unstable 1.16.0 | |
* static_recursion lang stable 1.17.0 | |
* std_debug lib stable 1.16.0 | |
* std_guard_impls lib stable 1.20.0 | |
* std_internals lib unstable None | |
* std_panic lib stable 1.9.0 | |
* stdio_from lib stable 1.20.0 | |
* stdsimd lib unstable None | |
* step_trait lib unstable None | |
* stmt_expr_attributes lang unstable 1.6.0 | |
* str_as_mut_ptr lib unstable None | |
* str_box_extras lib stable 1.20.0 | |
* str_checked_slicing lib stable 1.20.0 | |
* str_escape lib stable 1.34.0 | |
* str_internals lib unstable None | |
* str_match_indices lib stable 1.5.0 | |
* str_matches lib stable 1.2.0 | |
* str_mut_extras lib stable 1.20.0 | |
* str_parse_error lib stable 1.5.0 | |
* str_parse_error2 lib stable 1.8.0 | |
* str_replacen lib stable 1.16.0 | |
* str_slice_mut lib stable 1.5.0 | |
* str_split_at lib stable 1.4.0 | |
* str_to_string_specialization lib stable 1.9.0 | |
* string_as_str lib stable 1.7.0 | |
* string_box_error lib stable 1.6.0 | |
* string_from_box lib stable 1.18.0 | |
* string_from_cow_str lib stable 1.14.0 | |
* string_from_iter_by_ref lib stable 1.17.0 | |
* string_retain lib stable 1.26.0 | |
* string_split_off lib stable 1.16.0 | |
* string_to_socket_addrs lib stable 1.16.0 | |
* string_to_string_specialization lib stable 1.17.0 | |
* stringaddassign lib stable 1.12.0 | |
* strip_prefix lib stable 1.7.0 | |
* struct_field_attributes lang stable 1.20.0 | |
* struct_inherit lang removed 1.0.0 | |
* struct_variant lang stable 1.0.0 | |
* structural_match lang unstable 1.8.0 | |
* swap_nonoverlapping lib stable 1.27.0 | |
* swap_with_slice lib stable 1.27.0 | |
* symlink lib stable 1.1.0 | |
* symlink_metadata lib stable 1.1.0 | |
* symmetric_u32_duration_mul lib stable 1.31.0 | |
* sync_poison lib stable 1.2.0 | |
* take_set_limit lib stable 1.27.0 | |
* target_feature lang stable 1.27.0 | |
* tbm_target_feature lang unstable 1.27.0 | |
* tcpstream_connect_timeout lib stable 1.21.0 | |
* termination_trait lang stable 1.26.0 | |
* termination_trait_lib lib unstable None | |
* termination_trait_test lang stable 1.27.0 | |
* test lib unstable None | |
* test_2018_feature lang unstable 1.31.0 | |
* test_accepted_feature lang stable 1.0.0 | |
* test_removed_feature lang removed 1.0.0 | |
* thread_extensions lib stable 1.9.0 | |
* thread_id lib stable 1.19.0 | |
* thread_local lang unstable 1.0.0 | |
* thread_local_internals lib unstable None | |
* thread_local_try_with lib stable 1.26.0 | |
* thread_sleep lib stable 1.4.0 | |
* thread_spawn_unchecked lib unstable None | |
* time lib stable 1.3.0 | |
* time2 lib stable 1.8.0 | |
* time_augmented_assignment lib stable 1.9.0 | |
* time_checked_add lib stable 1.34.0 | |
* token_stream_extend lib stable 1.30.0 | |
* tool_attributes lang stable 1.30.0 | |
* tool_lints lang stable 1.31.0 | |
* toowned_clone_into lib unstable None | |
* trace_macros lang unstable 1.0.0 | |
* trait_alias lang unstable 1.24.0 | |
* transpose_result lib stable 1.33.0 | |
* trim_direction lib stable 1.30.0 | |
* trivial_bounds lang unstable 1.28.0 | |
* trusted_len lib unstable None | |
* try_blocks lang unstable 1.29.0 | |
* try_borrow lib stable 1.13.0 | |
* try_from lib stable 1.34.0 | |
* try_reserve lib unstable None | |
* try_trait lib unstable None | |
* tuple_indexing lang stable 1.0.0 | |
* type_alias_enum_variants lang unstable 1.31.0 | |
* type_ascription lang unstable 1.6.0 | |
* type_macros lang stable 1.13.0 | |
* unboxed_closures lang unstable 1.0.0 | |
* underscore_const_names lang unstable 1.31.0 | |
* underscore_imports lang stable 1.33.0 | |
* underscore_lifetimes lang stable 1.26.0 | |
* unicode_case_mapping lib stable 1.2.0 | |
* unicode_encode_char lib stable 1.15.0 | |
* unicode_internals lib unstable None | |
* unicode_version lib unstable None | |
* uniform_paths lang stable 1.32.0 | |
* unit_from_iter lib stable 1.23.0 | |
* universal_impl_trait lang stable 1.26.0 | |
* unix_ppid lib stable 1.27.0 | |
* unix_socket lib stable 1.10.0 | |
* unix_socket_redox lib stable 1.29 | |
* unmarked_api lang removed 1.0.0 | |
* unreachable lib stable 1.27.0 | |
* unrestricted_attribute_tokens lang stable 1.34.0 | |
* unsafe_cell_default lib stable 1.10.0 | |
* unsafe_no_drop_flag lang removed 1.0.0 | |
* unsize lib unstable None | |
* unsized_locals lang unstable 1.30.0 | |
* unsized_tuple_coercion lang unstable 1.20.0 | |
* untagged_unions lang unstable 1.13.0 | |
* unwind_attributes lang unstable 1.4.0 | |
* unwind_safe_atomic_refs lib stable 1.14.0 | |
* unwind_safe_lock_refs lib stable 1.12.0 | |
* update_panic_count lib unstable None | |
* use_extern_macros lang stable 1.30.0 | |
* use_nested_groups lang stable 1.25.0 | |
* used lang stable 1.30.0 | |
* utf8_error lib stable 1.5.0 | |
* utf8_error_error_len lib stable 1.20.0 | |
* vec_as_mut lib stable 1.5.0 | |
* vec_as_slice lib stable 1.7.0 | |
* vec_deque_contains lib stable 1.12.0 | |
* vec_deque_partial_eq_slice lib stable 1.17.0 | |
* vec_deque_retain lib stable 1.4.0 | |
* vec_drain_as_slice lib unstable None | |
* vec_extend_from_slice lib stable 1.6.0 | |
* vec_from_box lib stable 1.18.0 | |
* vec_from_cow_slice lib stable 1.14.0 | |
* vec_from_mut lib stable 1.19.0 | |
* vec_into_iter_as_slice lib stable 1.15.0 | |
* vec_into_iter_clone lib stable 1.8.0 | |
* vec_intoiter_debug lib stable 1.13.0 | |
* vec_remove_item lib unstable None | |
* vec_resize lib stable 1.5.0 | |
* vec_resize_default lib unstable None | |
* vec_resize_with lib stable 1.33.0 | |
* vec_splice lib stable 1.21.0 | |
* vecdeque_rotate lib unstable None | |
* vecdeque_vec_conversions lib stable 1.10.0 | |
* visible_private_types lang removed 1.0.0 | |
* volatile lib stable 1.9.0 | |
* wait_timeout lib stable 1.5.0 | |
* wait_timeout_until lib unstable None | |
* wait_until lib unstable None | |
* wasm_target_feature lang unstable 1.30.0 | |
* weak_counts lib unstable None | |
* weak_ptr_eq lib unstable None | |
* while_let lang stable 1.0.0 | |
* windows_c lib unstable None | |
* windows_file_type_ext lib unstable None | |
* windows_handle lib unstable None | |
* windows_net lib unstable None | |
* windows_process_extensions lib stable 1.16.0 | |
* windows_stdio lib unstable None | |
* windows_subsystem lang stable 1.18.0 | |
* wrapping lib stable 1.7.0 | |
* wrapping_display lib stable 1.10.0 | |
* wrapping_div lib stable 1.3.0 | |
* wrapping_fmt lib stable 1.11.0 | |
* wrapping_impls lib stable 1.7.0 | |
* wrapping_int_impl lib unstable None | |
* wrapping_iter_arith lib stable 1.14.0 | |
* wrapping_neg lib stable 1.10.0 | |
* wrapping_next_power_of_two lib unstable None | |
* wrapping_ref lib stable 1.14.0 | |
[TIMING] Tidy -- 1.185 | |
[src/bootstrap/compile.rs:965] Rustc{compiler: build_compiler, target: target_compiler.host,} = Rustc { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
Finished release [optimized] target(s) in 0.31s | |
Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
[TIMING] Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } -- 0.337 | |
Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
Finished release [optimized] target(s) in 0.30s | |
Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
[TIMING] Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } -- 0.314 | |
[src/bootstrap/compile.rs:505] Test{compiler: builder.compiler(self.compiler.stage, builder.config.build), | |
target: builder.config.build,} = Test { | |
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) | |
Finished release [optimized] target(s) in 0.33s | |
Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
[TIMING] Rustc { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } -- 0.354 | |
[src/bootstrap/compile.rs:643] Rustc{compiler, target,} = Rustc { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
Building stage0 codegen artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu, llvm) | |
Finished release [optimized] target(s) in 0.31s | |
[TIMING] CodegenBackend { compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-gnu", backend: "llvm" } -- 0.326 | |
Assembling stage1 compiler (x86_64-unknown-linux-gnu) | |
[src/bootstrap/compile.rs:965] Rustc{compiler: build_compiler, target: target_compiler.host,} = Rustc { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-musl) | |
Finished release [optimized] target(s) in 0.34s | |
Copying stage1 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-musl) | |
[TIMING] Std { target: "x86_64-unknown-linux-musl", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } -- 0.359 | |
Building stage1 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-musl) | |
Finished release [optimized] target(s) in 0.32s | |
Copying stage1 test from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-musl) | |
[TIMING] Test { target: "x86_64-unknown-linux-musl", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } -- 0.336 | |
[src/bootstrap/compile.rs:505] Test{compiler: builder.compiler(self.compiler.stage, builder.config.build), | |
target: builder.config.build,} = Test { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-gnu", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
Finished release [optimized] target(s) in 0.28s | |
Copying stage1 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
[TIMING] Std { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } -- 0.304 | |
Building stage1 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
Finished release [optimized] target(s) in 0.26s | |
Copying stage1 test from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu) | |
[TIMING] Test { target: "x86_64-unknown-linux-gnu", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } -- 0.278 | |
Building stage1 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-musl) | |
Finished release [optimized] target(s) in 0.35s | |
Copying stage1 rustc from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-musl) | |
[TIMING] Rustc { target: "x86_64-unknown-linux-musl", compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" } } -- 0.376 | |
[src/bootstrap/compile.rs:643] Rustc{compiler, target,} = Rustc { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 1, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
Building stage1 codegen artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-musl, llvm) | |
Finished release [optimized] target(s) in 0.31s | |
[TIMING] CodegenBackend { compiler: Compiler { stage: 1, host: "x86_64-unknown-linux-gnu" }, target: "x86_64-unknown-linux-musl", backend: "llvm" } -- 0.331 | |
Assembling stage2 compiler (x86_64-unknown-linux-musl) | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 2, | |
host: "x86_64-unknown-linux-musl" | |
} | |
} | |
Uplifting stage1 std (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-musl) | |
Copying stage2 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-musl / x86_64-unknown-linux-musl) | |
[src/bootstrap/compile.rs:965] Rustc{compiler: build_compiler, target: target_compiler.host,} = Rustc { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:477] Test{compiler, target,} = Test { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
[src/bootstrap/compile.rs:352] Std{compiler, target,} = Std { | |
target: "x86_64-unknown-linux-musl", | |
compiler: Compiler { | |
stage: 0, | |
host: "x86_64-unknown-linux-gnu" | |
} | |
} | |
Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-musl) | |
Finished release [optimized] target(s) in 0.29s | |
Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-musl) | |
[TIMING] Std { target: "x86_64-unknown-linux-musl", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } -- 0.308 | |
Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-musl) | |
Finished release [optimized] target(s) in 0.24s | |
Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-musl) | |
[TIMING] Test { target: "x86_64-unknown-linux-musl", compiler: Compiler { stage: 0, host: "x86_64-unknown-linux-gnu" } } -- 0.263 | |
[src/bootstrap/compile.rs:505] Test{compiler: builder.compiler(self.compiler.stage, builder.config.build), | |
target: builder.config.build,} = Test { | |
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-musl) | |
error: failed to run `rustc` to learn about target-specific information | |
Caused by: | |
process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustc - --crate-name ___ --print=file-names --target x86_64-unknown-linux-musl --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro` (exit code: 1) | |
--- stderr | |
error: unknown debugging option: `dual-proc-macros` | |
[RUSTC-TIMING] ___ test:false 0.008 | |
command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "--target" "x86_64-unknown-linux-musl" "-Zdual-proc-macros" "-j" "16" "--release" "--locked" "--features" "" "--manifest-path" "/checkout/src/rustc/Cargo.toml" "--message-format" "json" | |
expected success, got: exit code: 101 | |
failed to run: /checkout/obj/build/bootstrap/debug/bootstrap test --host x86_64-unknown-linux-musl --target x86_64-unknown-linux-musl | |
Build completed unsuccessfully in 0:00:07 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment