[INFO] fetching crate indented-blocks 0.6.0...
[INFO] checking indented-blocks-0.6.0 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[INFO] extracting crate indented-blocks 0.6.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate indented-blocks 0.6.0 on toolchain 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate indented-blocks 0.6.0
[INFO] finished tweaking crates.io crate indented-blocks 0.6.0
[INFO] tweaked toml for crates.io crate indented-blocks 0.6.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 34fafcd6d4ad153f027a5a1681626f20b812e34d07d74945d3eb5af7041df859
[INFO] running `Command { std: "docker" "start" "-a" "34fafcd6d4ad153f027a5a1681626f20b812e34d07d74945d3eb5af7041df859", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34fafcd6d4ad153f027a5a1681626f20b812e34d07d74945d3eb5af7041df859", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34fafcd6d4ad153f027a5a1681626f20b812e34d07d74945d3eb5af7041df859", kill_on_drop: false }`
[INFO] [stdout] 34fafcd6d4ad153f027a5a1681626f20b812e34d07d74945d3eb5af7041df859
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 580d1da68f39eb42b923e251dda3e2c43a4624a7be7699761cc608c22d12581c
[INFO] running `Command { std: "docker" "start" "-a" "580d1da68f39eb42b923e251dda3e2c43a4624a7be7699761cc608c22d12581c", kill_on_drop: false }`
[INFO] [stderr]     Checking indented-blocks v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `Unique<u8>: Freeze`
[INFO] [stdout]  --> src/tests.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 4 |   #[test]
[INFO] [stdout]   |   ------- in this procedural macro expansion
[INFO] [stdout] 5 | / fn test_parse_nbs0() {
[INFO] [stdout] 6 | |     assert_eq!(parse_nested_blocks("", EmptyLinesMode::Skip), []);
[INFO] [stdout] 7 | | }
[INFO] [stdout]   | |_^
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "16"]` attribute to your crate (`indented_blocks`)
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVecInner`
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:88:8
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec<u8>`
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:76:19
[INFO] [stdout] note: required because it appears within the type `Vec<u8>`
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/vec/mod.rs:397:12
[INFO] [stdout] note: required because it appears within the type `String`
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/string.rs:362:12
[INFO] [stdout] note: required because it appears within the type `TestName`
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:41:10
[INFO] [stdout] note: required because it appears within the type `TestDesc`
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:197:12
[INFO] [stdout] note: required because it appears within the type `TestDescAndFn`
[INFO] [stdout]  --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:249:12
[INFO] [stdout]   = note: this error originates in the attribute macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `Unique<u8>: Freeze`
[INFO] [stdout]   --> src/tests.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 9  |   #[test]
[INFO] [stdout]    |   ------- in this procedural macro expansion
[INFO] [stdout] 10 | / fn test_parse_nbs1() {
[INFO] [stdout] 11 | |     assert_eq!(
[INFO] [stdout] 12 | |         parse_nested_blocks("a", EmptyLinesMode::Skip),
[INFO] [stdout] 13 | |         [Block {
[INFO] [stdout] ...  |
[INFO] [stdout] 30 | |     );
[INFO] [stdout] 31 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "16"]` attribute to your crate (`indented_blocks`)
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVecInner`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:88:8
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec<u8>`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:76:19
[INFO] [stdout] note: required because it appears within the type `Vec<u8>`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/vec/mod.rs:397:12
[INFO] [stdout] note: required because it appears within the type `String`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/string.rs:362:12
[INFO] [stdout] note: required because it appears within the type `TestName`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:41:10
[INFO] [stdout] note: required because it appears within the type `TestDesc`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:197:12
[INFO] [stdout] note: required because it appears within the type `TestDescAndFn`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:249:12
[INFO] [stdout]    = note: this error originates in the attribute macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `Unique<u8>: Freeze`
[INFO] [stdout]   --> src/tests.rs:34:1
[INFO] [stdout]    |
[INFO] [stdout] 33 |   #[test]
[INFO] [stdout]    |   ------- in this procedural macro expansion
[INFO] [stdout] 34 | / fn test_parse_nbs2() {
[INFO] [stdout] 35 | |     assert_eq!(
[INFO] [stdout] 36 | |         parse_nested_blocks("a\nb", EmptyLinesMode::Skip),
[INFO] [stdout] 37 | |         [
[INFO] [stdout] ...  |
[INFO] [stdout] 72 | |     );
[INFO] [stdout] 73 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "16"]` attribute to your crate (`indented_blocks`)
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVecInner`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:88:8
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec<u8>`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:76:19
[INFO] [stdout] note: required because it appears within the type `Vec<u8>`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/vec/mod.rs:397:12
[INFO] [stdout] note: required because it appears within the type `String`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/string.rs:362:12
[INFO] [stdout] note: required because it appears within the type `TestName`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:41:10
[INFO] [stdout] note: required because it appears within the type `TestDesc`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:197:12
[INFO] [stdout] note: required because it appears within the type `TestDescAndFn`
[INFO] [stdout]   --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:249:12
[INFO] [stdout]    = note: this error originates in the attribute macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `Unique<u8>: Freeze`
[INFO] [stdout]    --> src/tests.rs:76:1
[INFO] [stdout]     |
[INFO] [stdout] 75  |   #[test]
[INFO] [stdout]     |   ------- in this procedural macro expansion
[INFO] [stdout] 76  | / fn test_parse_nbs3() {
[INFO] [stdout] 77  | |     assert_eq!(
[INFO] [stdout] 78  | |         parse_nested_blocks("a\n  b", EmptyLinesMode::Skip),
[INFO] [stdout] 79  | |         [Block {
[INFO] [stdout] ...   |
[INFO] [stdout] 264 | |     );
[INFO] [stdout] 265 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "16"]` attribute to your crate (`indented_blocks`)
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVecInner`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:88:8
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec<u8>`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:76:19
[INFO] [stdout] note: required because it appears within the type `Vec<u8>`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/vec/mod.rs:397:12
[INFO] [stdout] note: required because it appears within the type `String`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/string.rs:362:12
[INFO] [stdout] note: required because it appears within the type `TestName`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:41:10
[INFO] [stdout] note: required because it appears within the type `TestDesc`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:197:12
[INFO] [stdout] note: required because it appears within the type `TestDescAndFn`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:249:12
[INFO] [stdout]     = note: this error originates in the attribute macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `Unique<u8>: Freeze`
[INFO] [stdout]    --> src/tests.rs:268:1
[INFO] [stdout]     |
[INFO] [stdout] 267 |   #[test]
[INFO] [stdout]     |   ------- in this procedural macro expansion
[INFO] [stdout] 268 | / fn test_to_string() {
[INFO] [stdout] 269 | |     assert_eq!(
[INFO] [stdout] 270 | |         blocks_to_string(
[INFO] [stdout] 271 | |             &parse_nested_blocks("a\n\r\n  b\nc", EmptyLinesMode::Skip)[..],
[INFO] [stdout] ...   |
[INFO] [stdout] 275 | |     );
[INFO] [stdout] 276 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider increasing the recursion limit by adding a `#![recursion_limit = "16"]` attribute to your crate (`indented_blocks`)
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVecInner`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:88:8
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec<u8>`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/raw_vec.rs:76:19
[INFO] [stdout] note: required because it appears within the type `Vec<u8>`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/vec/mod.rs:397:12
[INFO] [stdout] note: required because it appears within the type `String`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/alloc/src/string.rs:362:12
[INFO] [stdout] note: required because it appears within the type `TestName`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:41:10
[INFO] [stdout] note: required because it appears within the type `TestDesc`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:197:12
[INFO] [stdout] note: required because it appears within the type `TestDescAndFn`
[INFO] [stdout]    --> /rustc/264a7c4a1c917c83d13895a31231f9d93c7b67e1/library/test/src/types.rs:249:12
[INFO] [stdout]     = note: this error originates in the attribute macro `test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0275`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `indented-blocks` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "580d1da68f39eb42b923e251dda3e2c43a4624a7be7699761cc608c22d12581c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "580d1da68f39eb42b923e251dda3e2c43a4624a7be7699761cc608c22d12581c", kill_on_drop: false }`
[INFO] [stdout] 580d1da68f39eb42b923e251dda3e2c43a4624a7be7699761cc608c22d12581c
