Skip to content

Conversation

@cjgillot
Copy link
Contributor

@cjgillot cjgillot commented Jan 3, 2021

For perf only.

r? @ghost

@rust-log-analyzer
Copy link
Collaborator

The job mingw-check failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
 Checking rustc_middle v0.0.0 (/checkout/compiler/rustc_middle) Checking rustc_ast_passes v0.0.0 (/checkout/compiler/rustc_ast_passes) Checking rustc_expand v0.0.0 (/checkout/compiler/rustc_expand) Checking rustc_builtin_macros v0.0.0 (/checkout/compiler/rustc_builtin_macros) error[E0200]: the trait `std::marker::Sync` requires an `unsafe impl` declaration --> compiler/rustc_middle/src/ty/query/mod.rs:132:1 | 132 | impl rustc_data_structures::sync::Sync for QueryEngine {} error: aborting due to previous error For more information about this error, try `rustc --explain E0200`. For more information about this error, try `rustc --explain E0200`. error: could not compile `rustc_middle` To learn more, run the command again with --verbose. warning: build failed, waiting for other jobs to finish... error: build failed command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "check" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "--release" "--color" "always" "--features" " llvm max_level_info" "--manifest-path" "/checkout/compiler/rustc/Cargo.toml" "-p" "rustc-main" "-p" "rustc_driver" "-p" "rustc_hir_pretty" "-p" "rustc_ast" "-p" "rustc_lexer" "-p" "rustc_index" "-p" "rustc_macros" "-p" "rustc_hir" "-p" "rustc_session" "-p" "rustc_fs_util" "-p" "rustc_lint_defs" "-p" "rustc_data_structures" "-p" "rustc_graphviz" "-p" "rustc_span" "-p" "rustc_arena" "-p" "rustc_mir" "-p" "coverage_test_macros" "-p" "rustc_apfloat" "-p" "rustc_infer" "-p" "rustc_attr" "-p" "rustc_trait_selection" "-p" "rustc_parse_format" "-p" "rustc_metadata" "-p" "rustc_incremental" "-p" "rustc_expand" "-p" "rustc_ast_passes" "-p" "rustc_serialize" "-p" "rustc_error_codes" "-p" "rustc_feature" "-p" "rustc_lint" "-p" "rustc_target" "-p" "rustc_save_analysis" "-p" "rustc_parse" "-p" "rustc_ast_pretty" "-p" "rustc_interface" "-p" "rustc_passes" "-p" "rustc_traits" "-p" "rustc_query_impl" "-p" "rustc_query_system" "-p" "rustc_builtin_macros" "-p" "rustc_resolve" "-p" "rustc_privacy" "-p" "rustc_ast_lowering" "-p" "rustc_symbol_mangling" "-p" "rustc_typeck" "-p" "rustc_ty_utils" "-p" "rustc_mir_build" "-p" "rustc_codegen_llvm" "-p" "rustc_llvm" "-p" "rustc_middle" "-p" "rustc_type_ir" "-p" "rustc_errors" "-p" "rustc_plugin_impl" "-p" "rustc_codegen_ssa" "--message-format" "json-render-diagnostics" failed to run: /checkout/obj/build/bootstrap/debug/bootstrap check Build completed unsuccessfully in 0:02:09 
@rust-log-analyzer
Copy link
Collaborator

