rust
                                
                                 rust copied to clipboard
                                
                                    rust copied to clipboard
                            
                            
                            
                        [WIP] rustdoc: Stop cloning name resolver
Closes https://github.com/rust-lang/rust/issues/83761 r? @camelid
@bors try @rust-timer queue
Awaiting bors try build completion.
@rustbot label: +S-waiting-on-perf
:hourglass: Trying commit 2cf9c82db92b289f797a3639fa66646a7f7f7c59 with merge 4ba03cc378a00f3aa7982e3b28bf1be1ee8b5bb1...
The job x86_64-gnu-llvm-12 failed! Check out the build log: (web) (plain)
Click to see the possible cause of the failure (guessed by this bot)
warning: `tidy` is not installed; diffs will not be generated
running 509 tests
i.....................................................i............................................. 100/509
....................................................................F....F.......................F.. 200/509
........................................i........................................................... 400/509
.........i.......................................................................................... 500/509
Some tests failed in compiletest suite=rustdoc mode=rustdoc host=x86_64-unknown-linux-gnu target=x86_64-unknown-linux-gnu
.........
.........
failures:
---- [rustdoc] rustdoc/intra-doc/cross-crate/module.rs stdout ----
error: rustdoc failed!
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/cross-crate/module/auxiliary/module/auxiliary" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/cross-crate/module" "--deny" "warnings" "/checkout/src/test/rustdoc/intra-doc/cross-crate/auxiliary/module.rs"
stdout: none
--- stderr -------------------------------
no resolution for "SomeTrait" MacroNS DefId(0:0 ~ module_inner[7bba])
no resolution for "SomeTrait" TypeNS DefId(0:0 ~ module_inner[7bba])
no resolution for "SomeTrait" ValueNS DefId(0:0 ~ module_inner[7bba])
error: unresolved link to `SomeTrait`
 --> /checkout/src/test/rustdoc/intra-doc/cross-crate/auxiliary/module.rs:6:21
  |
6 | /// [bar] links to [SomeTrait] and also [SomeType]
  |                     ^^^^^^^^^ no item named `SomeTrait` in scope
note: the lint level is defined here
 --> /checkout/src/test/rustdoc/intra-doc/cross-crate/auxiliary/module.rs:2:9
  |
  |
2 | #![deny(rustdoc::broken_intra_doc_links)]
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: aborting due to previous error
------------------------------------------
---- [rustdoc] rustdoc/intra-doc/enum-struct-field.rs stdout ----
error: rustdoc failed!
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/enum-struct-field/auxiliary" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/enum-struct-field" "--deny" "warnings" "/checkout/src/test/rustdoc/intra-doc/enum-struct-field.rs"
stdout: none
--- stderr -------------------------------
no resolution for "Foo" TypeNS DefId(0:0 ~ foo[fddf])
error: unresolved link to `Foo::X::y`
   |
   |
11 | /// I want [Foo::X::y].
   |             ^^^^^^^^^ `X` is a variant, not a module or type, and cannot have associated items
   |
   = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
error: aborting due to previous error
------------------------------------------
---- [rustdoc] rustdoc/intra-doc/mod-relative.rs stdout ----
error: rustdoc failed!
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/mod-relative/auxiliary" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/mod-relative" "--deny" "warnings" "/checkout/src/test/rustdoc/intra-doc/mod-relative.rs"
stdout: none
--- stderr -------------------------------
no resolution for "Test::do_test" MacroNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test::do_test" TypeNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" TypeNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test::do_test" ValueNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" TypeNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" TypeNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" ValueNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" MacroNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
error: unresolved link to `Test::do_test`
   |
   |
13 |     /// [`Test::do_test`]
   |           ^^^^^^^^^^^^^ no item named `Test` in scope
   |
   = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
