[INFO] crate ppv-lite86 0.2.8 is already in cache [INFO] testing ppv-lite86-0.2.8 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate ppv-lite86 0.2.8 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate ppv-lite86 0.2.8 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ppv-lite86 0.2.8 [INFO] finished tweaking crates.io crate ppv-lite86 0.2.8 [INFO] tweaked toml for crates.io crate ppv-lite86 0.2.8 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b139f5640fa10b637564a6446763783003da07e75ef09f6f5183edcca9c72ed [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" "2b139f5640fa10b637564a6446763783003da07e75ef09f6f5183edcca9c72ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b139f5640fa10b637564a6446763783003da07e75ef09f6f5183edcca9c72ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b139f5640fa10b637564a6446763783003da07e75ef09f6f5183edcca9c72ed", kill_on_drop: false }` [INFO] [stdout] 2b139f5640fa10b637564a6446763783003da07e75ef09f6f5183edcca9c72ed [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c64963e89f7471dc2125683045cb0fa98f7896cfad39c0b3dd3f1d3014aa043 [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" "6c64963e89f7471dc2125683045cb0fa98f7896cfad39c0b3dd3f1d3014aa043", kill_on_drop: false }` [INFO] [stderr] Compiling ppv-lite86 v0.2.8 (/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: 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.30s [INFO] running `Command { std: "docker" "inspect" "6c64963e89f7471dc2125683045cb0fa98f7896cfad39c0b3dd3f1d3014aa043", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c64963e89f7471dc2125683045cb0fa98f7896cfad39c0b3dd3f1d3014aa043", kill_on_drop: false }` [INFO] [stdout] 6c64963e89f7471dc2125683045cb0fa98f7896cfad39c0b3dd3f1d3014aa043 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f33227685834d4eddf13b90e27c02fe94a17e3b031cb232cd399f057f18b6185 [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" "f33227685834d4eddf13b90e27c02fe94a17e3b031cb232cd399f057f18b6185", kill_on_drop: false }` [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] [stderr] Compiling ppv-lite86 v0.2.8 (/opt/rustwide/workdir) [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: 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] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `Command { std: "docker" "inspect" "f33227685834d4eddf13b90e27c02fe94a17e3b031cb232cd399f057f18b6185", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f33227685834d4eddf13b90e27c02fe94a17e3b031cb232cd399f057f18b6185", kill_on_drop: false }` [INFO] [stdout] f33227685834d4eddf13b90e27c02fe94a17e3b031cb232cd399f057f18b6185 [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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cb55e1ba8bfe63f721a32df6f095bfb81c8daeb1cdf562512f308a8174c43e72 [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" "cb55e1ba8bfe63f721a32df6f095bfb81c8daeb1cdf562512f308a8174c43e72", kill_on_drop: false }` [INFO] [stderr] warning: associated type `u32x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:225:10 [INFO] [stderr] | [INFO] [stderr] 225 | type u32x4: u32x4; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x2` should have an upper camel case name [INFO] [stderr] --> src/types.rs:226:10 [INFO] [stderr] | [INFO] [stderr] 226 | type u64x2: u64x2; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u128x1` should have an upper camel case name [INFO] [stderr] --> src/types.rs:227:10 [INFO] [stderr] | [INFO] [stderr] 227 | type u128x1: u128x1; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1` [INFO] [stderr] [INFO] [stderr] warning: associated type `u32x4x2` should have an upper camel case name [INFO] [stderr] --> src/types.rs:229:10 [INFO] [stderr] | [INFO] [stderr] 229 | type u32x4x2: u32x4x2; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x2x2` should have an upper camel case name [INFO] [stderr] --> src/types.rs:230:10 [INFO] [stderr] | [INFO] [stderr] 230 | type u64x2x2: u64x2x2; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:231:10 [INFO] [stderr] | [INFO] [stderr] 231 | type u64x4: u64x4; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4` [INFO] [stderr] [INFO] [stderr] warning: associated type `u128x2` should have an upper camel case name [INFO] [stderr] --> src/types.rs:232:10 [INFO] [stderr] | [INFO] [stderr] 232 | type u128x2: u128x2; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u32x4x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:234:10 [INFO] [stderr] | [INFO] [stderr] 234 | type u32x4x4: u32x4x4; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4` [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x2x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:235:10 [INFO] [stderr] | [INFO] [stderr] 235 | type u64x2x4: u64x2x4; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4` [INFO] [stderr] [INFO] [stderr] warning: associated type `u128x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:236:10 [INFO] [stderr] | [INFO] [stderr] 236 | type u128x4: u128x4; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `q` [INFO] [stderr] --> src/generic.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | fn from(q: [u64; 4]) -> Self { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_q` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: associated type `u32x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:225:10 [INFO] [stderr] | [INFO] [stderr] 225 | type u32x4: u32x4; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x2` should have an upper camel case name [INFO] [stderr] --> src/types.rs:226:10 [INFO] [stderr] | [INFO] [stderr] 226 | type u64x2: u64x2; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u128x1` should have an upper camel case name [INFO] [stderr] --> src/types.rs:227:10 [INFO] [stderr] | [INFO] [stderr] 227 | type u128x1: u128x1; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1` [INFO] [stderr] [INFO] [stderr] warning: associated type `u32x4x2` should have an upper camel case name [INFO] [stderr] --> src/types.rs:229:10 [INFO] [stderr] | [INFO] [stderr] 229 | type u32x4x2: u32x4x2; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x2x2` should have an upper camel case name [INFO] [stderr] --> src/types.rs:230:10 [INFO] [stderr] | [INFO] [stderr] 230 | type u64x2x2: u64x2x2; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:231:10 [INFO] [stderr] | [INFO] [stderr] 231 | type u64x4: u64x4; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4` [INFO] [stderr] [INFO] [stderr] warning: associated type `u128x2` should have an upper camel case name [INFO] [stderr] --> src/types.rs:232:10 [INFO] [stderr] | [INFO] [stderr] 232 | type u128x2: u128x2; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u32x4x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:234:10 [INFO] [stderr] | [INFO] [stderr] 234 | type u32x4x4: u32x4x4; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4` [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x2x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:235:10 [INFO] [stderr] | [INFO] [stderr] 235 | type u64x2x4: u64x2x4; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4` [INFO] [stderr] [INFO] [stderr] warning: associated type `u128x4` should have an upper camel case name [INFO] [stderr] --> src/types.rs:236:10 [INFO] [stderr] | [INFO] [stderr] 236 | type u128x4: u128x4; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `q` [INFO] [stderr] --> src/generic.rs:66:13 [INFO] [stderr] | [INFO] [stderr] 66 | fn from(q: [u64; 4]) -> Self { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_q` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ppv_lite86-41424768c1a04814 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test generic::test::test_bswap32 ... ok [INFO] [stdout] test generic::test_rotate_u128 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests ppv-lite86 [INFO] [stderr] warning: associated type `u32x4` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:225:10 [INFO] [stderr] | [INFO] [stderr] 225 | type u32x4: u32x4; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x2` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:226:10 [INFO] [stderr] | [INFO] [stderr] 226 | type u64x2: u64x2; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u128x1` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:227:10 [INFO] [stderr] | [INFO] [stderr] 227 | type u128x1: u128x1; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x1` [INFO] [stderr] [INFO] [stderr] warning: associated type `u32x4x2` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:229:10 [INFO] [stderr] | [INFO] [stderr] 229 | type u32x4x2: u32x4x2; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x2x2` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:230:10 [INFO] [stderr] | [INFO] [stderr] 230 | type u64x2x2: u64x2x2; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x4` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:231:10 [INFO] [stderr] | [INFO] [stderr] 231 | type u64x4: u64x4; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x4` [INFO] [stderr] [INFO] [stderr] warning: associated type `u128x2` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:232:10 [INFO] [stderr] | [INFO] [stderr] 232 | type u128x2: u128x2; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x2` [INFO] [stderr] [INFO] [stderr] warning: associated type `u32x4x4` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:234:10 [INFO] [stderr] | [INFO] [stderr] 234 | type u32x4x4: u32x4x4; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U32x4x4` [INFO] [stderr] [INFO] [stderr] warning: associated type `u64x2x4` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:235:10 [INFO] [stderr] | [INFO] [stderr] 235 | type u64x2x4: u64x2x4; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U64x2x4` [INFO] [stderr] [INFO] [stderr] warning: associated type `u128x4` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/types.rs:236:10 [INFO] [stderr] | [INFO] [stderr] 236 | type u128x4: u128x4; [INFO] [stderr] | ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `U128x4` [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cb55e1ba8bfe63f721a32df6f095bfb81c8daeb1cdf562512f308a8174c43e72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb55e1ba8bfe63f721a32df6f095bfb81c8daeb1cdf562512f308a8174c43e72", kill_on_drop: false }` [INFO] [stdout] cb55e1ba8bfe63f721a32df6f095bfb81c8daeb1cdf562512f308a8174c43e72