[INFO] fetching crate nlrs 0.2.1... [INFO] checking nlrs-0.2.1 against try#b6bca0d7327839b5e3f7a7779947cb9113d08917+rustflags=-Zstrict-projection-item-bounds for 150662-leaf [INFO] extracting crate nlrs 0.2.1 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate nlrs 0.2.1 [INFO] finished tweaking crates.io crate nlrs 0.2.1 [INFO] tweaked toml for crates.io crate nlrs 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nlrs 0.2.1 on toolchain b6bca0d7327839b5e3f7a7779947cb9113d08917 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate nlrs 0.2.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2276491cedc9097df6cb4944f9694af710dd615e484f7616bf05bf716d148a5f [INFO] running `Command { std: "docker" "start" "-a" "2276491cedc9097df6cb4944f9694af710dd615e484f7616bf05bf716d148a5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2276491cedc9097df6cb4944f9694af710dd615e484f7616bf05bf716d148a5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2276491cedc9097df6cb4944f9694af710dd615e484f7616bf05bf716d148a5f", kill_on_drop: false }` [INFO] [stdout] 2276491cedc9097df6cb4944f9694af710dd615e484f7616bf05bf716d148a5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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 -Zstrict-projection-item-bounds" "-e" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b6bca0d7327839b5e3f7a7779947cb9113d08917" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2cc243cde889982c6008cb16611bcda2036aa5a0ac5b21d5ee4ea3a39c10194d [INFO] running `Command { std: "docker" "start" "-a" "2cc243cde889982c6008cb16611bcda2036aa5a0ac5b21d5ee4ea3a39c10194d", kill_on_drop: false }` [INFO] [stderr] Checking nlrs v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/genetlink/socket.rs:125:52 [INFO] [stdout] | [INFO] [stdout] 125 | T: crate::genetlink::GenericMessageBuilder<'a, Buffer = GenericNetlinkSocket>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `GenericNetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/genetlink/socket.rs:97:90 [INFO] [stdout] | [INFO] [stdout] 97 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 98 | for GenericNetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | where [INFO] [stdout] 100 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 125 | T: crate::genetlink::GenericMessageBuilder<'a, Buffer = GenericNetlinkSocket>, std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/socket.rs:185:34 [INFO] [stdout] | [INFO] [stdout] 185 | T: crate::MessageBuilder<'a, Buffer = NetlinkSocket>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `NetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/socket.rs:87:90 [INFO] [stdout] | [INFO] [stdout] 87 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | for NetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | where [INFO] [stdout] 90 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 185 | T: crate::MessageBuilder<'a, Buffer = NetlinkSocket>, std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/genetlink/socket.rs:43:64 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn message_builder>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `GenericNetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/genetlink/socket.rs:97:90 [INFO] [stdout] | [INFO] [stdout] 97 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 98 | for GenericNetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | where [INFO] [stdout] 100 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 40 | GenericNetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/genetlink/socket.rs:51:80 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn message_builder_and_sequence_id>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `GenericNetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/genetlink/socket.rs:97:90 [INFO] [stdout] | [INFO] [stdout] 97 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 98 | for GenericNetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | where [INFO] [stdout] 100 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 40 | GenericNetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/genetlink/socket.rs:61:45 [INFO] [stdout] | [INFO] [stdout] 61 | M: super::GenericMessageBuilder<'a, Buffer = Self>, [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `GenericNetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/genetlink/socket.rs:97:90 [INFO] [stdout] | [INFO] [stdout] 97 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 98 | for GenericNetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | where [INFO] [stdout] 100 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 40 | GenericNetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/socket.rs:53:57 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn message_builder>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `NetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/socket.rs:87:90 [INFO] [stdout] | [INFO] [stdout] 87 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | for NetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | where [INFO] [stdout] 90 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 50 | NetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/socket.rs:61:73 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn message_builder_and_sequence_id>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `NetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/socket.rs:87:90 [INFO] [stdout] | [INFO] [stdout] 87 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | for NetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | where [INFO] [stdout] 90 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 50 | NetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/socket.rs:70:76 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn message_builder_with_nelink_header>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `NetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/socket.rs:87:90 [INFO] [stdout] | [INFO] [stdout] 87 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | for NetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | where [INFO] [stdout] 90 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 50 | NetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/genetlink/socket.rs:125:52 [INFO] [stdout] | [INFO] [stdout] 125 | T: crate::genetlink::GenericMessageBuilder<'a, Buffer = GenericNetlinkSocket>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `GenericNetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/genetlink/socket.rs:97:90 [INFO] [stdout] | [INFO] [stdout] 97 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 98 | for GenericNetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | where [INFO] [stdout] 100 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 125 | T: crate::genetlink::GenericMessageBuilder<'a, Buffer = GenericNetlinkSocket>, std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/socket.rs:185:34 [INFO] [stdout] | [INFO] [stdout] 185 | T: crate::MessageBuilder<'a, Buffer = NetlinkSocket>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `NetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/socket.rs:87:90 [INFO] [stdout] | [INFO] [stdout] 87 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | for NetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | where [INFO] [stdout] 90 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 185 | T: crate::MessageBuilder<'a, Buffer = NetlinkSocket>, std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/genetlink/socket.rs:43:64 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn message_builder>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `GenericNetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/genetlink/socket.rs:97:90 [INFO] [stdout] | [INFO] [stdout] 97 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 98 | for GenericNetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | where [INFO] [stdout] 100 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 40 | GenericNetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/genetlink/socket.rs:51:80 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn message_builder_and_sequence_id>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `GenericNetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/genetlink/socket.rs:97:90 [INFO] [stdout] | [INFO] [stdout] 97 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 98 | for GenericNetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | where [INFO] [stdout] 100 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 40 | GenericNetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/genetlink/socket.rs:61:45 [INFO] [stdout] | [INFO] [stdout] 61 | M: super::GenericMessageBuilder<'a, Buffer = Self>, [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `GenericNetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/genetlink/socket.rs:97:90 [INFO] [stdout] | [INFO] [stdout] 97 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 98 | for GenericNetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 99 | where [INFO] [stdout] 100 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 40 | GenericNetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/socket.rs:53:57 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn message_builder>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `NetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/socket.rs:87:90 [INFO] [stdout] | [INFO] [stdout] 87 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | for NetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | where [INFO] [stdout] 90 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 50 | NetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/socket.rs:61:73 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn message_builder_and_sequence_id>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `NetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/socket.rs:87:90 [INFO] [stdout] | [INFO] [stdout] 87 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | for NetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | where [INFO] [stdout] 90 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 50 | NetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `std::io::Cursor: std::io::Write` is not satisfied [INFO] [stdout] --> src/socket.rs:70:76 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn message_builder_with_nelink_header>( [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `std::io::Write` is not implemented for `std::io::Cursor` [INFO] [stdout] | [INFO] [stdout] note: required for `NetlinkSocket` to implement `std::io::Write` [INFO] [stdout] --> src/socket.rs:87:90 [INFO] [stdout] | [INFO] [stdout] 87 | impl, Rcv: Write + AsRef<[u8]> + AsMut<[u8]>, Fd: Read + Write> Write [INFO] [stdout] | ^^^^^ [INFO] [stdout] 88 | for NetlinkSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 89 | where [INFO] [stdout] 90 | std::io::Cursor: Write, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] help: consider introducing a `where` clause, but there might be an alternative better way to express this requirement [INFO] [stdout] | [INFO] [stdout] 50 | NetlinkSocket where std::io::Cursor: std::io::Write [INFO] [stdout] | ++++++++++++++++++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nlrs` (lib) due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nlrs` (lib test) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "2cc243cde889982c6008cb16611bcda2036aa5a0ac5b21d5ee4ea3a39c10194d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cc243cde889982c6008cb16611bcda2036aa5a0ac5b21d5ee4ea3a39c10194d", kill_on_drop: false }` [INFO] [stdout] 2cc243cde889982c6008cb16611bcda2036aa5a0ac5b21d5ee4ea3a39c10194d