[INFO] fetching crate ppv-lite86 0.2.9... [INFO] checking ppv-lite86-0.2.9 against try#b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 for pr-78363 [INFO] extracting crate ppv-lite86 0.2.9 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate ppv-lite86 0.2.9 on toolchain b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ppv-lite86 0.2.9 [INFO] finished tweaking crates.io crate ppv-lite86 0.2.9 [INFO] tweaked toml for crates.io crate ppv-lite86 0.2.9 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e552a89624663b0a36d24e46323dcf090029e60052c934fbf37b020731d26342 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e552a89624663b0a36d24e46323dcf090029e60052c934fbf37b020731d26342", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e552a89624663b0a36d24e46323dcf090029e60052c934fbf37b020731d26342", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e552a89624663b0a36d24e46323dcf090029e60052c934fbf37b020731d26342", kill_on_drop: false }` [INFO] [stdout] e552a89624663b0a36d24e46323dcf090029e60052c934fbf37b020731d26342 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3506032bb2534a47ef911de586ac18efb9b63108b5ae107cfa018b2c567baf17 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3506032bb2534a47ef911de586ac18efb9b63108b5ae107cfa018b2c567baf17", kill_on_drop: false }` [INFO] [stderr] Checking ppv-lite86 v0.2.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated type `u32x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 225 | type u32x4: u32x4; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u64x2` should have an upper camel case name [INFO] [stdout] --> src/types.rs:226:10 [INFO] [stdout] | [INFO] [stdout] 226 | type u64x2: u64x2; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u128x1` should have an upper camel case name [INFO] [stdout] --> src/types.rs:227:10 [INFO] [stdout] | [INFO] [stdout] 227 | type u128x1: u128x1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u32x4x2` should have an upper camel case name [INFO] [stdout] --> src/types.rs:229:10 [INFO] [stdout] | [INFO] [stdout] 229 | type u32x4x2: u32x4x2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u64x2x2` should have an upper camel case name [INFO] [stdout] --> src/types.rs:230:10 [INFO] [stdout] | [INFO] [stdout] 230 | type u64x2x2: u64x2x2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u64x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:231:10 [INFO] [stdout] | [INFO] [stdout] 231 | type u64x4: u64x4; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u128x2` should have an upper camel case name [INFO] [stdout] --> src/types.rs:232:10 [INFO] [stdout] | [INFO] [stdout] 232 | type u128x2: u128x2; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u32x4x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | type u32x4x4: u32x4x4; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u64x2x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:235:10 [INFO] [stdout] | [INFO] [stdout] 235 | type u64x2x4: u64x2x4; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u128x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:236:10 [INFO] [stdout] | [INFO] [stdout] 236 | type u128x4: u128x4; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u32x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:225:10 [INFO] [stdout] | [INFO] [stdout] 225 | type u32x4: u32x4; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u64x2` should have an upper camel case name [INFO] [stdout] --> src/types.rs:226:10 [INFO] [stdout] | [INFO] [stdout] 226 | type u64x2: u64x2; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u128x1` should have an upper camel case name [INFO] [stdout] --> src/types.rs:227:10 [INFO] [stdout] | [INFO] [stdout] 227 | type u128x1: u128x1; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u32x4x2` should have an upper camel case name [INFO] [stdout] --> src/types.rs:229:10 [INFO] [stdout] | [INFO] [stdout] 229 | type u32x4x2: u32x4x2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u64x2x2` should have an upper camel case name [INFO] [stdout] --> src/types.rs:230:10 [INFO] [stdout] | [INFO] [stdout] 230 | type u64x2x2: u64x2x2; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u64x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:231:10 [INFO] [stdout] | [INFO] [stdout] 231 | type u64x4: u64x4; [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u128x2` should have an upper camel case name [INFO] [stdout] --> src/types.rs:232:10 [INFO] [stdout] | [INFO] [stdout] 232 | type u128x2: u128x2; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u32x4x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | type u32x4x4: u32x4x4; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u64x2x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:235:10 [INFO] [stdout] | [INFO] [stdout] 235 | type u64x2x4: u64x2x4; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated type `u128x4` should have an upper camel case name [INFO] [stdout] --> src/types.rs:236:10 [INFO] [stdout] | [INFO] [stdout] 236 | type u128x4: u128x4; [INFO] [stdout] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `q` [INFO] [stdout] --> src/generic.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | fn from(q: [u64; 4]) -> Self { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_q` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `q` [INFO] [stdout] --> src/generic.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | fn from(q: [u64; 4]) -> Self { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_q` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.46s [INFO] running `Command { std: "docker" "inspect" "3506032bb2534a47ef911de586ac18efb9b63108b5ae107cfa018b2c567baf17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3506032bb2534a47ef911de586ac18efb9b63108b5ae107cfa018b2c567baf17", kill_on_drop: false }` [INFO] [stdout] 3506032bb2534a47ef911de586ac18efb9b63108b5ae107cfa018b2c567baf17