[INFO] fetching crate ppv-lite86 0.2.8... [INFO] testing ppv-lite86-0.2.8 against 1.45.2 for beta-1.46-1 [INFO] extracting crate ppv-lite86 0.2.8 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate ppv-lite86 0.2.8 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 01a1937ad352ed08a6b4371e60d4f5332b1e4be3eb6364edeef3b52c3665a6d2 [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" "01a1937ad352ed08a6b4371e60d4f5332b1e4be3eb6364edeef3b52c3665a6d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "01a1937ad352ed08a6b4371e60d4f5332b1e4be3eb6364edeef3b52c3665a6d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01a1937ad352ed08a6b4371e60d4f5332b1e4be3eb6364edeef3b52c3665a6d2", kill_on_drop: false }` [INFO] [stdout] 01a1937ad352ed08a6b4371e60d4f5332b1e4be3eb6364edeef3b52c3665a6d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bab67b1f8a886cc556117d14bdf389f56258ceba6566f3ba5b639f0feea1ceb2 [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" "bab67b1f8a886cc556117d14bdf389f56258ceba6566f3ba5b639f0feea1ceb2", 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.29s [INFO] running `Command { std: "docker" "inspect" "bab67b1f8a886cc556117d14bdf389f56258ceba6566f3ba5b639f0feea1ceb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bab67b1f8a886cc556117d14bdf389f56258ceba6566f3ba5b639f0feea1ceb2", kill_on_drop: false }` [INFO] [stdout] bab67b1f8a886cc556117d14bdf389f56258ceba6566f3ba5b639f0feea1ceb2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54b8bf4ff2250966f3e47c25b5a352e67d778dcc8a97b69b36d08689e0e4fb0e [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" "54b8bf4ff2250966f3e47c25b5a352e67d778dcc8a97b69b36d08689e0e4fb0e", 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.63s [INFO] running `Command { std: "docker" "inspect" "54b8bf4ff2250966f3e47c25b5a352e67d778dcc8a97b69b36d08689e0e4fb0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54b8bf4ff2250966f3e47c25b5a352e67d778dcc8a97b69b36d08689e0e4fb0e", kill_on_drop: false }` [INFO] [stdout] 54b8bf4ff2250966f3e47c25b5a352e67d778dcc8a97b69b36d08689e0e4fb0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5df682b4e8bd58219c5168510a3177eed34aad06b4be7d6defa7c5145da22592 [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" "5df682b4e8bd58219c5168510a3177eed34aad06b4be7d6defa7c5145da22592", 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.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ppv_lite86-8aac76bca96c4678 [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" "5df682b4e8bd58219c5168510a3177eed34aad06b4be7d6defa7c5145da22592", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5df682b4e8bd58219c5168510a3177eed34aad06b4be7d6defa7c5145da22592", kill_on_drop: false }` [INFO] [stdout] 5df682b4e8bd58219c5168510a3177eed34aad06b4be7d6defa7c5145da22592