[INFO] crate ppv-lite86 0.2.8 is already in cache [INFO] testing ppv-lite86-0.2.8 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate ppv-lite86 0.2.8 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate ppv-lite86 0.2.8 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53c43fe6475e80589b3b772912b947f0409c5f1c84d621f4277d7a418f6b6f8e [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" "53c43fe6475e80589b3b772912b947f0409c5f1c84d621f4277d7a418f6b6f8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53c43fe6475e80589b3b772912b947f0409c5f1c84d621f4277d7a418f6b6f8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53c43fe6475e80589b3b772912b947f0409c5f1c84d621f4277d7a418f6b6f8e", kill_on_drop: false }` [INFO] [stdout] 53c43fe6475e80589b3b772912b947f0409c5f1c84d621f4277d7a418f6b6f8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0711cf56066c395366e8d22b6910ddbd0b245580a202d1596b330458eda926a7 [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" "0711cf56066c395366e8d22b6910ddbd0b245580a202d1596b330458eda926a7", 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.35s [INFO] running `Command { std: "docker" "inspect" "0711cf56066c395366e8d22b6910ddbd0b245580a202d1596b330458eda926a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0711cf56066c395366e8d22b6910ddbd0b245580a202d1596b330458eda926a7", kill_on_drop: false }` [INFO] [stdout] 0711cf56066c395366e8d22b6910ddbd0b245580a202d1596b330458eda926a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b9b3e4319316bd359c48bde75e30deae0c8ba5df4c177c4e57e7d35b480207b [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" "4b9b3e4319316bd359c48bde75e30deae0c8ba5df4c177c4e57e7d35b480207b", 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.72s [INFO] running `Command { std: "docker" "inspect" "4b9b3e4319316bd359c48bde75e30deae0c8ba5df4c177c4e57e7d35b480207b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b9b3e4319316bd359c48bde75e30deae0c8ba5df4c177c4e57e7d35b480207b", kill_on_drop: false }` [INFO] [stdout] 4b9b3e4319316bd359c48bde75e30deae0c8ba5df4c177c4e57e7d35b480207b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5e28533d47c2c1d3d19115a2138b5032c616f2465be6865538249e285f788a70 [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" "5e28533d47c2c1d3d19115a2138b5032c616f2465be6865538249e285f788a70", 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] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ppv_lite86-41424768c1a04814 [INFO] [stdout] running 2 tests [INFO] [stdout] test generic::test::test_bswap32 ... ok [INFO] [stderr] Doc-tests ppv-lite86 [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] 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" "5e28533d47c2c1d3d19115a2138b5032c616f2465be6865538249e285f788a70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e28533d47c2c1d3d19115a2138b5032c616f2465be6865538249e285f788a70", kill_on_drop: false }` [INFO] [stdout] 5e28533d47c2c1d3d19115a2138b5032c616f2465be6865538249e285f788a70