[INFO] fetching crate sctp 0.1.5... [INFO] checking sctp-0.1.5 against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] extracting crate sctp 0.1.5 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate sctp 0.1.5 on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sctp 0.1.5 [INFO] finished tweaking crates.io crate sctp 0.1.5 [INFO] tweaked toml for crates.io crate sctp 0.1.5 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0f446760522a23b2f3b86f3081a448ac065d155f3b839490e81e84eb80bd3407 [INFO] running `Command { std: "docker" "start" "-a" "0f446760522a23b2f3b86f3081a448ac065d155f3b839490e81e84eb80bd3407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0f446760522a23b2f3b86f3081a448ac065d155f3b839490e81e84eb80bd3407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f446760522a23b2f3b86f3081a448ac065d155f3b839490e81e84eb80bd3407", kill_on_drop: false }` [INFO] [stdout] 0f446760522a23b2f3b86f3081a448ac065d155f3b839490e81e84eb80bd3407 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65fc9fc4fc2207c5e05401c5f9bebccb4fb4764c9539040e45e897fb733ce7b7 [INFO] running `Command { std: "docker" "start" "-a" "65fc9fc4fc2207c5e05401c5f9bebccb4fb4764c9539040e45e897fb733ce7b7", kill_on_drop: false }` [INFO] [stderr] Compiling sctp v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/net/socket.rs:97:106 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn accept(&self, storage: *mut libc::sockaddr, len: *mut libc::socklen_t) -> io::Result {; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/net/socket.rs:97:106 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn accept(&self, storage: *mut libc::sockaddr, len: *mut libc::socklen_t) -> io::Result {; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/sys/mod.rs:619:21 [INFO] [stdout] | [INFO] [stdout] 619 | ppid: libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/sys/mod.rs:620:22 [INFO] [stdout] | [INFO] [stdout] 620 | flags: libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead. [INFO] [stdout] --> src/sys/mod.rs:621:26 [INFO] [stdout] | [INFO] [stdout] 621 | stream_no: libc::uint16_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/sys/mod.rs:622:27 [INFO] [stdout] | [INFO] [stdout] 622 | timetolive: libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/sys/mod.rs:623:24 [INFO] [stdout] | [INFO] [stdout] 623 | context: libc::uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/sys/mod.rs:619:21 [INFO] [stdout] | [INFO] [stdout] 619 | ppid: libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/sys/mod.rs:620:22 [INFO] [stdout] | [INFO] [stdout] 620 | flags: libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead. [INFO] [stdout] --> src/sys/mod.rs:621:26 [INFO] [stdout] | [INFO] [stdout] 621 | stream_no: libc::uint16_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/sys/mod.rs:622:27 [INFO] [stdout] | [INFO] [stdout] 622 | timetolive: libc::uint32_t, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead. [INFO] [stdout] --> src/sys/mod.rs:623:24 [INFO] [stdout] | [INFO] [stdout] 623 | context: libc::uint32_t [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inner` [INFO] [stdout] --> src/net/addr.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub inner: libc::sockaddr_in [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inner` [INFO] [stdout] --> src/net/addr.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub inner: libc::sockaddr_in6 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/net/notification.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | state: AssocChangeState, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/net/notification.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | error: NotificationError, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `outbound_streams` [INFO] [stdout] --> src/net/notification.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | outbound_streams: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inbound_streams` [INFO] [stdout] --> src/net/notification.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | inbound_streams: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | assoc_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/net/notification.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | data: Vec [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `addr` [INFO] [stdout] --> src/net/notification.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | addr: SocketAddr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/net/notification.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | state: PaddrChangeState, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/net/notification.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | error: NotificationError, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | assoc_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/net/notification.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | error: NotificationError, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | assoc_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/net/notification.rs:307:5 [INFO] [stdout] | [INFO] [stdout] 307 | data: Vec [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/net/notification.rs:312:5 [INFO] [stdout] | [INFO] [stdout] 312 | state: SendFailedState, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/net/notification.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | error: NotificationError, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `info` [INFO] [stdout] --> src/net/notification.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | info: sctp_sndrcvinfo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | assoc_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/net/notification.rs:316:5 [INFO] [stdout] | [INFO] [stdout] 316 | data: Vec [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:328:5 [INFO] [stdout] | [INFO] [stdout] 328 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adaptation_ind` [INFO] [stdout] --> src/net/notification.rs:333:5 [INFO] [stdout] | [INFO] [stdout] 333 | adaptation_ind: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:334:5 [INFO] [stdout] | [INFO] [stdout] 334 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `indication` [INFO] [stdout] --> src/net/notification.rs:339:5 [INFO] [stdout] | [INFO] [stdout] 339 | indication: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:340:5 [INFO] [stdout] | [INFO] [stdout] 340 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `keynumber` [INFO] [stdout] --> src/net/notification.rs:345:5 [INFO] [stdout] | [INFO] [stdout] 345 | keynumber: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `altkeynumber` [INFO] [stdout] --> src/net/notification.rs:346:5 [INFO] [stdout] | [INFO] [stdout] 346 | altkeynumber: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `indication` [INFO] [stdout] --> src/net/notification.rs:347:5 [INFO] [stdout] | [INFO] [stdout] 347 | indication: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 353 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inner` [INFO] [stdout] --> src/net/addr.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | pub inner: libc::sockaddr_in [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inner` [INFO] [stdout] --> src/net/addr.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub inner: libc::sockaddr_in6 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/net/notification.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | state: AssocChangeState, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/net/notification.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | error: NotificationError, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `outbound_streams` [INFO] [stdout] --> src/net/notification.rs:268:5 [INFO] [stdout] | [INFO] [stdout] 268 | outbound_streams: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `inbound_streams` [INFO] [stdout] --> src/net/notification.rs:269:5 [INFO] [stdout] | [INFO] [stdout] 269 | inbound_streams: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:270:5 [INFO] [stdout] | [INFO] [stdout] 270 | assoc_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/net/notification.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | data: Vec [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `addr` [INFO] [stdout] --> src/net/notification.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | addr: SocketAddr, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/net/notification.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | state: PaddrChangeState, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/net/notification.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | error: NotificationError, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:289:5 [INFO] [stdout] | [INFO] [stdout] 289 | assoc_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/net/notification.rs:305:5 [INFO] [stdout] | [INFO] [stdout] 305 | error: NotificationError, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | assoc_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/net/notification.rs:307:5 [INFO] [stdout] | [INFO] [stdout] 307 | data: Vec [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `state` [INFO] [stdout] --> src/net/notification.rs:312:5 [INFO] [stdout] | [INFO] [stdout] 312 | state: SendFailedState, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `error` [INFO] [stdout] --> src/net/notification.rs:313:5 [INFO] [stdout] | [INFO] [stdout] 313 | error: NotificationError, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `info` [INFO] [stdout] --> src/net/notification.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | info: sctp_sndrcvinfo, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | assoc_id: i32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> src/net/notification.rs:316:5 [INFO] [stdout] | [INFO] [stdout] 316 | data: Vec [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:328:5 [INFO] [stdout] | [INFO] [stdout] 328 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `adaptation_ind` [INFO] [stdout] --> src/net/notification.rs:333:5 [INFO] [stdout] | [INFO] [stdout] 333 | adaptation_ind: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:334:5 [INFO] [stdout] | [INFO] [stdout] 334 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `indication` [INFO] [stdout] --> src/net/notification.rs:339:5 [INFO] [stdout] | [INFO] [stdout] 339 | indication: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:340:5 [INFO] [stdout] | [INFO] [stdout] 340 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `keynumber` [INFO] [stdout] --> src/net/notification.rs:345:5 [INFO] [stdout] | [INFO] [stdout] 345 | keynumber: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `altkeynumber` [INFO] [stdout] --> src/net/notification.rs:346:5 [INFO] [stdout] | [INFO] [stdout] 346 | altkeynumber: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `indication` [INFO] [stdout] --> src/net/notification.rs:347:5 [INFO] [stdout] | [INFO] [stdout] 347 | indication: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `assoc_id` [INFO] [stdout] --> src/net/notification.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 353 | assoc_id: i32 [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "65fc9fc4fc2207c5e05401c5f9bebccb4fb4764c9539040e45e897fb733ce7b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65fc9fc4fc2207c5e05401c5f9bebccb4fb4764c9539040e45e897fb733ce7b7", kill_on_drop: false }` [INFO] [stdout] 65fc9fc4fc2207c5e05401c5f9bebccb4fb4764c9539040e45e897fb733ce7b7