error: aborting due to previous error
------------------------------------------
The job dist-x86_64-linux failed! Check out the build log: (web) (plain)
Click to see the possible cause of the failure (guessed by this bot)
[2022-03-11T18:15:29Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:15:30Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-11T18:15:30Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyIMNKP#cargo:0.29.0" "--lib" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:16:06Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:16:06Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyIMNKP#cargo:0.29.0" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpyIMNKP/incremental-state"
[2022-03-11T18:16:47Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:16:47Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyIMNKP#cargo:0.29.0" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpyIMNKP/incremental-state"
[2022-03-11T18:16:54Z DEBUG collector::execute] applying println to "/tmp/.tmpyIMNKP"
[2022-03-11T18:16:54Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-11T18:16:54Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-11T18:16:54Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpyIMNKP#cargo:0.29.0" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpyIMNKP/incremental-state"
[2022-03-11T18:17:11Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:17:12Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-11T18:17:12Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuoCvKL#cargo:0.29.0" "--release" "--lib" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:17:54Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:17:54Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:17:54Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuoCvKL#cargo:0.29.0" "--release" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpuoCvKL/incremental-state"
[2022-03-11T18:18:39Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:18:39Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuoCvKL#cargo:0.29.0" "--release" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpuoCvKL/incremental-state"
[2022-03-11T18:18:46Z DEBUG collector::execute] applying println to "/tmp/.tmpuoCvKL"
[2022-03-11T18:18:46Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-11T18:18:46Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-11T18:18:46Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuoCvKL#cargo:0.29.0" "--release" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpuoCvKL/incremental-state"
Preparing ctfe-stress-4
[2022-03-11T18:19:07Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=None, patch=None
[2022-03-11T18:19:07Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
[2022-03-11T18:19:07Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
---
[2022-03-11T18:19:08Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:19:08Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=Some(Full), patch=None
[2022-03-11T18:19:08Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpbq7zds#ctfe-stress-4:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:19:31Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:19:31Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpbq7zds#ctfe-stress-4:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpbq7zds/incremental-state"
[2022-03-11T18:19:58Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:19:58Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpbq7zds#ctfe-stress-4:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpbq7zds/incremental-state"
[2022-03-11T18:19:58Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:19:58Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-11T18:19:58Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphPj097#ctfe-stress-4:0.1.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:20:21Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
---
[2022-03-11T18:21:35Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpXi2cXq#externs:0.1.0" "--" "--skip-this-rustc"
Running externs: Check + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2022-03-11T18:21:36Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:21:36Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=Some(Full), patch=None
[2022-03-11T18:21:36Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpFIqMum#externs:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:21:37Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:21:37Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpFIqMum#externs:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpFIqMum/incremental-state"
[2022-03-11T18:21:38Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:21:38Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpFIqMum#externs:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpFIqMum/incremental-state"
[2022-03-11T18:21:38Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:21:38Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-11T18:21:38Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpj3NRWt#externs:0.1.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:21:39Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:21:39Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:21:39Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpj3NRWt#externs:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpj3NRWt/incremental-state"
[2022-03-11T18:21:41Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:21:41Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpj3NRWt#externs:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpj3NRWt/incremental-state"
[2022-03-11T18:21:42Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:21:42Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-11T18:21:42Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp63ZMPq#externs:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:21:43Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
---
[2022-03-11T18:21:54Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:21:54Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-11T18:21:54Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmptLzqPg#inflate:0.1.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:21:57Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:21:57Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmptLzqPg#inflate:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmptLzqPg/incremental-state"
[2022-03-11T18:22:01Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:22:01Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmptLzqPg#inflate:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmptLzqPg/incremental-state"
[2022-03-11T18:22:02Z DEBUG collector::execute] applying println to "/tmp/.tmptLzqPg"
[2022-03-11T18:22:02Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-11T18:22:02Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-11T18:22:02Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmptLzqPg#inflate:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmptLzqPg/incremental-state"
[2022-03-11T18:22:06Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:22:06Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-11T18:22:06Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpq530vZ#inflate:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:22:11Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
---
[2022-03-11T18:22:24Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:22:24Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=Some(Full), patch=None
[2022-03-11T18:22:24Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmps1QRVa#match-stress-enum:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:22:26Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:22:26Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmps1QRVa#match-stress-enum:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmps1QRVa/incremental-state"
[2022-03-11T18:22:28Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:22:28Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmps1QRVa#match-stress-enum:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmps1QRVa/incremental-state"
[2022-03-11T18:22:28Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:22:28Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-11T18:22:28Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp4K6PXR#match-stress-enum:0.1.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:22:30Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
---
[2022-03-11T18:22:33Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:22:33Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-11T18:22:33Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmplGuKhk#match-stress-enum:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:22:35Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:22:35Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmplGuKhk#match-stress-enum:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmplGuKhk/incremental-state"
[2022-03-11T18:22:37Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:22:37Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmplGuKhk#match-stress-enum:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmplGuKhk/incremental-state"
Preparing token-stream-stress
[2022-03-11T18:22:38Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=None, patch=None
[2022-03-11T18:22:38Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
[2022-03-11T18:22:38Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
---
[2022-03-11T18:22:40Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:22:40Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-11T18:22:40Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpkWPT0G#token-stream-stress:0.0.0" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:22:40Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:22:40Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpkWPT0G#token-stream-stress:0.0.0" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpkWPT0G/incremental-state"
[2022-03-11T18:22:41Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:22:41Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpkWPT0G#token-stream-stress:0.0.0" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpkWPT0G/incremental-state"
[2022-03-11T18:22:41Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-11T18:22:41Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-11T18:22:41Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpQgQB4N#token-stream-stress:0.0.0" "--release" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln"
[2022-03-11T18:22:41Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:22:41Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-11T18:22:41Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpQgQB4N#token-stream-stress:0.0.0" "--release" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpQgQB4N/incremental-state"
[2022-03-11T18:22:42Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrUnchanged), patch=None
[2022-03-11T18:22:42Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpQgQB4N#token-stream-stress:0.0.0" "--release" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpQgQB4N/incremental-state"
+ ./build/x86_64-unknown-linux-gnu/llvm/bin/llvm-profdata merge -o /tmp/rustc-pgo.profdata /tmp/rustc-pgo
+ rm -r ./build/x86_64-unknown-linux-gnu/llvm ./build/x86_64-unknown-linux-gnu/lld
+ python3 ../x.py dist --host x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu --include-default-paths build-manifest --rust-profile-use=/tmp/rustc-pgo.profdata --llvm-profile-use=/tmp/llvm-pgo.profdata
warning: sqlite3 not available in python, skipping build directory lock
---
Copying stage2 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
[TIMING] StdLink { compiler: Compiler { stage: 1, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } }, target_compiler: Compiler { stage: 2, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } }, target: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } } -- 0.001
[TIMING] Std { target: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None }, compiler: Compiler { stage: 2, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } } } -- 0.000
 Documenting core v0.0.0 (/checkout/library/core)
no resolution for "self" MacroNS DefId(0:1199 ~ core[bdef]::prelude)
no resolution for "self" TypeNS DefId(0:1199 ~ core[bdef]::prelude)
no resolution for "self" ValueNS DefId(0:1199 ~ core[bdef]::prelude)
error: unresolved link to `self`
   |
   |
13 | /// See the [module-level documentation](self) for more.
   |                                          ^^^^ no item named `self` in scope
   |
   = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
no resolution for "self" MacroNS DefId(0:1199 ~ core[bdef]::prelude)
no resolution for "self" TypeNS DefId(0:1199 ~ core[bdef]::prelude)
no resolution for "self" ValueNS DefId(0:1199 ~ core[bdef]::prelude)
error: unresolved link to `self`
   |
   |
23 | /// See the [module-level documentation](self) for more.
   |                                          ^^^^ no item named `self` in scope
   |
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
no resolution for "self" MacroNS DefId(0:1199 ~ core[bdef]::prelude)
no resolution for "self" TypeNS DefId(0:1199 ~ core[bdef]::prelude)
no resolution for "self" ValueNS DefId(0:1199 ~ core[bdef]::prelude)
error: unresolved link to `self`
   |
   |
33 | /// See the [module-level documentation](self) for more.
   |                                          ^^^^ no item named `self` in scope
   |
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
no resolution for "core" TypeNS DefId(0:4780 ~ core[bdef]::char::methods)
no resolution for "super" TypeNS DefId(0:7796 ~ core[bdef]::iter::traits::exact_size)
no resolution for "ops::BitAnd" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "ops::BitAnd" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops::BitAnd" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ops" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ops" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `ops::BitAnd`
   |
   |
28 | /// [`BitAnd`]: ops::BitAnd
   |                 ^^^^^^^^^^^ no item named `ops` in scope
no resolution for "ops::BitOr" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "ops::BitOr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops::BitOr" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ops" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ops" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `ops::BitOr`
   |
   |
29 | /// [`BitOr`]: ops::BitOr
   |                ^^^^^^^^^^ no item named `ops` in scope
no resolution for "ops::Not" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "ops::Not" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops::Not" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ops" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ops" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ops" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `ops::Not`
   |
   |
30 | /// [`Not`]: ops::Not
   |              ^^^^^^^^ no item named `ops` in scope
no resolution for "assert" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Copy" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Copy" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Copy" ValueNS DefId(0:0 ~ core[bdef])
error: unresolved link to `Copy`
   |
   |
54 | /// Also, since `bool` implements the [`Copy`] trait, we don't
   |                                         ^^^^ no item named `Copy` in scope
   |
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
no resolution for "u32" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "str" TypeNS DefId(0:0 ~ core[bdef])
error: unresolved link to `str::FromStr`
    |
    |
69  | / /// The `!` type, also called "never".
70  | | ///
71  | | /// `!` represents the type of computations which never resolve to any value at all. For example,
72  | | /// the [`exit`] function `fn exit(code: i32) -> !` exits the process without ever returning, and
...   |
272 | | /// [`default()`]: Default::default
    | |___^
    |
    = note: the link appears in this line:
            
            
            [`FromStr`]: str::FromStr
                         ^^^^^^^^^^^^
    = note: the builtin type `str` has no associated item named `FromStr`
no resolution for "Err" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Err" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Err" ValueNS DefId(0:0 ~ core[bdef])
error: unresolved link to `Err`
    |
    |
69  | / /// The `!` type, also called "never".
70  | | ///
71  | | /// `!` represents the type of computations which never resolve to any value at all. For example,
72  | | /// the [`exit`] function `fn exit(code: i32) -> !` exits the process without ever returning, and
...   |
272 | | /// [`default()`]: Default::default
    | |___^
    |
    = note: the link appears in this line:
            
            
            When implementing this trait for [`String`] we need to pick a type for [`Err`]. And since
    = note: no item named `Err` in scope
    = note: no item named `Err` in scope
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
no resolution for "Err" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Err" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Err" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "Result" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Result" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Result" ValueNS DefId(0:0 ~ core[bdef])
error: unresolved link to `Result`
    |
    |
69  | / /// The `!` type, also called "never".
70  | | ///
71  | | /// `!` represents the type of computations which never resolve to any value at all. For example,
72  | | /// the [`exit`] function `fn exit(code: i32) -> !` exits the process without ever returning, and
...   |
272 | | /// [`default()`]: Default::default
    | |___^
    |
    = note: the link appears in this line:
            
            
            [`Result<String, !>`] which we can unpack like this:
    = note: no item named `Result` in scope
    = note: no item named `Result` in scope
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
no resolution for "str::FromStr::from_str" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr::from_str" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr::from_str" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "str" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "str::FromStr" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "str" TypeNS DefId(0:0 ~ core[bdef])
error: unresolved link to `str::FromStr::from_str`
    |
    |
69  | / /// The `!` type, also called "never".
70  | | ///
71  | | /// `!` represents the type of computations which never resolve to any value at all. For example,
72  | | /// the [`exit`] function `fn exit(code: i32) -> !` exits the process without ever returning, and
...   |
272 | | /// [`default()`]: Default::default
    | |___^
    |
    = note: the link appears in this line:
            
            
            [`String::from_str`]: str::FromStr::from_str
                                  ^^^^^^^^^^^^^^^^^^^^^^
    = note: the builtin type `str` has no associated item named `FromStr`
no resolution for "Err" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Err" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Err" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "Result" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Result" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Result" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "Ok" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Ok" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Ok" ValueNS DefId(0:0 ~ core[bdef])
error: unresolved link to `Ok`
    |
    |
69  | / /// The `!` type, also called "never".
70  | | ///
71  | | /// `!` represents the type of computations which never resolve to any value at all. For example,
72  | | /// the [`exit`] function `fn exit(code: i32) -> !` exits the process without ever returning, and
...   |
272 | | /// [`default()`]: Default::default
    | |___^
    |
    = note: the link appears in this line:
            
            
            [`Ok`] variant. This illustrates another behaviour of `!` - it can be used to "delete" certain
             ^^^^
    = note: no item named `Ok` in scope
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
no resolution for "Result" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Result" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Result" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "Result" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Result" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Result" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "Result" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Result" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Result" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "Result" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Result" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Result" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "fmt::Debug" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "fmt::Debug" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt::Debug" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `fmt::Debug`
    |
    |
69  | / /// The `!` type, also called "never".
70  | | ///
71  | | /// `!` represents the type of computations which never resolve to any value at all. For example,
72  | | /// the [`exit`] function `fn exit(code: i32) -> !` exits the process without ever returning, and
...   |
272 | | /// [`default()`]: Default::default
    | |___^
    |
    = note: the link appears in this line:
            
            
            [`Debug`]: fmt::Debug
    = note: no item named `fmt` in scope
no resolution for "fmt::Result" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "fmt::Result" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt::Result" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `fmt::Result`
    |
    |
69  | / /// The `!` type, also called "never".
70  | | ///
71  | | /// `!` represents the type of computations which never resolve to any value at all. For example,
72  | | /// the [`exit`] function `fn exit(code: i32) -> !` exits the process without ever returning, and
...   |
272 | | /// [`default()`]: Default::default
    | |___^
    |
    = note: the link appears in this line:
            
            
            [`fmt::Result`]. Since this method takes a `&!` as an argument we know that it can never be
    = note: no item named `fmt` in scope
no resolution for "fmt::Result" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "fmt::Result" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt::Result" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "fmt" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Default" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Default" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Default" ValueNS DefId(0:0 ~ core[bdef])
error: unresolved link to `Default`
    |
    |
69  | / /// The `!` type, also called "never".
70  | | ///
71  | | /// `!` represents the type of computations which never resolve to any value at all. For example,
72  | | /// the [`exit`] function `fn exit(code: i32) -> !` exits the process without ever returning, and
...   |
272 | | /// [`default()`]: Default::default
    | |___^
    |
    = note: the link appears in this line:
            
            
            On the other hand, one trait which would not be appropriate to implement is [`Default`]:
    = note: no item named `Default` in scope
    = note: no item named `Default` in scope
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
no resolution for "Default::default" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "Default::default" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Default" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Default::default" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "Default" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Default" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "Default" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "Default" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `Default::default`
    |
    |
69  | / /// The `!` type, also called "never".
70  | | ///
71  | | /// `!` represents the type of computations which never resolve to any value at all. For example,
72  | | /// the [`exit`] function `fn exit(code: i32) -> !` exits the process without ever returning, and
...   |
272 | | /// [`default()`]: Default::default
    | |___^
    |
    = note: the link appears in this line:
            
            
            [`default()`]: Default::default
    = note: no item named `Default` in scope
no resolution for "ptr" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" ValueNS DefId(0:0 ~ core[bdef])
error: unresolved link to `ptr`
    |
    |
448 | / /// Raw, unsafe pointers, `*const T`, and `*mut T`.
449 | | ///
450 | | /// *[See also the `std::ptr` module](ptr).*
...   |
...   |
554 | | /// [`drop`]: mem::drop
555 | | /// [`write`]: ptr::write
    |
    = note: the link appears in this line:
            
            
            *[See also the `std::ptr` module](ptr).*
    = note: no item named `ptr` in scope
    = note: no item named `ptr` in scope
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
no resolution for "ptr::null" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "ptr::null" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr::null" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `ptr::null`
    |
    |
448 | / /// Raw, unsafe pointers, `*const T`, and `*mut T`.
449 | | ///
450 | | /// *[See also the `std::ptr` module](ptr).*
...   |
...   |
554 | | /// [`drop`]: mem::drop
555 | | /// [`write`]: ptr::write
    |
    = note: the link appears in this line:
            
            
            [`null`]: ptr::null
    = note: no item named `ptr` in scope
no resolution for "ptr::write" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "ptr::write" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr::write" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `ptr::write`
    |
    |
448 | / /// Raw, unsafe pointers, `*const T`, and `*mut T`.
449 | | ///
450 | | /// *[See also the `std::ptr` module](ptr).*
...   |
...   |
554 | | /// [`drop`]: mem::drop
555 | | /// [`write`]: ptr::write
    |
    = note: the link appears in this line:
            
            
            [`write`]: ptr::write
    = note: no item named `ptr` in scope
no resolution for "ptr::null_mut" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "ptr::null_mut" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr::null_mut" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `ptr::null_mut`
    |
    |
448 | / /// Raw, unsafe pointers, `*const T`, and `*mut T`.
449 | | ///
450 | | /// *[See also the `std::ptr` module](ptr).*
...   |
...   |
554 | | /// [`drop`]: mem::drop
555 | | /// [`write`]: ptr::write
    |
    = note: the link appears in this line:
            
            
            [`null_mut`]: ptr::null_mut
    = note: no item named `ptr` in scope
no resolution for "pointer::is_null" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "pointer::is_null" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "pointer::is_null" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "pointer::offset" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "pointer::offset" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "pointer::offset" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "mem::drop" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "mem::drop" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "mem" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "mem::drop" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "mem" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "mem" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "mem" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "mem" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `mem::drop`
    |
    |
448 | / /// Raw, unsafe pointers, `*const T`, and `*mut T`.
449 | | ///
450 | | /// *[See also the `std::ptr` module](ptr).*
...   |
...   |
554 | | /// [`drop`]: mem::drop
555 | | /// [`write`]: ptr::write
    |
    = note: the link appears in this line:
            
            
            [`drop`]: mem::drop
    = note: no item named `mem` in scope
no resolution for "ptr::addr_of" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "ptr::addr_of" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr::addr_of" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" TypeNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" ValueNS DefId(0:0 ~ core[bdef])
no resolution for "ptr" MacroNS DefId(0:0 ~ core[bdef])
error: unresolved link to `ptr::addr_of`
    |
    |
448 | / /// Raw, unsafe pointers, `*const T`, and `*mut T`.
449 | | ///
450 | | /// *[See also the `std::ptr` module](ptr).*
...   |
...   |
554 | | /// [`drop`]: mem::drop
555 | | /// [`write`]: ptr::write
    |
    = note: the link appears in this line:
            
            
            [`ptr::addr_of!`] (for `*const T`) and [`ptr::addr_of_mut!`] (for `*mut T`).
    = note: no item named `ptr` in scope
no resolution for "ptr::addr_of_mut" MacroNS DefId(0:0 ~ core[bdef])
no resolution for "ptr::addr_of_mut" TypeNS DefId(0:0 ~ core[bdef])
:broken_heart: Test failed - checks-actions
@jyn514 This is far from being ready for review, I posted the PR in hope to get some upper limit on performance regressions. So the answer to all of the review comments so far is "what did you expected from an in progress work".
:umbrella: The latest upstream changes (presumably #94733) made this pull request unmergeable. Please resolve the merge conflicts.
The job x86_64-gnu-llvm-12 failed! Check out the build log: (web) (plain)
Click to see the possible cause of the failure (guessed by this bot)
warning: `tidy` is not installed; diffs will not be generated
running 509 tests
i.....................................................i............................................. 100/509
....................................................................F.....F.......................F. 200/509
........................................i........................................................... 400/509
.........i.......................................................................................... 500/509
Some tests failed in compiletest suite=rustdoc mode=rustdoc host=x86_64-unknown-linux-gnu target=x86_64-unknown-linux-gnu
.........
.........
failures:
---- [rustdoc] rustdoc/intra-doc/cross-crate/module.rs stdout ----
error: rustdoc failed!
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/cross-crate/module/auxiliary/module/auxiliary" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/cross-crate/module" "--deny" "warnings" "/checkout/src/test/rustdoc/intra-doc/cross-crate/auxiliary/module.rs"
stdout: none
--- stderr -------------------------------
no resolution for "SomeTrait" MacroNS DefId(0:0 ~ module_inner[7bba])
no resolution for "SomeTrait" TypeNS DefId(0:0 ~ module_inner[7bba])
no resolution for "SomeTrait" ValueNS DefId(0:0 ~ module_inner[7bba])
error: unresolved link to `SomeTrait`
 --> /checkout/src/test/rustdoc/intra-doc/cross-crate/auxiliary/module.rs:6:21
  |
6 | /// [bar] links to [SomeTrait] and also [SomeType]
  |                     ^^^^^^^^^ no item named `SomeTrait` in scope
note: the lint level is defined here
 --> /checkout/src/test/rustdoc/intra-doc/cross-crate/auxiliary/module.rs:2:9
  |
  |
2 | #![deny(rustdoc::broken_intra_doc_links)]
  |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
error: aborting due to previous error
------------------------------------------
---- [rustdoc] rustdoc/intra-doc/enum-struct-field.rs stdout ----
error: rustdoc failed!
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/enum-struct-field/auxiliary" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/enum-struct-field" "--deny" "warnings" "/checkout/src/test/rustdoc/intra-doc/enum-struct-field.rs"
stdout: none
--- stderr -------------------------------
no resolution for "Foo" TypeNS DefId(0:0 ~ foo[fddf])
error: unresolved link to `Foo::X::y`
   |
   |
11 | /// I want [Foo::X::y].
   |             ^^^^^^^^^ `X` is a variant, not a module or type, and cannot have associated items
   |
   = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
error: aborting due to previous error
------------------------------------------
---- [rustdoc] rustdoc/intra-doc/mod-relative.rs stdout ----
error: rustdoc failed!
status: exit status: 1
command: "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/bin/rustdoc" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/mod-relative/auxiliary" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc/intra-doc/mod-relative" "--deny" "warnings" "/checkout/src/test/rustdoc/intra-doc/mod-relative.rs"
stdout: none
--- stderr -------------------------------
no resolution for "Test::do_test" MacroNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test::do_test" TypeNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" TypeNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test::do_test" ValueNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" TypeNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" TypeNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" ValueNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
no resolution for "Test" MacroNS DefId(0:3 ~ mod_relative[4c81]::wrapper)
error: unresolved link to `Test::do_test`
   |
   |
13 |     /// [`Test::do_test`]
   |           ^^^^^^^^^^^^^ no item named `Test` in scope
   |
   = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
error: aborting due to previous error
------------------------------------------
@bors try @rust-timer queue
Awaiting bors try build completion.
@rustbot label: +S-waiting-on-perf
:hourglass: Trying commit a212f3f85fc2474fce8a7c6cf94f577a9a3cf558 with merge aa6d1b03317847cb190fc37c0d4674bf18f3a192...
The job dist-x86_64-linux failed! Check out the build log: (web) (plain)
Click to see the possible cause of the failure (guessed by this bot)
[2022-03-18T22:55:27Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeRnSdW#clap:2.29.0" "--release" "--" "--skip-this-rustc"
Running clap-rs: Debug + [Full]
[2022-03-18T22:55:29Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:55:29Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:55:29Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmplQEDsx#clap:2.29.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T22:55:36Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:55:36Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T22:55:36Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T22:55:36Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmuvKE6#clap:2.29.0" "--release" "--" "--wrap-rustc-with" "eprintln"
Preparing deeply-nested-async
[2022-03-18T22:55:49Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
[2022-03-18T22:55:49Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T22:55:49Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpi8Uynh#deeply-nested-async:0.1.0" "--" "--skip-this-rustc"
[2022-03-18T22:55:49Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpi8Uynh#deeply-nested-async:0.1.0" "--" "--skip-this-rustc"
[2022-03-18T22:55:49Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmptUAMok#deeply-nested-async:0.1.0" "--release" "--" "--skip-this-rustc"
[2022-03-18T22:55:49Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:55:49Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:55:49Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:55:49Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpNHy9CQ#deeply-nested-async:0.1.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T22:55:50Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:55:50Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T22:55:50Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T22:55:50Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpoUcrMr#deeply-nested-async:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln"
Preparing hyper-2
[2022-03-18T22:55:51Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T22:55:51Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
[2022-03-18T22:55:51Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpVnE4kU#hyper:0.13.0-alpha.4" "--" "--skip-this-rustc"
[2022-03-18T22:55:51Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpVnE4kU#hyper:0.13.0-alpha.4" "--" "--skip-this-rustc"
[2022-03-18T22:55:51Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpPMzoiB#hyper:0.13.0-alpha.4" "--release" "--" "--skip-this-rustc"
[2022-03-18T22:56:16Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:56:17Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:56:17Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpE6aMM9#hyper:0.13.0-alpha.4" "--" "--wrap-rustc-with" "eprintln"
Running hyper-2: Opt + [Full]
Running hyper-2: Opt + [Full]
[2022-03-18T22:56:20Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:56:21Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T22:56:21Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpTy06qU#hyper:0.13.0-alpha.4" "--release" "--" "--wrap-rustc-with" "eprintln"
4 benchmarks remaining
Preparing regex
[2022-03-18T22:56:27Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T22:56:27Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
[2022-03-18T22:56:27Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpydqgB7#regex:0.1.80" "--release" "--" "--skip-this-rustc"
[2022-03-18T22:56:27Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgcwfei#regex:0.1.80" "--" "--skip-this-rustc"
[2022-03-18T22:56:33Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:56:33Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:56:33Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:56:33Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpUrHPcd#regex:0.1.80" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T22:56:36Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:56:36Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T22:56:36Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpZ3ptTm#regex:0.1.80" "--release" "--" "--wrap-rustc-with" "eprintln"
3 benchmarks remaining
3 benchmarks remaining
Preparing ripgrep
[2022-03-18T22:56:45Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
[2022-03-18T22:56:45Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T22:56:45Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp8M7Qiq#ripgrep:0.8.1" "--" "--skip-this-rustc"
[2022-03-18T22:56:45Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpk1fSZz#ripgrep:0.8.1" "--release" "--" "--skip-this-rustc"
[2022-03-18T22:57:15Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:57:16Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:57:16Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:57:16Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmHYg0o#ripgrep:0.8.1" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T22:57:20Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:57:20Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T22:57:20Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp4EMF6V#ripgrep:0.8.1" "--release" "--" "--wrap-rustc-with" "eprintln"
2 benchmarks remaining
2 benchmarks remaining
Preparing serde
[2022-03-18T22:57:37Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T22:57:37Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
[2022-03-18T22:57:37Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "serde/Cargo.toml" "-p" "file:///tmp/.tmpKzIDFV/serde#1.0.37" "--release" "--" "--skip-this-rustc"
[2022-03-18T22:57:37Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "serde/Cargo.toml" "-p" "file:///tmp/.tmpCibM3m/serde#1.0.37" "--" "--skip-this-rustc"
[2022-03-18T22:57:38Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:57:38Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:57:38Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "serde/Cargo.toml" "-p" "file:///tmp/.tmppjjWvk/serde#1.0.37" "--" "--wrap-rustc-with" "eprintln"
Running serde: Opt + [Full]
Running serde: Opt + [Full]
[2022-03-18T22:57:41Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:57:41Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T22:57:41Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "serde/Cargo.toml" "-p" "file:///tmp/.tmpDP9y56/serde#1.0.37" "--release" "--" "--wrap-rustc-with" "eprintln"
1 benchmark remaining
Preparing syn
[2022-03-18T22:57:45Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
[2022-03-18T22:57:45Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T22:57:45Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpjz3lRz#syn:0.11.11" "--release" "--" "--skip-this-rustc"
[2022-03-18T22:57:45Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpzQc6Kf#syn:0.11.11" "--" "--skip-this-rustc"
[2022-03-18T22:57:50Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T22:57:50Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T22:57:50Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp8TQ5YY#syn:0.11.11" "--" "--wrap-rustc-with" "eprintln"
Running syn: Opt + [Full]
---
[2022-03-18T23:13:36Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:13:37Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=Some(Full), patch=None
[2022-03-18T23:13:37Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeKtE6j#cargo:0.29.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:13:51Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:13:51Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeKtE6j#cargo:0.29.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpeKtE6j/incremental-state"
[2022-03-18T23:14:07Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:14:07Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeKtE6j#cargo:0.29.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpeKtE6j/incremental-state"
[2022-03-18T23:14:11Z DEBUG collector::execute] applying println to "/tmp/.tmpeKtE6j"
[2022-03-18T23:14:11Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:14:11Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:14:11Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpeKtE6j#cargo:0.29.0" "--profile" "check" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpeKtE6j/incremental-state"
[2022-03-18T23:14:18Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:14:19Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T23:14:19Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpnFDGfA#cargo:0.29.0" "--lib" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:14:49Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:14:49Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:14:49Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpnFDGfA#cargo:0.29.0" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpnFDGfA/incremental-state"
[2022-03-18T23:15:25Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:15:25Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpnFDGfA#cargo:0.29.0" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpnFDGfA/incremental-state"
[2022-03-18T23:15:32Z DEBUG collector::execute] applying println to "/tmp/.tmpnFDGfA"
[2022-03-18T23:15:32Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:15:32Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:15:32Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpnFDGfA#cargo:0.29.0" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpnFDGfA/incremental-state"
[2022-03-18T23:15:47Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:15:48Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T23:15:48Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpn6MTkK#cargo:0.29.0" "--release" "--lib" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:16:27Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:16:27Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:16:27Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpn6MTkK#cargo:0.29.0" "--release" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpn6MTkK/incremental-state"
[2022-03-18T23:17:09Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:17:09Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpn6MTkK#cargo:0.29.0" "--release" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpn6MTkK/incremental-state"
[2022-03-18T23:17:16Z DEBUG collector::execute] applying println to "/tmp/.tmpn6MTkK"
[2022-03-18T23:17:16Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:17:16Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:17:16Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpn6MTkK#cargo:0.29.0" "--release" "--lib" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpn6MTkK/incremental-state"
Preparing ctfe-stress-4
[2022-03-18T23:17:35Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T23:17:35Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=None, patch=None
[2022-03-18T23:17:35Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
---
[2022-03-18T23:17:36Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:17:36Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=Some(Full), patch=None
[2022-03-18T23:17:36Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuX3NCv#ctfe-stress-4:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:17:58Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:17:58Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuX3NCv#ctfe-stress-4:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpuX3NCv/incremental-state"
[2022-03-18T23:18:23Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:18:23Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuX3NCv#ctfe-stress-4:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpuX3NCv/incremental-state"
[2022-03-18T23:18:23Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:18:23Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T23:18:23Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpr33gJv#ctfe-stress-4:0.1.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:18:45Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
---
[2022-03-18T23:19:11Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:19:11Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T23:19:11Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpsR8JF0#ctfe-stress-4:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:19:32Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:19:32Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpsR8JF0#ctfe-stress-4:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpsR8JF0/incremental-state"
[2022-03-18T23:19:55Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:19:55Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpsR8JF0#ctfe-stress-4:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpsR8JF0/incremental-state"
Preparing externs
[2022-03-18T23:19:56Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=None, patch=None
[2022-03-18T23:19:56Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T23:19:56Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
---
[2022-03-18T23:19:57Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:19:57Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=Some(Full), patch=None
[2022-03-18T23:19:57Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgUwePx#externs:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:19:57Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:19:57Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgUwePx#externs:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpgUwePx/incremental-state"
[2022-03-18T23:19:58Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:19:58Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpgUwePx#externs:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpgUwePx/incremental-state"
[2022-03-18T23:19:59Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:19:59Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T23:19:59Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp5daDvh#externs:0.1.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:00Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:00Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:00Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp5daDvh#externs:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmp5daDvh/incremental-state"
[2022-03-18T23:20:01Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:20:01Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp5daDvh#externs:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmp5daDvh/incremental-state"
[2022-03-18T23:20:02Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:20:02Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T23:20:02Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmj2ZOg#externs:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:03Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:03Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:03Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmj2ZOg#externs:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpmj2ZOg/incremental-state"
[2022-03-18T23:20:05Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:20:05Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpmj2ZOg#externs:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpmj2ZOg/incremental-state"
Preparing inflate
[2022-03-18T23:20:06Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=None, patch=None
[2022-03-18T23:20:06Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T23:20:06Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
---
[2022-03-18T23:20:06Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:20:06Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=Some(Full), patch=None
[2022-03-18T23:20:06Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpPTvnhg#inflate:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:09Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:09Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpPTvnhg#inflate:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpPTvnhg/incremental-state"
[2022-03-18T23:20:12Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:20:12Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpPTvnhg#inflate:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpPTvnhg/incremental-state"
[2022-03-18T23:20:12Z DEBUG collector::execute] applying println to "/tmp/.tmpPTvnhg"
[2022-03-18T23:20:12Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:20:12Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:20:12Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpPTvnhg#inflate:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpPTvnhg/incremental-state"
[2022-03-18T23:20:15Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:20:15Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T23:20:15Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpOvhFKD#inflate:0.1.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:18Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
---
[2022-03-18T23:20:22Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpOvhFKD#inflate:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpOvhFKD/incremental-state"
Running inflate: Opt + [Full, IncrFull, IncrUnchanged, IncrPatched]
[2022-03-18T23:20:26Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:20:26Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T23:20:26Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphQVRgq#inflate:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:31Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:31Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphQVRgq#inflate:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmphQVRgq/incremental-state"
[2022-03-18T23:20:37Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:20:37Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphQVRgq#inflate:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmphQVRgq/incremental-state"
[2022-03-18T23:20:37Z DEBUG collector::execute] applying println to "/tmp/.tmphQVRgq"
[2022-03-18T23:20:37Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:20:37Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("println"), path: "0-println.patch" })
[2022-03-18T23:20:37Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmphQVRgq#inflate:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmphQVRgq/incremental-state"
Preparing match-stress-enum
[2022-03-18T23:20:43Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T23:20:43Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=None, patch=None
[2022-03-18T23:20:43Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
---
[2022-03-18T23:20:44Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:20:44Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=Some(Full), patch=None
[2022-03-18T23:20:44Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmppdZvI7#match-stress-enum:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:46Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:46Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmppdZvI7#match-stress-enum:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmppdZvI7/incremental-state"
[2022-03-18T23:20:47Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:20:47Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmppdZvI7#match-stress-enum:0.1.0" "--profile" "check" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmppdZvI7/incremental-state"
[2022-03-18T23:20:48Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:20:48Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T23:20:48Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwM2dku#match-stress-enum:0.1.0" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:50Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:50Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:50Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwM2dku#match-stress-enum:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpwM2dku/incremental-state"
[2022-03-18T23:20:52Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:20:52Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpwM2dku#match-stress-enum:0.1.0" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpwM2dku/incremental-state"
[2022-03-18T23:20:52Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:20:52Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T23:20:52Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpvud7Ea#match-stress-enum:0.1.0" "--release" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:54Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
---
Preparing token-stream-stress
[2022-03-18T23:20:57Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=None, patch=None
[2022-03-18T23:20:57Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=None, patch=None
[2022-03-18T23:20:57Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=None, patch=None
[2022-03-18T23:20:57Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmp4LO3Ik#token-stream-stress:0.0.0" "--bin" "token-stream-stress" "--" "--skip-this-rustc"
[2022-03-18T23:20:57Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpHftINA#token-stream-stress:0.0.0" "--release" "--bin" "token-stream-stress" "--" "--skip-this-rustc"
[2022-03-18T23:20:57Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpdXXIJB#token-stream-stress:0.0.0" "--profile" "check" "--bin" "token-stream-stress" "--" "--skip-this-rustc"
[2022-03-18T23:20:58Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:20:58Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Check, run_kind=Some(Full), patch=None
[2022-03-18T23:20:58Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuDHFSC#token-stream-stress:0.0.0" "--profile" "check" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:58Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:58Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:58Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuDHFSC#token-stream-stress:0.0.0" "--profile" "check" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpuDHFSC/incremental-state"
[2022-03-18T23:20:59Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Check, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:20:59Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpuDHFSC#token-stream-stress:0.0.0" "--profile" "check" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpuDHFSC/incremental-state"
[2022-03-18T23:20:59Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:20:59Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Debug, run_kind=Some(Full), patch=None
[2022-03-18T23:20:59Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpOwXozz#token-stream-stress:0.0.0" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:20:59Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:59Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:20:59Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpOwXozz#token-stream-stress:0.0.0" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpOwXozz/incremental-state"
[2022-03-18T23:21:00Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Debug, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:21:00Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpOwXozz#token-stream-stress:0.0.0" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpOwXozz/incremental-state"
[2022-03-18T23:21:00Z DEBUG collector::execute] Benchmark iteration 1/1
[2022-03-18T23:21:00Z INFO  collector::execute] run_rustc with incremental=false, build_kind=Opt, run_kind=Some(Full), patch=None
[2022-03-18T23:21:00Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpQbnaGU#token-stream-stress:0.0.0" "--release" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln"
[2022-03-18T23:21:00Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:21:00Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrFull), patch=None
[2022-03-18T23:21:00Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpQbnaGU#token-stream-stress:0.0.0" "--release" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpQbnaGU/incremental-state"
[2022-03-18T23:21:01Z INFO  collector::execute] run_rustc with incremental=true, build_kind=Opt, run_kind=Some(IncrUnchanged), patch=None
[2022-03-18T23:21:01Z DEBUG collector::execute] "/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "rustc" "--manifest-path" "Cargo.toml" "-p" "file:///tmp/.tmpQbnaGU#token-stream-stress:0.0.0" "--release" "--bin" "token-stream-stress" "--" "--wrap-rustc-with" "eprintln" "-C" "incremental=/tmp/.tmpQbnaGU/incremental-state"
+ ./build/x86_64-unknown-linux-gnu/llvm/bin/llvm-profdata merge -o /tmp/rustc-pgo.profdata /tmp/rustc-pgo
+ rm -r ./build/x86_64-unknown-linux-gnu/llvm ./build/x86_64-unknown-linux-gnu/lld
+ python3 ../x.py dist --host x86_64-unknown-linux-gnu --target x86_64-unknown-linux-gnu --include-default-paths build-manifest --rust-profile-use=/tmp/rustc-pgo.profdata --llvm-profile-use=/tmp/llvm-pgo.profdata
warning: sqlite3 not available in python, skipping build directory lock
---
    Checking rustc-std-workspace-core v1.99.0 (/checkout/library/rustc-std-workspace-core)
[RUSTC-TIMING] rustc_std_workspace_core test:false 0.033
[RUSTC-TIMING] compiler_builtins test:false 0.370
 Documenting alloc v0.0.0 (/checkout/library/alloc)
no resolution for "DoubleEndedSearcher" MacroNS DefId(1:12283 ~ core[f796]::str::pattern)
no resolution for "DoubleEndedSearcher" TypeNS DefId(1:12283 ~ core[f796]::str::pattern)
no resolution for "DoubleEndedSearcher" ValueNS DefId(1:12283 ~ core[f796]::str::pattern)
[RUSTC-TIMING] cc test:false 0.687
[RUSTC-TIMING] core test:false 11.704
   Compiling libc v0.2.116
   Compiling memchr v2.4.1
---
    Checking addr2line v0.16.0
[RUSTC-TIMING] addr2line test:false 0.198
[RUSTC-TIMING] object test:false 2.739
 Documenting std v0.0.0 (/checkout/library/std)
no resolution for "Self::Normal" MacroNS DefId(1:277 ~ core[f796]::num)
no resolution for "Self::Normal" TypeNS DefId(1:277 ~ core[f796]::num)
no resolution for "Self::Normal" ValueNS DefId(1:277 ~ core[f796]::num)
no resolution for "Self::Zero" MacroNS DefId(1:277 ~ core[f796]::num)
no resolution for "Self::Zero" TypeNS DefId(1:277 ~ core[f796]::num)
no resolution for "Self::Zero" ValueNS DefId(1:277 ~ core[f796]::num)
no resolution for "f32::MIN_POSITIVE" MacroNS DefId(1:277 ~ core[f796]::num)
no resolution for "f32::MIN_POSITIVE" TypeNS DefId(1:277 ~ core[f796]::num)
no resolution for "f32::MIN_POSITIVE" ValueNS DefId(1:277 ~ core[f796]::num)
no resolution for "f64::MIN_POSITIVE" MacroNS DefId(1:277 ~ core[f796]::num)
no resolution for "f64::MIN_POSITIVE" TypeNS DefId(1:277 ~ core[f796]::num)
no resolution for "f64::MIN_POSITIVE" ValueNS DefId(1:277 ~ core[f796]::num)
no resolution for "f32::MAX" MacroNS DefId(1:277 ~ core[f796]::num)
no resolution for "f32::MAX" TypeNS DefId(1:277 ~ core[f796]::num)
no resolution for "f32::MAX" ValueNS DefId(1:277 ~ core[f796]::num)
no resolution for "f64::MAX" MacroNS DefId(1:277 ~ core[f796]::num)
no resolution for "f64::MAX" TypeNS DefId(1:277 ~ core[f796]::num)
no resolution for "f64::MAX" ValueNS DefId(1:277 ~ core[f796]::num)
no resolution for "Sync" MacroNS DefId(1:9114 ~ core[f796]::sync::atomic)
no resolution for "Sync" TypeNS DefId(1:9114 ~ core[f796]::sync::atomic)
no resolution for "Sync" ValueNS DefId(1:9114 ~ core[f796]::sync::atomic)
no resolution for "AtomicBool::new" MacroNS DefId(1:9114 ~ core[f796]::sync::atomic)
no resolution for "AtomicBool::new" TypeNS DefId(1:9114 ~ core[f796]::sync::atomic)
no resolution for "AtomicBool::new" ValueNS DefId(1:9114 ~ core[f796]::sync::atomic)
no resolution for "core::ops::Deref" MacroNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "core::ops::Deref" TypeNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "core::ops" TypeNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "core::ops::Deref" ValueNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "core::ops" TypeNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "core" TypeNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "ptr::NonNull::dangling" MacroNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "ptr::NonNull::dangling" TypeNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "ptr::NonNull" TypeNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "ptr::NonNull::dangling" ValueNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "ptr::NonNull" TypeNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "ptr" TypeNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "ptr" MacroNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "ptr" TypeNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "ptr" ValueNS DefId(4:191 ~ alloc[5461]::boxed)
no resolution for "format" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "usize" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "usize" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "usize" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "i8" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "i8" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "i8" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "isize" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "isize" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "isize" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Octal" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Octal" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Octal" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "LowerHex" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "LowerHex" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "LowerHex" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "UpperHex" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "UpperHex" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "UpperHex" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Pointer" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Pointer" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Pointer" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Binary" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Binary" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Binary" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "LowerExp" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "LowerExp" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "LowerExp" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "UpperExp" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "UpperExp" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "UpperExp" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Binary" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Binary" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Binary" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "write" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "write" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "write" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Formatter" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Result" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Result" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Result" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "core::result::Result" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "core::result::Result" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "core::result" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "core::result::Result" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "core::result" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Error" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Error" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Error" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Display" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "Debug" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "writeln" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "writeln" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "writeln" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "write" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "write" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "write" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format_args" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format_args" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format_args" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "write" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "write" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "write" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" ValueNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" TypeNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "format" MacroNS DefId(4:4434 ~ alloc[5461]::fmt)
no resolution for "core::cell::Cell" MacroNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell::Cell" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell::Cell" ValueNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell::RefCell" MacroNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell::RefCell" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell::RefCell" ValueNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell" MacroNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::cell" ValueNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::marker::Send" MacroNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::marker::Send" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::marker" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::marker::Send" ValueNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::marker" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::ops::Deref" MacroNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::ops::Deref" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::ops" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::ops::Deref" ValueNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core::ops" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "core" TypeNS DefId(4:4515 ~ alloc[5461]::rc)
no resolution for "Iter" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Iter" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Iter" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Clone" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Clone" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Clone" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Eq" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Eq" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Eq" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Eq" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Eq" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "Eq" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "core::hash::Hash" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "core::hash::Hash" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "core::hash" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "core::hash::Hash" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "core::hash" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "core" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::iter" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::iter" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::iter" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::iter_mut" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::iter_mut" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::iter_mut" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::split" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::split" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::split" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::splitn" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::splitn" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::splitn" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::chunks" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::chunks" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::chunks" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::windows" MacroNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::windows" TypeNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "slice::windows" ValueNS DefId(4:4944 ~ alloc[5461]::slice)
no resolution for "DoubleEndedSearcher" MacroNS DefId(1:12283 ~ core[f796]::str::pattern)
no resolution for "DoubleEndedSearcher" TypeNS DefId(1:12283 ~ core[f796]::str::pattern)
no resolution for "DoubleEndedSearcher" ValueNS DefId(1:12283 ~ core[f796]::str::pattern)
no resolution for "ToString" MacroNS DefId(4:5435 ~ alloc[5461]::string)
no resolution for "ToString" TypeNS DefId(4:5435 ~ alloc[5461]::string)
no resolution for "ToString" ValueNS DefId(4:5435 ~ alloc[5461]::string)
no resolution for "IndexMut" MacroNS DefId(4:6292 ~ alloc[5461]::vec)
no resolution for "IndexMut" TypeNS DefId(4:6292 ~ alloc[5461]::vec)
no resolution for "IndexMut" ValueNS DefId(4:6292 ~ alloc[5461]::vec)
no resolution for "array" MacroNS DefId(1:3791 ~ core[f796]::array)
no resolution for "array" TypeNS DefId(1:3791 ~ core[f796]::array)
no resolution for "array" ValueNS DefId(1:3791 ~ core[f796]::array)
no resolution for "AsyncIterator" MacroNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" TypeNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" ValueNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" MacroNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" TypeNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" ValueNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator::poll_next" MacroNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator::poll_next" TypeNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" TypeNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator::poll_next" ValueNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" TypeNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" MacroNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" TypeNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" ValueNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" MacroNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" TypeNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "AsyncIterator" ValueNS DefId(1:4365 ~ core[f796]::async_iter)
no resolution for "Cell" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Sync" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Sync" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Sync" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Copy" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Copy" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Copy" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::get" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::get" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::get" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Default" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Default" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Default" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Default::default" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Default" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Default::default" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Default" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Default::default" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::take" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::take" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::take" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::replace" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::replace" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::replace" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::into_inner" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::into_inner" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::into_inner" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::set" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::set" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell::set" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Cell" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Clone" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Clone" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Clone" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Clone::clone" MacroNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Clone::clone" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Clone" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Clone::clone" ValueNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Clone" TypeNS DefId(1:4427 ~ core[f796]::cell)
no resolution for "Drop" MacroNS DefId(1:2640 ~ core[f796]::clone)
no resolution for "Drop" TypeNS DefId(1:2640 ~ core[f796]::clone)
no resolution for "Drop" ValueNS DefId(1:2640 ~ core[f796]::clone)
no resolution for "Reverse" MacroNS DefId(1:2669 ~ core[f796]::cmp)
no resolution for "Reverse" TypeNS DefId(1:2669 ~ core[f796]::cmp)
no resolution for "Reverse" ValueNS DefId(1:2669 ~ core[f796]::cmp)
no resolution for "Iterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Option" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Option" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Option" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::next" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::next" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::next" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Some" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Some" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Some" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator::into_iter" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator::into_iter" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator::into_iter" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "IntoIterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::map" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::map" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::map" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::take" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::take" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::take" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::filter" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::filter" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::filter" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::for_each" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::for_each" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::for_each" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::collect" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::collect" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::collect" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::min" MacroNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::min" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator::min" ValueNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Iterator" TypeNS DefId(1:5028 ~ core[f796]::iter)
no resolution for "Add" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Mul" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Mul" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Mul" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Clone::clone" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Clone::clone" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Clone" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Clone::clone" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Clone" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Add" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Sub" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Sub" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Sub" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Fn" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Fn" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Fn" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnMut" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnMut" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnMut" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnOnce" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnOnce" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnOnce" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Fn" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Fn" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Fn" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnMut" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnMut" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnMut" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnOnce" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnOnce" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnOnce" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Fn" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Fn" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "Fn" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnMut" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnMut" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnMut" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnOnce" MacroNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnOnce" TypeNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "FnOnce" ValueNS DefId(1:3085 ~ core[f796]::ops)
no resolution for "i32" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "i32" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "i32" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "mem::transmute" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "mem::transmute" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "mem" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "mem::transmute" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "mem" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "true" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "true" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "true" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::is_some" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::is_some" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::is_some" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::is_none" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::is_none" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::is_none" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_ref" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_ref" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_ref" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_mut" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_mut" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_mut" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_deref" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_deref" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_deref" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_deref_mut" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_deref_mut" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_deref_mut" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_pin_ref" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_pin_ref" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_pin_ref" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_pin_mut" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_pin_mut" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::as_pin_mut" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::expect" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::expect" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::expect" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::unwrap" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::unwrap" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::unwrap" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::ok_or" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::ok_or" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::ok_or" ValueNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::transpose" MacroNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::transpose" TypeNS DefId(1:8311 ~ core[f796]::option)
no resolution for "Option::transpose" ValueNS DefId(1:8311 ~ core[f796]::option)
---
[RUSTC-TIMING] addr2line test:false 0.198
    Checking std v0.0.0 (/checkout/library/std)
[RUSTC-TIMING] std test:false 2.835
 Documenting proc_macro v0.0.0 (/checkout/library/proc_macro)
error[E0773]: attempted to define built-in macro more than once
note: previously defined here
error: Compilation failed, aborting rustdoc
For more information about this error, try `rustc --explain E0773`.
error: could not document `proc_macro`
Caused by:
  process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustdoc --edition=2021 --crate-type lib --crate-name proc_macro library/proc_macro/src/lib.rs --target x86_64-unknown-linux-gnu -o /checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --markdown-css rust.css --markdown-no-toc -Z unstable-options --resource-suffix 1.61.0 --index-page /checkout/src/doc/index.md -C metadata=dbf7cd5293b0a3ca -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/release/deps --extern std=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/x86_64-unknown-linux-gnu/release/deps/libstd-6fa0c0d036aeed89.rmeta -Csymbol-mangling-version=legacy -Zunstable-options -Zunstable-options '--check-cfg=names()' '--check-cfg=values()' '--check-cfg=values(bootstrap)' '--check-cfg=values(stdarch_intel_sde)' '--check-cfg=values(no_fp_fmt_parse)' '--check-cfg=values(no_global_oom_handling)' '--check-cfg=values(freebsd12)' '--check-cfg=values(backtrace_in_libstd)' '--check-cfg=values(target_env,"libnx")' '--check-cfg=values(target_os,"watchos")' '--check-cfg=values(target_arch,"asmjs","spirv","nvptx","nvptx64","le32","xtensa")' '--check-cfg=values(dont_compile_me)' -Dwarnings '-Wrustdoc::invalid_codeblock_attributes' --crate-version '1.61.0-nightly
  (aa6d1b033
  2022-03-18)' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/nightly/")'` (exit status: 1)
:broken_heart: Test failed - checks-actions
The job x86_64-gnu-llvm-12 failed! Check out the build log: (web) (plain)
Click to see the possible cause of the failure (guessed by this bot)
    Checking hashbrown v0.12.0
    Checking miniz_oxide v0.4.0
    Checking addr2line v0.16.0
 Documenting std v0.0.0 (/checkout/library/std)
no resolution for "Self::Normal" MacroNS DefId(1:277 ~ core[3b50]::num)
no resolution for "Self::Normal" TypeNS DefId(1:277 ~ core[3b50]::num)
no resolution for "Self::Normal" ValueNS DefId(1:277 ~ core[3b50]::num)
no resolution for "Self::Zero" MacroNS DefId(1:277 ~ core[3b50]::num)
no resolution for "Self::Zero" TypeNS DefId(1:277 ~ core[3b50]::num)
no resolution for "Self::Zero" ValueNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f32::MIN_POSITIVE" MacroNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f32::MIN_POSITIVE" TypeNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f32::MIN_POSITIVE" ValueNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f64::MIN_POSITIVE" MacroNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f64::MIN_POSITIVE" TypeNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f64::MIN_POSITIVE" ValueNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f32::MAX" MacroNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f32::MAX" TypeNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f32::MAX" ValueNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f64::MAX" MacroNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f64::MAX" TypeNS DefId(1:277 ~ core[3b50]::num)
no resolution for "f64::MAX" ValueNS DefId(1:277 ~ core[3b50]::num)
    Checking std v0.0.0 (/checkout/library/std)
 Documenting proc_macro v0.0.0 (/checkout/library/proc_macro)
 Documenting proc_macro v0.0.0 (/checkout/library/proc_macro)
error[E0773]: attempted to define built-in macro more than once
     |
1311 | /     macro_rules! cfg {
1311 | /     macro_rules! cfg {
1312 | |         ($($cfg:tt)*) => {
1314 | |         };
1315 | |     }
     | |_____^
     |
     |
note: previously defined here
    --> /checkout/library/core/src/macros/mod.rs:1311:5
     |
1311 | /     macro_rules! cfg {
1312 | |         ($($cfg:tt)*) => {
1314 | |         };
1315 | |     }
     | |_____^
error: Compilation failed, aborting rustdoc
For more information about this error, try `rustc --explain E0773`.
error: could not document `proc_macro`
Caused by:
  process didn't exit successfully: `/checkout/obj/build/bootstrap/debug/rustdoc --edition=2021 --crate-type lib --crate-name proc_macro library/proc_macro/src/lib.rs --target x86_64-unknown-linux-gnu -o /checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --markdown-css rust.css --markdown-no-toc -Z unstable-options --resource-suffix 1.61.0 --index-page /checkout/src/doc/index.md -C metadata=0e5a90eca7c06845 -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/x86_64-unknown-linux-gnu/release/deps -L dependency=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/release/deps --extern std=/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/x86_64-unknown-linux-gnu/release/deps/libstd-32b0c990c1e4f479.rmeta -Csymbol-mangling-version=legacy -Zunstable-options -Zunstable-options '--check-cfg=names()' '--check-cfg=values()' '--check-cfg=values(bootstrap)' '--check-cfg=values(stdarch_intel_sde)' '--check-cfg=values(no_fp_fmt_parse)' '--check-cfg=values(no_global_oom_handling)' '--check-cfg=values(freebsd12)' '--check-cfg=values(backtrace_in_libstd)' '--check-cfg=values(target_env,"libnx")' '--check-cfg=values(target_os,"watchos")' '--check-cfg=values(target_arch,"asmjs","spirv","nvptx","nvptx64","le32","xtensa")' '--check-cfg=values(dont_compile_me)' -Dwarnings '-Wrustdoc::invalid_codeblock_attributes' --crate-version '1.61.0-nightly
  (2ecc3560b
  2022-03-21)' '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/nightly/")'` (exit status: 1)
@bors try @rust-timer queue
Awaiting bors try build completion.
@rustbot label: +S-waiting-on-perf
:hourglass: Trying commit 77025813a885adc2c5164416425e08614bbfef77 with merge 492f89d0f3e4cd004081778dc3ebdf5f689b9848...
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)
configure: rust.debug-assertions := True
configure: rust.overflow-checks := True
configure: llvm.assertions      := True
configure: dist.missing-tools   := True
configure: build.configure-args := ['--enable-sccache', '--disable-manage-submodu ...
configure: writing `config.toml` in current directory
configure: 
configure: run `python /checkout/x.py --help`
configure: 
---
skip untracked path cpu-usage.csv during rustfmt invocations
skip untracked path src/doc/book/ during rustfmt invocations
skip untracked path src/doc/rust-by-example/ during rustfmt invocations
skip untracked path src/llvm-project/ during rustfmt invocations
Diff in /checkout/library/proc_macro/src/lib.rs at line 34:
 #![feature(min_specialization)]
 #![feature(panic_update_hook)]
 #![recursion_limit = "256"]
-
 #![no_core]
 #[allow(unused_imports)]
 #[allow(unused_imports)]
Running `"/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/rustfmt" "--config-path" "/checkout" "--edition" "2021" "--unstable-features" "--skip-children" "--check" "/checkout/library/core/src/hash/sip.rs" "/checkout/library/proc_macro/src/bridge/client.rs" "/checkout/library/proc_macro/src/bridge/buffer.rs" "/checkout/library/proc_macro/src/bridge/scoped_cell.rs" "/checkout/library/proc_macro/src/diagnostic.rs" "/checkout/library/proc_macro/src/lib.rs" "/checkout/library/proc_macro/src/quote.rs" "/checkout/library/rtstartup/rsbegin.rs"` failed.
If you're running `tidy`, try again with `--bless`. Or, if you just want to format code, run `./x.py fmt` instead.
:sunny: Try build successful - checks-actions
Build commit: 492f89d0f3e4cd004081778dc3ebdf5f689b9848 (492f89d0f3e4cd004081778dc3ebdf5f689b9848)
Queued 492f89d0f3e4cd004081778dc3ebdf5f689b9848 with parent 36748cf814dcf6bbd6408e925a0b4770b7d47719, future comparison URL.
Finished benchmarking commit (492f89d0f3e4cd004081778dc3ebdf5f689b9848): comparison url.
Summary: This benchmark run shows 38 relevant regressions 😿 to instruction counts.
- Arithmetic mean of relevant regressions: 58.8%
- Largest regression in instruction counts: 101.5% on fullbuilds ofhelloworld doc
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.
Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR led to changes in compiler perf.
Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @rustbot label: +perf-regression-triaged along with sufficient written justification. If you cannot justify the regressions please fix the regressions and do another perf run. If the next run shows neutral or positive results, the label will be automatically removed.
@bors rollup=never @rustbot label: +S-waiting-on-review -S-waiting-on-perf +perf-regression
Largest regression in instruction counts: 101.5%
At least it's functionally correct now. I'll investigate where all this time is spent.
Blocked on https://github.com/rust-lang/rust/pull/95255.
:umbrella: The latest upstream changes (presumably #95255) made this pull request unmergeable. Please resolve the merge conflicts.
Blocked on https://github.com/rust-lang/rust/pull/95337.
:umbrella: The latest upstream changes (presumably #94963) made this pull request unmergeable. Please resolve the merge conflicts.
:umbrella: The latest upstream changes (presumably #95337) made this pull request unmergeable. Please resolve the merge conflicts.
:umbrella: The latest upstream changes (presumably #95667) made this pull request unmergeable. Please resolve the merge conflicts.
Blocked on https://github.com/rust-lang/rust/pull/95706.