[INFO] fetching crate indented-blocks 0.6.0... [INFO] checking indented-blocks-0.6.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate indented-blocks 0.6.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate indented-blocks 0.6.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "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-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07d9b4ac6539b21a45112e6f3e1b0f895a895a140e947f89a77f1e3fe1939354 [INFO] running `Command { std: "docker" "start" "-a" "07d9b4ac6539b21a45112e6f3e1b0f895a895a140e947f89a77f1e3fe1939354", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07d9b4ac6539b21a45112e6f3e1b0f895a895a140e947f89a77f1e3fe1939354", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07d9b4ac6539b21a45112e6f3e1b0f895a895a140e947f89a77f1e3fe1939354", kill_on_drop: false }` [INFO] [stdout] 07d9b4ac6539b21a45112e6f3e1b0f895a895a140e947f89a77f1e3fe1939354 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f1db08b27c3fb7537837af6c440ea80b05086851a535921bb6f4632c6d782f5b [INFO] running `Command { std: "docker" "start" "-a" "f1db08b27c3fb7537837af6c440ea80b05086851a535921bb6f4632c6d782f5b", kill_on_drop: false }` [INFO] [stderr] Checking indented-blocks v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0275]: overflow evaluating the requirement `NonNull: Freeze` [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 `Unique` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/ptr/unique.rs:36:12 [INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/alloc/src/raw_vec.rs:69:19 [INFO] [stdout] note: required because it appears within the type `Vec` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/alloc/src/vec/mod.rs:398:12 [INFO] [stdout] note: required because it appears within the type `String` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/alloc/src/string.rs:365:12 [INFO] [stdout] note: required because it appears within the type `TestName` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/test/src/types.rs:42:10 [INFO] [stdout] note: required because it appears within the type `TestDesc` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/test/src/types.rs:198:12 [INFO] [stdout] note: required because it appears within the type `TestDescAndFn` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/test/src/types.rs:250:12 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [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 2 previous errors [INFO] running `Command { std: "docker" "inspect" "f1db08b27c3fb7537837af6c440ea80b05086851a535921bb6f4632c6d782f5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1db08b27c3fb7537837af6c440ea80b05086851a535921bb6f4632c6d782f5b", kill_on_drop: false }` [INFO] [stdout] f1db08b27c3fb7537837af6c440ea80b05086851a535921bb6f4632c6d782f5b