[INFO] fetching crate indented-blocks 0.6.0...
[INFO] checking indented-blocks-0.6.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate indented-blocks 0.6.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate indented-blocks 0.6.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab829371355f86664ce50f951be7c30f97d254881f4e3b3e0dae261e57a11647
[INFO] running `Command { std: "docker" "start" "-a" "ab829371355f86664ce50f951be7c30f97d254881f4e3b3e0dae261e57a11647", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab829371355f86664ce50f951be7c30f97d254881f4e3b3e0dae261e57a11647", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab829371355f86664ce50f951be7c30f97d254881f4e3b3e0dae261e57a11647", kill_on_drop: false }`
[INFO] [stdout] ab829371355f86664ce50f951be7c30f97d254881f4e3b3e0dae261e57a11647
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9aac49a3be8a8186301c676f162b8caf4beabe3e8641bc0d5c39854f7f40fe1d
[INFO] running `Command { std: "docker" "start" "-a" "9aac49a3be8a8186301c676f162b8caf4beabe3e8641bc0d5c39854f7f40fe1d", kill_on_drop: false }`
[INFO] [stderr]     Checking indented-blocks v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `NonNull<u8>: 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<u8>`
[INFO] [stdout]  --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/ptr/unique.rs:36:12
[INFO] [stdout] note: required because it appears within the type `alloc::raw_vec::RawVec<u8>`
[INFO] [stdout]  --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/alloc/src/raw_vec.rs:69:19
[INFO] [stdout] note: required because it appears within the type `Vec<u8>`
[INFO] [stdout]  --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/alloc/src/vec/mod.rs:398:12
[INFO] [stdout] note: required because it appears within the type `String`
[INFO] [stdout]  --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/alloc/src/string.rs:365:12
[INFO] [stdout] note: required because it appears within the type `TestName`
[INFO] [stdout]  --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/test/src/types.rs:42:10
[INFO] [stdout] note: required because it appears within the type `TestDesc`
[INFO] [stdout]  --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/test/src/types.rs:198:12
[INFO] [stdout] note: required because it appears within the type `TestDescAndFn`
[INFO] [stdout]  --> /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/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] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "9aac49a3be8a8186301c676f162b8caf4beabe3e8641bc0d5c39854f7f40fe1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9aac49a3be8a8186301c676f162b8caf4beabe3e8641bc0d5c39854f7f40fe1d", kill_on_drop: false }`
[INFO] [stdout] 9aac49a3be8a8186301c676f162b8caf4beabe3e8641bc0d5c39854f7f40fe1d
