[INFO] fetching crate ppv-lite86 0.2.9... [INFO] checking ppv-lite86-0.2.9 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate ppv-lite86 0.2.9 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate ppv-lite86 0.2.9 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eba94afadc23712e25183e65a68bd34bbbd1283ce547004f580e60be3049a31e [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" "eba94afadc23712e25183e65a68bd34bbbd1283ce547004f580e60be3049a31e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eba94afadc23712e25183e65a68bd34bbbd1283ce547004f580e60be3049a31e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eba94afadc23712e25183e65a68bd34bbbd1283ce547004f580e60be3049a31e", kill_on_drop: false }` [INFO] [stdout] eba94afadc23712e25183e65a68bd34bbbd1283ce547004f580e60be3049a31e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a0d088c8a29aea04b1b4e78df76c81f2f3d2a7c38dbb6b665bad9e2abdafa61 [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" "8a0d088c8a29aea04b1b4e78df76c81f2f3d2a7c38dbb6b665bad9e2abdafa61", 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: 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: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "8a0d088c8a29aea04b1b4e78df76c81f2f3d2a7c38dbb6b665bad9e2abdafa61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a0d088c8a29aea04b1b4e78df76c81f2f3d2a7c38dbb6b665bad9e2abdafa61", kill_on_drop: false }` [INFO] [stdout] 8a0d088c8a29aea04b1b4e78df76c81f2f3d2a7c38dbb6b665bad9e2abdafa61