The job mingw-check failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
 Checking rustc_save_analysis v0.0.0 (/checkout/compiler/rustc_save_analysis) Checking rustc_metadata v0.0.0 (/checkout/compiler/rustc_metadata) Checking rustc_codegen_ssa v0.0.0 (/checkout/compiler/rustc_codegen_ssa) Checking rustc_resolve v0.0.0 (/checkout/compiler/rustc_resolve) error: unnecessary `unsafe` block --> compiler/rustc_query_impl/src/plumbing.rs:415:17 | 205 | / macro_rules! define_queries { 206 | | (<$tcx:tt> 207 | | $($(#[$attr:meta])* 208 | | [$($modifiers:tt)*] fn $name:ident($K:ty) -> $V:ty,)*) => { ... | 216 | /| define_queries_struct! { 217 | || tcx: $tcx, 218 | || input: ($(([$($modifiers)*] [$($attr)*] [$name]))*) 219 | || } | ||___________- in this macro invocation (#3) 275 | | } 276 | | } 276 | | } | |___- in this expansion of `define_queries!` (#2) ... 338 | / macro_rules! define_queries_struct { 339 | | (tcx: $tcx:tt, 340 | | input: ($(([$($modifiers:tt)*] [$($attr:tt)*] [$name:ident]))*)) => { 341 | | pub struct Queries<$tcx> { ... | 415 | | unsafe { rustc_query_system::query::deadlock(tcx, registry) } | | ^^^^^^ unnecessary `unsafe` block 536 | | }; 537 | | } 537 | | } | |____- in this expansion of `define_queries_struct!` (#3) ::: compiler/rustc_query_impl/src/lib.rs:90:1 | | 90 | rustc_query_append! { [define_queries!][<'tcx>] } | ------------------------------------------------- in this macro invocation (#1) | ::: /checkout/compiler/rustc_middle/src/query/mod.rs:12:1 | 12 | / rustc_queries! { 13 | | Other { 14 | | query trigger_delay_span_bug(key: DefId) -> () { 15 | | desc { "trigger a delay span bug" } 1640 | | } 1641 | | } | | - | | | | | | | |_in this expansion of `rustc_query_append!` (#1) | in this macro invocation (#2) | = note: `-D unused-unsafe` implied by `-D warnings` error: aborting due to previous error error: could not compile `rustc_query_impl` To learn more, run the command again with --verbose. warning: build failed, waiting for other jobs to finish... error: build failed command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "check" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "--release" "--color" "always" "--features" " llvm max_level_info" "--manifest-path" "/checkout/compiler/rustc/Cargo.toml" "-p" "rustc-main" "-p" "rustc_driver" "-p" "rustc_save_analysis" "-p" "rustc_lexer" "-p" "rustc_feature" "-p" "rustc_target" "-p" "rustc_index" "-p" "rustc_macros" "-p" "rustc_hir_pretty" "-p" "rustc_ast" "-p" "rustc_middle" "-p" "rustc_apfloat" "-p" "rustc_type_ir" "-p" "rustc_attr" "-p" "rustc_arena" "-p" "rustc_query_system" "-p" "rustc_plugin_impl" "-p" "rustc_error_codes" "-p" "rustc_mir" "-p" "rustc_trait_selection" "-p" "rustc_parse_format" "-p" "rustc_graphviz" "-p" "coverage_test_macros" "-p" "rustc_infer" "-p" "rustc_data_structures" "-p" "rustc_span" "-p" "rustc_metadata" "-p" "rustc_incremental" "-p" "rustc_fs_util" "-p" "rustc_expand" "-p" "rustc_ast_passes" "-p" "rustc_session" "-p" "rustc_lint_defs" "-p" "rustc_parse" "-p" "rustc_lint" "-p" "rustc_ast_pretty" "-p" "rustc_errors" "-p" "rustc_interface" "-p" "rustc_codegen_llvm" "-p" "rustc_llvm" "-p" "rustc_builtin_macros" "-p" "rustc_privacy" "-p" "rustc_ty_utils" "-p" "rustc_mir_build" "-p" "rustc_passes" "-p" "rustc_typeck" "-p" "rustc_ast_lowering" "-p" "rustc_symbol_mangling" "-p" "rustc_resolve" "-p" "rustc_query_impl" "-p" "rustc_traits" "-p" "rustc_serialize" "-p" "rustc_hir" "-p" "rustc_codegen_ssa" "--message-format" "json-render-diagnostics" failed to run: /checkout/obj/build/bootstrap/debug/bootstrap check Build completed unsuccessfully in 0:02:26 
@cjgillot
Copy link
Contributor Author

cjgillot commented Jan 3, 2021

@bors try @rust-timer queue

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion.

@bors
Copy link
Collaborator

bors commented Jan 3, 2021

⌛ Trying commit ed8952600802ea29f34cbbf0df0c5ba2a480d7e1 with merge 05c929104c5c8de8e8fa4d0a49883dd67f2ab944...

@rust-log-analyzer
Copy link
Collaborator

The job x86_64-gnu-llvm-9 failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
.................................................................................................... 9000/11240 .................................................................................................... 9100/11240 .................................................................................................... 9200/11240 ....................................i......i........................................................ 9300/11240 ...........................................................................iiiiii..iiiiii.i......... 9400/11240 .................................................................................................... 9600/11240 .................................................................................................... 9700/11240 .................................................................................................... 9800/11240 .................................................................................................... 9900/11240 --- Suite("src/test/assembly") not skipped for "bootstrap::test::Assembly" -- not in ["src/tools/tidy"] Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) running 27 tests iiiiiiiiiiiiiiiiiiiiiiiiiii finished in 0.084 seconds Suite("src/test/incremental") not skipped for "bootstrap::test::Incremental" -- not in ["src/tools/tidy"] Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) --- Suite("src/test/debuginfo") not skipped for "bootstrap::test::Debuginfo" -- not in ["src/tools/tidy"] Check compiletest suite=debuginfo mode=debuginfo (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) running 116 tests iiiiiiiiii.i.i..i..i..ii......ii...ii..........iiii.........i.....i...i.......ii.i.ii.....iiii.....i 100/116 test result: ok. 78 passed; 0 failed; 38 ignored; 0 measured; 0 filtered out; finished in 2.35s finished in 2.428 seconds Suite("src/test/ui-fulldeps") not skipped for "bootstrap::test::UiFullDeps" -- not in ["src/tools/tidy"] --- finished in 31.237 seconds Testing rustc_mir stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) Compiling coverage_test_macros v0.0.0 (/checkout/compiler/rustc_mir/src/transform/coverage/test_macros) Compiling rustc_mir v0.0.0 (/checkout/compiler/rustc_mir) error: linking with `cc` failed: exit code: 1 | = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.0.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.1.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.10.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.11.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.12.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.13.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.14.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.15.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.2.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.3.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.4.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.5.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.6.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.7.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.8.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056.rustc_mir.cumqkj60-cgu.9.rcgu.o" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-5425cc5b48d00056" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/build/psm-e2101887f80ef6a2/out" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-ltest-6485115b800d3586" "-Wl,-Bstatic" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libgsgdt-16f2fe302d3c42b7.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libserde-cbeb71ebef2edcb0.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libregex-3363498c6b403acd.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libthread_local-617665ef5789ff80.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libregex_syntax-80db82d430c9e3ae.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaho_corasick-511f377fe4a409a9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-bf7423a2ff77628f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libitertools-268e919081d2640a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_trait_selection-5556a70d5d09cf4a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_parse_format-40834de178fe90d4.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libeither-5304369697b68626.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_infer-a4ec5e52149fc57a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libchalk_ir-19f869cd980c34e3.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_type_ir-ead91bfbcbcd2a60.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_apfloat-6aebcb29c6a6884c.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpolonius_engine-65b41db045dd90bc.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libdatafrog-fe812cd4d93f533d.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_attr-8f0dd8ad88e33bd3.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libversion_check-3cda3f40a9853959.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_ast_pretty-a5be5d4a198ddced.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_session-b1f75176d2cba9a6.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libnum_cpus-1c67dee5b892776e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-2497cba28ee6b911.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_fs_util-4486883da8fa765e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_feature-a1cc80e4771b917f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_query_system-c2af2cf78cd25d61.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_hir-90ab220d81b679c1.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_target-1b974cda6f7f7d91.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_errors-6074e2ed80e29552.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtermize-4a41fb3c447d636a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libatty-8f568659e76a3bbf.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libannotate_snippets-c3f7db5a4e59da63.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtermcolor-53ab7032dace5b2a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_lint_defs-6b8080889afe8a48.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_ast-bbacf4e9a02e3163.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_lexer-15235b9f217255fb.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_xid-81ef40c3bfbd7a97.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_span-56394627613c8912.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libscoped_tls-d069016d865e653a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsha2-102550be865fdac9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsha1-fa32336c0d03bef4.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcpuid_bool-5fa2834909ad8bfb.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmd5-5fcae3352beeb8ef.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libopaque_debug-490f2962b755167b.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libblock_buffer-5adbbe50df387874.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libdigest-3d785999effb2eeb.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgeneric_array-1314e688485d65e8.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtypenum-54fef6d64e32d0bc.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-506611052f6e252d.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_arena-f311fa423fd2b21e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_data_structures-7842255674f61e7d.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstacker-184adc5d1490dce9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpsm-97f9794f25c82ac6.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtempfile-7545a11ae40682f9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-e85cb0786c7adb19.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_chacha-be71368bb220dff0.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libppv_lite86-189bd6deb411871e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_core-2a68f758393bba53.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetrandom-99c0ac5d82eaeb9c.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libremove_dir_all-750f44d3c3db4202.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmeasureme-9ee44a2ef2fa9213.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libparking_lot-46be7dbe98d0c890.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libparking_lot_core-e55d55fbec6a739f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblock_api-e77e6f7286f2e840.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libscopeguard-d32b133828fdc844.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libinstant-1680b6bb6a5a87c1.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libena-0deecd92529e06c9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog-518233e98f8450d1.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstable_deref_trait-b71ae323a63bc184.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_graphviz-ce44788b944c7821.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libjobserver-c2b2db10e05d6b0b.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4a7f3f5739debac.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_hash-d9836127c7064320.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_index-8062c3b08178f263.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_serialize-6b099264ce27495f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libindexmap-a431a89f56482233.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-68152e6f75716a83.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsmallvec-f0f603ecb9cac12b.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libarrayvec-4ed38ad119ec8b5e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbitflags-881e78fbef93ba97.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libtracing-18f6d56aba8df872.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtracing_core-e9effcf5ee28e31c.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-3fd0d6cbd67a470f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-36115a2cfbc24f05.rlib" "-Wl,--start-group" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-05207fe44e4b40c3" "-Wl,--end-group" "-Wl,-Bstatic" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3e915a944a8f578e.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,-rpath,$ORIGIN/../lib" = note: /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.12.rcgu.o): In function `rustc_middle::middle::lang_items::<impl rustc_middle::ty::context::TyCtxt>::fn_trait_kind_from_lang_item': rustc_middle.6w5jrwqi-cgu.12:(.text._ZN12rustc_middle6middle10lang_items51_$LT$impl$u20$rustc_middle..ty..context..TyCtxt$GT$28fn_trait_kind_from_lang_item17h7c504e062bb7ffb5E+0x20): undefined reference to `get_lang_items' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.12.rcgu.o): In function `rustc_middle::ty::<impl rustc_middle::ty::context::TyCtxt>::generator_layout': rustc_middle.6w5jrwqi-cgu.12:(.text._ZN12rustc_middle2ty51_$LT$impl$u20$rustc_middle..ty..context..TyCtxt$GT$16generator_layout17h1b6950ed1c94fa7aE+0x17): undefined reference to `optimized_mir' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.14.rcgu.o): In function `rustc_middle::ty::ParamEnv::with_reveal_all_normalized': rustc_middle.6w5jrwqi-cgu.14:(.text._ZN12rustc_middle2ty8ParamEnv26with_reveal_all_normalized17hdf326284594c3e33E+0x1d): undefined reference to `normalize_opaque_types' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.14.rcgu.o): In function `rustc_middle::ty::FieldDef::ty': rustc_middle.6w5jrwqi-cgu.14:(.text._ZN12rustc_middle2ty8FieldDef2ty17h22daf1b8788b30ceE+0x21): undefined reference to `type_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.3.rcgu.o): In function `<rustc_middle::ty::layout::LayoutCx<rustc_middle::ty::context::TyCtxt> as rustc_target::abi::LayoutOf>::layout_of': rustc_middle.6w5jrwqi-cgu.3:(.text._ZN123_$LT$rustc_middle..ty..layout..LayoutCx$LT$rustc_middle..ty..context..TyCtxt$GT$$u20$as$u20$rustc_target..abi..LayoutOf$GT$9layout_of17h02219a11af54bf4dE+0x69): undefined reference to `layout_raw' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.4.rcgu.o): In function `<rustc_middle::ty::erase_regions::RegionEraserVisitor as rustc_middle::ty::fold::TypeFolder>::fold_ty': rustc_middle.6w5jrwqi-cgu.4:(.text._ZN107_$LT$rustc_middle..ty..erase_regions..RegionEraserVisitor$u20$as$u20$rustc_middle..ty..fold..TypeFolder$GT$7fold_ty17h66e0e6404bf3af90E+0x48): undefined reference to `erase_regions_ty' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.4.rcgu.o): In function `<rustc_middle::ty::normalize_erasing_regions::NormalizeAfterErasingRegionsFolder as rustc_middle::ty::fold::TypeFolder>::fold_ty': rustc_middle.6w5jrwqi-cgu.4:(.text._ZN134_$LT$rustc_middle..ty..normalize_erasing_regions..NormalizeAfterErasingRegionsFolder$u20$as$u20$rustc_middle..ty..fold..TypeFolder$GT$7fold_ty17hed6b1b5f8a1112f1E+0x24): undefined reference to `normalize_generic_arg_after_erasing_regions' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::try_print_visible_def_path_recur': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h9c0eccbc80154d43E+0x69): undefined reference to `visible_parent_map' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h9c0eccbc80154d43E+0x1e2): undefined reference to `extern_crate' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h9c0eccbc80154d43E+0x692): undefined reference to `item_children' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h9c0eccbc80154d43E+0xb2b): undefined reference to `original_crate_name' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::try_print_visible_def_path_recur': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h9e804610ff00caf2E+0x69): undefined reference to `visible_parent_map' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h9e804610ff00caf2E+0x1e2): undefined reference to `extern_crate' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h9e804610ff00caf2E+0x692): undefined reference to `item_children' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h9e804610ff00caf2E+0xb2b): undefined reference to `original_crate_name' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::pretty_print_type': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter17pretty_print_type17h6c1a30b1464d1361E+0x5e1): undefined reference to `fn_sig' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::pretty_print_type': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter17pretty_print_type17h71cda72ae051a1a3E+0x5e1): undefined reference to `fn_sig' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::pretty_print_const': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter18pretty_print_const17hbe033ed90dd65306E+0x1e7): undefined reference to `def_kind' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter18pretty_print_const17hbe033ed90dd65306E+0xdc2): undefined reference to `destructure_const' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter18pretty_print_const17hbe033ed90dd65306E+0x15ce): undefined reference to `def_span' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_def_path': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$14print_def_path17haf511d0841572272E+0x9f): undefined reference to `def_span' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$14print_def_path17haf511d0841572272E+0x1d7): undefined reference to `trimmed_def_paths' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_def_path': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$14print_def_path17hecc2cf8b28733c44E+0x9e): undefined reference to `def_span' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$14print_def_path17hecc2cf8b28733c44E+0x23a): undefined reference to `trimmed_def_paths' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_dyn_existential': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$21print_dyn_existential17h21f143db209650eeE+0x6f6): undefined reference to `generics_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_dyn_existential': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$21print_dyn_existential17h32eda416d032d612E+0x6f7): undefined reference to `generics_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_const': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$11print_const17h9a48d27af0136731E+0x1f6): undefined reference to `def_kind' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$11print_const17h9a48d27af0136731E+0xe45): undefined reference to `destructure_const' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$11print_const17h9a48d27af0136731E+0x15bc): undefined reference to `def_span' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::path_crate': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$10path_crate17ha4e392930e80321aE+0x2e): undefined reference to `crate_name' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::path_crate': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$10path_crate17he6f7f7b19d4f1b29E+0x2e): undefined reference to `crate_name' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `rustc_middle::ty::print::Printer::default_print_def_path': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h3f0195e8a5113505E+0xb8): undefined reference to `generics_of' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h3f0195e8a5113505E+0xe7): undefined reference to `type_of' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h3f0195e8a5113505E+0x116): undefined reference to `impl_trait_ref' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h3f0195e8a5113505E+0x639): undefined reference to `generics_of' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h3f0195e8a5113505E+0x6ff): undefined reference to `generics_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.5.rcgu.o): In function `rustc_middle::ty::print::Printer::default_print_def_path': rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17haedde51c562b78f4E+0xb8): undefined reference to `generics_of' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17haedde51c562b78f4E+0xe7): undefined reference to `type_of' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17haedde51c562b78f4E+0x116): undefined reference to `impl_trait_ref' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17haedde51c562b78f4E+0x63c): undefined reference to `generics_of' rustc_middle.6w5jrwqi-cgu.5:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17haedde51c562b78f4E+0x702): undefined reference to `generics_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.7.rcgu.o): In function `rustc_middle::ty::sty::ExistentialPredicate::stable_cmp': rustc_middle.6w5jrwqi-cgu.7:(.text._ZN12rustc_middle2ty3sty20ExistentialPredicate10stable_cmp17h9eb2154cdd70f12bE+0xb0): undefined reference to `trait_def' rustc_middle.6w5jrwqi-cgu.7:(.text._ZN12rustc_middle2ty3sty20ExistentialPredicate10stable_cmp17h9eb2154cdd70f12bE+0xd2): undefined reference to `trait_def' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.7.rcgu.o): In function `rustc_middle::ty::print::pretty::<impl rustc_middle::ty::print::Print<P> for rustc_middle::ty::sty::ExistentialProjection>::print': rustc_middle.6w5jrwqi-cgu.7:(.text._ZN12rustc_middle2ty5print6pretty114_$LT$impl$u20$rustc_middle..ty..print..Print$LT$P$GT$$u20$for$u20$rustc_middle..ty..sty..ExistentialProjection$GT$5print17h1fbf8f7971953958E+0x27): undefined reference to `associated_item' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.7.rcgu.o): In function `rustc_middle::ty::print::pretty::<impl rustc_middle::ty::print::Print<P> for rustc_middle::ty::sty::ExistentialProjection>::print': rustc_middle.6w5jrwqi-cgu.7:(.text._ZN12rustc_middle2ty5print6pretty114_$LT$impl$u20$rustc_middle..ty..print..Print$LT$P$GT$$u20$for$u20$rustc_middle..ty..sty..ExistentialProjection$GT$5print17hd23c5575b73280b7E+0x27): undefined reference to `associated_item' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.8.rcgu.o): In function `rustc_middle::hir::map::Map::find_entry': rustc_middle.6w5jrwqi-cgu.8:(.text._ZN12rustc_middle3hir3map3Map10find_entry17h61ab4b1f2377b6f4E+0x27): undefined reference to `hir_owner_nodes' rustc_middle.6w5jrwqi-cgu.8:(.text._ZN12rustc_middle3hir3map3Map10find_entry17h61ab4b1f2377b6f4E+0x97): undefined reference to `hir_owner' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.8.rcgu.o): In function `rustc_middle::hir::map::Map::body': rustc_middle.6w5jrwqi-cgu.8:(.text._ZN12rustc_middle3hir3map3Map4body17h4bd129d3725d8518E+0x23): undefined reference to `hir_owner_nodes' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.9.rcgu.o): In function `std::thread::local::LocalKey<T>::with': rustc_middle.6w5jrwqi-cgu.9:(.text._ZN3std6thread5local17LocalKey$LT$T$GT$4with17h57124c521d0aac09E+0xe2): undefined reference to `explicit_item_bounds' rustc_middle.6w5jrwqi-cgu.9:(.text._ZN3std6thread5local17LocalKey$LT$T$GT$4with17h57124c521d0aac09E+0x215): undefined reference to `get_lang_items' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.9.rcgu.o): In function `std::thread::local::LocalKey<T>::with': rustc_middle.6w5jrwqi-cgu.9:(.text._ZN3std6thread5local17LocalKey$LT$T$GT$4with17h976b45726abce57eE+0xe2): undefined reference to `explicit_item_bounds' rustc_middle.6w5jrwqi-cgu.9:(.text._ZN3std6thread5local17LocalKey$LT$T$GT$4with17h976b45726abce57eE+0x215): undefined reference to `get_lang_items' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-b8247b2ee3820730.rlib(rustc_middle-b8247b2ee3820730.rustc_middle.6w5jrwqi-cgu.11.rcgu.o): In function `<core::iter::adapters::rev::Rev<I> as core::iter::traits::iterator::Iterator>::try_fold': rustc_middle.6w5jrwqi-cgu.11:(.text._ZN98_$LT$core..iter..adapters..rev..Rev$LT$I$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$8try_fold17h14e914ee4e4f2bc3E+0x28): undefined reference to `type_of' collect2: error: ld returned 1 exit status error: aborting due to previous error error: could not compile `rustc_mir` error: could not compile `rustc_mir` To learn more, run the command again with --verbose. command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "--release" "--locked" "--color" "always" "--features" " llvm" "--manifest-path" "/checkout/compiler/rustc/Cargo.toml" "-p" "rustc_mir" "--" "--quiet" failed to run: /checkout/obj/build/bootstrap/debug/bootstrap --stage 2 test --exclude src/tools/tidy Build completed unsuccessfully in 0:25:03 
@bors
Copy link
Collaborator

bors commented Jan 3, 2021

☀️ Try build successful - checks-actions
Build commit: 05c929104c5c8de8e8fa4d0a49883dd67f2ab944 (05c929104c5c8de8e8fa4d0a49883dd67f2ab944)

@rust-timer
Copy link
Collaborator

Queued 05c929104c5c8de8e8fa4d0a49883dd67f2ab944 with parent db69136, future comparison URL.

@rustbot label: +S-waiting-on-perf

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Jan 3, 2021
@rust-timer
Copy link
Collaborator

Finished benchmarking try commit (05c929104c5c8de8e8fa4d0a49883dd67f2ab944): comparison url.

Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying rollup- to bors.

Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up.

@bors rollup=never
@rustbot label: +S-waiting-on-review -S-waiting-on-perf

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-perf Status: Waiting on a perf run to be completed. labels Jan 4, 2021
@cjgillot cjgillot closed this Jan 5, 2021
@cjgillot cjgillot deleted the anarchy-extern branch January 5, 2021 20:19
@cjgillot cjgillot restored the anarchy-extern branch January 23, 2021 16:22
@rust-log-analyzer
Copy link
Collaborator

The job x86_64-gnu-llvm-9 failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
Suite("src/test/assembly") not skipped for "bootstrap::test::Assembly" -- not in ["src/tools/tidy"] Check compiletest suite=assembly mode=assembly (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) running 29 tests iiiiiiiiiiiiiiiiiiiiiiiiiiiii finished in 0.063 seconds Suite("src/test/incremental") not skipped for "bootstrap::test::Incremental" -- not in ["src/tools/tidy"] Check compiletest suite=incremental mode=incremental (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) --- finished in 9.979 seconds Check compiletest suite=debuginfo mode=debuginfo (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) running 116 tests iiiiiiiiii.i.i..i..i..ii....i.i.....ii.........iiii.........i.....i...i.......ii.i.ii.....iiii.....i 100/116 test result: ok. 78 passed; 0 failed; 38 ignored; 0 measured; 0 filtered out; finished in 2.37s finished in 2.432 seconds Suite("src/test/ui-fulldeps") not skipped for "bootstrap::test::UiFullDeps" -- not in ["src/tools/tidy"] --- Set({"compiler/rustc_mir"}) not skipped for "bootstrap::test::CrateLibrustc" -- not in ["src/tools/tidy"] Testing rustc_mir stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) Compiling coverage_test_macros v0.0.0 (/checkout/compiler/rustc_mir/src/transform/coverage/test_macros) Compiling rustc_mir v0.0.0 (/checkout/compiler/rustc_mir) error: linking with `cc` failed: exit code: 1 | = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.0.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.1.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.10.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.11.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.12.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.13.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.14.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.15.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.2.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.3.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.4.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.5.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.6.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.7.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.8.rcgu.o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e.rustc_mir.4ewc8wkf-cgu.9.rcgu.o" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/rustc_mir-0c01300a90e8142e" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-Wl,-O1" "-nodefaultlibs" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/release/deps" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/build/psm-e2101887f80ef6a2/out" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-ltest-67d7e4fe0e5be7a2" "-Wl,-Bstatic" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libgsgdt-16f2fe302d3c42b7.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libserde-cbeb71ebef2edcb0.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libregex-fdf276599d5f309a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libthread_local-617665ef5789ff80.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libregex_syntax-513ddd96fa4ffe8a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaho_corasick-511f377fe4a409a9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-bf7423a2ff77628f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libitertools-268e919081d2640a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_trait_selection-cfd837f455aad13a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_parse_format-40834de178fe90d4.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libeither-5304369697b68626.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_infer-ebe81eefcbc327af.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libchalk_ir-19f869cd980c34e3.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_type_ir-ead91bfbcbcd2a60.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_apfloat-6aebcb29c6a6884c.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpolonius_engine-65b41db045dd90bc.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libdatafrog-fe812cd4d93f533d.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_attr-44183e15482be7ea.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libversion_check-3cda3f40a9853959.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_ast_pretty-a5be5d4a198ddced.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_session-e57f01fb520144b6.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libnum_cpus-1c67dee5b892776e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-2497cba28ee6b911.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_fs_util-4486883da8fa765e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_query_system-a9da5d19f0136ba2.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_errors-6cedf33b70ffe707.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtermize-4a41fb3c447d636a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libatty-8f568659e76a3bbf.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libannotate_snippets-c3f7db5a4e59da63.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtermcolor-53ab7032dace5b2a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_lint_defs-71b04d1d75dd84c2.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_hir-208f7d451acebaa1.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_feature-a1cc80e4771b917f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_target-1b974cda6f7f7d91.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_ast-bbacf4e9a02e3163.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_lexer-15235b9f217255fb.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_xid-81ef40c3bfbd7a97.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_span-56394627613c8912.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libscoped_tls-d069016d865e653a.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsha2-102550be865fdac9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsha1-fa32336c0d03bef4.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcpuid_bool-5fa2834909ad8bfb.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmd5-5fcae3352beeb8ef.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libopaque_debug-490f2962b755167b.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libblock_buffer-5adbbe50df387874.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libdigest-3d785999effb2eeb.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgeneric_array-1314e688485d65e8.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtypenum-54fef6d64e32d0bc.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-506611052f6e252d.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_arena-f311fa423fd2b21e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_data_structures-7842255674f61e7d.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstacker-184adc5d1490dce9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpsm-97f9794f25c82ac6.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtempfile-7545a11ae40682f9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand-e85cb0786c7adb19.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_chacha-be71368bb220dff0.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libppv_lite86-189bd6deb411871e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librand_core-2a68f758393bba53.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetrandom-99c0ac5d82eaeb9c.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libremove_dir_all-750f44d3c3db4202.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmeasureme-9ee44a2ef2fa9213.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libparking_lot-46be7dbe98d0c890.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libparking_lot_core-e55d55fbec6a739f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblock_api-e77e6f7286f2e840.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libscopeguard-d32b133828fdc844.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libinstant-1680b6bb6a5a87c1.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libena-0deecd92529e06c9.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblog-518233e98f8450d1.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstable_deref_trait-b71ae323a63bc184.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_graphviz-ce44788b944c7821.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libjobserver-c2b2db10e05d6b0b.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4a7f3f5739debac.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_hash-d9836127c7064320.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_index-8062c3b08178f263.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_serialize-6b099264ce27495f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libindexmap-a431a89f56482233.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-68152e6f75716a83.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsmallvec-f0f603ecb9cac12b.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libarrayvec-4ed38ad119ec8b5e.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbitflags-881e78fbef93ba97.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/libtracing-18f6d56aba8df872.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtracing_core-e9effcf5ee28e31c.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblazy_static-3fd0d6cbd67a470f.rlib" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-36115a2cfbc24f05.rlib" "-Wl,--start-group" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bdynamic" "-lstd-0eda36b399e51652" "-Wl,--end-group" "-Wl,-Bstatic" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a3426394929bdfab.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,-rpath,$ORIGIN/../lib" = note: /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.10.rcgu.o): In function `rustc_middle::hir::map::Map::find_entry': rustc_middle.9aqpuhx9-cgu.10:(.text._ZN12rustc_middle3hir3map3Map10find_entry17he646c488c94281a5E+0x27): undefined reference to `hir_owner_nodes' rustc_middle.9aqpuhx9-cgu.10:(.text._ZN12rustc_middle3hir3map3Map10find_entry17he646c488c94281a5E+0x97): undefined reference to `hir_owner' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.10.rcgu.o): In function `rustc_middle::hir::map::Map::body': rustc_middle.9aqpuhx9-cgu.10:(.text._ZN12rustc_middle3hir3map3Map4body17h38c3a3d05ddaaf32E+0x1f): undefined reference to `hir_owner_nodes' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.13.rcgu.o): In function `<core::iter::adapters::rev::Rev<I> as core::iter::traits::iterator::Iterator>::try_fold': rustc_middle.9aqpuhx9-cgu.13:(.text._ZN98_$LT$core..iter..adapters..rev..Rev$LT$I$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$8try_fold17hf6823df2ee376c58E+0x28): undefined reference to `type_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.14.rcgu.o): In function `rustc_middle::middle::lang_items::<impl rustc_middle::ty::context::TyCtxt>::fn_trait_kind_from_lang_item': rustc_middle.9aqpuhx9-cgu.14:(.text._ZN12rustc_middle6middle10lang_items51_$LT$impl$u20$rustc_middle..ty..context..TyCtxt$GT$28fn_trait_kind_from_lang_item17h15ca711ea0890759E+0x20): undefined reference to `get_lang_items' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.14.rcgu.o): In function `rustc_middle::ty::<impl rustc_middle::ty::context::TyCtxt>::generator_layout': rustc_middle.9aqpuhx9-cgu.14:(.text._ZN12rustc_middle2ty51_$LT$impl$u20$rustc_middle..ty..context..TyCtxt$GT$16generator_layout17hffd7fadb13d28e82E+0x17): undefined reference to `optimized_mir' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.15.rcgu.o): In function `rustc_middle::ty::ParamEnv::with_reveal_all_normalized': rustc_middle.9aqpuhx9-cgu.15:(.text._ZN12rustc_middle2ty8ParamEnv26with_reveal_all_normalized17hb891ff2a9b95e130E+0x1d): undefined reference to `normalize_opaque_types' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.15.rcgu.o): In function `rustc_middle::ty::FieldDef::ty': rustc_middle.9aqpuhx9-cgu.15:(.text._ZN12rustc_middle2ty8FieldDef2ty17h073897720def7eb9E+0x21): undefined reference to `type_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.3.rcgu.o): In function `<rustc_middle::ty::layout::LayoutCx<rustc_middle::ty::context::TyCtxt> as rustc_target::abi::LayoutOf>::layout_of': rustc_middle.9aqpuhx9-cgu.3:(.text._ZN123_$LT$rustc_middle..ty..layout..LayoutCx$LT$rustc_middle..ty..context..TyCtxt$GT$$u20$as$u20$rustc_target..abi..LayoutOf$GT$9layout_of17hb0fccc3de2826108E+0x69): undefined reference to `layout_raw' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.4.rcgu.o): In function `<rustc_middle::ty::erase_regions::RegionEraserVisitor as rustc_middle::ty::fold::TypeFolder>::fold_ty': rustc_middle.9aqpuhx9-cgu.4:(.text._ZN107_$LT$rustc_middle..ty..erase_regions..RegionEraserVisitor$u20$as$u20$rustc_middle..ty..fold..TypeFolder$GT$7fold_ty17h2a2549ca91f7c32bE+0x48): undefined reference to `erase_regions_ty' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.4.rcgu.o): In function `<rustc_middle::ty::normalize_erasing_regions::NormalizeAfterErasingRegionsFolder as rustc_middle::ty::fold::TypeFolder>::fold_ty': rustc_middle.9aqpuhx9-cgu.4:(.text._ZN134_$LT$rustc_middle..ty..normalize_erasing_regions..NormalizeAfterErasingRegionsFolder$u20$as$u20$rustc_middle..ty..fold..TypeFolder$GT$7fold_ty17he5d1d78f3d22bf07E+0x24): undefined reference to `normalize_generic_arg_after_erasing_regions' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.4.rcgu.o): In function `rustc_middle::ty::structural_impls::<impl rustc_middle::ty::fold::TypeFoldable for &rustc_middle::ty::consts::Const>::fold_with': rustc_middle.9aqpuhx9-cgu.4:(.text._ZN12rustc_middle2ty16structural_impls102_$LT$impl$u20$rustc_middle..ty..fold..TypeFoldable$u20$for$u20$$RF$rustc_middle..ty..consts..Const$GT$9fold_with17h1e77948e8bc8c5caE+0x83): undefined reference to `erase_regions_ty' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::try_print_visible_def_path_recur': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h6568989a959207a0E+0x69): undefined reference to `visible_parent_map' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h6568989a959207a0E+0x1e2): undefined reference to `extern_crate' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h6568989a959207a0E+0x68a): undefined reference to `item_children' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17h6568989a959207a0E+0xb23): undefined reference to `original_crate_name' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::try_print_visible_def_path_recur': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17hb39629f0753702c7E+0x69): undefined reference to `visible_parent_map' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17hb39629f0753702c7E+0x1e2): undefined reference to `extern_crate' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17hb39629f0753702c7E+0x68a): undefined reference to `item_children' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter32try_print_visible_def_path_recur17hb39629f0753702c7E+0xb23): undefined reference to `original_crate_name' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::pretty_print_type': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter17pretty_print_type17h283b5672dcd89435E+0x5e1): undefined reference to `fn_sig' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::pretty_print_type': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter17pretty_print_type17he3754cf5d8e46f6aE+0x5e1): undefined reference to `fn_sig' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `rustc_middle::ty::print::pretty::PrettyPrinter::pretty_print_const': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter18pretty_print_const17hb06ec1348adf4685E+0x1e7): undefined reference to `def_kind' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter18pretty_print_const17hb06ec1348adf4685E+0xdc2): undefined reference to `destructure_const' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print6pretty13PrettyPrinter18pretty_print_const17hb06ec1348adf4685E+0x15ce): undefined reference to `def_span' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_def_path': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$14print_def_path17h75f83eb39333fe53E+0x9f): undefined reference to `def_span' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$14print_def_path17h75f83eb39333fe53E+0x1d7): undefined reference to `trimmed_def_paths' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_def_path': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$14print_def_path17h8f8f8d03c0804e0aE+0x9e): undefined reference to `def_span' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$14print_def_path17h8f8f8d03c0804e0aE+0x23a): undefined reference to `trimmed_def_paths' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_dyn_existential': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$21print_dyn_existential17h1e4fb8ecac10ed23E+0x6e4): undefined reference to `generics_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_dyn_existential': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$21print_dyn_existential17hc0f38bc09ff79d3eE+0x701): undefined reference to `generics_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::print_const': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$11print_const17hdd11ffbf57173b8dE+0x1f6): undefined reference to `def_kind' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$11print_const17hdd11ffbf57173b8dE+0xe45): undefined reference to `destructure_const' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$11print_const17hdd11ffbf57173b8dE+0x15bc): undefined reference to `def_span' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::path_crate': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$10path_crate17h9f679fc92f75f9eeE+0x2e): undefined reference to `crate_name' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `<rustc_middle::ty::print::pretty::FmtPrinter<F> as rustc_middle::ty::print::Printer>::path_crate': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN105_$LT$rustc_middle..ty..print..pretty..FmtPrinter$LT$F$GT$$u20$as$u20$rustc_middle..ty..print..Printer$GT$10path_crate17haa0eaed73b159938E+0x2e): undefined reference to `crate_name' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `rustc_middle::ty::print::Printer::default_print_def_path': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h2d0b5ed0632e8848E+0xb8): undefined reference to `generics_of' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h2d0b5ed0632e8848E+0xe7): undefined reference to `type_of' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h2d0b5ed0632e8848E+0x116): undefined reference to `impl_trait_ref' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h2d0b5ed0632e8848E+0x63c): undefined reference to `generics_of' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h2d0b5ed0632e8848E+0x702): undefined reference to `generics_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.6.rcgu.o): In function `rustc_middle::ty::print::Printer::default_print_def_path': rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h56f6eb9bbf42fb43E+0xb8): undefined reference to `generics_of' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h56f6eb9bbf42fb43E+0xe7): undefined reference to `type_of' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h56f6eb9bbf42fb43E+0x116): undefined reference to `impl_trait_ref' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h56f6eb9bbf42fb43E+0x639): undefined reference to `generics_of' rustc_middle.9aqpuhx9-cgu.6:(.text._ZN12rustc_middle2ty5print7Printer22default_print_def_path17h56f6eb9bbf42fb43E+0x6ff): undefined reference to `generics_of' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.7.rcgu.o): In function `std::thread::local::LocalKey<T>::with': rustc_middle.9aqpuhx9-cgu.7:(.text._ZN3std6thread5local17LocalKey$LT$T$GT$4with17h04c5ee912e863183E+0xb9): undefined reference to `explicit_item_bounds' rustc_middle.9aqpuhx9-cgu.7:(.text._ZN3std6thread5local17LocalKey$LT$T$GT$4with17h04c5ee912e863183E+0x1cf): undefined reference to `get_lang_items' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.7.rcgu.o): In function `std::thread::local::LocalKey<T>::with': rustc_middle.9aqpuhx9-cgu.7:(.text._ZN3std6thread5local17LocalKey$LT$T$GT$4with17hea9771514a330285E+0xb9): undefined reference to `explicit_item_bounds' rustc_middle.9aqpuhx9-cgu.7:(.text._ZN3std6thread5local17LocalKey$LT$T$GT$4with17hea9771514a330285E+0x1cf): undefined reference to `get_lang_items' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.8.rcgu.o): In function `rustc_middle::ty::sty::ExistentialPredicate::stable_cmp': rustc_middle.9aqpuhx9-cgu.8:(.text._ZN12rustc_middle2ty3sty20ExistentialPredicate10stable_cmp17h3fe812d375c329c1E+0xb0): undefined reference to `trait_def' rustc_middle.9aqpuhx9-cgu.8:(.text._ZN12rustc_middle2ty3sty20ExistentialPredicate10stable_cmp17h3fe812d375c329c1E+0xd2): undefined reference to `trait_def' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.8.rcgu.o): In function `rustc_middle::ty::print::pretty::<impl rustc_middle::ty::print::Print<P> for rustc_middle::ty::sty::ExistentialProjection>::print': rustc_middle.9aqpuhx9-cgu.8:(.text._ZN12rustc_middle2ty5print6pretty114_$LT$impl$u20$rustc_middle..ty..print..Print$LT$P$GT$$u20$for$u20$rustc_middle..ty..sty..ExistentialProjection$GT$5print17h06f39b7201993fc3E+0x27): undefined reference to `associated_item' /checkout/obj/build/x86_64-unknown-linux-gnu/stage1-rustc/x86_64-unknown-linux-gnu/release/deps/librustc_middle-a8621d00777a35dd.rlib(rustc_middle-a8621d00777a35dd.rustc_middle.9aqpuhx9-cgu.8.rcgu.o): In function `rustc_middle::ty::print::pretty::<impl rustc_middle::ty::print::Print<P> for rustc_middle::ty::sty::ExistentialProjection>::print': rustc_middle.9aqpuhx9-cgu.8:(.text._ZN12rustc_middle2ty5print6pretty114_$LT$impl$u20$rustc_middle..ty..print..Print$LT$P$GT$$u20$for$u20$rustc_middle..ty..sty..ExistentialProjection$GT$5print17hcff399527ac97343E+0x27): undefined reference to `associated_item' collect2: error: ld returned 1 exit status error: aborting due to previous error error: could not compile `rustc_mir` error: could not compile `rustc_mir` To learn more, run the command again with --verbose. command did not execute successfully: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "16" "--release" "--locked" "--color" "always" "--features" " llvm" "--manifest-path" "/checkout/compiler/rustc/Cargo.toml" "-p" "rustc_mir" "--" "--quiet" failed to run: /checkout/obj/build/bootstrap/debug/bootstrap --stage 2 test --exclude src/tools/tidy Build completed unsuccessfully in 0:23:39 
@cjgillot
Copy link
Contributor Author

