[INFO] fetching crate indented-blocks 0.6.0... [INFO] checking indented-blocks-0.6.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate indented-blocks 0.6.0 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate indented-blocks 0.6.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8f36f9ce020ef4ab097d8134824753af9cd283f96e70deeeab77fab17d4c1a88 [INFO] running `Command { std: "docker" "start" "-a" "8f36f9ce020ef4ab097d8134824753af9cd283f96e70deeeab77fab17d4c1a88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f36f9ce020ef4ab097d8134824753af9cd283f96e70deeeab77fab17d4c1a88", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f36f9ce020ef4ab097d8134824753af9cd283f96e70deeeab77fab17d4c1a88", kill_on_drop: false }` [INFO] [stdout] 8f36f9ce020ef4ab097d8134824753af9cd283f96e70deeeab77fab17d4c1a88 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f27e494d91ccc57fdbafdb02ead63b8a7180ba965501cbc3906d2874ea9eb7e [INFO] running `Command { std: "docker" "start" "-a" "4f27e494d91ccc57fdbafdb02ead63b8a7180ba965501cbc3906d2874ea9eb7e", kill_on_drop: false }` [INFO] [stderr] Checking indented-blocks v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0275]: overflow evaluating the requirement `Unique: 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/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:87:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:75:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:397:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/string.rs:362:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/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: 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/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:87:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:75:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:397:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/string.rs:362:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/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: 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/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:87:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:75:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:397:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/string.rs:362:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/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: 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/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:87:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:75:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:397:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/string.rs:362:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/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: 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/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:87:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/raw_vec.rs:75:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/vec/mod.rs:397:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/alloc/src/string.rs:362:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/f609b7e0586f81fefb3523e3e17adf779ac416be/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: aborting due to 5 previous errors [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 6 previous errors [INFO] running `Command { std: "docker" "inspect" "4f27e494d91ccc57fdbafdb02ead63b8a7180ba965501cbc3906d2874ea9eb7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f27e494d91ccc57fdbafdb02ead63b8a7180ba965501cbc3906d2874ea9eb7e", kill_on_drop: false }` [INFO] [stdout] 4f27e494d91ccc57fdbafdb02ead63b8a7180ba965501cbc3906d2874ea9eb7e