[INFO] fetching crate rubble 0.0.4... [INFO] testing rubble-0.0.4 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate rubble 0.0.4 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate rubble 0.0.4 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rubble 0.0.4 [INFO] finished tweaking crates.io crate rubble 0.0.4 [INFO] tweaked toml for crates.io crate rubble 0.0.4 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f62358bd684ad8344774d344a5801dded39a28ec2a87306ddc1bdf96245296f [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" "7f62358bd684ad8344774d344a5801dded39a28ec2a87306ddc1bdf96245296f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f62358bd684ad8344774d344a5801dded39a28ec2a87306ddc1bdf96245296f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f62358bd684ad8344774d344a5801dded39a28ec2a87306ddc1bdf96245296f", kill_on_drop: false }` [INFO] [stdout] 7f62358bd684ad8344774d344a5801dded39a28ec2a87306ddc1bdf96245296f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f968d71e4f3d6c74c065a09cfa6df74455233b4b0511557ecbf64629fc39d8a7 [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" "f968d71e4f3d6c74c065a09cfa6df74455233b4b0511557ecbf64629fc39d8a7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling zeroize v1.4.3 [INFO] [stderr] Compiling heapless v0.5.6 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling generic-array v0.13.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling ff v0.10.1 [INFO] [stderr] Compiling crypto-bigint v0.2.11 [INFO] [stderr] Compiling hash32 v0.1.1 [INFO] [stderr] Compiling group v0.10.0 [INFO] [stderr] Compiling as-slice v0.1.5 [INFO] [stderr] Compiling elliptic-curve v0.10.6 [INFO] [stderr] Compiling p256 v0.9.0 [INFO] [stderr] Compiling rubble v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `io` [INFO] [stdout] --> src/security.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | io: IoCapabilities, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `oob` [INFO] [stdout] --> src/security.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | oob: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `auth_req` [INFO] [stdout] --> src/security.rs:180:9 [INFO] [stdout] | [INFO] [stdout] 180 | auth_req: AuthReq, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_keysize` [INFO] [stdout] --> src/security.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | max_keysize: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initiator_dist` [INFO] [stdout] --> src/security.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | initiator_dist: KeyDistribution, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `responder_dist` [INFO] [stdout] --> src/security.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | responder_dist: KeyDistribution, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sca` [INFO] [stdout] --> src/link/advertising.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | sca: SleepClockAccuracy, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ConnectRequestData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/link/advertising.rs:332:16 [INFO] [stdout] | [INFO] [stdout] 332 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.41s [INFO] running `Command { std: "docker" "inspect" "f968d71e4f3d6c74c065a09cfa6df74455233b4b0511557ecbf64629fc39d8a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f968d71e4f3d6c74c065a09cfa6df74455233b4b0511557ecbf64629fc39d8a7", kill_on_drop: false }` [INFO] [stdout] f968d71e4f3d6c74c065a09cfa6df74455233b4b0511557ecbf64629fc39d8a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91e1abbd9419e61fdfb4f56d5b6b4a374fa89804efe6bfcd36ae331c4958f612 [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" "91e1abbd9419e61fdfb4f56d5b6b4a374fa89804efe6bfcd36ae331c4958f612", kill_on_drop: false }` [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stdout] warning: field is never read: `io` [INFO] [stdout] --> src/security.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | io: IoCapabilities, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `oob` [INFO] [stdout] --> src/security.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | oob: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `auth_req` [INFO] [stdout] --> src/security.rs:180:9 [INFO] [stdout] | [INFO] [stdout] 180 | auth_req: AuthReq, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_keysize` [INFO] [stdout] --> src/security.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | max_keysize: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initiator_dist` [INFO] [stdout] --> src/security.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | initiator_dist: KeyDistribution, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `responder_dist` [INFO] [stdout] --> src/security.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | responder_dist: KeyDistribution, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sca` [INFO] [stdout] --> src/link/advertising.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | sca: SleepClockAccuracy, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ConnectRequestData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/link/advertising.rs:332:16 [INFO] [stdout] | [INFO] [stdout] 332 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling rubble v0.0.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `io` [INFO] [stdout] --> src/security.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | io: IoCapabilities, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `oob` [INFO] [stdout] --> src/security.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | oob: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `auth_req` [INFO] [stdout] --> src/security.rs:180:9 [INFO] [stdout] | [INFO] [stdout] 180 | auth_req: AuthReq, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `max_keysize` [INFO] [stdout] --> src/security.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | max_keysize: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `initiator_dist` [INFO] [stdout] --> src/security.rs:189:9 [INFO] [stdout] | [INFO] [stdout] 189 | initiator_dist: KeyDistribution, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `responder_dist` [INFO] [stdout] --> src/security.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | responder_dist: KeyDistribution, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/security.rs:171:10 [INFO] [stdout] | [INFO] [stdout] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `sca` [INFO] [stdout] --> src/link/advertising.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | sca: SleepClockAccuracy, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ConnectRequestData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/link/advertising.rs:332:16 [INFO] [stdout] | [INFO] [stdout] 332 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.22s [INFO] running `Command { std: "docker" "inspect" "91e1abbd9419e61fdfb4f56d5b6b4a374fa89804efe6bfcd36ae331c4958f612", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91e1abbd9419e61fdfb4f56d5b6b4a374fa89804efe6bfcd36ae331c4958f612", kill_on_drop: false }` [INFO] [stdout] 91e1abbd9419e61fdfb4f56d5b6b4a374fa89804efe6bfcd36ae331c4958f612 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 31161b61094b6ba272916c2294c3e6fb5c43e2d2901e420116960a45ceeb03f5 [INFO] running `Command { std: "docker" "start" "-a" "31161b61094b6ba272916c2294c3e6fb5c43e2d2901e420116960a45ceeb03f5", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `io` [INFO] [stderr] --> src/security.rs:176:9 [INFO] [stderr] | [INFO] [stderr] 176 | io: IoCapabilities, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/security.rs:171:10 [INFO] [stderr] | [INFO] [stderr] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `oob` [INFO] [stderr] --> src/security.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | oob: bool, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/security.rs:171:10 [INFO] [stderr] | [INFO] [stderr] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `auth_req` [INFO] [stderr] --> src/security.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | auth_req: AuthReq, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/security.rs:171:10 [INFO] [stderr] | [INFO] [stderr] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `max_keysize` [INFO] [stderr] --> src/security.rs:186:9 [INFO] [stderr] | [INFO] [stderr] 186 | max_keysize: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/security.rs:171:10 [INFO] [stderr] | [INFO] [stderr] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `initiator_dist` [INFO] [stderr] --> src/security.rs:189:9 [INFO] [stderr] | [INFO] [stderr] 189 | initiator_dist: KeyDistribution, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/security.rs:171:10 [INFO] [stderr] | [INFO] [stderr] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `responder_dist` [INFO] [stderr] --> src/security.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | responder_dist: KeyDistribution, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `Command` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/security.rs:171:10 [INFO] [stderr] | [INFO] [stderr] 171 | #[derive(Debug, Copy, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `sca` [INFO] [stderr] --> src/link/advertising.rs:348:5 [INFO] [stderr] | [INFO] [stderr] 348 | sca: SleepClockAccuracy, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ConnectRequestData` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/link/advertising.rs:332:16 [INFO] [stderr] | [INFO] [stderr] 332 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rubble` (lib) generated 7 warnings [INFO] [stderr] warning: `rubble` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rubble-8a9773678a467bf3) [INFO] [stdout] running 13 tests [INFO] [stdout] test uuid::tests::convert ... ok [INFO] [stdout] test link::queue::simple_queue ... ok [INFO] [stdout] test uuid::tests::fmt ... ok [INFO] [stdout] test link::llcp::tests::update_req_set_conn_interval ... ok [INFO] [stdout] test uuid::tests::parse ... ok [INFO] [stdout] test link::device_address::tests::display_representation ... ok [INFO] [stdout] test link::device_address::tests::debug_representation ... ok [INFO] [stdout] test link::channel_map::tests::single_channel ... ok [INFO] [stdout] test link::channel_map::tests::from_raw ... ok [INFO] [stdout] test link::channel_map::tests::all_channels ... ok [INFO] [stdout] test ecdh::p256::tests::test_vectors ... ok [INFO] [stdout] test link::llcp::tests::update_req_set_conn_interval_minmax - should panic ... ok [INFO] [stdout] test ecdh::p256::tests::testsuite ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Doc-tests rubble [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "31161b61094b6ba272916c2294c3e6fb5c43e2d2901e420116960a45ceeb03f5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31161b61094b6ba272916c2294c3e6fb5c43e2d2901e420116960a45ceeb03f5", kill_on_drop: false }` [INFO] [stdout] 31161b61094b6ba272916c2294c3e6fb5c43e2d2901e420116960a45ceeb03f5