[INFO] fetching crate sctp 0.1.5... [INFO] testing sctp-0.1.5 against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] extracting crate sctp 0.1.5 into /workspace/builds/worker-112/source [INFO] validating manifest of crates.io crate sctp 0.1.5 on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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-112/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 141f86d662ebddbd335e067abe7097e06b66e0289ab49b69fdfb44a172e63cce [INFO] running `Command { std: "docker" "start" "-a" "141f86d662ebddbd335e067abe7097e06b66e0289ab49b69fdfb44a172e63cce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "141f86d662ebddbd335e067abe7097e06b66e0289ab49b69fdfb44a172e63cce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "141f86d662ebddbd335e067abe7097e06b66e0289ab49b69fdfb44a172e63cce", kill_on_drop: false }` [INFO] [stdout] 141f86d662ebddbd335e067abe7097e06b66e0289ab49b69fdfb44a172e63cce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e3f4df507ca9df3e84e78f2ce22a6184b32d453b13311e4aabbdc162d00a931 [INFO] running `Command { std: "docker" "start" "-a" "5e3f4df507ca9df3e84e78f2ce22a6184b32d453b13311e4aabbdc162d00a931", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.108 [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: 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: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.34s [INFO] running `Command { std: "docker" "inspect" "5e3f4df507ca9df3e84e78f2ce22a6184b32d453b13311e4aabbdc162d00a931", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e3f4df507ca9df3e84e78f2ce22a6184b32d453b13311e4aabbdc162d00a931", kill_on_drop: false }` [INFO] [stdout] 5e3f4df507ca9df3e84e78f2ce22a6184b32d453b13311e4aabbdc162d00a931 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d84a6670f67328e5f0a13b20b90d4cd1c588f66b4c4754310fb38baeb7135ceb [INFO] running `Command { std: "docker" "start" "-a" "d84a6670f67328e5f0a13b20b90d4cd1c588f66b4c4754310fb38baeb7135ceb", kill_on_drop: false }` [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: 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] [stderr] Compiling sctp v0.1.5 (/opt/rustwide/workdir) [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] [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: 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] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/sctp-dc53321a129145d1.sctp.4be44d68-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sctp-dc53321a129145d1.sctp.4be44d68-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sctp-dc53321a129145d1.sctp.4be44d68-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sctp-dc53321a129145d1.sctp.4be44d68-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sctp-dc53321a129145d1.sctp.4be44d68-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sctp-dc53321a129145d1.sctp.4be44d68-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/sctp-dc53321a129145d1.sctp.4be44d68-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/sctp-dc53321a129145d1.168rzc94riw55pxi.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lsctp" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3c9ac9e0a57bc34c.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e9f2533bb6fcc589.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-cf3391d121eeeb11.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-eeb584a965c81620.rlib" "/opt/rustwide/target/debug/deps/liblibc-91d257e9eed50cc0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7387d118fba15d64.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-dd8bf3fda2fc2c51.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b69fd8507c8409af.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-2dff396b99681a6b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a78bd5aa183c7115.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-846c64d5a2fbc5ee.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-24c09062b6dc787b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ce93f351ca41a57b.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-e42af02528f038fc.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-514cb174319eb6d4.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-37c1534c42bc4f8c.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-06d0f7780fda2fd9.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4228e28a8f7a03ba.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-88bb1ba4dd271224.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-0b5a376b429677a6.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-eecefd843a0dbc02.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/8262275854dc0e5381c9d42d56257d94932c5a87/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/sctp-dc53321a129145d1" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lsctp [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sctp` due to 2 previous errors; 36 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d84a6670f67328e5f0a13b20b90d4cd1c588f66b4c4754310fb38baeb7135ceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d84a6670f67328e5f0a13b20b90d4cd1c588f66b4c4754310fb38baeb7135ceb", kill_on_drop: false }` [INFO] [stdout] d84a6670f67328e5f0a13b20b90d4cd1c588f66b4c4754310fb38baeb7135ceb