@bors try @rust-timer queue

@rust-timer
Copy link
Collaborator

Awaiting bors try build completion.

@bors
Copy link
Collaborator

bors commented Jan 23, 2021

⌛ Trying commit eac8347 with merge 0f5f5ecdfb1c9ed3df6e2bf38b7ea74348c9ee41...

@bors
Copy link
Collaborator

bors commented Jan 23, 2021

☀️ Try build successful - checks-actions
Build commit: 0f5f5ecdfb1c9ed3df6e2bf38b7ea74348c9ee41 (0f5f5ecdfb1c9ed3df6e2bf38b7ea74348c9ee41)

@rust-timer
Copy link
Collaborator

Queued 0f5f5ecdfb1c9ed3df6e2bf38b7ea74348c9ee41 with parent 4d0dd02, future comparison URL.

@rustbot label: +S-waiting-on-perf

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Jan 23, 2021
@rust-timer
Copy link
Collaborator

Finished benchmarking try commit (0f5f5ecdfb1c9ed3df6e2bf38b7ea74348c9ee41): comparison url.

Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying rollup- to bors.

Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up.

@bors rollup=never
@rustbot label: +S-waiting-on-review -S-waiting-on-perf

@rustbot rustbot removed the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Jan 23, 2021
@cjgillot cjgillot closed this Jan 24, 2021
@cjgillot cjgillot deleted the anarchy-extern branch September 21, 2021 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

5 participants