[INFO] fetching crate pointer_vec 0.1.1... [INFO] checking pointer_vec-0.1.1 against master#fc5af1813307d25a84d633f21e2e53c9376eb547 for pr-144386 [INFO] extracting crate pointer_vec 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate pointer_vec 0.1.1 [INFO] finished tweaking crates.io crate pointer_vec 0.1.1 [INFO] tweaked toml for crates.io crate pointer_vec 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pointer_vec 0.1.1 on toolchain fc5af1813307d25a84d633f21e2e53c9376eb547 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fc5af1813307d25a84d633f21e2e53c9376eb547" "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" "+fc5af1813307d25a84d633f21e2e53c9376eb547" "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" "+fc5af1813307d25a84d633f21e2e53c9376eb547" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+fc5af1813307d25a84d633f21e2e53c9376eb547" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 049a1264a8254821a4a1e0bcee8980e2a2bdba58059f604768c70d80f6496c4e [INFO] running `Command { std: "docker" "start" "-a" "049a1264a8254821a4a1e0bcee8980e2a2bdba58059f604768c70d80f6496c4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "049a1264a8254821a4a1e0bcee8980e2a2bdba58059f604768c70d80f6496c4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "049a1264a8254821a4a1e0bcee8980e2a2bdba58059f604768c70d80f6496c4e", kill_on_drop: false }` [INFO] [stdout] 049a1264a8254821a4a1e0bcee8980e2a2bdba58059f604768c70d80f6496c4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+fc5af1813307d25a84d633f21e2e53c9376eb547" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c30e4de18a93ced4d052f9faa03af1c83ea39c26473b9f5125f77f4ffa95d1bb [INFO] running `Command { std: "docker" "start" "-a" "c30e4de18a93ced4d052f9faa03af1c83ea39c26473b9f5125f77f4ffa95d1bb", kill_on_drop: false }` [INFO] [stderr] Checking pointer_vec v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/lib.rs:481:21 [INFO] [stdout] | [INFO] [stdout] 481 | let count = (*other).len() ; [INFO] [stdout] | ^^-----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*const [T]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]` [INFO] [stdout] --> src/lib.rs:481:21 [INFO] [stdout] | [INFO] [stdout] 481 | let count = (*other).len() ; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: method calls to `len` require a reference [INFO] [stdout] --> /rustc/fc5af1813307d25a84d633f21e2e53c9376eb547/library/core/src/slice/mod.rs:116:5 [INFO] [stdout] = note: `#[deny(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 481 | let count = (&(*other)).len() ; [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/lib.rs:481:21 [INFO] [stdout] | [INFO] [stdout] 481 | let count = (*other).len() ; [INFO] [stdout] | ^^-----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*const [T]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[T]` [INFO] [stdout] --> src/lib.rs:481:21 [INFO] [stdout] | [INFO] [stdout] 481 | let count = (*other).len() ; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: method calls to `len` require a reference [INFO] [stdout] --> /rustc/fc5af1813307d25a84d633f21e2e53c9376eb547/library/core/src/slice/mod.rs:116:5 [INFO] [stdout] = note: `#[deny(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 481 | let count = (&(*other)).len() ; [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pointer_vec` (lib test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `pointer_vec` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c30e4de18a93ced4d052f9faa03af1c83ea39c26473b9f5125f77f4ffa95d1bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c30e4de18a93ced4d052f9faa03af1c83ea39c26473b9f5125f77f4ffa95d1bb", kill_on_drop: false }` [INFO] [stdout] c30e4de18a93ced4d052f9faa03af1c83ea39c26473b9f5125f77f4ffa95d1bb