[INFO] fetching crate self-meter 0.6.0... [INFO] checking self-meter-0.6.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate self-meter 0.6.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate self-meter 0.6.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 self-meter 0.6.0 [INFO] finished tweaking crates.io crate self-meter 0.6.0 [INFO] tweaked toml for crates.io crate self-meter 0.6.0 written to /workspace/builds/worker-7/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-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" "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] e296db6bc492ae02db24bf6d57dc8b436f6ce2e56c77ea97559e2856a8e7c370 [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" "e296db6bc492ae02db24bf6d57dc8b436f6ce2e56c77ea97559e2856a8e7c370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e296db6bc492ae02db24bf6d57dc8b436f6ce2e56c77ea97559e2856a8e7c370", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e296db6bc492ae02db24bf6d57dc8b436f6ce2e56c77ea97559e2856a8e7c370", kill_on_drop: false }` [INFO] [stdout] e296db6bc492ae02db24bf6d57dc8b436f6ce2e56c77ea97559e2856a8e7c370 [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" "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] 3e84b1d5230060090b1092bde4d5b717d712e01f49566d61ed0b46132ff5a4a5 [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" "3e84b1d5230060090b1092bde4d5b717d712e01f49566d61ed0b46132ff5a4a5", kill_on_drop: false }` [INFO] [stderr] Checking serde_json v1.0.58 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Checking self-meter v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | try!(self.read_cpu_times(&mut snap.process, [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/scan.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | try!(self.read_memory(&mut snap)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | try!(self.read_io(&mut snap)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | try!(File::open("/proc/uptime") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | let seconds = try!(iter.next() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | let idle_sec = try!(iter.next() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | *uptime = try!(parse_uptime(seconds)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | *idle_time = try!(parse_uptime(idle_sec)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | try!(read_stat(&mut self.text_buf, "/proc/self/stat", process) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | try!(read_stat(&mut self.text_buf, &self.path_buf[..], [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | try!(File::open("/proc/self/status") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:100:47 [INFO] [stdout] | [INFO] [stdout] 100 | => snap.memory_virtual_peak = try!(parse_memory(text)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:102:42 [INFO] [stdout] | [INFO] [stdout] 102 | => snap.memory_virtual = try!(parse_memory(text)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:104:38 [INFO] [stdout] | [INFO] [stdout] 104 | => snap.memory_rss = try!(parse_memory(text)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:106:39 [INFO] [stdout] | [INFO] [stdout] 106 | => snap.memory_swap = try!(parse_memory(text)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:165:17 [INFO] [stdout] | [INFO] [stdout] 165 | let value = try!(try!(pair.next().ok_or(StatusError::BadFormat)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:165:22 [INFO] [stdout] | [INFO] [stdout] 165 | let value = try!(try!(pair.next().ok_or(StatusError::BadFormat)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:180:12 [INFO] [stdout] | [INFO] [stdout] 180 | Ok(try!(integer.parse::()) * 100 + [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:181:12 [INFO] [stdout] | [INFO] [stdout] 181 | try!(decimals[1..].parse::())*10) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:183:12 [INFO] [stdout] | [INFO] [stdout] 183 | Ok(try!(integer.parse::()) * 100 + [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:184:12 [INFO] [stdout] | [INFO] [stdout] 184 | try!(decimals[1..].parse::())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | try!(File::open(path) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:196:23 [INFO] [stdout] | [INFO] [stdout] 196 | let right_paren = try!(text_buf.rfind(')') [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:199:29 [INFO] [stdout] | [INFO] [stdout] 199 | thread_info.user_time = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 200 | try!(iter.nth(11).ok_or(StatError::BadFormat)).parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:201:31 [INFO] [stdout] | [INFO] [stdout] 201 | thread_info.system_time = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 202 | try!(iter.next().ok_or(StatError::BadFormat)).parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:203:35 [INFO] [stdout] | [INFO] [stdout] 203 | thread_info.child_user_time = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | try!(iter.next().ok_or(StatError::BadFormat)).parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:205:37 [INFO] [stdout] | [INFO] [stdout] 205 | thread_info.child_system_time = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | try!(iter.next().ok_or(StatError::BadFormat)).parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | try!(self.read_cpu_times(&mut snap.process, [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/scan.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | try!(self.read_memory(&mut snap)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | try!(self.read_io(&mut snap)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | try!(File::open("/proc/uptime") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | let seconds = try!(iter.next() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | let idle_sec = try!(iter.next() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:64:23 [INFO] [stdout] | [INFO] [stdout] 64 | *uptime = try!(parse_uptime(seconds)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | *idle_time = try!(parse_uptime(idle_sec)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:67:9 [INFO] [stdout] | [INFO] [stdout] 67 | try!(read_stat(&mut self.text_buf, "/proc/self/stat", process) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | try!(read_stat(&mut self.text_buf, &self.path_buf[..], [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | try!(File::open("/proc/self/status") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:100:47 [INFO] [stdout] | [INFO] [stdout] 100 | => snap.memory_virtual_peak = try!(parse_memory(text)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:102:42 [INFO] [stdout] | [INFO] [stdout] 102 | => snap.memory_virtual = try!(parse_memory(text)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:104:38 [INFO] [stdout] | [INFO] [stdout] 104 | => snap.memory_rss = try!(parse_memory(text)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:106:39 [INFO] [stdout] | [INFO] [stdout] 106 | => snap.memory_swap = try!(parse_memory(text)), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:165:17 [INFO] [stdout] | [INFO] [stdout] 165 | let value = try!(try!(pair.next().ok_or(StatusError::BadFormat)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:165:22 [INFO] [stdout] | [INFO] [stdout] 165 | let value = try!(try!(pair.next().ok_or(StatusError::BadFormat)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:180:12 [INFO] [stdout] | [INFO] [stdout] 180 | Ok(try!(integer.parse::()) * 100 + [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:181:12 [INFO] [stdout] | [INFO] [stdout] 181 | try!(decimals[1..].parse::())*10) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:183:12 [INFO] [stdout] | [INFO] [stdout] 183 | Ok(try!(integer.parse::()) * 100 + [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:184:12 [INFO] [stdout] | [INFO] [stdout] 184 | try!(decimals[1..].parse::())) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | try!(File::open(path) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:196:23 [INFO] [stdout] | [INFO] [stdout] 196 | let right_paren = try!(text_buf.rfind(')') [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:199:29 [INFO] [stdout] | [INFO] [stdout] 199 | thread_info.user_time = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:200:9 [INFO] [stdout] | [INFO] [stdout] 200 | try!(iter.nth(11).ok_or(StatError::BadFormat)).parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:201:31 [INFO] [stdout] | [INFO] [stdout] 201 | thread_info.system_time = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:202:9 [INFO] [stdout] | [INFO] [stdout] 202 | try!(iter.next().ok_or(StatError::BadFormat)).parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:203:35 [INFO] [stdout] | [INFO] [stdout] 203 | thread_info.child_user_time = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | try!(iter.next().ok_or(StatError::BadFormat)).parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:205:37 [INFO] [stdout] | [INFO] [stdout] 205 | thread_info.child_system_time = try!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/scan.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | try!(iter.next().ok_or(StatError::BadFormat)).parse()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.47s [INFO] running `Command { std: "docker" "inspect" "3e84b1d5230060090b1092bde4d5b717d712e01f49566d61ed0b46132ff5a4a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e84b1d5230060090b1092bde4d5b717d712e01f49566d61ed0b46132ff5a4a5", kill_on_drop: false }` [INFO] [stdout] 3e84b1d5230060090b1092bde4d5b717d712e01f49566d61ed0b46132ff5a4a5