[INFO] fetching crate indented-blocks 0.6.0... [INFO] checking indented-blocks-0.6.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate indented-blocks 0.6.0 into /workspace/builds/worker-3-tc1/source [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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate indented-blocks 0.6.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b0a75b685591688f129d51f50030048a41ec0c80c428e68a7ee7f49435af382 [INFO] running `Command { std: "docker" "start" "-a" "4b0a75b685591688f129d51f50030048a41ec0c80c428e68a7ee7f49435af382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b0a75b685591688f129d51f50030048a41ec0c80c428e68a7ee7f49435af382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b0a75b685591688f129d51f50030048a41ec0c80c428e68a7ee7f49435af382", kill_on_drop: false }` [INFO] [stdout] 4b0a75b685591688f129d51f50030048a41ec0c80c428e68a7ee7f49435af382 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b4f07f15fd419d3e296ad24a1b0fac275c59536c04bba6c27433712931ca05d [INFO] running `Command { std: "docker" "start" "-a" "0b4f07f15fd419d3e296ad24a1b0fac275c59536c04bba6c27433712931ca05d", 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 attribute 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/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:86:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:74:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/vec/mod.rs:434:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/string.rs:360:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:249:12 [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 attribute 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/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:86:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:74:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/vec/mod.rs:434:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/string.rs:360:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:249:12 [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 attribute 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] ... | [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/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:86:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:74:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/vec/mod.rs:434:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/string.rs:360:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:249:12 [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 attribute 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/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:86:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:74:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/vec/mod.rs:434:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/string.rs:360:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:249:12 [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 attribute 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/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:86:8 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/raw_vec/mod.rs:74:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/vec/mod.rs:434:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/alloc/src/string.rs:360:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:41:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:197:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/350d0ef0ec0493e6d21cfb265cb8211a0e74d766/library/test/src/types.rs:249:12 [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" "0b4f07f15fd419d3e296ad24a1b0fac275c59536c04bba6c27433712931ca05d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b4f07f15fd419d3e296ad24a1b0fac275c59536c04bba6c27433712931ca05d", kill_on_drop: false }` [INFO] [stdout] 0b4f07f15fd419d3e296ad24a1b0fac275c59536c04bba6c27433712931ca05d