[INFO] fetching crate fsuipc 0.4.0... [INFO] checking fsuipc-0.4.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate fsuipc 0.4.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate fsuipc 0.4.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fsuipc 0.4.0 [INFO] finished tweaking crates.io crate fsuipc 0.4.0 [INFO] tweaked toml for crates.io crate fsuipc 0.4.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c3349736a64ab46264b3169df2bc2f02b23b2e1875b9c1754c0fd8dab19f912a [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" "c3349736a64ab46264b3169df2bc2f02b23b2e1875b9c1754c0fd8dab19f912a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3349736a64ab46264b3169df2bc2f02b23b2e1875b9c1754c0fd8dab19f912a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3349736a64ab46264b3169df2bc2f02b23b2e1875b9c1754c0fd8dab19f912a", kill_on_drop: false }` [INFO] [stdout] c3349736a64ab46264b3169df2bc2f02b23b2e1875b9c1754c0fd8dab19f912a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72ff727db71c3e572cc88ec0da41f19f582ddf32fb33679d0e623f13c33708d2 [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" "72ff727db71c3e572cc88ec0da41f19f582ddf32fb33679d0e623f13c33708d2", kill_on_drop: false }` [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Compiling user32-sys v0.1.3 [INFO] [stderr] Checking fsuipc v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match try!(self.read_u32::()) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | let offset = try!(self.read_u32::()) as u16; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | match try!(self.read_u32::()) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | let offset = try!(self.read_u32::()) as u16; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:53:27 [INFO] [stdout] | [INFO] [stdout] 53 | let len = try!(self.read_u32::()) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | let target = try!(self.read_u32::()) as *mut u8; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | let offset = try!(self.read_u32::()) as u16; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | let len = try!(self.read_u32::()) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:80:35 [INFO] [stdout] | [INFO] [stdout] 80 | for _ in 0..len { try!(output.write_u8(try!(self.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:80:56 [INFO] [stdout] | [INFO] [stdout] 80 | for _ in 0..len { try!(output.write_u8(try!(self.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:84:35 [INFO] [stdout] | [INFO] [stdout] 84 | for _ in 0..len { try!(output.write_u8(try!(self.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:84:56 [INFO] [stdout] | [INFO] [stdout] 84 | for _ in 0..len { try!(output.write_u8(try!(self.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | try!(self.write_u32::(FS6IPC_READSTATEDATA_ID)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | try!(self.write_u32::(offset as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:101:17 [INFO] [stdout] | [INFO] [stdout] 101 | try!(self.write_u32::(len as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:53:27 [INFO] [stdout] | [INFO] [stdout] 53 | let len = try!(self.read_u32::()) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 102 | try!(self.write_u32::(target as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:54:30 [INFO] [stdout] | [INFO] [stdout] 54 | let target = try!(self.read_u32::()) as *mut u8; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:62:30 [INFO] [stdout] | [INFO] [stdout] 62 | let offset = try!(self.read_u32::()) as u16; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | try!(self.write_u32::(FS6IPC_WRITESTATEDATA_ID)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | try!(self.write_u32::(offset as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | try!(self.write_u32::(len as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:63:27 [INFO] [stdout] | [INFO] [stdout] 63 | let len = try!(self.read_u32::()) as usize; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | try!(self.write_u32::(FS6IPC_TERMINATIONMARK_ID)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:80:35 [INFO] [stdout] | [INFO] [stdout] 80 | for _ in 0..len { try!(output.write_u8(try!(self.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:80:56 [INFO] [stdout] | [INFO] [stdout] 80 | for _ in 0..len { try!(output.write_u8(try!(self.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:121:35 [INFO] [stdout] | [INFO] [stdout] 121 | for _ in 0..len { try!(self.write_u8(try!(input.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:84:35 [INFO] [stdout] | [INFO] [stdout] 84 | for _ in 0..len { try!(output.write_u8(try!(self.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:84:56 [INFO] [stdout] | [INFO] [stdout] 84 | for _ in 0..len { try!(output.write_u8(try!(self.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:121:54 [INFO] [stdout] | [INFO] [stdout] 121 | for _ in 0..len { try!(self.write_u8(try!(input.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:125:35 [INFO] [stdout] | [INFO] [stdout] 125 | for _ in 0..len { try!(self.write_u8(try!(input.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:125:54 [INFO] [stdout] | [INFO] [stdout] 125 | for _ in 0..len { try!(self.write_u8(try!(input.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | try!(self.write_u32::(FS6IPC_READSTATEDATA_ID)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 100 | try!(self.write_u32::(offset as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:101:17 [INFO] [stdout] | [INFO] [stdout] 101 | try!(self.write_u32::(len as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | let hdr_bytes = try!(self.write_header(&header)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:137:26 [INFO] [stdout] | [INFO] [stdout] 137 | let body_bytes = try!(self.write_body(&header, &mut io::repeat(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | let hdr_bytes = try!(self.write_header(&header)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 102 | try!(self.write_u32::(target as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:106:17 [INFO] [stdout] | [INFO] [stdout] 106 | try!(self.write_u32::(FS6IPC_WRITESTATEDATA_ID)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | try!(self.write_u32::(offset as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:146:26 [INFO] [stdout] | [INFO] [stdout] 146 | let body_bytes = try!(self.write_body(&header, &mut RawBytes::new(src, len))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 108 | try!(self.write_u32::(len as u32)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | try!(self.write_u32::(FS6IPC_TERMINATIONMARK_ID)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:121:35 [INFO] [stdout] | [INFO] [stdout] 121 | for _ in 0..len { try!(self.write_u8(try!(input.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:121:54 [INFO] [stdout] | [INFO] [stdout] 121 | for _ in 0..len { try!(self.write_u8(try!(input.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:125:35 [INFO] [stdout] | [INFO] [stdout] 125 | for _ in 0..len { try!(self.write_u8(try!(input.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:125:54 [INFO] [stdout] | [INFO] [stdout] 125 | for _ in 0..len { try!(self.write_u8(try!(input.read_u8()))); } [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | let hdr_bytes = try!(self.write_header(&header)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:137:26 [INFO] [stdout] | [INFO] [stdout] 137 | let body_bytes = try!(self.write_body(&header, &mut io::repeat(0))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:145:25 [INFO] [stdout] | [INFO] [stdout] 145 | let hdr_bytes = try!(self.write_header(&header)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/ipc.rs:146:26 [INFO] [stdout] | [INFO] [stdout] 146 | let body_bytes = try!(self.write_body(&header, &mut RawBytes::new(src, len))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ReadStateData` [INFO] [stdout] --> src/ipc.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / ReadStateData { [INFO] [stdout] 33 | | offset: u16, [INFO] [stdout] 34 | | len: usize, [INFO] [stdout] 35 | | target: *mut u8, [INFO] [stdout] 36 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `WriteStateData` [INFO] [stdout] --> src/ipc.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | / WriteStateData { [INFO] [stdout] 40 | | offset: u16, [INFO] [stdout] 41 | | len: usize, [INFO] [stdout] 42 | | }, [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `TerminationMark` [INFO] [stdout] --> src/ipc.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | TerminationMark [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FS6IPC_TERMINATIONMARK_ID` [INFO] [stdout] --> src/ipc.rs:153:1 [INFO] [stdout] | [INFO] [stdout] 153 | const FS6IPC_TERMINATIONMARK_ID: u32 = 0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FS6IPC_READSTATEDATA_ID` [INFO] [stdout] --> src/ipc.rs:154:1 [INFO] [stdout] | [INFO] [stdout] 154 | const FS6IPC_READSTATEDATA_ID: u32 = 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `FS6IPC_WRITESTATEDATA_ID` [INFO] [stdout] --> src/ipc.rs:155:1 [INFO] [stdout] | [INFO] [stdout] 155 | const FS6IPC_WRITESTATEDATA_ID: u32 = 2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/raw.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn new(data: *const u8, len: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `consumed` [INFO] [stdout] --> src/raw.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn consumed(&self) -> usize { self.read } [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/raw.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn new(data: *mut u8, len: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 35 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fsuipc::user` [INFO] [stdout] --> examples/hello.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | use fsuipc::user::*; [INFO] [stdout] | ^^^^ could not find `user` in `fsuipc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 26 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UserHandle` [INFO] [stdout] --> examples/hello.rs:28:27 [INFO] [stdout] | [INFO] [stdout] 28 | let mut handle = try!(UserHandle::new()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `UserHandle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/hello.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | let mut handle = try!(UserHandle::new()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/hello.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | try!(session.read(0x3304, &mut fsuipc_ver)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/hello.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | try!(session.read(0x3308, &mut fs_ver)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/hello.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | try!(session.read(0x0238, &mut hour)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/hello.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | try!(session.read(0x0239, &mut minute)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/hello.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | try!(session.read(0x023a, &mut second)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> examples/hello.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | try!(session.process()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fsuipc` [INFO] [stdout] --> examples/hello.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use fsuipc::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fsuipc` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "72ff727db71c3e572cc88ec0da41f19f582ddf32fb33679d0e623f13c33708d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72ff727db71c3e572cc88ec0da41f19f582ddf32fb33679d0e623f13c33708d2", kill_on_drop: false }` [INFO] [stdout] 72ff727db71c3e572cc88ec0da41f19f582ddf32fb33679d0e623f13c33708d2