[INFO] fetching crate wayk_proto 0.2.6... [INFO] testing wayk_proto-0.2.6 against 1.60.0 for beta-1.61-1 [INFO] extracting crate wayk_proto 0.2.6 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate wayk_proto 0.2.6 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wayk_proto 0.2.6 [INFO] finished tweaking crates.io crate wayk_proto 0.2.6 [INFO] tweaked toml for crates.io crate wayk_proto 0.2.6 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wayk_proto_derive v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", 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] cac2160a68c395b87626f3070e0b09f70ade1cb8e63497364900c48d8089b28a [INFO] running `Command { std: "docker" "start" "-a" "cac2160a68c395b87626f3070e0b09f70ade1cb8e63497364900c48d8089b28a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cac2160a68c395b87626f3070e0b09f70ade1cb8e63497364900c48d8089b28a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cac2160a68c395b87626f3070e0b09f70ade1cb8e63497364900c48d8089b28a", kill_on_drop: false }` [INFO] [stdout] cac2160a68c395b87626f3070e0b09f70ade1cb8e63497364900c48d8089b28a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", 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] d4d907d507272800a7342444f256003e16fa89364718f320483ad35abf2d8f3a [INFO] running `Command { std: "docker" "start" "-a" "d4d907d507272800a7342444f256003e16fa89364718f320483ad35abf2d8f3a", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling wayk_proto_derive v0.2.0 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling wayk_proto v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `dpi_x` [INFO] [stdout] --> src/message/now_messages/surface.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | dpi_x: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `dpi_y` [INFO] [stdout] --> src/message/now_messages/surface.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | dpi_y: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `pct_scale_x` [INFO] [stdout] --> src/message/now_messages/surface.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | pct_scale_x: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `pct_scale_y` [INFO] [stdout] --> src/message/now_messages/surface.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | pct_scale_y: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `native_rect` [INFO] [stdout] --> src/message/now_messages/surface.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | native_rect: EdgeRect, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.83s [INFO] running `Command { std: "docker" "inspect" "d4d907d507272800a7342444f256003e16fa89364718f320483ad35abf2d8f3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4d907d507272800a7342444f256003e16fa89364718f320483ad35abf2d8f3a", kill_on_drop: false }` [INFO] [stdout] d4d907d507272800a7342444f256003e16fa89364718f320483ad35abf2d8f3a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", 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] 8900d569ab151f1e38ecf614130494e52da693cd55b1697cc90826830847a9e0 [INFO] running `Command { std: "docker" "start" "-a" "8900d569ab151f1e38ecf614130494e52da693cd55b1697cc90826830847a9e0", kill_on_drop: false }` [INFO] [stderr] Compiling wayk_proto v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `dpi_x` [INFO] [stdout] --> src/message/now_messages/surface.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | dpi_x: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `dpi_y` [INFO] [stdout] --> src/message/now_messages/surface.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | dpi_y: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `pct_scale_x` [INFO] [stdout] --> src/message/now_messages/surface.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | pct_scale_x: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `pct_scale_y` [INFO] [stdout] --> src/message/now_messages/surface.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | pct_scale_y: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `native_rect` [INFO] [stdout] --> src/message/now_messages/surface.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | native_rect: EdgeRect, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `dpi_x` [INFO] [stdout] --> src/message/now_messages/surface.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | dpi_x: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `dpi_y` [INFO] [stdout] --> src/message/now_messages/surface.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | dpi_y: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `pct_scale_x` [INFO] [stdout] --> src/message/now_messages/surface.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | pct_scale_x: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `pct_scale_y` [INFO] [stdout] --> src/message/now_messages/surface.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | pct_scale_y: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `native_rect` [INFO] [stdout] --> src/message/now_messages/surface.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | native_rect: EdgeRect, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/message/now_messages/surface.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.50s [INFO] running `Command { std: "docker" "inspect" "8900d569ab151f1e38ecf614130494e52da693cd55b1697cc90826830847a9e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8900d569ab151f1e38ecf614130494e52da693cd55b1697cc90826830847a9e0", kill_on_drop: false }` [INFO] [stdout] 8900d569ab151f1e38ecf614130494e52da693cd55b1697cc90826830847a9e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 43048e85e38cb68f0761cb22c35d1e85b7cd73b14e5dcf044ef9b75e31bc6587 [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" "43048e85e38cb68f0761cb22c35d1e85b7cd73b14e5dcf044ef9b75e31bc6587", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `dpi_x` [INFO] [stderr] --> src/message/now_messages/surface.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | dpi_x: u16, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/message/now_messages/surface.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `dpi_y` [INFO] [stderr] --> src/message/now_messages/surface.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | dpi_y: u16, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/message/now_messages/surface.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `pct_scale_x` [INFO] [stderr] --> src/message/now_messages/surface.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | pct_scale_x: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/message/now_messages/surface.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `pct_scale_y` [INFO] [stderr] --> src/message/now_messages/surface.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | pct_scale_y: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/message/now_messages/surface.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `native_rect` [INFO] [stderr] --> src/message/now_messages/surface.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | native_rect: EdgeRect, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `NowSurfaceDef` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/message/now_messages/surface.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Debug, Clone, Encode, Decode)] [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: `wayk_proto` (lib) generated 5 warnings [INFO] [stderr] warning: `wayk_proto` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.73s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wayk_proto-284fcec1b00a3ff5) [INFO] [stdout] running 114 tests [INFO] [stdout] test auth::pfp::tests::challenge_decoding ... ok [INFO] [stdout] test auth::pfp::tests::response_encoding ... ok [INFO] [stdout] test container::tests::decode_bytes32 ... ok [INFO] [stdout] test container::tests::decode_bytes8 ... ok [INFO] [stdout] test container::tests::encode_bytes8 ... ok [INFO] [stdout] test container::tests::encode_vec32 ... ok [INFO] [stdout] test container::tests::decode_vec32 ... ok [INFO] [stdout] test header::tests::channel_header_decoding ... ok [INFO] [stdout] test container::tests::decode_vec8 ... ok [INFO] [stdout] test header::tests::channel_header_encoding ... ok [INFO] [stdout] test container::tests::encode_bytes32 ... ok [INFO] [stdout] test header::tests::long_header_decoding ... ok [INFO] [stdout] test container::tests::encode_vec8 ... ok [INFO] [stdout] test header::tests::short_header_decoding_error ... ok [INFO] [stdout] test header::tests::long_header_encoding ... ok [INFO] [stdout] test header::tests::short_header_decoding ... ok [INFO] [stdout] test message::common::edge_rect::tests::decoding ... ok [INFO] [stdout] test header::tests::short_header_encoding ... ok [INFO] [stdout] test message::common::edge_rect::tests::encoding ... ok [INFO] [stdout] test message::common::now_string::tests::decode_now_string_64 ... ok [INFO] [stdout] test message::common::now_string::tests::decode_invalid_expected_size_now_string_64 ... ok [INFO] [stdout] test message::common::now_string::tests::decode_now_string_65535 ... ok [INFO] [stdout] test message::common::now_string::tests::encode_now_string_64 ... ok [INFO] [stdout] test message::common::now_string::tests::encode_now_string_65535 ... ok [INFO] [stdout] test message::common::now_string::tests::decode_too_big_size_now_string_64 ... ok [INFO] [stdout] test message::common::size_rect::tests::decoding ... ok [INFO] [stdout] test message::common::now_string::tests::now_string_64_helper ... ok [INFO] [stdout] test message::common::size_rect::tests::encoding ... ok [INFO] [stdout] test message::connection_sequence::activate::tests::decoding ... ok [INFO] [stdout] test message::connection_sequence::activate::tests::encoding ... ok [INFO] [stdout] test message::connection_sequence::associate::tests::associate_info_encoding ... ok [INFO] [stdout] test message::connection_sequence::associate::tests::request_decoding ... ok [INFO] [stdout] test message::connection_sequence::associate::tests::request_encoding ... ok [INFO] [stdout] test message::connection_sequence::associate::tests::response_decoding ... ok [INFO] [stdout] test message::connection_sequence::associate::tests::response_encoding ... ok [INFO] [stdout] test message::connection_sequence::authenticate::tests::decoding_with_subtype_check ... ok [INFO] [stdout] test message::connection_sequence::authenticate::tests::failure_decoding ... ok [INFO] [stdout] test message::connection_sequence::authenticate::tests::success_decoding ... ok [INFO] [stdout] test message::connection_sequence::authenticate::tests::success_encoding ... ok [INFO] [stdout] test message::connection_sequence::authenticate::tests::token_decoding ... ok [INFO] [stdout] test message::connection_sequence::authenticate::tests::token_encoding ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::decode_unknown_capset ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::decode_input_capset ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::decode_update_capset ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::encode_input_capset ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::encode_unknown_capset ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::encode_update_capset ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::full_decode_packet_without_os_info ... ok [INFO] [stdout] test auth::pfp::tests::negotiate_encoding ... ok [INFO] [stdout] test auth::pfp::tests::negotiate_decoding ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::full_decode ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::full_decode_windows ... ok [INFO] [stdout] test message::connection_sequence::capabilities::tests::full_encode ... ok [INFO] [stdout] test auth::pfp::tests::challenge_encoding ... ok [INFO] [stdout] test auth::pfp::tests::no_challenge_decoding ... ok [INFO] [stdout] test message::connection_sequence::associate::tests::decoding_with_subtype_check ... ok [INFO] [stdout] test auth::pfp::tests::no_challenge_encoding ... ok [INFO] [stdout] test message::connection_sequence::associate::tests::info_decoding ... ok [INFO] [stdout] test auth::pfp::tests::response_decoding ... ok [INFO] [stdout] test message::connection_sequence::authenticate::tests::failure_encoding ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::chat_channel_def_decode ... ok [INFO] [stdout] test message::connection_sequence::negotiate::tests::encoding ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::clipboard_channel_def_decode ... ok [INFO] [stdout] test message::connection_sequence::terminate::tests::decoding ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::chat_channel_def_encode ... ok [INFO] [stdout] test message::connection_sequence::terminate::tests::encoding ... ok [INFO] [stdout] test message::now_messages::access_control::tests::access_control_ntf_decoding ... ok [INFO] [stdout] test message::now_messages::access_control::tests::access_control_req_decoding ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_keyboard_decode ... ok [INFO] [stdout] test message::now_messages::access_control::tests::access_control_rsp_decoding ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_keyboard_encode ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_mouse_encode ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_mouse_decode_full_packet ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_scroll_decode ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_toggle_decode ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_scroll_encode ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_toggle_encode ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_unicode_decode ... ok [INFO] [stdout] test message::now_messages::input::tests::input_event_unicode_encode ... ok [INFO] [stdout] test message::now_messages::sharing::tests::suspend_decoding ... ok [INFO] [stdout] test message::now_messages::sharing::tests::suspend_encoding ... ok [INFO] [stdout] test message::now_messages::surface::tests::decoding_with_subtype_check ... ok [INFO] [stdout] test message::now_messages::surface::tests::list_req_encoding ... ok [INFO] [stdout] test message::now_messages::system::tests::decode_windows_info_packet ... ok [INFO] [stdout] test message::now_messages::system::tests::decoding_info_data ... ok [INFO] [stdout] test message::now_messages::system::tests::encoding_info_data ... ok [INFO] [stdout] test message::now_messages::update::tests::update_graphics_decoding ... ok [INFO] [stdout] test message::status::tests::integer_conversion ... ok [INFO] [stdout] test message::status::tests::parse_from_u32 ... ok [INFO] [stdout] test message::status::tests::repr_building ... ok [INFO] [stdout] test message::virtual_channels::chat::tests::decode_chat_sync ... ok [INFO] [stdout] test message::virtual_channels::chat::tests::decode_chat_text ... ok [INFO] [stdout] test message::virtual_channels::chat::tests::encode_chat_sync ... ok [INFO] [stdout] test message::virtual_channels::chat::tests::encode_chat_text ... ok [INFO] [stdout] test message::virtual_channels::clipboard::tests::clipboard_caps_req_decoding ... ok [INFO] [stdout] test message::virtual_channels::clipboard::tests::clipboard_caps_req_encoding ... ok [INFO] [stdout] test message::virtual_channels::clipboard::tests::clipboard_ctrl_rsp_decoding ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::exec_channel_def_decode ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::exec_channel_def_encode ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::file_transfer_channel_def_encode ... ok [INFO] [stdout] test message::connection_sequence::negotiate::tests::decoding ... ok [INFO] [stdout] test serialization::tests::struct_derive_decode ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::full_decode ... ok [INFO] [stdout] test message::connection_sequence::handshake::tests::decoding ... ok [INFO] [stderr] Doc-tests wayk_proto [INFO] [stdout] test message::connection_sequence::channel::tests::file_transfer_channel_def_decode ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::unknown_channel_def_decode ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::clipboard_channel_def_encode ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::full_encode ... ok [INFO] [stdout] test serialization::tests::struct_derive_encode ... ok [INFO] [stdout] test message::now_messages::access_control::tests::access_control_req_encoding ... ok [INFO] [stdout] test message::connection_sequence::channel::tests::unknown_channel_def_encode ... ok [INFO] [stdout] test message::connection_sequence::handshake::tests::encoding ... ok [INFO] [stdout] test message::virtual_channels::clipboard::tests::clipboard_ctrl_rsp_encoding ... ok [INFO] [stdout] test packet::tests::now_packet_decoding_with_accumulator ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 114 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/serialization.rs - serialization::Decode (line 52) ... ok [INFO] [stdout] test src/serialization.rs - serialization::Decode (line 35) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "43048e85e38cb68f0761cb22c35d1e85b7cd73b14e5dcf044ef9b75e31bc6587", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43048e85e38cb68f0761cb22c35d1e85b7cd73b14e5dcf044ef9b75e31bc6587", kill_on_drop: false }` [INFO] [stdout] 43048e85e38cb68f0761cb22c35d1e85b7cd73b14e5dcf044ef9b75e31bc6587